/* CSS Document */

/* Body */

BODY {
	text-align: center;
	}
body {
	background: #495458 url(../images/back_main.jpg) repeat-x top;
	margin:0;
	padding:0;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5;
	}
a:link {
	color: #0072BC;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
a:hover {
	color: #F3D65A;
	text-decoration: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 18px;
	color: #0197CF;
	margin: 0 0 10px 0;
	line-height: 1;
	}
	
h2 {
	font-size: 14px;
	color: #0197CF;
	padding: 5px 0 0 0;
	line-height: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h3 {
	font-size: 14px;
	color: #dabb37;
	margin: 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h4 {
	font-size: 12px;
	color: #006694;
	}
p { 
	margin: 10px 0 5px 0;
}

ul {
		
}
hr {


	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px dotted #E3E3E3;
}

.clear { clear: both; }

/* Page Containers / Layout*/

#wrapper_grey{
	width: 815px;
	height: auto;
	margin:0 auto;
	padding: 0 15px 15px; 
	text-align: center;
	background: #394446;
	}
	
#wrapper_white{
	width: 800px;
	height: auto;
	margin:0 auto;
	padding: 0 15px; 
	text-align: center;
	background: #FFF;
	}
	
#wrapper_inner{
	width: 800px;
	height: auto;
	margin:0 auto;
	padding: 0px; 
	text-align: center;
	background: #FFF;
	}
	
#banner{
	position: relative;
	width: 800px;
	height: 200px;
	margin:0 0 3px 0;
	padding: ;
	background: ;
	text-align: center;
	}
	
#maincontent{
	position: relative;
	width: 800px;
	height: auto;
	margin-top:5px;
	padding: 0 0 10px 0;
	background: #FFF;
	text-align: center;
	clear:both	
	}
	
#maincontent_left{
	position: relative;
	width: 560px;
	height: auto;
	padding: 10px 10px 5px 20px;
	margin: 0 5px 0 0; 
	float:left;	
	text-align: left;
	border-right: 1px dotted #CCC;	
	}
	
#maincontent_right{
	position: relative;
	width: 203px;
	height: auto;
	padding: 0px 0px 5px;
	float:right;	
	background: #FFF;	
	}
	
		/* Footer*/
	
#footer {
	position: relative;
	height: 73px;
	width: 800px;
	margin: 5px 0;
	font-size:;
	text-align: center;
	color:;
	clear:both;
	}

#footer_details{
	position: relative;
	width: 800px;
	height: 36px;
	padding: 15px 0 0 0;
	background: url(../images/back_footer.jpg) no-repeat center top;
	color: #FFF;
	font-size: 11px;
	}

#footer_left{
	width: 300px;
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
	}
	
#footer_right{
	width: 400px;
	float: right;
	margin: 0 20px 0 0;
	text-align: right;
	}
	
#footer_right ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	}
#footer_right ul li{
	list-style-image: none;
	list-style-type: none;
	display: inline;
		
	}
#footer_right ul li a{
	padding: 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	color: #FFF;
	}
#footer_right li a:hover{
	color:#F3D65A;
	text-decoration: underline;
	}
	
#pxdlink {
	position: relative;
	width: 800px;
	height: 15px;
	margin: 5px 0 0 0;
	clear: both;	
	}
#pxdlink li a{
	color: #BED730;
	text-decoration: none;
	}
#pxdlink li a:hover{
	color: #F3D65A;
	text-decoration: underline;
	}
	
#suppliers{
	width:500px ;
	height:150px;
	float: left;
	background-color: #FFF;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	border: 1px dashed #CECECE;
	}
	
#suppliers_image{
	width:150px ;
	height: ;
	float: left;
	background-color: #FFF;
	margin: 10px 10px 0 0;
	text-align: center;
	}
	
#suppliers_summary{
	position: relative;
	width: 295px;
	height: 100px;
	float: left;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: normal;
	}


