body {
	background-color: #000;
	color: #fff;
	font-family: arial, helvetica;
	margin: 0;
	padding: 0;
	width: 100%;
}

#top_bar {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 59px;
	background-image: url('../img/page_bg.png');
	background-repeat: repeat-x;
	overflow: hidden;
	z-index: 2;
}

a, a:visited { color: #23cdfe; }
a:hover { color: #12627d; }

img { border: 0; margin: 0; }

#container {
	position: relative;
	width: 780px;
	margin: 0 0 0 100px;
	z-index: 3;	
}

#header {
	height: 95px;
	background-image: url('../img/header_bg.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#header #logo { float: left; }
#header ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 8pt;
	width: 156px;
	float: left;
	font-weight: bold;
}
#header ul li {
	margin: 0 0 16px 0;
	width: 136px;
	padding: 0 0 0 20px;
}


img#big_bg {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: none;
}

#feature {
	width: 780px;
	height: 321px;
}

h2 {
	margin: 0; 
	padding: 0;
	clear: both;
}
p { 
	font-size: 8pt; 
	color: #fff;
	padding: 20px 0 20px 0;
	line-height: 14pt;
	margin: 0;
	clear: both;
}
div.specializing {
	padding: 20px 0 20px 0;
	margin: 0;
	display: block;
	line-height: 14pt;
}

#content {
	display: block;
	clear: both;
	padding: 20px;
	min-height: 500px;
}
#content p {
	font-size: 9pt;
	margin: 0;
	padding: 10px 0 10px;
}
#content table {
	border-collapse: collapse;
}
#content table tr td {
	font-size: 9pt;
	margin: 0;
	padding: 5px 5px 5px 0px;
}
#content table tr th {
	font-size: 9pt;
	text-align: left;
}

.back { font-size: 8pt; }

#front_nav {
	position: absolute;
	top: 321px;
	left: 0;
	z-index: 100;
	background-image: url('../img/front_nav_bg.png');
	background-repeat: no-repeat;
	width: 313px;
	height: 119px;
}
#top_nav a,
#top_nav a:visited,
#front_nav a,
#front_nav a:visited {
	color: #fff;
	text-decoration: none;
}
#top_nav a:hover,
#front_nav a:hover { color: #12627d; }
#top_nav a.active,
#front_nav a.active { color: #12627d; }
#front_nav ul.first_row,
#front_nav ul.second_row {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-weight: bold;
	float: left;
}
#front_nav ul li {
	display: block;
	margin: 0 0 16px 0;
	width: 136px;
	padding: 0 0 0 20px;
}
#front_nav ul.second_row { margin-top: 5px; }

#front_left_column {
	width: 274px;
	float: left;
	padding: 139px 20px 20px 20px;
}
#front_right_column {
	width: 426px;
	float: left;
	padding: 20px;
}
.clear { clear: both; }
p.img {
	text-align: center;
}


ul.special {
	display: block;
	margin: 0 0 0 17px;
	padding: 0;
	width: 180px;
	float: left;
	font-size: 8pt;
	color: #ffffff;
	list-style-image: url('../img/bullet.png');
}
ul.special li {
	margin: 0;
	padding: 0;
}
div.installations div {
	display: block;
	float: left;
	width: 134px;
	padding: 20px 10px 20px 0;
}
div.installations div.last { padding-right: 0; }
div.installations div p {
	display: block;
	text-align: right;
	padding: 5px 10px 0 0;
	color: #23cdfe;
	margin: 0;
	font-size: 7pt;
}

#footer {
	position: relative;
	clear: both;
	z-index: 4;	
	width: 380px;
	height: 59px;
	background-image: url('../img/footer_bg.png');
	background-repeat: no-repeat;
	padding-left: 435px;
	font-size: 8pt;
	line-height: 14pt;
}

form {
	margin: 20px 0 0 0;
	padding: 0;
}
form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form p {
	display: block;
	clear: both;
	height: 20px;
}
form p.textarea {
	height: 110px;
}
form p.submit input {
	border: 2px solid #16d4fe;
	background-color: #0f6a88;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	padding: 3px;
	width: 180px;
	float: left;
}
form input {
	border: 1px solid #16d4fe;
	background-color: #000000;
	color: #fff;
	font-size: 10pt;
	padding: 3px;
	width: 200px;
	float: left;
}
form label {
	width: 150px;
	border: none;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 15px 0 0;
}
form textarea {
	border: 1px solid #16d4fe;
	background-color: #000000;
	color: #fff;
	font-size: 10pt;
	padding: 3px;
	width: 400px;
	height: 100px;
	float: left;
}
form select {
	border: 1px solid #16d4fe;
	background-color: #000000;
	color: #fff;
	font-size: 10pt;
	padding: 3px;
	width: 200px;
	float: left;
}
form span.checkbox {
	display: block;
	float: left;
	width: 100px;
	height: 60px;
}
form input.checker {
	width: 12px;
}
form p span.checkboxholder {
	float: left; 
	width: 500px;
}

div#gallery {
	display: block;
	clear: both;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
