@charset "UTF-8";

/* CSS Document */

body{

	background-color:#000000;

}

#main_container{

	height:768px;

	width:1000px;

	background-color:#FFFFFF;

	position:relative;

	margin:0px auto;



}



/**** HEADER TAGS ****/



#top_bar{

	height:11px;

	width:1000px;

	background-color:#495B83;

	position:absolute;

	top:10px;

}

#raindrop{

	width:48px;

	height:76px;

	background-color:transparent;

	position:absolute;

	left:22px;

	top:8px;

}

#installation_img{

	width:70px;

	height:70px;

	background-color:transparent;

	position:absolute;

	left:901px;

	top:12px;

}

#logo{

	width:415px;

	height:76px;

	background-color:transparent;

	position:absolute;

	left:288px;

	top:37px;

}

#homelink{

	width:69px;

	height:24px;

	background-color:transparent;

	position:absolute;

	left:786px;

	top:108px;

}

#contactlink{

	width:85px;

	height:24px;

	background-color:transparent;

	position:absolute;

	left:893px;

	top:112px;

}



/**** CONTENT BOX TAGS ****/



#content_box{

	width:957px;

	height:534px;

	background-color:#FFFFFF;

	position:absolute;

	left:21px;

	top:135px;

}

#left_border{

	width:2px;

	height:534px;

	background-color:transparent;

	background-image:url(images/layout_images/sideborder.jpg);

	position:absolute;

	left:-2px;

	top:-1px;

}

#right_border{

	width:2px;

	height:534px;

	background-color:transparent;

	background-image:url(images/layout_images/sideborder.jpg);

	position:absolute;

	right:-1px;

	top:-1px;

}

#top_border{

	width:959px;

	height:2px;

	background-color:transparent;

	background-image:url(images/layout_images/topborder.gif);

	position:absolute;

	top:-2px;

	left: -2px;

	line-height: 2px;

	font-size: 2px;

	overflow: hidden;

}

#low_border{

	width:959px;

	height:2px;

	background-color:transparent;

	background-image:url(images/layout_images/lowborder.gif);

	position:absolute;

	bottom:0px;

	left: -2px;

	line-height: 2px;

	font-size: 2px;

	overflow: hidden;

}	



/**** NAVIGATION TAGS ****/



.navlink:link {

	color:#237DC1;

	text-decoration: none;

}

.navlink:visited {

	color:#237DC1;

	text-decoration:none;

}

.navlink:hover {

	text-decoration: none; 

	color:#C00;

}



#nav_container{

	background-color:transparent;

	width:957px;

	height:auto;

}

#top_nav{

	width:19.8%;

	height:14px;

	float:left;

	border-right:inset;

	border-right-width:2px;

	border-right-color:#000000;

	border-right-style:solid;

	line-height: 14px;

	overflow: hidden;

}

#low_nav{

	width:12.2%;

	height:14px;

	float:left;

	border-right:inset;

	border-right-width:2px;

	border-right-color:#000000;

	border-right-style:solid;

	line-height: 14px;

	overflow: hidden;

}

#nav_divide{

	width:957px;

	height:2px;

	line-height:2px;

	font-size:2px;

	background-color:#000000;

	float:left;

	overflow: hidden;

}

#nav_low_border{

	width:957px;

	height:4px;

	line-height:4px;

	font-size:4px;

	background-color:#000000;

	float:left;

	overflow: hidden;

}

.navtext{

	color:#237DC1;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:bold;

	text-align:center;

}



/**** INNER CONTENT TAGS (HOME)****/



/* LEFT and RIGHT COLUMNS*/

#left_column_home {

	width:293px;

	height:498px;

	float:left;

	border-right:outset;

	border-right-width:3px;

	border-right-style:solid;

	border-right-color:#ffffff;

	background-color:#A90830;

	overflow: hidden;

}

#left_home_heading_box{

	width:293px;

	height:54px;

	background-color:#62031B;

}

#head_box_text{

	margin-left:20px;

	height:auto;

	width:auto;

	background-color:transparent;

	font-family:Arial, Helvetica, sans-serif;

	font-size:16px;

	color:#FFFFFF;

	font-weight:bold;

	margin-right: 20px;

}

#home_text{

	width:253px;

	height:127px;

	background-color:transparent;

	padding-left:20px;

	padding-right:20px;

	padding-top:10px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

}

#heading_box_border{

	width:293px;

	height:3px;

	line-height:3px;

	font-size:3px;

	background-color:#FFFFFF;

	-khtml-opacity:.50;

	-moz-opacity:.50;

	-ms-filter:”alpha(opacity=50)”;

	filter:alpha(opacity=50);

	opacity:.50;

	overflow: hidden;

}

#right_home_heading_box{

	width:293px;

	height:54px;

	background-color:#0A1837;

}

	

	

#right_column_home{

	width:293px;

	height:498px;

	float:left;

	background-color:#495B83;

}



#middle_column_home{

	width:365px;

	height:498px;

	float:left;

	border-right:outset;

	border-right-width:3px;

	border-right-style:solid;

	border-right-color:#ffffff;

	background-color:#666;

	text-align: center;

}



/**** FOOTER TAGS ****/



#footer_container{

	height:auto;

	width:619px;

	position:absolute;

	text-align:center;

	background-color:transparent;

	left: 196px;

	top: 687px;

}



.phonenumber {

	color:#000000;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight:bold;

	line-height:28px;

}



.copyright {

	color:#B7B7B1;

	font-family:Arial, Helvetica, sans-serif;

	font-size:9px;

	font-weight:bold;

}



/**** GALLERY TAGS ****/



#thumbnail{

	height:73px;

	width:73px;

	margin:5px;

	float:left;

}

#image_area{

	height:495px;

	width:662px;

	float:left;

}

#content_image{

	height:auto;

	width:auto;

	margin:10px;

	float:left;

}

	

/**** NON GALLERY TAGS ****/



#other_content {

	background-color:#FFF;

	width:660px;

	height:465px;

	position:relative;

	overflow: auto;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	padding-left:30px;

}

#inner_content_space {

	background-color:transparent;

	width:auto;

	height:auto;

}



.otherhead {

	font-size:24px;

	font-weight:bold;

}



.faqlink:link {

	color:#ffffff;

	text-decoration: none;

}

.faqlink:visited {

	color:#ffffff;

	text-decoration:none;

}

.faqlink:hover {

	text-decoration: none; 

	color:#C00;

}



/*** contact div ***/



#inner_contact{

	height:auto;

	width:auto;

	float:left;

}


 