@charset "utf-8";
/* CSS Document */

body{
	background-color: #132f44;
	background-image: url(images/layout/bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	color: #0d2333;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	}
	
#container{
	position: relative;
	width: 1075px;
	text-align:center;
	z-index:1;
	}	
	
#topper{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
	
#menu{
	position: relative;
	z-index: 10;
	}		
	
#window{
	position: relative;
	background-image:url(images/layout/window-top.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 853px;
	z-index: 3;
	top: -5px;
	text-align: left;
	}
	
#supp-footer{
	position: relative;
	text-align:center;
	background-color:#FFFFFF;
	width: 853px;
	top: -20px;
	z-index:4;
	}		
	
#text_wide{
	position: relative;
	padding: 40px;
	text-align:left;
	z-index:20;

	}
	
#text{
	position: relative;
	padding: 40px;
	text-align:left;
	z-index:20;
	width: 500px;
	}	
	
#side{
	position: absolute;
	left: 583px;
	top: 15px;
	z-index: 30;
	}		
	
#footer{
	position:relative;
	background-image: url(images/layout/footer.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height: 44px;
	text-align: center;
	font-size:12px;
	}	
	
#product{
	background-color: #3b5a6b;
	padding: 6px;
	color: #FFFFFF;
	font-size:11px;
	}	
	
#product2{
	background-color: #a77a27;
	padding: 6px;
	color: #FFFFFF;
	font-size:11px;
	}		
	
	
td{
	vertical-align: top;
	}
	
#highlight{
	background-color: #eaf0f2;
	padding: 20px;
	color: #0d2333;
	}
	
		
	
/*//////////////////////////////////// TEXT STYLES/////////////////////////////////////*/
h1{
	padding: 0px;
	margin: 0px;
	color: #415f6f;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, Tahoma;
	font-size: 24px;
	text-transform:uppercase;
	}
	
h2{
	padding: 0px;
	margin: 0px;
	color: #415f6f;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	text-transform:uppercase;
	}	
	
h3{
	padding: 0px;
	margin: 0px;
	color: #415f6f;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	}	
	
h4{
	padding: 0px;
	margin: 0px;
	color: #a77a27;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-style: italic;
	}		
			
	
p{
	padding: 0px;
	margin: 0px;
	color: #0d2333;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	}
	
a:link{
	color:#000000;
	}
	
a:visited{
	color:#000000;
	}
	
a:active{
	color:#000000;
	}
	
a:hover{
	color: #415f6f;
	}
	
	
/*/////////////////White/////*/	
a:link.white{
	color: #FFFFFF;
	text-decoration:none;
	}
	
a:visited.white{
	color: #FFFFFF;
	text-decoration:none;
	}
	
a:active.white{
	color: #FFFFFF;
	text-decoration:none;
	}
	
a:hover.white{
	color: #3399FF;
	text-decoration:none;
	}						
