/*	---------------------------------------------------------------------------------------
	superoxygen.com
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		main page 
	File:				main.css
	Version:			1.0
	Date:				06.15.08
	Author:				Ray Campbell
	Company:			SuperOxygen, Inc.
	---------------------------------------------------------------------------------------	*/
	


#container {
	position:relative;
	width:1046px;
	height:3000px;
	z-index:1;
	background-color: #FFFFFF;
	margin: auto;
}
body {
	background-image: url(images/site_background.jpg);
	background-repeat: repeat-y;
	background-color: #015EA8;
	margin: auto;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	position:absolute;
	width:1040px;
	height:126px;
	z-index:1;
	left: 2px;
	top: 5px;
	background-color: #FFFFFF;
	background-image: url(caarep_header.jpg);
}
#navcontainer {
	position:absolute;
	width:1042px;
	height:42px;
	z-index:3;
	top: 135px;
	left: -1px;
}
div.navmenu {
	height:40px;
	position: static;
	float: left;
	z-index:3;
	top: 1px;
	text-align: center;
}

.navmenu ul {
	height:20px;
	margin: 0;
	z-index:3;
	list-style-type: none;
	margin-left: -30px;
}

.navmenu li  {
	width: 146px;
	height: 20px;
	display: block;
	float: left;
	z-index:3;
	font-size:11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #00468B;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
}

.navmenu a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	padding-top: 20px;
	background-color: #00468B;
}

.navmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	z-index:3;
	height:20px;
	background-color: #3399FF;
}

.navmenu li ul {
	display: none;	
}

.navmenu li:hover ul {
	visibility: visible;
	display: block;
	float: left;
	z-index:3;
	width:128px;
	height:40px;
	padding: 0;
	margin: 0;
}

.navmenu li li {
	border: none;
	z-index:3;
	padding-top: 2px;
	}	

.navmenu li li a {
	padding: 2px 2px 2px 2px;
}
#logo {
	position:absolute;
	width:368px;
	height:66px;
	z-index:9;
	left: 41px;
	top: 59px;
	border: 0;
	border-style: none;
}
#quotebox {
	position:absolute;
	width:1028px;
	height:220px;
	z-index:2;
	left: 10px;
	top: 180px;
}
#leftcolumn {
	position:absolute;
	width:187px;
	height:2370px;
	z-index:2;
	left: 9px;
	top: 416px;
	background-color: #FFFFFF;
}
#slidephoto {
	position:absolute;
	width:567px;
	height:315px;
	z-index:2;
	left: 239px;
	top: 225px;
	background-color: #CCCCCC;
	background-image: url(slidephoto_bg.jpg);
}
#headlline {
	position:absolute;
	width:567px;
	height:78px;
	z-index:2;
	left: 239px;
	top: 541px;
	background-color: #EFB403;
	background-image: url(headline.jpg);
}
#footer {
	position:absolute;
	width:1028px;
	height:62px;
	z-index:1;
	left: 8px;
	top: 2921px;
	background-color: #002950;
}
#rightcolumn {
	position:absolute;
	width:210px;
	height:2372px;
	z-index:1;
	left: 817px;
	top: 416px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#newsbox1 {
	position:absolute;
	width:205px;
	height:115px;
	z-index:4;
	left: 811px;
	top: 216px;
}
#newsbox2 {
	position:absolute;
	width:213px;
	height:274px;
	z-index:1;
	left: 5px;
	top: 163px;
}
#inputform {
	position:absolute;
	width:220px;
	height:334px;
	z-index:1;
	left: 3px;
	top: 170px;
}
#photobox {
	position:absolute;
	width:227px;
	height:180px;
	z-index:2;
	top: 745px;
	background-image: url(photobox_1.jpg);
	left: 313px;
}
#maintext {
	position:absolute;
	width:568px;
	height:2352px;
	z-index:5;
	left: 215px;
	top: 415px;
	border-right-style: dotted;
	border-right-width: thin;
	border-left-style: dotted;
	border-left-width: thin;
	padding: 10px;
}
#infobox1 {
	position:absolute;
	width:908px;
	height:123px;
	z-index:3;
	left: 10px;
	top: 2796px;
	background-color: #99CCFF;
	border-top-style: dotted;
	border-top-width: thin;
	padding-left: 60px;
	padding-right: 60px;
}
#infobox2 {
	position:absolute;
	width:193px;
	height:82px;
	z-index:4;
	left: 280px;
	top: 178px;
}
#infobox3 {
	position:absolute;
	width:193px;
	height:85px;
	z-index:5;
	left: 494px;
	top: 336px;
}
#footertext {
	position:absolute;
	width:947px;
	height:56px;
	z-index:1;
	top: 3px;
	left: 37px;
}
hr {border: none 0; 
border-top: thin dotted #000;/*the border*/
width: 100%;
height: 1px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #0066FF;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 20px;
	color: #003366;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #004D8A;
}
