/* Construct Engraving - Screen */

@import url("reset.css");

body {
	font: normal 62.5% "Verdana";
	background: url('../images/core/tile-body.jpg') 0 0 repeat;
	padding-bottom: 20px;
}

/* Body Container */

div.body-container {
	width: 100%;
	height: auto;
	padding-bottom: 5px;
	background: url('../images/core/tile-body_container.jpg') 0 0 repeat-x;
}

/* Wrap Container */

div.wrap-container {
	width: 100%;
	height: auto;
	padding-bottom: 5px;
	background: url('../images/core/bg-footer.jpg') center bottom no-repeat;
}

/* Container */

div.container {
	width: 890px;
	height: auto;
	margin: 0 auto;
	padding: 0 5px 5px;
	background: url('../images/core/tile-container.jpg') center top repeat-y;
}

/* Header */

div.header {
	width: 890px;
	height: 110px;
	border-bottom: 5px solid #083650;
	position: relative;
	background: url('../images/core/bg-header.jpg') 0 0 no-repeat;
}

/* Logo */

div.logo h1 a {
	width: 280px;
	height: 77px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute; left: 58px; top: 25px;
	background: url('../images/core/logo-construct_engraving.jpg') 0 0 no-repeat;
}

/* Navigation */

div.navigation {
	position: absolute; right: 70px; bottom: 18px;
}

div.navigation ul li {
	float: left;
	margin-right: 7px;
}

div.navigation ul li a {
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 58px;
	width: 84px;
}

div.navigation ul li a.home {
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
}

div.navigation ul li a.profile {
	background: url('../images/core/nav/profile.jpg') 0 0 no-repeat;
}

div.navigation ul li a.products {
	background: url('../images/core/nav/products.jpg') 0 0 no-repeat;
}

div.navigation ul li a.contact {
	background: url('../images/core/nav/contact.jpg') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -58px;
}

body#homepage a.home, body#profilepage a.profile, body#productspage a.products, body#contactus a.contact { background-position: 0 -58px; }

/* Banner */

div.banner {
	width: 800px;
	height: 275px;
	padding: 0 45px;
	overflow: hidden;
	background: #000 url('../images/core/slogan.gif') no-repeat 50% bottom;
}

div#cycle-images { width: 800px; height: 240px; display: block; overflow: hidden; }

/* Content */

div.content {
	width: 890px;
	height: auto;
	background: url('../images/core/tile-content.jpg') 0 0 repeat-y;
}

div.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Content Title */

div.content-title h2 {
	display: block;
	background: #f5f5f6;
	padding: 25px 45px 15px;
	font: normal 2em "Verdana";
	color: #083650;
}

/* Content Left */

div.content-left {
	width: 608px;
	height: auto;
	float: left;
	padding: 20px 45px;
}

/* Standard */

div.standard {
	font-size: 1.2em;
	color: #383838;
}

div.standard h3 {
	font: normal 1.4em "Verdana";
	color: #426682;
	margin-bottom: 15px;
}

div.standard h4 {
	font: normal 1.3em "Verdana";
	color: #426682;
	margin-bottom: 15px;
}

div.standard h5 {
	font: normal 1.2em "Verdana";
	color: #426682;
	margin-bottom: 15px;
}

div.standard p {
	line-height: 1.5em;
	margin-bottom: 15px;
}

div.standard a {
	color: #02439c;
	text-decoration: underline;
}

div.standard a:hover {
	color: #383838;
}

div.standard ul {
	margin-bottom: 15px;
	margin-left: 25px;
	list-style-type: square;
}

div.standard ul li {
	line-height: 1.5em;
}

div.standard ol {
	margin-bottom: 15px;
	margin-left: 25px;
	list-style-type: decimal;
}

div.standard ol li {
	line-height: 1.5em;
}

div.standard img.right {
	float: right;
	margin: 0 0 15px 15px;
}

div.standard img.left {
	float: left;
	margin: 0 15px 15px 0;
}

/* Gallery */

div.gallery {
	width: 608px;
	height: auto;
	margin-bottom: 15px;
}

div.gallery:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.gallery ul {
	list-style-type: none;
	margin: 0;
}

div.gallery ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.gallery ul li img {
	border: 3px solid #adadad;
}

/* Content Right */

div.content-right {
	width: 152px;
	height: auto;
	float: left;
	padding: 20px;
}

/* Cta */

div.cta {
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 20px;
}

div.cta p a {
	width: 136px;
	height: 155px;
	display: block;
	background: url('../images/core/bg-cta.jpg') 0 0 no-repeat;
}

/* Associated */

div.associated h3 {
	width: 78px;
	height: 91px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/logo-wa_owned.jpg') 0 0 no-repeat;
}

/* Footer */

div.footer {
	width: 800px;
	height: 50px;
	padding: 10px 45px;
	border-top: 1px solid #d3d3d4;
	font-size: 1.1em;
	position: relative;
	color: #474747;
}

div.footer a.webfirm {
	width: 70px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/logo-webfirm.jpg') 0 0 no-repeat;
	position: absolute; right: 45px; top: 20px;
}

div.footer p.siteplan {
	padding: 15px 0 15px 50px;
	background: url('../images/core/logo-construct_engraving_sm.jpg') left center no-repeat;
}

div.footer a {
	color: #02439c;
	text-decoration: underline;
}

div.footer a:hover {
	color: #383838;
}


/*---------------------------------------------   
    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 li.button { margin-top: 15px; }

form.form label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form.form select {
	padding: 0;
	width: auto;
}

form.form textarea { height: 200px; }

form.form input.postcode,
form.form input.cc { width: 50px; }
form.form input.ccexpiry { width: 30px; }
form.form textarea.comments { height: 80px !important; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #083650;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}

