/* CSS Document */
html, body{
	height: 100%;
	}
	
body{
	margin: 0;
	background: #212326; /*url(../images/blue-tile.gif) top left;*/
	}

sub {
	color: #0d9be5;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

/*------------- Layout Structure -------------*/
#holder{
	position: relative;
	min-height: 760px;
	width: 100%;
	background: url(../images/water-image.jpg) bottom left no-repeat;
	margin-bottom: 0;
	}	

#wrap{
	position: relative;
	background: url(../images/main-bg2.jpg) repeat-y top left;
	width: 844px;
	text-align: left;
	min-height: 100%;
	padding-left: 30px;
	margin-left: 7%;
	margin-bottom: 0px;
	}
	
#header{
	height: 193px;
	width: 678px;
	border: 0;
	text-align: left;
	padding: 0;
	}

#content{
	width: 475px;
	min-height: 100%;
	padding-bottom: 3em;
	margin-left: 171px;
	margin-bottom: 0;
	}
	
#footer{
	position: relative;
	background: #383838 url(../images/footer-img.jpg) top left no-repeat;
	border-top: solid 1px #535353; 
	width: 100%;
	height: 96px;
	bottom: 1px;

	clear: both;
	}	
	
#wrap .spacer{
	width: 190px;
	height: 100%;
	float: right;
	}


/* PRODUCT LIST */

#products{
	margin-top: 15px;
	padding: 0 0 10px 0;
	background: #fff;
	width: 100%;
	font-size: 14px;
	}

#products-left{
	position: relative;
	width: 45%;
	padding-right: 25px;
	padding-top: 1px;
	border-right: 1px solid #71c6ff;

	}

#products-right{
	margin: 0;
	padding: 0;
	position: relative;
	width: 45%;	
	float: right;

}

	
/* IMAGES */	
#images{
	position: relative;
	float: right;
	right: 10px;
	margin: 60px 0px 5px 15px;
	}

.largeimage, .quickimage{
	border: 1px solid #71c6ff;
	padding: 5px;
	background: #fff;
	}
	
.largeimage{
	margin: 0;
	width: 420px;
	max-height: autov;
	}
	
#images .quickimage{
	border-left: 5px solid #71c6ff;
	margin-bottom: 5px;
	}

.largeimage:hover, #images .quickimage:hover{
	border-color: #afdfff;
	}
	
/* /Images */

	
/* lists */
#content ul{
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #555;
	}

#content ul.longlist{
	padding: 0;
	margin: 0 10px 0 15px;
	line-height: 1.8em;
	list-style: none;
	}
	
#content ul.longlist li{
	margin-bottom: 1em;
	}

#content ul.productlist{
	padding: 0;
	margin: 15px 0 0 15px;
	line-height: 1.4em;
	list-style: none;
	}
#content ul.productlist li{
	padding-top: 5px;
	}
	
/* /lists */
/*Gutters*/

#content .gutter{
	padding: 0px 20px 10px 15px;
	}
#content .gutter p, h2{
	padding-left: 0px;
	}
	
/* typography */

#content h1, h2{
	text-decoration: none;
	}
	
#content h1{
	font-size: 28px;
	font-weight: 300;
	margin-top: 10px;
	padding: 0;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;

	}
	
#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	word-spacing: .05em;
	color: #777;
	}
	
#content p.contact{
	color: #555;
	line-height: 1.8em;

	}
	
#content p{ 
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	text-align: left;
	color: #444;
	}
#content .contact-title{
	color: #333;
	font-weight: bolder;
	}

#content a{
	color: #0d9be5;
	font-weight: bolder;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
	}
#content a:hover{
	color: #333;
	}
	
#nav ul li a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #ccc;
	}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
/* NAVIGATION */

#nav, #nav ul, #nav ul li{
	margin: 0;
	}

#nav ul, #nav ul li{
	padding: 0;
	}
	
#nav{
	float: left;
	width: 157px;
	display: block;
	padding: 15px 0px 30px 5px;
	text-align: left;
	}

#nav ul {
	border: 0;
	list-style: none;
	}

#nav ul li{
	text-align: left;
	}

#nav ul li a{
	width: 152px;
	display: block;
	margin: 0;
	padding: 10px 0px 3px 5px;
	border-bottom: 1px solid #353535;
	}
	
#nav ul li a:hover{
	color: #fff;
	background: #222;
	}
	
#nav-services {
	background: url(../images/nav-services.gif) top left no-repeat;
	height: 20px;

	}
#nav-info {
	background: url(../images/nav-info.gif) top left no-repeat;
	height: 20px;
	}

#nav-info, #nav-services{
	margin-top: 20px;
	border-bottom: 1px solid #353535;
	}
	
