/*
Theme Name: Box42
Author: Chris Walton
*/

@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	behavior: url(iepngfix.htc);
}
body {
	font-size: 14px;
	color: #040404;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", Tahoma, Verdana;
	background-color: #ffffff;
	background: #ffffff url('images/bg.jpg') repeat-x center top;
}

h1 {
	margin-top:10px;
	color:#ff6600;
	font-weight: normal;
	font-size: 20px;
}
h2, h3, h4, h5, h6 {
	margin-top:10px;
	color:#ff6600;
	font-weight: normal;
}
#header {
	width: 1000px;
	margin: 0 auto;
}
#logo {
	width:92px;
	background: #ffffff url('images/logo.jpg') no-repeat center top;
	float:left;
}
#logo h1 {
	padding:0;
	margin:0;
}
#logo h1 a {
	color:none;
	display: block;
	width: 92px;
	height: 94px;
	text-indent: -9999px;
	position: relative;
	background-color:none;
}
#topbar {
	height:44px;
	width:908px;
	float:left;
}
#headertextadjust {
	color: #000000;
	font-size: 12px;
	padding: 7px  0 8px 400px;
	float:left;
}
#headertextadjustlabel {
	height:29px;
	width: 111px;
	float:left;
	background: url('images/adjust.jpg') no-repeat center top;
	text-indent: -9999px;
}
#headertextadjust a img {
	border: none;
	float:left;
}

#quicklinkslabel {
	float:left;
	padding: 12px 0 0 20px;
	color:#fff;
}
#quicklinks {
	float:left;
	padding: 8px 0 0 5px;
}
#quicklinks select {
	padding:4px;
}

#colour {
	float:left;
	padding: 10px 0 0 5px;
}
#colour select {
	padding:4px;
}

#cse {
	width:200px;
	height:50px;
	padding: 5px 0 0 50px;
	float:left;
}

#menu {
	height:53px;
	width:908px;
	float:left;
}
#menu ul {
	padding: 23px 15px 10px 0;
	text-align:right;
}
#menu li {
	display: inline;
	list-style-type: none;
	font-size:15px;
	background:none;
}
#menu li a {
	color:#ffffff;
	text-decoration:none;
	padding: 10px;
}
#menu li a:hover{
	color: #ffffff;
	background-color:#695e4a;
	text-decoration:none;
}

#content {
	background: url('images/contentbg.jpg') repeat-y left top;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0;
	clear:both;
}
#sidebar {
	width: 304px;
	float: left;
	text-align: center;
	overflow:hidden;
	padding: 0 0 5px;
}
#sidebar img {
	border:0;
	margin: 5px 0 0;
}
#sidehead1 {
	background-image: url(images/sidehead1.jpg);
	background-repeat: no-repeat;
	height: 49px;
	text-indent: -9999px;
}
#sidehead2 {
	background-image: url(images/sidehead2.jpg);
	background-repeat: no-repeat;
	height: 49px;
	text-indent: -9999px;
}
.sidemenu {
	margin: 0;
	text-align:left;
	background: #cfc79f url('images/formbg.jpg') repeat-x;
}
.sidemenu ul {
}
.sidemenu ul li {
	list-style-type: none;
}
.sidemenu ul li a {
	line-height: 34px;
	padding-left: 20px;
	height: 34px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	border-bottom:1px solid #fff;
}
.sidemenu ul li a:hover {
	text-decoration: underline;
	background: #CCCCCC;
}
#enquiryform {
	text-align: left;
	padding: 10px 0;
	background: #cfc79f url('images/formbg.jpg') repeat-x;
}

#enquiryform p {
	color: #6d6d6d;
	font-size:11px;
	margin: 10px 10px;
	line-height: 13px;
}
.formlabel {
	color: #474647;
	padding-left: 10px;
	height: 21px;
	line-height: 21px;
}
.forminput {
	padding-left: 8px;
	margin-bottom: 10px;
}
.formbutton {
	text-align: right;
	padding: 0 15px 0 0;
	margin: 0;
}
.custominput {
	background-color: #FFFFFF;
	padding: 10px;
	width: 260px;
	border: 1px solid #BBBBBB;	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
}
.customtextarea {
	background-color: #FFFFFF;
	padding:10px;
	width: 260px;
	height: 80px;
	overflow: auto;
	border: 1px solid #BBBBBB;	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
}
#maincontent {
	width: 680px;
	float: left;
}
#maincontent2 {
	width: 1000px;
}
#maincontent p, #maincontent2 p {
	line-height: 23px;
	padding: 7px 8px 7px 0;
}
#maincontent a, #maincontent a:visited, #maincontent2 a, #maincontent2 a:visited {
	color: #ff6600;
}
#maincontent a:hover, #maincontent2 a:hover {
	text-decoration:none;
}
#maincontent ul, #maincontent ol, #maincontent2 ul, #maincontent2 ol {
	padding: 10px 0 0 50px;
}
#maincontent ul li, #maincontent2 ul li {
	padding: 0 0 5px 10px;
}
#maincontent ol li, #maincontent2 ol li {
	padding: 0 0 5px 10px;
}

#footer {
	color:#ffffff;
	background: url('images/footerbg.jpg') repeat-x center top;
	height:58px;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}
#footertop {
	width:1000px;
	margin: 0 auto;
	text-align:center;
	padding: 5px 0 0 0;
	clear:both;
}
#footerbottom {
	width:1000px;
	margin: 0 auto;
	text-align:center;
	padding: 13px 0 0;
}
.imgfloatright {
	float: right;
	margin: 6px;
}
.imgfloatleft {
	float: left;
	margin: 6px;
}

.box {
	float: left;
	height:auto;
	width: 290px;
	margin: 0 15px 10px 0;
	padding: 0 10px 5px 10px;
	background: #e4e4e4;
}

.clear {
    clear: both;
    height: 0 !important;
    margin: 0;
    font-size: 1px;
    overflow: hidden;
}