@charset "utf-8";
/* CSS Document */

/* Major Layout Divisions */

#logo {
	background: url(img/vintexlogo.gif) no-repeat left;
	height: 76px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}	
#menu {
	background: url(img/menubackground.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 13px;
	width: 800px;
	height: 27px;
	font-weight: bold;
}
#banner {
	background: url(img/banner-image.jpg) no-repeat;
	width: 800px;
	height: 201px;
	margin-left: auto;
	margin-right: auto;
}
#icons {
	width: 800px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	background: url(img/contentbackground.gif) repeat-y;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#hcontent {
	background: url(img/contenthome.gif) repeat-y;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	background: url(img/footerbackground.gif) no-repeat;
	width: 800px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
}



/* Miscellaneous Class Definitions */

.padleft {
	padding-left: 320px;
}
.pad {
	padding-left: 50px;
}
.content {
	padding-left: 15px;
	padding-right: 15px;
}



/* Page Properties Section */
body,td,th {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #131313;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
.title {
	font-family: cambria;
	font-weight: bold;
	font-size: 17px;
	color: #006699;
	margin-left: 3px;
}
a.button {
	font-weight: bold;
	background: url(images/button_hover.gif) no-repeat;
	margin-left: 132px;
	margin-top: 12px;
	height: 29px;
	width: 172px;
	padding-top: 7px;
	float: left;
	display: inline;
	color: #555555;
	font-family: arial;
	text-decoration: none;
	text-align: center;
}

a.button:hover {background-image: url(images/button.gif); color: #000000;}

a.button:active {background-image: url(images/button.gif);}
