/* --------------------------------------------------- 
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:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
background-color:#f4f2ea;
background-image:url(../images/background.gif);
background-position:top;
background-repeat:repeat-x;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#1a98af;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#14425d;}
a img     {border:none;}


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

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;}
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:18px;padding:4px 0 4px 0;}
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 #CCCCCC 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;}


/* 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:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:2px 5px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:940px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
position:relative;
}

#container2 {
width:920px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 10px 0 10px;
border:none;
}

	#bottle {
	position:absolute;
	right:10px;
	top:0px;
	width:163px;
	height:224px;
	background-image:url(../images/gas_bottle.png);
	background-position:right top;
	background-repeat:no-repeat;
	z-index:1100;
	}


	/* MAIN HEADER */
	#header {
	height:121px;
	}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	float:right;
	height:37px;
	width:575px;
	line-height:37px;
	color:#191706;
	background-color:#e2ddbb;
	margin-top:45px;
	margin-right:56px;
	position:relative;
	}
	
		#navigation a {
		float:left;
		display:inline-block;
		color:#191706;
		text-transform:uppercase;
		line-height:37px;
		padding:0 7px 0 7px;
		border-right:solid #cdc9aa 1px;
		}
		
			#navigation a:hover, #navigation .on {
			color:#86eaff;
			background-color:#1c4d69;
			border-right:solid #1c4d69 1px;
			}
			
		#navigation .nav-over {
		position:absolute;
		left:0px;
		top:0px;
		width:5px;
		height:37px;
		line-height:37px;
		background-image:url(../images/nav_over.png);
		background-position:left;
		background-repeat:no-repeat
		}
		
		
	
	.shadow {
	background-image:url(../images/flash_shadow.png);
	background-position:top;
	background-repeat:no-repeat;
	}
		
		
	#flash {
	padding:0 10px 0 10px;
	}
		#flash #flash-inner {
		clear:both;
		background-color:#e7e3c6;
		background-image:url(../images/flash_bg.gif);
		background-position:top;
		background-repeat:repeat-x;
		border-bottom:solid #d6d3c1 1px;
		}
		
		
		#flash #flash-inner .flash-left {
		float:left;
		width:283px;
		padding:20px;
		color:#5e5b4b;
		background-image:url(../images/flash_div_shadow.gif);
		background-position:right top;
		background-repeat:no-repeat;
		z-index:980;
		position:relative;
		}
			.flash-left .flash-left-image {
			position:absolute;
			left:20px;
			top:20px;
			width:283px;
			height:164px;
			background-image:url(../images/flash_image_over.png);
			background-position:left top;
			background-repeat:no-repeat;
			}
		
			.flash-left .flash-left-text {
			padding:10px;
			}
		
		
		#flash #flash-inner .flash-middle {
		float:left;
		width:370px;
		color:#5e5b4b;
		padding:35px 0 35px 35px;
		}
			#flash-inner h1 {
			color:#30a2b7;
			font-size:30px;
			font-weight:normal;
			line-height:30px;
			}
			
			#flash-inner h2 {
			color:#1c4d69;
			font-size:30px;
			line-height:30px;
			}
			
			#flash #flash-inner ul li {
			background-image:url(../images/point2.gif);
			}
			
			
		#flash #flash-inner .flash-right {
		float:right;
		width:117px;
		padding:120px 20px 0 0;
		}
			.flash-right .flash-button {
			line-height:38px;
			text-align:center;
			background-image:url(../images/flash_button.gif);
			}
				
				.flash-right .flash-button a {
				color:#481602;
				font-size:15px;
				font-weight:bold;
				font-style:italic;
				line-height:38px;
				}
					.flash-right .flash-button a:hover {color:#ffffff;}



		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	padding:30px;
	background-color:#f4f2ea;
	}
		#main h1, #main2 h1 {
		color:#30a2b7;
		font-size:30px;
		font-weight:normal;
		line-height:30px;
		}
	
		#main h2, #main2 h2 {
		font-size:14px;
		line-height:14px;
		text-transform:uppercase;
		padding-bottom:10px;
		color:#30a2b7;
		}
		
		
	#main2 {
	line-height:18px;
	padding:30px;
	background-color:#f4f2ea;
	border-top:solid #e9e7dc 14px;
	}
	
	
	#main3 {
	line-height:18px;
	padding:30px;
	background-color:#e7e3c6;
	background-image:url(../images/flash_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-top:solid #d6d3c1 1px;
	}
	
	
	
	
	.home-left {
	float:left;
	width:360px;
	}
	
	.home-right {
	float:right;
	width:440px;
	}
		
		.news-summery {}
			.news-summery-item {
			color:#ffffff;
			padding:8px 16px 8px 16px;
			background-color:#1c4d69;
			border-top:solid #14425d 1px;
			}
				.news-summery-item a {color:#60e6ff;}
				.news-summery-item a:hover {color:#ffffff;}
				
			.news-summery .text-under {
			text-align:right;
			padding:8px 16px 8px 16px;
			}


	
	
	
	/* MAIN FOOTER */
	#footer {
	line-height:15px;
	font-size:11px;
	color:#928e7d;
	text-align:left;
	font-weight:bold;
	padding:22px 30px 22px 30px;
	background-color:#e9e7dc;
	border-top:solid #1c4d69 3px;
	}
	
		#footer a {color:#14425d;}
		#footer a:hover {color:#1a9ab1;}
		
		#footer .footer-right1 {
		float:right;
		width:200px;
		}
			#footer .footer-right1 h1 {color:#30a2b7;}
		
		#footer .footer-right2 {
		float:right;
		width:180px;
		text-align:right;
		}
		
		#footer .footer-right3 {
		float:right;
		width:220px;
		text-align:right;
		}
		
		
	#base {
	line-height:18px;
	font-size:11px;
	color:#928e7d;
	text-align:center;
	padding:10px 30px 10px 30px;
	}	
		#base a {color:#a7a697;}
		#base a:hover {color:#1a9ab1;text-decoration:underline;}
		
		
		
		
