@charset "utf-8";
/* CSS Document */

/************************************************************************

	Site:		SPEEDMASTER HOMEPAGE



	Author:		LEAD TECH



	Listing Order:

	==============
	
	1. UNIVERSAL STYLES
	  1A - TOP BAR
	  1B - CONTAINERS
	2. STRUCTURE
	3. FOOTER
	4. CONTENT
	
************************************************************************/

/***********************************************************************

	1 - UNIVERSAL STYLES

************************************************************************/

body { 

	background-image:url('images/bg.gif');
	background-repeat:repeat;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #354B3F;
	margin:0 auto;
	margin-bottom:0;
	padding:0;
	}
	
img {
		text-decoration:none;
		margin:0;
		padding:0;
		border:none;
}

p{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}

table, td, th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 1em;*/
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 5px;
}

.clear{
	clear:both;
}

a {
	color:#009933;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#669934;
	text-decoration:none;
}

ul{
font-size:1em;
}

.normaltext{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #354B3F;
	}
	
h1{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color:#595959;
	padding:0;
	margin:0;
	margin-bottom:3px;
	}
	
h2{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color:#175B3F;
	padding:0;
	margin-top:10px;
	}
	
.manufacturer {
	margin-top:5px;
	margin-bottom:3px;
	color:#595959;
	font-size: 1.1em;
}

.searchtext{
	color:#595959;
	font-size: 1.1em;}
	
.smallcopy{
	font-size:0.9em;
}

/***********************************************************************

	2 - STRUCTURE

************************************************************************/

#container{
	width:955px;
	/*height:820px;*/
	margin:0 auto;
	margin-top:30px;
	background-color:#fff;
	clear:both;
	}
	
#innercontainer{
	/*height:780px;/*remove*/
	margin:0 auto;
	/*background-color:#0033CC;*/

	}
		
#topbar{
	width:895px;
	height:115px;
	margin-left:40px;
	/*background-color:#003399;*/
}

#holder1{
	height:322px;
	width:895px;
	margin-left:30px;
	/*background-color:#993300	*/
}

#holder2{
	width:891px;
	margin-left:30px;
	background-color:#fff;
	margin-top:30px;
}

#left{
	width:207px;
	margin-left:30px;
	float:left;

}

#centre{
	width:475px;
	/*height:200px;*/
	float:left;
	margin-left:10px;
}

#right{
	width:200px;
	/*height:200px;*/
	float:left;
	margin-left:10px;
	/*background-color:#993300	*/
}

.logo{
	float:left;
}

.contact{
	float:right;
}

#menu{
	float:left;
	width:207px;
	height:329px;
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
}

#monoslideshow{
	float:left;
	background-color:#49545A;
	height:329px;
}

#homeseatch{
	float:right;
	width:156px;
	height:315px;
	background-image:url(images/search-bg.gif);
	background-repeat:no-repeat;
	padding:7px;
	background-color:#006666;
	}
	
#leftcontainer{
	float:left;
	width:670px;
	padding:0;
	}

#leftcontainer2{
	float:left;
	padding:20px;
}

#rightcontainer{
	float:right;
	padding:0;
	height:180px;
}

/***********************************************************************

	2 - MENU

************************************************************************/

ul.menu {

	list-style-type:none;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:1.3em;
	float:left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border:none;
	width:180px;
	background-color:none;
	margin-top:10px;
}

ul.menu li{
	margin-left:10px;
	width:180px;
	height:25px;

	}

ul.menu li a{
	text-decoration:none;
	list-style-type: none;
	font-weight:normal;
	color:#FFFFFF;
	display:block;

	}

ul.menu li a:hover{
	border:none;
	list-style-type: none;
	color:#669933;
	text-decoration:none;
	list-style-type: none;	
	}

/***********************************************************************

	3 - FOOTER

************************************************************************/

#footer{
	width:955px;
	height:200px;
	margin:0 auto;
	margin-top:15px;
	padding:0;
	/*background-color:#333333;*/
	clear:both;
	margin-bottom:20px;
	}
	
#footerdetails{
	width:558px;
	height:180px;
	float:left;
}

#footerlogo{
	width:255px;
	height:180px;
	float:right;
	background-color:#374B3F;
	border:#FFFFFF 1px solid;
}

ul.footermenu {

	list-style-type:none;
	margin:0;
	padding:0;
	color:#CECECA;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

ul.footermenu li{
	text-decoration:none;
	color:#666666;
	float:left;
	margin-bottom:3px;
	margin-right:3px;
	/*margin-left:3px;*/
		}

ul.footermenu li a{

	color:#666666;
	text-decoration:none;
	border:none;
	font-size:1em;
	
	}

ul.footermenu li a:hover{

	border:none;
	color:#669934;
	}

.bold{
	font-weight:bold;
	font-size:1.1em;
}

.footerbold{
	font-weight:bold;
	font-size:1em;
}

.footerlogo{
	margin-left:45px;
	margin-top:25px;
	margin-bottom:15px;
}

.address{
	margin-left:25px;
	margin-top:15px;
	color:#FFFFFF;
}

.address a{
	color:#FFFFFF;
}

.address a:hover{
	color:#669934;
}
	
	
/***********************************************************************

	4 - CONTENT

************************************************************************/


.imgtext{
	clear:both;
}

.hometext{
	float:left;
	margin-top:20px;
	margin-left:20px;
	width:425px;
}

.fulltext{
	float:left;
	margin-top:15px;
	margin-left:20px;
	width:660px;
}

#ad1{
	height:185px;
	float:left;
	margin-top:15px;
	width:225px;
}

	.adbottom{
		float:left;
		width:204px;
		height:70px;
		background-image:url(images/ad-bg.gif);
		background-repeat:no-repeat;
		padding:6px;
		border-top:1px solid #FFFFFF;
		}
	
		.adheader{
		font-size:1.2em;
		color:#FFFFFF;
		font-weight:bold;
		}
		
		.adtext{
		font-size:1.2em;
		color:#FFFFFF;
		}
		
		.adtext a{
		color:#FFFFFF;
		text-decoration:underline;
		font-weight:normal;
		}
		
		.adtext a:hover{
		color:#669933;
		text-decoration:underline;
		}
#ad2{
	height:185px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	width:225px;
	}

#ad3{
	height:185px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	width:215px;

	}

#caroftheweek{
	height:130px;
	width:650px;
	background-color:#E8E8E8;
}

.caroftheweekheader{
	font-size:1.3em;
	font-weight:bold;
	color:#0B573B;
}

.fullline{
	height:1px;
	width:670px;
	margin-top:2px;
	border-bottom: 1px solid #0A563C;
}

.halfline{
	height:3px;
	width:200px;
	clear:both;
	margin-top:3px;
	border-bottom: 1px solid #0A563C;
}

.smallline{
	height:19px;
	width:156px;
	margin-top:15px;
	clear:both;
	border-top: 1px solid #0A563C;
}

.topheader{
	margin-bottom:5px;
}

#searchbox{
	width:195px;
	height:27px;
	padding-left:3px;
	padding-top:3px;
	border:1px solid #175b3f;
	margin-bottom:15px;
}

#additions{
	width:188px;
	padding:5px;
	background-image:url(images/additionsbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #175b3f;
	margin-bottom:15px;
}

#newsletter{
	width:195px;
	height:27px;
	padding-left:3px;
	padding-top:3px;
	border:1px solid #175b3f;
	margin-bottom:15px;
}

#finance{
	width:188px;
	padding:5px;
	padding-top:3px;
	border:1px solid #175b3f;
	margin-bottom:15px;
}


#item{
	width:475px;
	/*height:83px;*/
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
}
		
		.itempic{
			float:left;
			border:1px solid #175b3f;
			margin-right:5px;
		}
		
		.itempic2{
			float:left;
			border:1px solid #175b3f;
		}	
		
		.itempicsmall{
			float:left;
			border:1px solid #175b3f;
			margin-left:8px;
			margin-bottom:10px;
		}				
		.iteminfo{
			margin-top:-5px;
		}
		
		.itemheader{
			font-size:1.3em;
			font-weight:bold;
			color:#669933;
		}
		
		.largeitemheader{
			font-size:1.6em;
			font-weight:bold;
			color:#669933;
		}		
		.itembold{
			color:#0a563b;
			font-weight:bold;
			font-size:1.1em;
		}
		
		.itemtext{
			font-weight:normal;
			font-size:1.1em;
		}
		.itemprice{
			font-size:1.1em;
			font-weight:bold;
			color:#669933;
		}
		
		.underlinelink{
			font-size:1.1em;
			color:#669933;
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			text-decoration:underline;
		}
		
		.underlinelink a{
			color:#669933;
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			text-decoration:underline;
			font-weight:normal;
		}
		
		.underlinelink a:hover{
			color:#175B3F;
		}
		
		.itemseperator{
		width:460px;
		height:1px;
		background-color:#0a563b;
		}
		
		.info1{
		float:left;
		width:150px;
		margin-right:7px;
		margin-bottom:15px;
		color:#175B3F;
		font-size:1.1em;
		}
		
		.info2{
		float:left;
		width:180px;
		margin-right:7px;
		margin-bottom:15px;
		color:#175B3F;
		font-size:1.1em;
		}		
		
		.info3{
		float:left;
		width:120px;
		margin-right:7px;
		margin-bottom:15px;
		text-align:right;
		}		
		
#links{
	margin-top:20px;
}

.sidelinks{
	margin-top:10px;
	margin-bottom:10px;

}

#smallitems{
	margin-bottom:15px;
}
.txt11{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txt11white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.bgbase {
	background-attachment: scroll;
	background-image: url(images/bg_base.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.txt12BGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A563B;
}
.txtmakemodel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.txt11green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A563B;
}
.txt9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.bgcarweek {
	background-attachment: scroll;
	background-image: url(images/bg_carweek.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.txtwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
