/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the anytime system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
background-color:#151515;
background-image:url(../images/background.jpg);
background-position:center top;
background-repeat:repeat-x;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#0f77cf;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#0099ff;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:26px;line-height:26px;padding:4px 0 4px 0;}
h2 {font-size:16px;line-height:16px;padding:4px 0 4px 0;}
h3 {font-size:16px;line-height:16px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:16px;padding:4px 0 4px 0;}
h5 {font-size:15px;line-height:15px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}

.small {font-size:10px;}
.plus {color:#f9690c;font-style:italic;font-weight:bold;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #b6b6b6 1px; 
}


.base-lines td {
border-bottom:solid #efefef 1px;
}



/* GAPS
Gaps to space elements */
.gap1 {float:left;width:7px;}
.gap2 {float:left;width:15px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}
.img-main {display:none;text-align:center;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	li {
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:2px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:960px;
text-align:left;
background-image:url(../images/shadow.jpg);
background-position:center top;
background-repeat:no-repeat;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:940px;
background-color:#ffffff;
background-image:url(../images/main_bottom.gif);
background-position:bottom;
background-repeat:no-repeat;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header {
	width:940px;
	height:90px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	}
		#header a {
		display:inline-block;
		}		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:50px;
	line-height:34px;
	background-color:#2a2a2a;
	background-image:url(../images/nav_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:30px;
	}
		#navigation .navdiv {
		float:left;
		width:2px;
		font-size:0;
		line-height:50px;
		height:50px;
		background-image:url(../images/nav_div.gif);
		background-position:center;
		background-repeat:no-repeat;
		padding:0 0 0 0;
		margin:0 auto;
		border:none;
		}
			#navigation a {
			float:left;
			color:#d4deeb;
			font-size:12px;
			font-weight:bold;
			display:inline-block;
			line-height:34px;
			padding:16px 8px 0 8px;
			}
				#navigation a:hover {
				color:#49acff;
				}
				
				
				
	#flash {
	height:200px;
	position:relative;
	background-color:#000000;
	}
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		width:900px;
		height:175px;
		padding:25px 40px 0 0;
		text-align:right;
		font-size:14px;
		font-weight:bold;
		color:#ffffff;
		background-image:url(../images/flash_over.png);
		background-position:top left;
		background-repeat:no-repeat;
		z-index:1110;
		}
			#flash #flash-over h1 {
			font-size:36px;
			line-height:36px;
			color:#9dafff;
			}
			
		
		#flash #flash-button {
		position:absolute;
		right:40px;
		bottom:0px;
		width:135px;
		height:53px;
		font-size:12px;
		}
			#flash #flash-button a {
			display:block;
			line-height:36px;
			height:53px;
			font-size:12px;
			text-align:center;
			color:#052869;
			padding-right:12px;
			background-image:url(../images/home_button.gif);
			background-position:left 0px;
			background-repeat:no-repeat;
			}
				#flash #flash-button a:hover {
				background-image:url(../images/home_button.gif);
				background-position:left -62px;
				}
		
		
		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		display:none;
		z-index:1090;
		}
			#flash table td {
			width:940px;
			height:200px;
			}
			
			
			
	#flash-inner {
	height:80px;
	position:relative;
	background-color:#000000;
	}
		#flash-inner #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		width:940px;
		height:80px;
		background-image:url(../images/flash_over.png);
		background-position:top left;
		background-repeat:no-repeat;
		z-index:1110;
		}
		
		#flash-inner table {
		position:absolute;
		left:0px;
		top:0px;
		display:none;
		z-index:1090;
		}
			#flash-inner table td {
			width:940px;
			height:80px;
			}

	
	
	
	#main-bar {
	height:40px;
	line-height:40px;
	text-align:right;
	font-size:11px;
	color:#868686;
	background-image:url(../images/header_bar.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:2px 40px 18px 40px;
	}
		#main-bar a {color:#868686;}
		#main-bar a:hover {color:#0f77cf;}
		
		#main-bar .bar-left {
		float:left;
		display:inline-block;
		}
		
		#main-bar h4 {
		line-height:40px;
		padding:0 0 0 0;
		}
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	padding:20px 40px 30px 40px;
	}
		#main h1 {color:#c0c0c0;}
		#main h2 {color:#1a4085;}
		#main h5 {color:#5873ae;}
		
		#main b, #main strong {color:#1a4085;}
		
		#main .main-content {
		float:left;
		width:500px;
		}
		
		#main .right-side {
		float:right;
		width:320px;
		}
		
		
		
		
		
		.home-left {
		float:left;
		width:360px;
		padding:20px 0 5px 40px;
		}
		
		
		.home-right {
		float:right;
		width:418px;
		padding:20px 40px 5px 40px;
		border-left:solid #b6b6b6 1px;
		}
		
		
		
		.brands {
		height:35px;
		padding:20px 40px 45px 40px;
		}
			.brands a {
			float:left;
			display:inline-block;
			margin-right:16px;
			margin-bottom:5px;
			}

	
	
	
	/* MAIN FOOTER */
	#footer {
	width:940px;
	color:#9c9ea0;
	font-size:11px;
	background-color:#202020;
	background-image:url(../images/footer_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	margin-top:14px;
	}
		#footer li {background-image:url(../images/point2.gif);}
	
		#footer .footer-inner {
		background-image:url(../images/footer_bottom.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		}
		
		#footer .footer-inner .footer1 {
		float:left;
		width:370px;
		padding:25px 0 25px 40px;
		}
		
		#footer .footer-inner .footer2 {
		float:right;
		width:170px;
		padding:25px 40px 25px 40px;
		background-image:url(../images/footer_div.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
		
		#footer .footer-inner .footer3 {
		float:right;
		width:170px;
		padding:25px 40px 25px 40px;
		background-image:url(../images/footer_div.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
	
		#footer a {color:#8bb4f2;}
		#footer a:hover {color:#ffffff;}
		
		#footer h2 {color:#636363;}
		#footer h5 {color:#4c8dc2;font-size:13px;}
		
	
	#base {
	width:940px;
	color:#4e4d4d;
	font-size:11px;
	text-align:center;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	margin-top:14px;
	padding-bottom:14px;
	}
	
		#base a {color:#4a5969;}
		#base a:hover {color:#ffffff;}
		
		