﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ebfaff;
}

a {
   outline: none;
}

#container {
	width: 100%;
}

#header {
	height: 294px;
	width: 100%;
	background: #fff;
}

#header .logo {
	width: 910px;
	margin: 0 auto;
	height: 147px;
}

#header .logo img {
	margin: 15px 0 0 20px;
}

#navigation {
	background: url(../images/nav-tile.jpg) repeat-x 0 0;
	height: 147px;
}

.feature-banner {
	width: 908px;
	background: #fff;
	padding: 1px 0 0 2px;
	margin: 0 auto;
	height: 105px;
	overflow: hidden;
}

.feature-banner img {
float: left;
margin: 0 2px 0 0;
width: 225px;

}



/* nav styles */

/* start dropdown styling */
#nav {
	height:41px;
	width: 910px;
	margin: 0 auto;
	background: #fcb131;
}
#nav, #nav ul {
	padding: 0;
	/*margin: 0;*/
	list-style: none;
	line-height: 1;
}

#nav ul {
	padding: 10px 0;
	background: #C7EAFC url(../images/bg-nav-shadow.jpg) repeat-x 0 0;
}
#nav ul ul {
	padding: 0;
	background-image: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 225px;
}

#nav li li {
	border: none;
}

#nav li li li {
	border-left: 2px solid #fff;
}

#nav li.n1 {
	width: 225px;
	border-left: 2px solid #fff;
}
#nav li.n2 {
	width: 225px;
	border-left: 1px solid #fff;
}
#nav li.n3 {
	width: 225px;
	border-left: 1px solid #fff;
}
#nav li.n4 {
	width: 225px;
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;
}


#nav li.n1 li a:hover, #nav li.n2 li a:hover, #nav li.n3 li a:hover, #nav li.n4 li a:hover  {
	border-top: 0;
	margin-top: 0;
}

#nav li ul {
	position: absolute;
	width: 225px;
	left: -999em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li ul ul {
	margin: -25px 0 0 225px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	display: block;
}

#nav a {
	height: 41px;
	line-height: 41px;
	background: #fcb131;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	width: 225px;
}

#nav li a.drop {
	background: #fcb131 url(../images/arrow-down.jpg) no-repeat 95% 55%;
}

#nav a:hover {
	color: #27355F;
}

#nav li ul {
border-top: 1px solid #fff;
border-bottom: 3px solid #27355F;
}

#nav li li a {
	background: #c7eafc;
	color: #27355F;
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding: 0 0 0 10px;
	width: 215px;
	font-size: 12px;
}

#nav li li a:hover {
	background: #fff;
}

#nav ul li a.sub {
	background: #c7eafc url(../images/bg-sub-nav-arrows.jpg) no-repeat 97% -2px;
}

#nav ul li a.sub:hover {
	background: #fff url(../images/bg-sub-nav-arrows.jpg) no-repeat 99% -32px;
}


/* end */

/* end nav styles */

#content {
	width: 910px;
	margin: 30px auto;
	background: url(../images/bg-right-col.jpg) repeat-y 100% 0;
}

#content .contain-left {
	float: left;
	display: block;
	width: 730px;
}

#content h1 {
	font-size: 27px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 20px 0;
	color: #27355f;
}

#content .left-col h1 {
	margin: 0 0 20px 0;
}

#content h2 {
	color: #27355f;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #27355f;
	line-height: 20px;
}

#content .left-col p {
	margin: 0 20px 20px 0;
}

#content .left-col {
	width: 300px;
	float: left;
	margin: 0 10px 0 0;
}

#content .mid-col {
	width: 390px;
	float: left;
	margin: 0;
}

#content .mid-col .service-box {
	width: 390px;
	display: block;
	margin: 15px 0 0 0;
}

#content .service-box .request-quote-box {
	width: 180px;
	background: #fcb131;
	float: left;
}

#content .service-box .send-file-box {
	width: 180px;
	background: #fcb131;
	float: right;
}

#content .service-box img {
	float: left;
	border: 1px solid #fcb131;
}

#content .service-box  h4 {
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
}

#content .service-box  h4 a {
	color: #fff;
	text-decoration: none;
}

#content .right-col {
	width: 177px;
	float: right;
}

#content .right-col img {
	border: 1px solid #fff;
}

#content .right-col img a {
	margin: 0 0 10px 0;
}

#content .right-col ul {
	list-style: none;
	margin: 5px 10px 10px;
	padding: 0;
}

#content .right-col ul ul {
	margin: 0;
}

#content .right-col ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .right-col ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #fff;
}

#content .right-col ul li a:hover {
	color: #27355F;
}

#content .right-col ul li li a {
	font-weight: normal;
	border-bottom: 1px solid #FEC158;
	font-size: 11.5px;
}

#content .wide-col {
	float: left;
	width: 700px;
	margin: 15px 0 0;
}

body.home #content .wide-col {
	margin: 40px 0 0;
}

/* footer styles */
#footer {
	width: 100%;
	background: url(../images/nav-tile.jpg) repeat-x 0 0;
	height: 34px;
}


#footer .inner {
	width: 910px;
	margin: 0 auto;
	height: 34px;
	text-align: right;
}

#footer .inner label {
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#footer .inner label a {
	color: #fff;
	text-decoration: none;
}

#footer .inner label a:hover {
	text-decoration: underline;
}

#footer .inner label.phone {
	background: url(../images/icon-phone.gif) no-repeat 0 5px;
	display: block;
	float: right;
	height: 34px;
	margin-right: 20px;
	padding: 0 0 0 28px;
}

#footer .inner label.email {
	background: url(../images/icon-email.gif) no-repeat 0 6px;
	padding: 0 0 0 25px;
	display: block;
	float: right;
	height: 34px;
}

#footer .inner .footer-links {
	float: left;
	line-height: 34px;
	width: 350px;
	text-align: left;
}

#footer .footer-links p {
	padding: 0;
	margin: 0;
}

#footer .footer-links p a {
	color: #fff;
	text-decoration: none;
	margin: 0 20px 0 0;
}

#footer .footer-links p a:hover {
	text-decoration: underline;
}

/* end */

.group-box {
	margin: 0 0 0 -5px;
}

#content .group-box .shad-box {
	float: left;
	width: 340px;
	background: url(../images/bg-content-box.jpg) repeat-y -680px 0;
	margin: 0 10px 10px 0;
}

#content .group-box .shad-box p {
	margin: 0;
	padding: 0 20px 10px;
	background: url(../images/bg-content-box.jpg) no-repeat -340px bottom;
	display: block;
	min-height: 110px;
}

#content .group-box .shad-box h2 {
	background: url(../images/bg-content-box.jpg) no-repeat 0 0;
	display: block;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding: 10px 15px 5px 13px;
}

#content .group-box .shad-box h2 a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	background: #fcb132;
	padding: 0 5px 3px;
	line-height:26px;
}
#content .group-box .shad-box h2 a:hover {
	text-decoration: underline;
}

#content .group-box .shad-box img {
	margin: 0 0 5px 5px;
	padding: 5px 10px 10px 5px;
	background: url(../images/bg-thumb-shad.png) no-repeat 0 0;
	border: none;
}

#content img.main-img {
	width:380px;
	width:380px;
	padding: 4px 5px 5px 4px;
	background: url(../images/bg-main-img-shad.jpg) no-repeat right bottom;
}

#content .group-box .shad-box a.thumb-shad {
	
}


a.more-link {
	background: url(../images/bg-sub-nav-arrows.jpg) no-repeat left -37px;	
	color: #FCB132;
	line-height: 26px;
	padding: 0 0 0 12px;
}

.sitemap-links {
	
}

.sitemap-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}


.sitemap-links ul li.n1 {
	height: 80px;
	clear:both;
	width: 720px;
	height: 105px;
	text-align: center;
	background: #fff;
}

.sitemap-links ul li.n1 img {
	border: none;
}

.sitemap-links ul li.n2, .sitemap-links ul li.n3, .sitemap-links ul li.n4 {
	width: 720px;
}
.sitemap-links ul li.n2 {
height: 260px;
}
.sitemap-links ul li.n3 {
height: 100px;
}

.sitemap-links ul li.n4 {
height: 100px;
}

.sitemap-links ul li.n2 a.drop, .sitemap-links ul li.n3 a.drop, .sitemap-links ul li.n4 a.drop {
	display:block;
	height:30px;
	text-align:center;
	width:720px;
	line-height: 30px;
	font-size: 16px;
	text-decoration: none;
	background: #FCB132;
}

.sitemap-links ul li.n2 ul, .sitemap-links ul li.n3 ul, .sitemap-links ul li.n4 ul {
	width: 720px;
}

.sitemap-links ul li.n2 ul li, .sitemap-links ul li.n3 ul li, .sitemap-links ul li.n4 ul li  {
	width: 200px;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 170px;
}

.sitemap-links ul li.n2 ul li a.sub, .sitemap-links ul li.n3 ul li a.sub, .sitemap-links ul li.n4 ul li a.sub  {
	display: block;
	height: 30px;
	width: 170px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}

.sitemap-links ul li.n2 ul ul, .sitemap-links ul li.n3 ul ul, .sitemap-links ul li.n4 ul ul {
	width: 200px;
}

.sitemap-links ul li a {
	color: #111;
}

.sitemap-links ul li.n3 {
	
}

.sitemap-links ul li.n4 {
	
}

/* request a quote */

#request-quote-form {
	
}

#request-quote-form {
	
}

.gen-form .contact-info {
	clear: both;
}

.gen-form hr {
	clear: both;
	border: 1px dashed #9e9e9e;
	background: none;
	margin: 10px auto;
	float: left;
	width: 100%;
}

.gen-form .box {
	width: 320px;
	float: left;
	padding: 5px 10px;
	margin: 2px 2px 2px 0;
	background: #fff;	
}

.gen-form #finishingDiv .row-type {
	background: #fff;
}

.gen-form .box .colour-box {
	margin:5px;
	padding:5px;
	width:310px;
	float: left;
	background: #ebfaff;
}


.gen-form .box .colour-box label {
	width: 280px;
	border-bottom: 1px dashed #fff;
	margin-bottom: 5px;
}

.gen-form .delivery {
	float: none;
	width: 685px;
	padding:0 0 20px;
}

.gen-form .delivery h3 {

}

.gen-form .delivery .box {

}

.gen-form .box label, .gen-form .contact-info #deliveryToDiv label {
	display: block;
	float: left;
	width: 130px;
	height: 20px;
	line-height: 20px;
}
.gen-form .contact-info .box input, .gen-form .contact-info #deliveryToDiv input {
	width: 185px;
}

span.required {
	color: red;
}

.gen-form .contact-info .delivery input {
width: auto;
}

.gen-form .contact-info #deliveryToDiv input {
	float: none;
}

.gen-form .delivery #deliveryToDiv {
	background: #fff;
	float: left;
	margin:2px 2px 2px 0;
	padding:5px 10px;
	width:320px;
}
.gen-form h2 {
	clear:both;
	padding:0;
	margin: 0 0 10px 0;
}

.gen-form div.wide-box {
clear: both;
width: 660px;
}


#finishingDiv .row-type p {
	display: inline;
}

#finishingDiv .row-type label {
display: inline;
float: none;
}

#finishingDiv .row-type input {
	margin-right: 10px;
}

#finishingDiv .row-type div {
	background: #FEC158;
	clear: both;
	float: right;
	padding: 3px;
	width: 140px;
}

#finishingDiv .row-type div input {
	margin: 0;
}

#leafsDiv {
}

#additionalInfo {
	height: 50px;
	width: 520px;
}

/*  */

/* contact form */

#contact-bmp-form {
	margin: 0 0 20px 0;
	display: block;
}

#contact-bmp-form .box {
	width: 360px;
	margin: 0;
}

#contact-bmp-form .box input {
	width: 222px;
}

#contact-bmp-form .box input.submit-btn {
	width: auto;
}

#contact-bmp-form textarea#additionalInfo {
	width: 222px;
	height: 60px;
}

/* */