@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	background:url(../grfx/body-bg.jpg) top center no-repeat #3a596e;
}

#container {
	width: 959px;
	padding: 0;
	margin: 0 auto;
}

#background-repeater {
	float: left;
	width: 959px;
	padding: 0;
	margin: 0;
	background: url(../grfx/content-bg.png) top left repeat-y;
}

#header {
	float:left;
	width:100%;
	height:84px;
}

#logo-holder {
	float: left;
	width: 179px;
	height: 70px;
	padding: 0;
	margin: 0 0 0 1px;
}

#logo-holder h1 {
	margin: 0;
}

#top-navigation {
	float: right;
	width: 542px;
	height: 23px;
	padding: 0;
	margin: 15px 0 0 0;
	background: url(../grfx/nav-top.jpg) top right no-repeat;
}
#top-navigation ul {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}
#top-navigation li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}
#top-navigation li a {
	border: 0;
	display: block;
	height: 23px;
	text-decoration: none;
}
#top-navigation li a span {
	display: none;
}
#top-navigation li#home a {
	width: 92px;
}
#top-navigation li#home a:hover {
	background: url(../grfx/nav-top.jpg) 0px -23px no-repeat;
}
#top-navigation li#products a {
	width: 129px;
}
#top-navigation li#products a:hover {
	background: url(../grfx/nav-top.jpg) -92px -23px no-repeat;
}
#top-navigation li#gallery a {
	width: 114px;
}
#top-navigation li#gallery a:hover {
	background: url(../grfx/nav-top.jpg) -221px -23px no-repeat;
}
#top-navigation li#news a {
	width: 93px;
}
#top-navigation li#news a:hover {
	background: url(../grfx/nav-top.jpg) -335px -23px no-repeat;
}
#top-navigation li#contact a {
	width: 114px;
}
#top-navigation li#contact a:hover {
	background: url(../grfx/nav-top.jpg) -428px -23px no-repeat;
}

#banner-holder {
	float: left;
	width: 943px;
	height: 289px;
	padding: 10px 8px 0 8px;
	margin: 0;
}

#left-navigation {
	float:left;
	width:232px;
	height:289px;
	background: url(../grfx/nav-left.jpg) top left no-repeat;
}
#left-navigation ul {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}
#left-navigation li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}
#left-navigation li a {
	border: 0;
	display: block;
	text-decoration: none;
}
#left-navigation li a span {
	display: none;
}
#left-navigation li#item1 a {
	width: 228px;
	height: 38px;
}
#left-navigation li#item1 a:hover {
	background: url(../grfx/nav-left.jpg) -232px 0 no-repeat;
}
#left-navigation li#item2 a {
	width: 228px;
	height: 30px;
}
#left-navigation li#item2 a:hover {
	background: url(../grfx/nav-left.jpg) -232px -38px no-repeat;
}
#left-navigation li#item3 a {
	width: 228px;
	height: 30px;
}
#left-navigation li#item3 a:hover {
	background: url(../grfx/nav-left.jpg) -232px -68px no-repeat;
}
#left-navigation li#item4 a {
	width: 228px;
	height: 30px;
}
#left-navigation li#item4 a:hover {
	background: url(../grfx/nav-left.jpg) -232px -98px no-repeat;
}
#left-navigation li#item5 a {
	width: 228px;
	height: 30px;
}
#left-navigation li#item5 a:hover {
	background: url(../grfx/nav-left.jpg) -232px -128px no-repeat;
}
#left-navigation li#item6 a {
	width: 228px;
	height: 45px;
}
#left-navigation li#item6 a:hover {
	background: url(../grfx/nav-left.jpg) -232px -158px no-repeat;
}
#left-navigation li#item7 a {
	width: 228px;
	height: 30px;
}
#left-navigation li#item7 a:hover {
	background: url(../grfx/nav-left.jpg) -232px -203px no-repeat;
}
#left-navigation li#item8 a {
	width: 228px;
	height: 55px;
}
#left-navigation li#item8 a:hover {
	background: url(../grfx/nav-left.jpg) -232px -233px no-repeat;
}

#banner {
	float:left;
	width:711px;
	height:289px;
}

#content-container {
	float: left;
	width: 944px;
	height:auto !important;
	height:298px;
	min-height:298px;
	padding: 20px 8px 10px 8px;
	margin: 0;
	background:#617886 url(../grfx/content-bg.jpg) top left no-repeat;
}
#content-footer {
	float: left;
	width: 960px;
	height:5px;
	margin: 0 0 20px 0;
	background:url(../grfx/content-bg-footer.jpg) top left no-repeat;
	position:relative;
}
#water-holder {
	position:absolute;
	bottom:20px;
	left:8px;
}
#loft {
	position:absolute;
	top:15px;
	right:0;
	padding:0 0 10px 0;
}
#ec {
	position:absolute;
	top:15px;
	left:10px;
}
#ec p {
	color: #6c8597;
}
#left-col {
	float: left;
	width: 228px;
	padding: 0;
	margin: 0 0 0 4px;
	color:#132e3f;
	line-height:20px;
}
h4 {
	margin:0;
}
#middle-col {
	float:left;
	width:200px;
}
#right-col {
	float: left;
	width: 511px;
	padding: 0;
	margin: 0;
	color:#ffffff;
}
#right-col-inside {
	float: left;
	width: 711px;
	padding: 0;
	margin: 0;
	color:#ffffff;
}

.tabletext {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.tablehead {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

/* common styles */

h1 {
	font-size: 20px;
	fnt-weight: normal;
	margin: 0 0 10px 0;
	color:#132e3f;
}

h2 {
	font-size: 17px;
	fnt-weight: normal;
	margin: 0 0 10px 0;
	color:#132e3f;
}

h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
	color:#132e3f;
}

h4, h5, h6 {
	font-size: 12px;
}

p, ul, ol, label {
	font-size: 12px;
}
p {
	margin: 0 0 10px 0;
}

table.applications {
	font-size: 12px;
}
hr {
	color: #132e3f;
	height: 1px;
	background: none;
}

a img {
	border: none;
}

a {
	color: #132e3f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p.bolditalic {
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
	color: #48564E;
}
p.italic {
	font-style:italic;
	font-size:1em;
	color: #48564E;
	line-height:28px;
	margin-left:20px;
}

/* contact form styles */
form {
	width: 600px;
	margin: 0;
	line-height: 200%;
}
fieldset {
	padding: 5px;
	border: none;
}
div.row {
	float: left;
	clear: both;
	width: 400px;
}
.col1 {
	text-align: right;
	width: 100px;
	height: 31px;
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}
.col1comment {
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
	width: 115px;
}
.col1verification {
	float: left;
	text-align: right;
	padding: 10px 10px 0 0;
	width: 115px;
}
.col2 {
	float: left;
	width: 222px;
	height: 31px;
	margin: 0;
}
.col2comment {
	float: left;
	width: 170px;
	margin: 0;
}
.col2-verification-code {
	float: left;
	width: 285px;
	height: 31px;
	margin: 5px 0 0 0;
}

* html .verification-code {
	margin-bottom: -3px;
}

*:first-child+html .verification-code {
	margin-bottom: -3px;
}

.verification-code {
	margin-bottom: -9px;
}

.wrong-code {
	color: #FF0000;
	text-align: center;
}

.input {
	width: 247px;
	height: 19px;
	margin: 2px 5px 0 0;
	border: 1px solid #132e3f;
	color: #132e3f;
	padding: 5px 1px 1px 3px;
	font-size: 11px;
}
.code-input {
	width: 185px;
	height: 19px;
	margin: 2px 5px 0 0;
	border: 1px solid #132e3f;
	color: #132e3f;
	padding: 5px 1px 1px 3px;
	font-size: 11px;
}
.textarea {
	font-size: 11px;
	border: 1px solid #132e3f;
	color: #132e3f;
	margin: 3px 0 0 0;
	padding: 3px 3px 3px 4px;
	width: 244px;
	height: 123px;
	overflow: auto;
}
.submit {
	width: 70px;
	height: 19px;
	margin: 8px 5px 0 110px;
	border: none;
	color: #fff;
	background-color:#132e3f;
	padding: 1px 1px 1px 3px;
}

/* Light Box */
#lightbox{	position:absolute;	left:0; width:100%; z-index:100; text-align:center; line-height:0;}
#lightbox img{ width:auto; height:auto;}
#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-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display:block; }
#prevLink { left:0; float:left;}
#nextLink { right:0; float:right;}
#prevLink:hover, #prevLink:visited:hover { background:url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { 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;	}
#imageData #numberDisplay{ display:block; clear:left; padding-bottom:1.0em;	}			
#imageData #bottomNavClose{ width:66px; float:right;  padding-bottom:0.7em; outline:none;}	 	

#overlay{ position:absolute; top:0; left:0; z-index:90; width:100%; height:500px; background-color:#000; }

.position {
	font-size:12px;
	font-weight:bold;
}
