
@import url("nav.css");


/*-----------------------
Colours - Reidoz Engineering

Blue = #2a8ac9

----------------------*/


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*-----------------------
Container Header
----------------------*/
div#container-header {
	padding: 0;
	width: 100%;
	height: 428px;
	background: url('../images/core/bg-header.gif') repeat-x top center;
}

/* ---- Header ----- */
div.header {
	width: 989px;
	height: 428px;
	margin: 0 auto;
}

/* ---- Header Left ----- */
div.header-left {
	width: 240px;
	float: left;
}


/* ---- Logo ----- */
div.header-logo {
	width: 210px;
	height: 176px;
	margin: 36px 0 0 11px;
}

div.header-logo img {
	border: 0;
}

/* ---- Nav ---- */
div.nav {
	width: 229px;
	height: 160px;
	background: url('../images/core/bg-nav.jpg') no-repeat top center;
	margin-top: 45px;
	padding: 11px 0 0 12px;
}

/* ---- Header Right ----- */
div.header-right {
	width: 748px;
	height: 363px;
	margin-top: 65px;
	float: left;	
}

div#flash {
	width: 748px;
	height: 363px;
	display: block;
}


/*-----------------------
Container Content
----------------------*/
div#container-content {
	width: 100%;
	height: auto;
	padding: 9px 0 22px;
	background: #f5f5f1;
}

/* ---- Content ---- */
div.content {
	width: 989px;
	height: auto;
	margin: 0 auto;
	background: url('../images/core/tile-content.gif') 0 0 repeat-y;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.content-wide {
	width: 938px;
	height: auto;
	padding: 32px 19px 32px 32px;
	margin: 0 auto;
	background: #fff;
}

/* ---- Content Left ---- */
div.content-left {
	width: 209px;
	height: auto;
	font-size: 1.1em;
	color: #777569;
	float: left;
	padding: 41px 0 0 31px;
	margin-right: 1px;
	background: url('../images/core/bg-contentleft.jpg') 0 0 no-repeat;
}

div.content-left h2 {
	font: bold 1.3em Tahoma;
	text-transform: uppercase;
	margin-bottom: 24px;
	color: #4e4c41;
}

div.content-left p {
	line-height: 1.6em;
	margin-bottom: 24px;
}

div.content-left p.email {
	padding: 10px 0 10px 33px;
	background: url('../images/core/icon-email.gif') left center no-repeat;
	vertical-align: middle;
}

div.content-left a {
	color: #2a8ac9;
	text-decoration: none;
}	

div.content-left a:hover {
	text-decoration: underline;
}	

/* ---- Content Right ---- */
div.content-right {
	width: 697px;
	height: auto;
	padding: 32px 19px 32px 32px;
	background: #fff;
	float: left;
}

/* ---- Standard ---- */
div.standard {
	font-size: 1.2em;
	color: #5b5b5b;
}

div.standard img.left {
	float: left;
	margin: 0 25px 20px 0;
	border: 0;
}

div.standard img.right {
	float: right;
	margin: 0 0 20px 25px;
	border: 0;
}

div.standard ul {
	margin-left: 15px;
	margin-bottom: 10px;
}

div.standard ul li {
	list-style-type: square;
	margin-left: 15px;
}

div.standard ol {
	margin-left: 15px;
	margin-bottom: 10px;
}

div.standard ol li {
	margin-left: 15px;
}

div.standard h1 {
	font: bold 2em Tahoma;
	color: #0e2237;
	margin-bottom: 24px;
}

div.standard h2 {
	font: bold 1.3em Tahoma;
	color: #4e4c41;
	margin-bottom: 24px;
}

div.standard h3 {
	font: bold 1.2em Tahoma;
	color: #4e4c41;
	margin-bottom: 24px;
}

div.standard h4 {
	font: bold 1.1em Tahoma;
	color: #4e4c41;
	margin-bottom: 24px;
}

div.standard h5 {
	font: bold 1em Tahoma;
	color: #4e4c41;
	margin-bottom: 24px;
}

div.standard p { 
	margin-bottom: 24px;
	line-height: 2em;
}

div.standard a {
	color: #2a8ac9;
	text-decoration: none;
}

div.standard a:hover {
	color: #2a8ac9;
	text-decoration: underline;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 25px;
}


/*-----------------------
Products
----------------------*/
div.item-products {
	width: 898px;
	height: auto;
	padding: 10px 20px;
}

div.item-products img {
	float: left;
	margin-right: 20px;
	border: 0px;
	/*border: 5px solid #c3c3c3;*/
}


/*-----------------------
Servcies
----------------------*/
div.item-services {
	width: 898px;
	height: auto;
	padding: 10px 20px;
}

div.item-services img {
	float: left;
	margin-right: 20px;
	border: 0px;
	/*border: 5px solid #c3c3c3;*/
}

/*-----------------------
Gallery
----------------------*/
div#gallery {
  float: right;
  display: inline;
  width: 250px;
  margin: 10px 0 20px 10px;
}

div#gallery li {float: left; display: inline; width: 75px; height: 75px; overflow: hidden; text-align: center;border: 1px solid #ccc; margin: 4px 1px;}

div#gallery img {border: 0;}


/*-----------------------
Contact
----------------------*/

/* Enquiry Form */
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form fieldset p { margin-bottom: 10px; }

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 #ddd;
	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: #666666;
	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;
}



/*-----------------------
Container Footer
----------------------*/
div#container-footer {
	width: 100%;
	height: auto;	
	padding: 0;
	background: #eae9e3 url('../images/core/bg-footer.gif') repeat-x top center;
}

div.footer {
	width: 956px;
	height: auto;
	padding: 33px 0 33px 33px;
	margin: 0 auto;
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #8f8e87;
	position: relative;
}

div.footer a {
	color: #8f8e87;
	text-decoration: none;
}

div.footer a:hover {
	color: #2a8ac9;
	text-decoration: underline;
}

div.wflogo {
	width: 74px;
	height: 30px;
	position: absolute;
	top: 41px;
	right: 9px;
}



h1 {
  text-indent: -999em;
  width: 670px;
  height: 20px;
}

body#home h1 {background: url('../images/core/title-home.jpg');}
body#about h1 {background: url('../images/core/title-about.jpg');}
body#products h1 {background: url('../images/core/title-products.jpg');}
body#services h1 {background: url('../images/core/title-services.jpg');}
body#contact h1 {background: url('../images/core/title-contact.jpg');}
