html{
	overflow:scroll;
}
body{
	background:#0b1636 url('../images/phantom-web-top-back.jpg') no-repeat top center;
	font-size:1em;
	margin:0;padding:0;
	font-family:Arial, "Lucida Grande", Helvetica, sans_serif;
}
ul li, ol li{
	margin:10px 0;
}
img{border:none;}
a{border:none;}
/*layout ids*/
#container{
	width:850px;
	margin:0 auto;
	border:1px solid #666;
	background:#999;
}
#navigation{
	font-size:.8em;
	background:white;
	width:219px;
	/*border-right:1px solid #666;*/
	float:left;
}
#content_area{
	float:right;
	background:white;
	width:630px;
}
#text_content{
	margin:10px;
	text-align:justify;
}

#text_content .red{color:red;}
#text_content p, #text_content ul, #text_content ol{
	color:#122172;
}
#text_content h1,h2,h3{
	color:#be9c25;
	text-align:left;
}
#footer{
	background:#2b334e;
}
#footer p{
	color:white;
	margin:0;
	padding:5px;
}
#footer #footer_links{
	padding:10px 5px;
}
#clouds{
	background:#cfb47d;
	text-align:center;
}
#box_holder{
	background:#081235;
	float:left;
	width:100%;
	clear:both;
}
#door_screen {
	background:url('../images/phantom-door-screens.jpg') no-repeat center bottom;
	border-right:1px solid white;
}
#serene_screen {
	background:url('../images/phantom-serene-screens.jpg') no-repeat center bottom;
	border-right:1px solid white;
}
#executive_screen {
	background:url('../images/phantom-executive-screens.jpg') no-repeat center bottom;
}
#content_area_top_header{
	height:76px;
}
#content_area_top_header p{
	float:right;
	margin:35px 10px 0 0;padding:0;
}
#nav #about_toggle, 
#nav #business_toggle, 
#nav #customer_care_toggle,
#nav #product_toggle,
#nav #screen_gallery_toggle,
#nav #ts_toggle,
#nav #construction_toggle{
	background:#666 url('../images/menu-item-active.gif') no-repeat 95% center;
}
#nav #about_toggle.active, 
#nav #business_toggle.active, 
#nav #customer_care_toggle.active,
#nav #product_toggle.active,
#nav #screen_gallery_toggle.active,
#nav #ts_toggle.active,
#nav #construction_toggle.active{
	background:#666 url('../images/menu-item-inactive.gif') no-repeat 95% center;
}

/*classes*/
.italic{font-style:italic;}
.blue{color:#45B1FF;}
.red{color:red;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.box{
	float:left;
	width:209px;
	height:230px;
	position:relative;
	text-align:center;
}
.box h1{
	background:#081235;
	border-bottom:1px solid white;
	text-decoration:none;
	margin:0;
	padding:5px 0;
	color:white;
	display:block;
	font-size:.8em;
	font-weight:lighter;
}
.gallery_container{
	width:90px;
	float:left;
}
/*maxx*/
.blue {color:#45B1FF;}

#copyright a {
	text-decoration:none;
	color:#666;
}
#copyright a:hover {
	text-decoration:underline;
	color:#45B1FF;
	background:none;
}

/*links*/
#clouds a, #clouds img{
	border:none;
}
#content_area_top_header a:hover{
	color:#081235;
}
#content_area_top_header a:before{
	content:"+ ";
}
#content_area_top_header a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	color:#45B1FF;
}
#footer a{
	color:#000;
	text-decoration:none;
}
#footer #footer_links a:hover{
	color:white;
	text-decoration:underline;
}
#footer #footer_links a{
	color:#A4DCFF;
	font-size:.8em;
}
#navigation #nav a:hover{
	background:#081235;
}
#navigation #nav #about_toggle:hover, 
#navigation #nav #business_toggle:hover, 
#navigation #nav #customer_care_toggle:hover,
#navigation #nav #product_toggle:hover,
#navigation #nav #screen_gallery_toggle:hover,
#navigation #nav #ts_toggle:hover,
#navigation #nav #construction_toggle:hover{
	background:#081235 url('../images/menu-item-active-blue.gif') no-repeat 95% center;
}
#navigation #nav #about_toggle.active:hover, 
#navigation #nav #business_toggle.active:hover,
#navigation #nav #customer_care_toggle.active:hover,
#navigation #nav #product_toggle.active:hover,
#navigation #nav #screen_gallery_toggle.active:hover,
#navigation #nav #ts_toggle.active:hover,
#navigation #nav #construction_toggle.active:hover{
	background:#081235 url('../images/menu-item-inactive-blue.gif') no-repeat 95% center;	
}
#nav a{
	display:block;
	margin:1px 0 0 0;
	background:#666;
	padding:7px 10px;
	color:white;
	text-decoration:none;
}
#nav a.sub_item:hover{
	color:white;
}
#nav a.sub_item{
	color:#333;
	background:white;
	padding:5px 10px 3px 15px;
}
/*light box*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{  
	border: none; 
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('../images/blank.gif') no-repeat;
	display: block;
}
#prevLink{ 
	left: 0; 
	float: left;
}
#nextLink{ 
	right: 0; 
	float: right;
}
#prevLink, #prevLink:visited{ 
	background: url('../images/prevlabel.gif') 
	left 15% no-repeat; 
}
#nextLink, #nextLink:visited{ 
	background: url('../images/nextlabel.gif') 
	right 15% no-repeat; 
}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}
#imageData{	
	padding:0 10px; 
	color: #666; 
}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption{ 
	font-weight: bold;
	font-size:1.5em;	
	color:#0B1636;
}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;	
}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #0B1636;
}

/*forms*/

form p{
	margin:4px 0 0 0;
}
form select{
	font-size:.8em;
}

/*tables*/
table{
	text-align:left;
}
table td, table th{
	padding:10px;
}
table img{
	vertical-align:middle;
}

/*errors*/
.notice {
	padding:5px 5px 5px 30px;
	margin:5px;
	background:#FFFDBB url('../images/messagebox_warning.png') no-repeat 2% center;
	border:2px solid #333;	
}
.notice p {
	margin:5px 15px;
}
.form_error_message {
	padding:0;
	margin:2px 0 3px 0;
	color:red;
}
#errorExplanation {
	padding:3px 10px;
	border:2px solid #333;
	background:#FFFDBB;
}
#errorExplanation h2 {
	font-size:1em;
	padding-left:30px;
	background:#FFFDBB url('../images/messagebox_warning.png') no-repeat 2% center;
}
#errorExplanation ul {
	background:none;
	font-size:.8em;
	list-style-position:inside;
}