@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
	width:100%;
	margin: 0px;
}

body{
	background-color:#2A2A2A;
	color:#2A2A2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	height:100%;
	background-image:url(../graphics/page-bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px;
}

#page{
	width:995px;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

img{
	border: none;
}

a{
	color:#E10E1E;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

p{
	margin:0px;
	padding:0px;
}

h, h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#333;
}

h1{
	font-size:22px;
	padding-bottom: 5px;
}

h2{
	font-size:18px;
	color: #2A2A2A;
	padding-bottom: 5px;
}


#header{
	height:65px;
	width:995px;
	padding-top:5px;
}

#headercontact{
	float:right;
	font-size:11px;
	text-align: right;
	color: #888;
	padding-top: 15px;
}

#nav{
	height:35px;
	width:995px;
	margin-bottom: 10px;
}

#banner{
	width:995px;
	height:275px;
	background-color:#CCC;
	position: relative;
	top:0;
	left:0;
}


#nav ul, #nav li{
	padding:0px;
	margin:0px;
	list-style:none;
	display:block;
}

#nav ul li{
	float:left;
}

#content{
	width:995px;
	margin-top:10px;
	font-size:12px;
	position:relative;
	overflow:hidden;
	color: #777;
}

#footer{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2A2A2A;
	padding-top: 5px;
}


#pagefade{
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#000;
	z-index:4999;
	display:none;
}

.floatfix{
	height:1px;
	clear:both;
	width:100%;
}

#supplier-scroll{
	height:60px;
	width:3000px;;
	position:absolute;
	left:-750px;
	top:0px
}

#supplier-scroll-cont{
	height:60px;
	width:935px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-left:5px;
}

#supplier-scroll-master{
	height:60px;
	width:995px;
	clear:both;
	position:relative;
	padding-top:10px;
}

#supplier-scroll img{
	margin-right:10px;
	vertical-align:middle;
}

.details .details-cont{
	display:block;
}

.details h3{
	text-transform:uppercase;
}

label.error { float: none; color: red; vertical-align: top; display:block; }