
@import url("reset.css");
@import url("nav.css");




/*-----------------------
Body
----------------------*/
body { background: #061629 url(../images/bg.gif) no-repeat center top; }



/*-----------------------
Wrap
----------------------*/

#wrap {
	width: 950px;
	height: auto;
	margin: 0 auto;
}



/*-----------------------
Container
----------------------*/
#container {
	width: 950px;
	margin: 0 auto;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

a { color: #a6c3ee; text-decoration: none; }
a:hover { color: #b8d2f9; text-decoration: underline; }

p { padding: 11px 0; }



/*-----------------------
Header
----------------------*/
div.header {
	width: 950px;
	height: 135px;
	margin-top: 3px;
	padding: 0; 
	position: relative;
	background: url('../images/bg-header.jpg') 0 0 no-repeat;
}

div.logo { 
	width: 205px;
	height: 148px;
	margin: 43px 0 0 74px;
	padding: 0;
	position: absolute; 
	top: 0; 
	left: 0;
}

div.logo img {
	border: 0;
}


/*   Nav   */
.nav-container {
	width: 505px;
	height: 28px;
	position: absolute;
	margin: 0;
	right: 0;
	top: 63px;
}


/*-----------------------
Container Content
----------------------*/
div.container-content {
	width: 950px;
	height: auto;
}


div.content-shadow {
	width: 950px;
	height: 45px;
	background: url('../images/contentshadow.jpg') 0 0 no-repeat;
}



/*-----------------------
Content
----------------------*/
div.content {
	width: 840px;
	height: auto;
	padding: 0 55px 68px 55px;
	background: url('../images/contentbg.jpg') center top repeat-y;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.content-left {
	width: 482px;
	height: auto;
	float: left;
	padding: 16px 24px 18px 0;
}

div.content-right {
	width: 307px;
	float: left;
	margin-top: 16px;
	padding-left: 26px;
	border-left: 1px solid #364b65;
}

div.content-right ul { margin-left: 27px; }
div.content-right li { list-style: square; }

div.content-right img { padding: 0 10px 10px 0; }

div.content-right span.map img { border: 3px solid #10263f; padding: 0; }

div.content-right.caption {
	color: #a6c3ee;
	font-size: 9px;
	display: block;
	padding-bottom: 2px;
}

/*  Call Action  */
div.call-action {
	width: 265px;
	margin: -61px 0 0 204px;
	/*cursor: pointer;*/
}

div.call-action h2 {
	display: block;
	width: 265px;
	height: 49px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/call-action.jpg') 0 0 no-repeat;
}

div.call-action h2 a {
	display: block;
	width: 265px;
	height: 49px;
}

div.call-action.inner {
	width: 434px;
	margin: 23px 0 0 21px;
	/*cursor: pointer;*/
}

div.call-action.inner h2 {
	display: block;
	width: 434px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/call-action-inner.jpg') 0 0 no-repeat;
}



/*-----------------------
Page titles
----------------------*/
h1.pagetitle-right {
	text-indent: -9999px;
	width: 307px;
	height: 30px;
	padding-bottom: 11px;
}

body.home h1.pagetitle-right { background: url('../images/titles/welcome.jpg') no-repeat; }
body.gallery h1.pagetitle-right { background: url('../images/titles/gallery.jpg') no-repeat; }

h1.pagetitle-left{
	text-indent: -9999px;
	width: 482px;
	height: 30px;
	padding-bottom: 11px;
}

body.profile h1.pagetitle-left { background: url('../images/titles/profile.jpg') no-repeat; }
body.product h1.pagetitle-left { background: url('../images/titles/product-range.jpg') no-repeat; }
body.contact h1.pagetitle-left { background: url('../images/titles/contact.jpg') no-repeat; }

h2 { 	
	font: 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #a6c3ee;
}



/*-----------------------
Forms
----------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 150px;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #6e86a5;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: top;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #6e86a5;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}



/*-----------------------
Product Range Listing
----------------------*/
div.productrange-listing table td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
}



/*-----------------------
Product Range Listing
----------------------*/
div.productrange-detail table td {
	padding: 10px 25px 10px 0;
	vertical-align: top;
}

div.productrange-detail h2 { font-weight: bold; }



/*-----------------------
Footer
----------------------*/
div.footer {	
	width: 840px;
	height: 110px;
	padding: 29px 55px 48px 55px;
	background: url('../images/bg-footer.jpg') center top no-repeat; 
}

div.company-logo {
	width: 445px;
	float: left;
}

div.company-logo img { padding: 0 4px; }

div.footer-links {
	width: 361px;
	padding: 7px 0 0 19px;
	color: #6e86a5;
	float: left;
}

div.footer-links a { color: #6e86a5; text-decoration: none; }
div.footer-links a:hover { color: #b4c5da; text-decoration: underline; }

div.wflogo {
	width: 151px;
	height: 22px;
	margin: -17px 0 0 215px;
}
