/* --------------------------------------------------- 
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:"Century Gothic", Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
background-color:#d5d0c1;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#2a746c;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#965e3c;}
a img     {border:none;}


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

h1 {font-size:24px;line-height:24px;padding:4px 0 4px 0;font-weight:normal;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:16px;padding:4px 0 4px 0;font-weight:normal;}
h5 {font-size:14px;line-height:16px;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;}


.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 #d6e5e3 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.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;}

.img-shad1 {
display:inline-block;
padding-top:15px;
background-image:url(../images/image_bg.gif);
background-position:center top;
background-repeat:no-repeat;
}
	.img-shad2 {
	padding-bottom:15px;
	background-image:url(../images/image_bg.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	}
	

.table-img-shad1 {
padding-top:15px;
background-image:url(../images/image_bg.gif);
background-position:center top;
background-repeat:no-repeat;
}
	.table-img-shad2 {
	height:15px;
	background-image:url(../images/image_bg.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	}



/* 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:1px;
	margin-left:0;
	padding-left:16px;
	background-image:url(../images/point.gif);
	background-position:2px 7px;
	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/background.gif);
background-position:top;
background-repeat:repeat-y;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:900px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

	#flash {
	height:400px;
	background-color:#1e130d;
	background-image:url(../images/flash_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:solid #2a746c 10px;
	position:relative;
	}
	
	
	#flash-inner {
	height:144px;
	background-color:#1e130d;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:solid #2a746c 10px;
	position:relative;
	}
	
	
	#right-details {
	display:none;
	position:absolute;
	right:0px;
	top:15px;
	background-image:url(../images/top_right_shadow.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 0 20px 20px;
	}
		#right-details .right-details-inner {
		display:inline-block;
		background-color:#2a746c;
		padding:14px 20px;
		color:#ffffff;
		font-size:14px;
		text-align:right;
		}
		
		#right-details b, #right-details strong {
		font-weight:normal;
		font-size:18px;
		}


	/* MAIN HEADER */
	#header {
	height:85px;
	}
	
	
	
	#flash-image {
	position:absolute;
	left:282px;
	top:76px;
	width:350px;
	height:280px;
	background-color:#ffffff;
	z-index:400;
	}
		#flash-image table {
		position:absolute;
		left:0px;
		top:0px;
		display:none;
		}
	
		#flash-image-over {
		position:absolute;
		left:282px;
		top:76px;
		width:350px;
		height:280px;
		background-image:url(../images/rotator_over.png);
		background-position:center;
		background-repeat:no-repeat;
		z-index:500;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	position:absolute;
	left:0px;
	bottom:12px;
	height:30px;
	font-size:14px;
	line-height:30px;
	color:#ffffff;
	padding-left:180px;
	width:720px;
	z-index:600;
	}
	
		#navigation a {
		float:left;
		display:inline-block;
		color:#7ec4b5;
		line-height:29px;
		padding:0 10px 1px 10px;
		}
			#navigation a:hover {color:#ffffff;background-color:#433327;}
		
		.navdiv {
		float:left;
		width:1px;
		font-size:0;
		line-height:30px;
		height:30px;
		padding:0 0 0 0;
		background-color:#433327;
		margin:0 auto;
		margin:0 5px 0 5px;
		border:none;
		}


		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	padding:20px;
	}
		h1 {color:#79592a;}
		h5 {color:#79592a;}
		
		
		#main .main-full {
		padding:10px 20px;
		}
		
		
		#main .main-left {
		float:left;
		width:510px;
		padding-left:20px;
		padding-top:10px;
		}
		
		
		#main .main-right {
		float:right;
		width:275px;
		padding-left:20px;
		border-left:solid #d6e5e3 1px;
		}
			#main .main-right h4 {
			color:#ffffff;
			line-height:31px;
			padding:0 10px 2px 10px;
			background-image:url(../images/header_bg.gif);
			}
				#main .side-inner {padding:10px;}
				
				
				
		#main .home-left1 {
		float:left;
		width:260px;
		padding-left:20px;
		padding-top:10px;
		}
		
		#main .home-left2 {
		float:left;
		width:230px;
		padding-left:20px;
		padding-top:10px;
		}
		
		
		
		.prod-right {
		float:right;
		width:320px;
		margin-left:20px;
		}

	
	
	
#footer-holder {
width:960px;
text-align:left;
background-image:url(../images/footer_bg.gif);
background-position:bottom;
background-repeat:repeat-y;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 31px 0;
border:none;
}
	
	/* MAIN FOOTER */
	#footer {
	width:900px;
	line-height:15px;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	min-height:40px;
	background-color:#34241b;
	background-image:url(../images/footer_left.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	border:none;
	}
		#footer .footer-right1 {
		float:right;
		width:200px;
		background-image:url(../images/footer_right.gif);
		background-position:right top;
		background-repeat:no-repeat;
		padding:14px 20px;
		}
		
		#footer .footer-right2 {
		float:right;
		width:200px;
		background-color:#493427;
		padding:14px 20px;
		}
		
		#footer .footer-left1 {
		float:left;
		width:200px;
		padding:28px 0 0 150px;
		background-image:url(../images/winner_logo.gif);
		background-position:230px 53px;
		background-repeat:no-repeat;
		}
	
		#footer a {color:#e6b96c;}
		#footer a:hover {color:#ffffff;}
		#footer a h5 {color:#e6b96c;padding-bottom:0px;}
		
		
		
		
