/*	---------------------------------------------------------------------------------------
	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:1082px;
	height:1025px;
	z-index:1;
	margin: auto;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #12232A;
}
#orangebar {
	position:absolute;
	width:850px;
	height:53px;
	z-index:5;
	left: 129px;
	top: 670px;
	background-color: #F26522;
}
#icon {
	position:absolute;
	width:75px;
	height:75px;
	z-index:1;
	top: -15px;
	left: 108px;
}
#logo {
	position:absolute;
	width:175px;
	height:30px;
	z-index:2;
	left: 191px;
	top: 38px;
}
#nav {
	position:absolute;
	width:446px;
	height:25px;
	z-index:3;
	left: 580px;
	top: 107px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}
#maintext {
	position:absolute;
	width:875px;
	height:242px;
	z-index:5;
	left: 108px;
	top: 181px;
	text-align: left;
	font-size: 24px;
}
#subtext {
	position:absolute;
	width:875px;
	height:429px;
	z-index:4;
	left: 108px;
	top: 486px;
	font-size: 12px;
}
#photobox {
	position:absolute;
	width:475px;
	height:490px;
	z-index:6;
	left: 667px;
	top: 460px;
}
#photobox_2 {
	position:absolute;
	width:684px;
	height:526px;
	z-index:8;
	left: 422px;
	top: 372px;
}
#integratedbox {
	position:absolute;
	width:475px;
	height:403px;
	z-index:2;
	left: 572px;
	top: 475px;
}
#footer {
	position:absolute;
	width:878px;
	height:35px;
	z-index:7;
	left: 108px;
	top: 931px;
}
hr {
	border: none 0; 
	border-top: thin dotted #fff;
	width: 100%;
	height: 1px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 24px;
	font-size: 12px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F26522;
	font-size: 12px;
	line-height: 28px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 10px;
	line-height: 28px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 28px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
}
a:focus {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #F26522;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 25px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #fff;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
}

