@import url('reset.css');
@import url('jquery.lightbox-0.5.css');
@import url('baseform.css');
@import url('superfish.css');

/**************************************************
*
*		
*
*			SEWPER MEGA STYLEZ BY BRENDAN TIMMONS
*
*
*
**************************************************/



/**************************************************
			MAIN STYLES
**************************************************/



body{
	background: url(../images/core/body-bg.jpg) no-repeat #00A8CC center top;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
.left{
	float: left;
	display: inline;
}
a{
	color: #0095D1;
}
a:hover{
	color: #36bcf2;
}
h1{
	color: #0096D3;
	font-size: 17px;
	margin-bottom: 10px;
}
h2{
	color: #0096D3;
	font-size: 13px;
	margin-bottom: 10px;
}



/**************************************************
			CONTAINERS
**************************************************/



#container{
	background: #FFF;
	margin: 20px auto;
	width: 950px;
	-moz-box-shadow:0 0 0.4em 0.1em #888;
	-webkit-box-shadow: 1px 1px 10px #888;
}
#content-wrap{
	margin-top: 20px;
}


/**************************************************
			HEADER
**************************************************/



#header{
	height: 115px;
}
#logo{
	display: inline;
	float: left;
	height: 115px;
	width: 226px;
	margin-left: 40px;
}
#header #phone{
	background: url(../images/core/phone-icon.jpg) no-repeat center left;
	color: #00337f;
	float: right;
	font-size: 18px;
	height: 19px;
	margin: 60px 45px 0 0;
	padding-left: 25px;
}



/**************************************************
			BANNER
**************************************************/



#banner{
	height: 340px;
	overflow: hidden;
	width: 950px;
	background: url(../images/core/banner/banner01.jpg) no-repeat;
}



/**************************************************
			NAVIGATION
**************************************************/



#navigation{
	background: url(../images/core/nav-bg.jpg) no-repeat #0096d2;
	height: 35px;
}
#navigation ul{
	float: right;
}
#navigation ul li{
	border-right: 1px solid #1a89c4;
	display: inline;
	float: left;
	height: 35px;
	text-transform: uppercase;
}
#navigation ul li#nav-contact{
	border: 0;
}
#navigation ul li ul{
	width: 180px;
}
#navigation ul li ul li{
	background: #0096d2;
	border-bottom: 1px solid #115e87;
	border-top: 1px solid #69b1d9;
	border-left: 1px solid #1a89c4;
	border-right: 1px solid #1a89c4;
	border-right: none;
	width: 180px;
	-moz-box-shadow:0px 2px 3px 0.08em #888;
	-webkit-box-shadow: 1px 3px 3px #888;
}
#navigation ul li ul li.bottom{
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#navigation ul li a{
	color: #fff;
	text-decoration: none;
	padding: 13px 32px 10px 32px;
}
#navigation ul li a:hover{
	background: #018BCA;
}
#navigation ul li a:active{
	margin-top: 1px;
	padding-bottom: 9px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 35px;
}



/**************************************************
			CONTENT
**************************************************/



#content{
	display: inline;
	float: left;
	padding: 20px 40px;
	width: 515px;
}
#cta{
	display: inline;
	float: left;
	padding: 20px 0;
	width: 320px;
}
#cta ul li.cta-item{
	display: inline;
	float: left;
	margin: 5px;
	width: 148px;
}
.cta-image{
	height: 72px;
}
.cta-image a{
	display: block;
	height: 72px;
}
.cta-image a img{
	display: block;
	height: 72px;
}
.cta-name{
	background: url(../images/core/cta-title-bg.jpg) no-repeat;
	display: block;
	height: 26px;
	width: 148px;
}
.cta-name a{
	color: #fff;
	display: block;
	font-size: 11px;
	height: 26px;
	margin-left: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#cta-quote{
	display: block;
	margin: 5px auto;
	width: 269px;
}
#byline{
	margin-bottom: 20px;
}
#content ul{
	margin: 10px 0;
}
#content ul.left{
	margin: 5px 50px 5px 0;
}
#content p{
	margin: 10px 0;
}
.gallery a img{
	margin: 10px;
	-moz-box-shadow:0 0 0.4em 0.1em #888;
	-webkit-box-shadow: 1px 1px 10px #888;
}
.gallery a:hover img{
	-moz-box-shadow:0 0 0.4em 0.1em #0095D1;
	-webkit-box-shadow: 1px 1px 10px #0095D1;
}
#lightbox-image{
	-moz-box-shadow:0 0 0.4em 0.1em #888;
	-webkit-box-shadow: 1px 1px 10px #888;
}
#p-contact #content{
	width: 870px;
}
#details{
	height: 80px;
	margin-bottom: 25px;
	width: 565px;
}
#details ul li{
	display: inline;
	float:left;
	margin-right: 35px;
}

#suppliers {
  text-align:center;
}
#suppliers li {
  float:left;
  width:100px;
  height:78px;
  padding:25px 14px 14px 14px;
}
#suppliers li a {
  display:block;
  width:100px;
  height:78px;  
  -moz-box-shadow:0 0 0.4em 0.1em #edeeee;
	-webkit-box-shadow: 1px 1px 10px #edeeee;
}
#suppliers li a:hover {
  -moz-box-shadow:0 0 0.4em 0.1em #7cc3e0;
	-webkit-box-shadow: 1px 1px 10px #7cc3e0;
}

#suppliers li a img {
  width:100px;
  height:78px;
}


/**************************************************
			CONTACT FORM
**************************************************/



#contact-form input[type="text"]{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:0 0 0.4em 0.1em #edeeee;
	-webkit-box-shadow: 1px 1px 10px #edeeee;
}
#contact-form input[type="text"]:focus{
	-moz-box-shadow:0 0 0.4em 0.1em #7cc3e0;
	-webkit-box-shadow: 1px 1px 10px #7cc3e0;
}
#contact-form textarea{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:0 0 0.4em 0.1em #dcddde;
	-webkit-box-shadow: 1px 1px 10px #dcddde;
}
#contact-form textarea:focus{
	-moz-box-shadow:0 0 0.4em 0.1em #7cc3e0;
	-webkit-box-shadow: 1px 1px 10px #7cc3e0;
}
#enquiry{
	display: inline;
	float: right;
	width: 280px;
}
.long label{
	width: 130px;
}



/**************************************************
			FOOTER
**************************************************/



#footer{
	background: url(../images/core/footer-bg.jpg) repeat-x;
	height: 43px;
	padding: 30px 40px;
}
#wflogo{
	float: right;
	display: inline;
}
#footer ul li{
	color: #0095d1;
	display: inline;
	float: left;
	padding-right: 5px;
}
#footer ul li a{
	text-decoration: none;
}

/**************************************************
			ONLINE QUOTE
**************************************************/
#online-quote li { margin-bottom: 10px; list-style: none !important; }
#online-quote li.button { margin-top: 15px; }

#online-quote em {color:#0096D3;}

#online-quote label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}
label.error { padding-left:200px; color:#f00; width:200px; }
#online-quote input[type="text"], #online-quote select, #online-quote textarea {
	width: 280px !important;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#online-quote select {
	padding: 0 !important;
	width: 280px !important;
}
li.checkbox label {width:370px;}
li.checkbox input {width:20px !important;}

#online-quote textarea { height: 200px; }

#online-quote li.dimensions input {width:30px!important; margin-right:10px;}

#type {margin-top:-18px!important;}
#type li input {width:20px!important; margin-left:200px; background:none; border:none;}

#online-quote input[type="text"]{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:0 0 0.4em 0.1em #edeeee;
	-webkit-box-shadow: 1px 1px 10px #edeeee;
}
#online-quote select{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:0 0 0.4em 0.1em #edeeee;
	-webkit-box-shadow: 1px 1px 10px #edeeee;
}
#online-quote input[type="text"]:focus{
	-moz-box-shadow:0 0 0.4em 0.1em #7cc3e0;
	-webkit-box-shadow: 1px 1px 10px #7cc3e0;
}