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

*
{
	margin: 0;
	padding: 0;
}

h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #4a4949;
	font-weight: bold;
}

h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4c8ecd;
	font-weight: bold;
	line-height: 18px;
}

p
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a4949;
	margin-bottom: 15px;
	line-height: 16px;
}

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a4949;
}

ul
{
	padding-left: 15px;
}

a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.headerWrap
{
	height: 119px;
	border-bottom: 1px solid #d2e3f2;
	width: 100%;
	/*background: url(../images/header-background-right.jpg) repeat-x;*/
    background-color: #007dc5;
}

.header
{
	width: 970px;
	padding-right: 10px;
	height: 119px;
	/*background: url(../images/header-background.jpg) no-repeat;*/
	margin: 0 auto;
	position: relative;
}

.header .logo
{
	float: left;
}

.headerLeft
{
	width: 50%;
	/*background: url(../images/header-background-left.jpg) repeat-x;*/
	height: 119px;
	position: absolute;
	left: 0;
}

.headerRight
{
	width: 50%;
	background: url(../images/header-background-right.jpg) repeat-x;
	height: 119px;
	position: absolute;
	left: 50%;
}

.headerShadow
{
	min-width: 980px;
	height: 18px;
	background: url(../images/header-shadow.png) repeat-x top left;
	width: 100%;
}

.nav
{
	float: right;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	clear: right;
}

.nav a
{
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0 20px;
}

.nav a:hover, .nav a.selected
{
	color: #9cc6ef;
}

.nav .first
{
	padding: 0 20px 0 0;
}

.nav .last
{
	padding: 0 0 0 20px;
}

.search
{
	width: 157px;
	height: 20px;
	background-color: #0881bb;
	float: right;
	border: solid 1px #23688a;
	margin: 24px 0 38px 0;
}

.search input
{
	width: 120px;
	padding: 0 0 0 8px;
	background: transparent;
	border: 0 none;
	float: left;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9cc6ef;
}

.search .submit
{
	float: right;
	margin-top: 3px;
	padding-right: 8px;
}

.contentWrap
{
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 120px;
	z-index: -1;
}

.productBarWrap
{
	min-height: 37px;
	width: 100%;
	background: url(../images/product-bar-background.jpg) repeat-x bottom left #dddcda;
	border-bottom: 1px solid #b2b2b2;
	display: none;
	overflow: hidden;
}

.productBar
{
	width: 960px;
	padding: 0 10px;
	margin: 15px auto;
}

.productBarContent
{
	/*overflow: hidden;*/
	position: relative;
}

.productBar a
{

}

.menuCategory
{
	/*float: left;*/
	overflow: hidden;
	width: 194px;
	border-left: 1px solid #b5b4b3;
	padding-left: 19px;
	background-color: #dddcda;
	position: relative;
}

.menuCategory.first
{
	border: 0 none;
	padding-left: 0;
}

.menuCategory a
{
	width: 180px;
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4a4949;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
}

.menuCategory a:hover
{
	background-color: #4C8ECD !important;
	color: #FFF;
}

.menuCategory a.selected
{
	background-color: #4a4949;
	color: #ffffff;
}

.sliderWrap
{
	width: 100%;
	overflow: hidden;
	height: 405px;
	border-bottom: 1px solid #b2b2b2;
}

.sliderContent
{
	width: 980px;
	margin: 0 auto;
	height: 405px;
	position: relative;
}

.sliderContent .imageNav
{
	color: #6F6666;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-top: 370px;
    padding-left: 10px;
    position: absolute;
    z-index: 99;
	left: 0;
	top: 0;
}

.slide
{
	/*float: left;
	width: 100%;
	position: relative;
	overflow: visible;*/
	position: relative;
}

.slide img
{
	/*float: left;*/
}

.slide .info
{
	width: 370px;
	padding: 0 10px;
	position: absolute;
	display: inline;
	left: 0;
	top: 0;
	z-index: 1;
}

.slide .info h2
{
	font-size: 27px;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 5px;
	line-height: normal;
}

.slide .info p
{
	font-size: 14px;
	color: #333333;
}

.slide .info a
{
	color: #4c8ecd;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	width: 152px;
	background: url(../images/slide-link-background.jpg) no-repeat top right;
	float: left;
	padding-top: 5px;
}

.companyWrap
{
	width: 100%;
	overflow: hidden;
	/*background: url(../images/company-background.jpg) no-repeat top center;*/
	border-bottom: 1px solid #b2b2b2;
}

.companyWrap.none
{
	background: none;
}

.companyWrap.design
{
	background: url(../images/background-design.jpg) no-repeat center top;
}

.companyWrap.moulding
{
	background: url(../images/background-moulding.jpg) no-repeat center top;
}

.companyWrap.history
{
	background: url(../images/background-history.jpg) no-repeat center top;
}

.productWrap
{
	width: 100%;
	overflow: auto;
	border-bottom: 1px solid #b2b2b2;
}

.productsContent
{
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
}

.productsContent h1
{
	margin: 5px 0 30px;
}

.productsContent.category h1
{
	margin: 30px 0;
}

.productInfo
{
	width: 410px;
	float: left;
	padding-bottom: 35px;
}

.productInfo .symbolLink
{
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 9px;
	padding-left: 28px;
	background: top left no-repeat;
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 23px;
	float: left;
	padding-top: 5px;
	margin-top: 22px;
}

.symbolLink.print
{
	background-image: url(../images/print-symbol.jpg);
}

.symbolLink.enquiry
{
	background-image: url(../images/enquiry-symbol.jpg);
}

.symbolLink.view
{
	background-image: url(../images/view-symbol.jpg);
}

.symbolLink.back
{
	clear: both;
	padding-left: 0;
}

.productInfo h1
{
	margin-bottom: 15px;
	clear: left;
}

.productInfo.notFound h1
{
	margin-top: 20px;
}

.productInfo h2
{
	font-size: 20px;
	margin-bottom: 5px;
	width: 375px;
}

.productImageNav
{
	position: absolute;
	left: 0;
	top: 0;
	color: #6f6666;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left: 10px;
	z-index: 2;
}

.productImageNav a, .imageNav a
{
	color: #6f6666;
	text-decoration: none;
	font-size: 12px;
}

.productImagesWrap
{
	float: left;
	width: 550px;
	margin-top: 35px;
	padding-bottom: 35px;
	overflow: hidden;
	position: relative;
}

.productImages img
{
	position: absolute;
}

p.productCode
{
	text-transform: uppercase;
	color: #4c8ecd;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
}

.productInfo .detail
{
	width: 375px;
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	padding: 10px 0;
	overflow: auto;
	margin-bottom: 13px;
}

.detail .key
{
	float: left;
	width: 115px;
	padding-right: 10px;
}

.detail .key, .detail .key p
{
	color: #4c8ecd;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.detail .value
{
	float: left;
	width: 250px;
}

.detail .value p
{
	margin: 0;
}

.products
{
	margin-left: -25px;
	overflow: auto;
	margin-bottom: 25px;
}

.product
{
	width: 220px;
	margin-bottom: 25px;
	padding-left: 26px;
	float: left;
}

.products .product {
	    height: 250px;
}

.product a
{
	text-decoration: none;
	color: #4A4949;
}

.product p
{
	background: url(../images/product-background.jpg) no-repeat bottom left;
	height: 22px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0;
	float: left;
	width: 220px;
}

.product img
{
	float: left;
}

.companyContent
{
	width: 960px;
	padding: 0 10px;
	margin: 0  auto;
	background: url(../images/design-background.jpg) no-repeat top center;
	min-height: 650px;
	overflow: auto;
}

.companyContent.none
{
	background: none;
}

.design .companyContent
{
	min-height: 525px;
}

.moulding .companyContent
{
	min-height: 600px;
}

.history .companyContent
{
	min-height: 543px;
}

.companyContent.products
{
	background: url(../images/background-products.jpg) no-repeat top center;
	min-height: 475px;
}

.companyContent p
{
	width: 440px;
}

.companyContent h1
{
	margin-top: 40px;
	margin-bottom: 15px;
}

.companyContent h2
{
	width: 440px;
	margin-bottom: 30px;
}

.companyNav a, .companyNav
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9c9999;
	text-decoration: none;
}

.companyNav a
{
	padding: 5px;
}

.companyNav a.selected
{
	color: #4a4949;
}

.companyNav
{
	margin-top: 20px;
	margin-left: -5px;
}

.contactLeft
{
	width: 510px;
	padding-right: 90px;
	float: left;
	margin-top: 50px;
}

.contactLeft h1
{
	margin: 0 0 10px 0;
}

.contactLeft .intro p
{
	font-size: 18px;
	color: #4c8ecd;
	font-weight: bold;
	line-height: 18px;
}

.contactLeft label
{
	margin-top: 50px;
	margin-bottom: 10px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4e4d4d;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.contactLeft label.imageLabel
{
	width: 127px;
}

.contactLeft label.productLabel
{
	width: 180px;
}

.contactLeft label.codeLabel
{
	width: 156px;
}

.enquiryProduct
{
	margin: 10px 0;
}

.enquiryProduct a
{
	color: #4C8ECD;
	text-decoration: none;
}

.enquiryProduct img
{
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}

.enquiryProduct .productInfo
{
	float: left;
	width: 150px;
	padding-right: 30px;
	margin-top: 25px;
}

.enquiryProduct .productInfo p
{
	font-size: 10px;
	line-height: 10px;
}

.enquiryProduct .productInfo p.title
{
	color: #4c8ecd;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 15px;
}

.enquiryProduct .code
{
	float: left;
	width: 170px;
	margin-top: 25px;
}

.enquiryProduct .code p
{
	color: #4c8ecd;
	font-size: 14px;
	font-weight: bold;
}

.enquiryProduct input
{
	margin-top: 25px;
}

.contactRight
{
	width: 360px;
	float: left;
	margin-top: 50px;
	padding-bottom: 35px;
}

.contactRight label
{
	width: 93px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4a4949;
	clear: left;
}

.contactRight .inputField
{
	float: left;
	width: 266px;
	height: 27px;
	margin-bottom: 8px;
	background: url(../images/input-field-background.jpg) no-repeat top left;
}

.contactRight .inputField input
{
	margin-left: 5px;
	margin-top: 4px;
	width: 250px;
	border: 0 none;
	background: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4a4949;
}

.contactRight .textareaField
{
	float: left;
	width: 349px;
	background: url(../images/textarea-field-background.jpg) no-repeat top left;
	padding: 0 5px;
	height: 97px;
	margin-top: 5px;
}

.contactRight .textareaField textarea
{
	margin: 5px 0;
	width: 345px;
	height: 85px;
	border: 0 none;
	background: transparent;
	overflow: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4a4949;
	font-size: 12px;
	line-height: normal;
	resize: none;
}

.contactDetails
{
	float: left;
	padding-right: 25px;
	margin-top: 35px;
}

.contactDetails.last
{
	padding-right: 0;
}

.contactDetails h2, h2.resellers
{
	color: #4a4949;
	font-size: 16px;
}

h2.resellers
{
	margin: 10px 0;
	display: inline-block;
}

.contactDetails p
{
	font-size: 13px;
}

.contactDetails a
{
	color: #4c8ecd;
	text-decoration: none;
}

.contactRight .submitImage
{
	float: right;
	margin-top: 10px;
}

.response
{
	float: left;
	width: 360px;
}

.response p
{
	float: left;
	width: 245px;
	margin: 10px 0 0;
}

.dottedLine
{
	height: 1px;
	background: url(../images/dotted-line.gif) repeat-x top left;
	clear: both;
}

.footer
{
	min-height: 120px;
	min-width: 100%;
	background: url(../images/footer-background.jpg) repeat-x;
	overflow: visible;
}

.footerContent
{
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
}

.quicklinks
{
	margin-bottom: -30px;
	overflow: hidden;
}

.quicklink
{
	width: 218px;
	float: left;
	margin-top: 37px;
	padding-right: 29px;
}

.last
{
	padding-right: 0;
}

.quicklink h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4d8fce;
	width: 100%;
	background: url(../images/quicklink-heading-background.jpg) no-repeat;
	margin-top: 15px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.quicklink h3 a
{
	color: #4d8fce;
	text-decoration: none;
}

.quicklink p
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4949;
	line-height: 12px;
}

.footerCategories
{
	margin-top: 70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #b2b2b2;
}

.footerCategories a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #b2b2b2;
	text-decoration: none;
}

.footerCategories a:hover
{
	color: #4c8ecd;
}

.footerDetails
{
	margin-top: 50px;
	border-top: 1px solid #b2b2b2;
	margin-bottom: 20px;
}

.footerDetails p
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a8abad;
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.footerDetails a
{
	color: #a8abad;
	text-decoration: none;
}
