@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background:#555;
	text-align: center;
	margin: 0px;
	line-height:normal;
}
#container{
	width: 950px;
	background: #555;
	text-align: left;
	margin: 0px auto;
}
#container a img{
	border:none;
}
	
#container a:active, #container a:focus {
	color:#006;
	text-decoration: none;
	font-weight: bold;
}

#header{
	background-color: #555;
	height:170px;
	width:950px;
}


img.bannerlogo{
	display:block;
	position:absolute;
	top:20px;
	z-index:1;
}
.bannerad{
	display:block;
	position:relative;
	z-index:3;
	top:20px;
	left:210px;
	width:728px;
	height:90px;
}

.facebook{
	display:block;
	position:relative;
	z-index:2;
	top:24px;
	left:713px;
	width:292px;
}

#topnav {
	margin: 0px 0px 0px 0px;
	height:40px;
	padding:0px;
	background-image:url(/images/ARTGALLERY/Nav-Background.jpg);
	background-repeat:no-repeat;
	font-size:90%;
}
#topnav a:link, #topnav a:visited  {
	color:#333;
	text-decoration: none;
	font-weight: bold;
}
#topnav a:hover {
	color:#009;
	text-decoration:underline;
	font-weight: bold;
}
#header img {
	border-style: none;
}
#header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus {
	text-decoration: none;
	border: 0;
}
.a320BoxHeader {
	margin: 0px 0px 5px 0px;
	padding:0px;
	background-color:#D8D8D8;
	height:25px;
}

img.RightSidebar{
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
		
.clearfloat{
 	clear: both;
    font-size: 1px;
    line-height: 1px;
    width: 0;
    height: 0;
	color: #FFF;
}
#footer {
	padding: 20px 5px 0px 15px;
	height: 65px;
	background-image:url(/images/ARTGALLERY/Footer-Background.jpg);
	font-size: 80%;
	color: #999;
	background-repeat:no-repeat;
	clear:both;
	background-position: center;
	
}
#footer p {
	margin: 0px;
}

/* h1 is for Titles such as Today's news, Browse by Manufacturer, Manufacturer Photos and Stats*/  	
h1 {
	font: bold 90% Georgia, "Times New Roman", Times, serif;
	color:#111;
	margin: 0px;
	padding: 4px 5px 3px 5px;

	}
/* h2 is for Article Titles on Index Page*/  	
h2 {
	font: bold 90% Arial, Helvetica, sans-serif;
	color: #861515;
	margin: 0px;
	padding: 5px 5px 3px 5px;
}


/* h3 is for the news header for each article on manufacturer page*/  
h3 {
	font: bold 80% Arial, Helvetica, sans-serif;
	color:#900;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}
/* h4 is for topnav*/  
h4 {
	font: bold 80% Arial, Helvetica, sans-serif;
	color:#900;
	margin: 0px;
	padding: 3px 5px 5px 5px;
}
p {
	font-size: 80%;
}




/* All Manu list must also be changed in about.css */  
#ManufacturerList {
	width: 320px;
	height:260px;
	padding: 10px 0px 0px 0px;
	background-image:url(/images/ARTGALLERY/320-x-270-Med-Box-background.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}
#ManufacturerList a:link, #ManufacturerList a:visited  {
	color:#333;
	text-decoration: none;
	font-weight: bold;
}
#ManufacturerList a:hover {
	color:#009;
	text-decoration:underline;
	font-weight: bold;
}
#ManufacturerList p {
	line-height:12px;
	margin:7px;
}
#ManufacturerList ul {
	margin: 15px 0px 5px 5px;
	padding: 0;
	list-style:none;
}
#ManufacturerList li.first_col  {
	float:left;
	width:32%;
}
#ManufacturerList li.second_col  {
	float:left;
	width:32%;

}
#ManufacturerList li.third_col  {
	float:left;
	width:36%;
}



