
/*------------------------------------------------------------------

project:	Simon Technical Services
date created: 12 Jan 2009
author: Paul Crawford

-------------------------------------------------------------------*/

@import url("nav.css");
@import url("cmxform.css");
@import url("thickbox.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
} 


/*-------------------------------*/
/* Body
/*-------------------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #deccc0 url('../images/core/bg.jpg') top center repeat-x;
	color: #041936;
}


/*-------------------------------*/
/* Standard
/*-------------------------------*/
h1 { 
	font-size: 2.4em;
	color: #19598f;
	font-weight: normal;
}

h2 { 
	font-size: 1.4em;
	color: #654a3e;
	font-weight: normal;
}

h3 { 
	font-size: 1.3em; 
	color: #957c71;
}

h4 { 
	font-size: 1.2em; 
	color: #656565;
}

h5 { 
	font-size: 1.1em; 
	color: #9b9b9c;
}

p { 
	line-height: 1.6em;
}

h3, h4, h5, p, ul, ol { margin-bottom: 18px; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid #dbe7f9;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #dbe7f9;
	clear: right;
}

div.right { float:right; margin-left:20px;}

ul { 
	list-style-type: square;
	margin-left: 30px;
}

ul li { 
	line-height: 1.6em;
}

ul.no-list { 
	list-style-type: none;
}

ul.list-pdf {
	list-style-type: none; 
}

ul.list-pdf li {
	background: url('../images/core/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;	
	
}
ul.list-pdf li em { color:#999;}

ul#products { list-style:none; }
ul#products li { border-bottom:1px dashed #ccc; margin-bottom:15px; padding-bottom:10px; }
ul#products li a.title {font-size:14px; display:block; padding-bottom:10px;}
ul#products li img { width: 115px; height: 110px; }
ul#products li a:hover img {border-color:#ccc;}
ol { 
	margin-left: 40px; 
}

ol li {
	line-height: 1.6em;
}

a { 
	color: #bd5b26; 
	text-decoration: none; 
}

a:hover { 
	color: #19598f; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c5c5c5;
	margin: 15px 0;
}

.clear {
	display: block;
	clear: both;
}

span.mailto { 
	text-decoration: dashed; 
	color: #bd5b26; 
}
 
a.mailto { 
	color: #bd5b26; 
	text-decoration: none; 
}
   
a.mailto:hover { 
	color: #19598f; 
	text-decoration: underline; 
} 

a.back {
	height: 20px;
	display: block;
	text-align: right;
	border-bottom: 1px dashed #cccccc;
}

a:hover.back {
	color: #2c85bc; 
	text-decoration: underline; 
}


/*-------------------------------*/
/* Container
/*-------------------------------*/
div#container {
	width: 930px;
	height: auto;
	margin: 0 auto;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
div#header {
	height: 200px;
	position: relative;
}

/* ---- logo ---- */
h1#logo a {
	width: 470px;
	height: 122px;
	text-indent: -9999px;
	display: block;
	background: url("../images/core/logo-simontechnical.jpg") 0 0 no-repeat;
	position: absolute;
	top: 9px;
	left: 28px;
}

/* ---- slogan ---- */
h2#slogan {
	width: 160px;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url("../images/core/slogan-solutions.jpg") no-repeat;
	position: absolute;
	top: 23px;
	right: 46px;
}

/* ---- nav (see nav.css) ---- */


/*-------------------------------*/
/* Content
/*-------------------------------*/
div#bg-content {
	width: 860px;
	height: auto;
	background: url("../images/core/bg-content.png") 0 0 repeat-y;
	padding: 20px 35px 10px;
}

div#content {
	width: 860px;
	height: auto;
}

div#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#content-wide {
	width: 830px;
	font-size: 1.2em;
	padding: 0 20px 0 10px;
}

/* ---- banner ---- */
div#banner {
	width: 860px;
	height: 240px;
	background: url("../images/core/bg-banner.gif") no-repeat;
}

div#flash {
	width: 671px;
	height: 240px;
	float: left;
	overflow: hidden;
	z-index: 10;
}

div#banner-inner {
	width: 860px;
	height: 176px;
}

body#profile div#banner-inner { background: url("../images/core/banner-profile.jpg") no-repeat; }
body#services div#banner-inner { background: url("../images/core/banner-products.jpg") no-repeat; }
body#contact div#banner-inner { background: url("../images/core/banner-contact.jpg") no-repeat; }
body#thankyou div#banner-inner { background: url("../images/core/banner-contact.jpg") no-repeat; }
body#product-details div#banner-inner { background: url("../images/core/banner-product_details.jpg") no-repeat; }

/* ---- right-nav (see nav.css) ---- */

div#globe {
	width: 67px;
	height: 66px;
	background: url("../images/core/icon-globe.png") no-repeat;
	position: absolute;
	top: 20px;
	right: 141px;
}

/* ---- content box ---- */
div#content-box {
	padding-top: 20px;
}

/* -- content left -- */
div#content-left {
	width: 610px;
	float: left;
	padding-left: 10px;
	font-size: 1.2em;
}

div#content-left h1, 
div#content-left h2 { margin-bottom: 18px; }


/* -- page title -- */
h1.pagetitle {
	
	width: 600px;
	height: 30px;
}
h1.home {text-indent:-99999999px; background: url('../images/titles/home.gif') no-repeat; }
/*
body#home h1.pagetitle { background: url('../images/titles/home.gif') no-repeat; }
body#profile h1.pagetitle { background: url('../images/titles/profile.gif') no-repeat; }
body#contact h1.pagetitle { background: url('../images/titles/contact.gif') no-repeat; }
body#thankyou h1.pagetitle { background: url('../images/titles/thankyou.gif') no-repeat; }
body#product-details h1.pagetitle { background: url('../images/titles/heat.gif') no-repeat; }
body#product-details h1.dredging { background: url('../images/titles/dredging.gif') no-repeat; }
body#product-details h1.water { background: url('../images/titles/water.gif') no-repeat; }*/

/* -- Photo Gallery -- */
#gallery #slideshow {list-style:none; color:#fff}
#gallery #slideshow span {display:none}
#gallery #wrapper {width:600px; margin:50px auto; display:none}
#gallery #wrapper * {margin:0; padding:0}
#gallery #fullsize {position:relative; width:600px; height:400px; padding:2px; border:1px solid #ccc; background:#000}
#gallery #information {position:absolute; bottom:0; width:600px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#gallery #information h3 {padding:4px 8px 3px; font-size:14px}
#gallery #information p {padding:0 8px 8px}
#gallery #image {width:600px}
#gallery #image img {position:absolute; z-index:25; width:auto}
#gallery .imgnav {position:absolute; width:25%; height:406px; cursor:pointer; z-index:150}
#gallery #imgprev {left:0; background:url(../images/core/gallery/left.gif) left center no-repeat}
#gallery #imgnext {right:0; background:url(../images/core/gallery/right.gif) right center no-repeat}
#gallery #imglink {position:absolute; height:406px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
#gallery .linkhover {background:url(../images/core/gallery/link.gif) center center no-repeat}
#gallery #thumbnails {margin-top:15px}
#gallery #slideleft {float:left; width:20px; height:110px; background:url(../images/core/gallery/scroll-left.gif) center center no-repeat; background-color:#222}
#gallery #slideleft:hover {background-color:#333}
#gallery #slideright {float:right; width:20px; height:110px; background:#222 url(../images/core/gallery/scroll-right.gif) center center no-repeat}
#gallery #slideright:hover {background-color:#333}
#gallery #slidearea {float:left; position:relative; width:552px; margin-left:5px; height:110px; overflow:hidden}
#gallery #slider {position:absolute; left:0; height:81px}
#gallery #slider img {cursor:pointer; border:1px solid #666; padding:2px}


/* -- content right -- */
div#content-right {
	width: 189px;
	float: left;
	font-size: 1.1em;
	margin-left: 51px;
}

/* -- cta -- */
div#cta {
	width: 189px;
	height: 270px;
	background: url("../images/core/bg-cta-contact.gif") no-repeat;
	margin-bottom: 30px;
}

div#cta h2 {
	height: 35px;
	background: url("../images/titles/h2-contact.gif") no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
}

div#cta h2#our-products {
	background: url("../images/titles/h2-our_products.gif") no-repeat;
}

div#cta p {
	padding: 0 11px 0 12px;
}

div#cta ul {
	list-style-type: none;
	margin: 0;
	padding-left: 12px;
}

div#cta ul li {
	line-height: 1.8em;
}

div#cta ul li.phone {
	background: url("../images/core/icon-phone.gif") 0 3px no-repeat;
	height: 20px;
	padding-left: 24px;
	display: inline-block;
}

div#cta ul li.email {
	background: url("../images/core/icon-email.gif") 0 3px no-repeat;
	height: 20px;
	padding-left: 24px;
	display: inline-block;	
}

div#google-map {
  float:right;
}

ul#image_gallery {padding:10px 0; list-style:none;}
ul#image_gallery li {padding:10px; float:left;}
ul#image_gallery li a img { border:2px solid #c6b1a2; }
ul#image_gallery li a:hover img { border:2px solid #ccc; }

/*-------------------------------*/
/* Footer
/*-------------------------------*/
div#footer {
	background: url("../images/core/bg-footer.gif") no-repeat;
	height: 30px;
	color: #b87a4d;
	font-size: 1.1em;
	padding: 40px 0 0 42px;
	position: relative;
	margin-left:9px;
}

span.black {
	font-weight: bold;
	color: #000000;
	padding-right: 26px;
}

div#footer a {
	color: #b87a4d;
	text-decoration: none;
}

div#footer a:hover {
	color: #833d0a;
	text-decoration: underline;
}

div#wflogo {
	width: 77px;
	height: 22px;
	position: absolute;
	top: 35px;
	right: 40px;
}



.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
* html .clearfix {
height: 1%;
}