@charset "UTF-8";
/* CSS Document */

/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/* Global Styles */
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: url(../core-images/main-background.gif) top left repeat #ebebeb;
}

img {
	border: none;
}

.clearer {
	width: auto;
	float: none;
	clear: both;
	height: 1px;
	margin-top: -1px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

p {
	padding: 0;
	margin: 0;
}

.left {
	float: left;
	width: auto;
}

.right {
	float: right;
	width: auto;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
}

/* Basic Site Structure */
#menu-wrapper {
	height: 150px;
	text-align: center;
	background: url(../core-images/header-background.gif) top left repeat-x;
}

#menu {
	margin: 0 auto;
	height: 150px;
	width: 950px;
	background: url(../core-images/main-logo.gif) top left no-repeat;
}

#content-wrapper {
	text-align: center;
	background: url(../core-images/content-top.gif) top center no-repeat;
	padding: 40px 0 0 0;
}

#content {
	margin: 0 auto;
	width: 870px;
	background: url(../core-images/content-middle.gif) top center repeat-y;
	padding: 0 40px; 
}

#main-bottom {
	margin: 0 auto;
	background: url(../core-images/content-bottom.gif) bottom center no-repeat;
	height: 61px;
	width: 1010px;
}

#footer-wrapper {
	text-align: center;
}

#footer {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}

/* Menu Styling */
#menu ul {
	list-style: none;
	margin: 0 0 0 370px;
}

#menu ul li {
	float: left;
	margin: 62px 0 0 0;
}

#menu ul li a {
	display: block;
}

#menu ul li a.home {
	width: 73px;
	height: 46px;
	background: url(../core-images/home-button.gif) bottom left no-repeat;
}


#menu ul li a.products {
	width: 120px;
	height: 46px;
	background: url(../core-images/products-button.gif) bottom left no-repeat;
}

#menu ul li a.about{
	width: 82px;
	height: 46px;
	background: url(../core-images/about-button.gif) bottom left no-repeat;
}

#menu ul li a.contact {
	width: 103px;
	height: 46px;
	background: url(../core-images/contact-button.gif) bottom left no-repeat;
}

#menu ul li a.home:hover {
	background: url(../core-images/home-button.gif) top left no-repeat;
}

#menu ul li a.products:hover {
	background: url(../core-images/products-button.gif) top left no-repeat;
}

#menu ul li a.about:hover {
	background: url(../core-images/about-button.gif) top left no-repeat;
}

#menu ul li a.contact:hover {
	background: url(../core-images/contact-button.gif) top left no-repeat;
}

#menu ul li a.selected {
	background-position: top left !important;
}

/* Content Structure */
.main-image {
	float: left;
	width: 310px;
	text-align: left;
}

.main-image img {
	margin: 0 0 10px 0;
}

.main-copy {
	float: left;
	text-align: left;
	width: 550px;
}

.main-copy img {
	margin: 0 0 10px 0;
}

p {
	color: #555;
	font-size: 13px;
	margin: 0 0 15px 0;
}

.main-copy h3 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0 20px 0;
}

.main-copy ul {
	font-size: 13px;
	color: #555;
	list-style-position: inside;
	margin: 0 0 10px 5px;
}

.main-copy ul li {
	margin: 2px;
}

.product {
	float: left;
	width: 435px;
	height: 400px;
}
.product img {
	margin: 0 0 10px 0;
}
.product p {
	color: #555;
	font-size: 13px;
	margin: 0 0 15px 0;
}
.product h3 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0 20px 0;
}

/* Footer styling */
#footer ul {
	list-style: none;
	margin: 0 0 0 85px;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	display: block;
	margin: 0 6px;
}

#footer ul li a.footer-but1 {
	width: 180px;
	height: 42px;
	background: url(../core-images/flexduct-button.gif) top center no-repeat;
}

#footer ul li a.footer-but2 {
	width: 271px;
	height: 42px;
	background: url(../core-images/advantages-button.gif) top center no-repeat;
}

#footer ul li a.footer-but3 {
	width: 170px;
	height: 42px;
	background: url(../core-images/acousticfan-button.gif) top center no-repeat;
}

#footer ul li a.footer-but4 {
	width: 100px;
	height: 42px;
	background: url(../core-images/costings-button.gif) top center no-repeat;
}

#footer ul li a:hover {
	background-position: bottom left !important;
}

#footer ul li a.selected {
	background-position: bottom left !important;
}

#bottom-footer {
	background: url(../core-images/main-footer.gif) top center no-repeat;
	height: 75px;
	width: 930px;
	margin: 20px auto;
}

#bottom-footer p {
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: left;
}

#bottom-footer a {
	color: #fff;
}

#bottom-footer p.address {
	width: 270px;
	margin: 20px 0 0 40px;
}

#bottom-footer p.phone {
	margin: 20px 0 0 80px;
}

#bottom-footer p.email {
	margin: 28px 0 0 80px;
}

#bottom-footer p.penguin {
	margin: 28px 0 0 80px;
}

/* Form Styling */

#enquiryform {
	margin: 0 0 0 10px;
}

input {
	width: 400px;
	border: solid thin #ccc;
	height: 30px;
	font-size: 16px;
	padding: 0 5px;
	color: #555;
}

textarea {
	width: 400px;
	height: 100px;
	border: solid thin #ccc;
	font-size: 16px;
	font-family:"Trebuchet MS";
	padding: 5px;
	margin: 0;
	color: #555;
}

#submit {
	width: 100px;
	font-size: 14px;
	color: #fff;
	padding: 0;
	background: #336699;
	border: none;
} 

label {
	font-size: 16px;
	margin: 15px 0 5px 0;
	padding: 0;
	margin: 0 0 5px 0;
	color: #555;
	font-style: italic;
}

p.compulsory {
	padding: 0;
	margin: 0;
}

p.form-footer {
	font-size: 12px;
	margin: 10px 0 0 10px;
}

.blue-text {
	color: #0066cc;
	font-size: 14px;
	font-weight: bold;
}


/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height: 15px;
	background-color: #FFFE36;
	border: 1px solid #E1E16D;
	font-size: 11px;
	color:#000;
	padding: 4px 10px;
	margin-left: -2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}














