/* Colours 
Browser BG #E8EDD8
Solid Green #8CA63E
Solid Orange #F37021
Content Top #E7E1CE
Content Bottom #FBF9ED
Side Bar #E7E1CE
*/

/* @group Clear Fix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* triggers hasLayout */
.clearfix {
    zoom: 1;     
}



/* @end */ 
   

body, div, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/* @group Global Syles */

body {
	color: #777677;
	font: 12px/1.7em "lucida grande", arial, helvetica, sans-serif;
	background: #E8EDD8 url(../images/browserBG.jpg) repeat-x;
}

a:link, a:visited {
	text-decoration: none;
	color: #8CA63E;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4 {
	color: #8CA63E;
}

.medical h1,.medical h2,.medical h3,.medical h4 {
	color: #F37021;
}

.whitetext {
	color: #fff;
}

.greentext {
	color: #8CA63E;
}

.orangetext {
	color: #F37021;
}

.redtext {
	color: #fc0012;
}

img {
	border: 1px dotted #75523f;
	padding: 5px;
}

.linespace {
	margin-bottom: 12px;
}



/* @end */
		
#container {	
	margin: 0 auto 30px;
	width:1020px;
	background:#fff;
	padding-bottom: 15px;
}

/* @group Header Navigation */

#header{
	margin: 0 auto 15px;
	height:180px;
	width:980px;
	background-image: url(../images/headerBG.jpg);
	position: relative;
}

ul.navigation {
	font-size: 14px;
	position: absolute;
	right: 45px;
	top: 130px;
}

ul.navigation li {
	display: inline;
}


ul.navigation li a {
	text-decoration: none;
	color: #fff;
	padding: 9px 8px 12px;
}

ul.navigation li a:visited {
	color: #fff;
}

ul.navigation li a:hover {
	background-color: #8a901b;
}

/* @end */

/* @group Slideshow */

#slideshow{
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 300px;
	margin-bottom: 15px;
}

#slideshow img {
	border-style: none;
	padding: 0;
	margin: 0;
}

/* @end */
		
#content{
	width: 920px;
	background: #FBF9ED url(../images/contentBG.jpg) repeat-x;
	padding: 30px 30px 40px;
	margin-left: auto;
	margin-right: auto;
}

/* @group Content Left */

#contentleft {
	width: 550px;
	margin-right: 30px;
	float: left;
}

#linktrail {
	margin-bottom: 20px;
}

.home #bigbuttons {
	margin-top: 25px;
}

#bigbuttons {
	height: 90px;
}

#bigbuttons a:link{
	color: #fff;
}

#bigbuttons a:hover{
	text-decoration: none;
	color: #f9d57b;
}

#bigbuttons a:visited {
	color: #fff;
}

#casualbutton, #medicalbutton {
	background: url(../images/casualbuttonBG.png) no-repeat;
	width: 204px;
	height: 54px;
	text-align: center;
	padding-top: 18px;
	float: left;
}

#medicalbutton {
	background: url(../images/medicalbuttonBG.png) no-repeat;
	width: 234px;
	margin-left: 15px;
}

#homeimages {
	margin-top: 35px;
}

#homeimages li {
	margin-right: 15px;
	display: inline;
}

#rangelists {
	margin-top: 30px;
	width: 550px;
}

#rangelists ul {
	padding-left: 20px;
	line-height: 1.7em;
	float: left;
	margin-top: 20px;
	width: 245px;
}

#rangelists a {
	margin-left: -18px;
	font-weight: bold;
}

#rangelists .orangetext {
	color: #F37021;
}

.nobullet {
	list-style-type: none;
}

#repairs ul {
	margin-top: 20px;
	padding-left: 20px;
	color: #8CA63E;
}

/* @group Inner Pages */

#topimage {
    margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 200px;
	margin-bottom: 15px;
}

#topimage img {
    border-style: none;
	padding: 0;
	margin: 0;
	
}

#categorylist {
	margin-top: 35px;
}

#categorylist ul {
	float: left;
	margin-right: 15px;
}

#categorylist ul h2 {
	margin-bottom: 20px;
}

#categorylist li {
	margin-right: 15px;
	text-align: center;
	margin-bottom: 30px;
	list-style-type: none;
	float: left;
}

.thumblink {
	margin-top: 8px;
	width: 162px;
	font-size: 12px;
}

#productbox {
	margin-top: 30px;
}

.productimage {
	margin-top: 15px;
	margin-right: 15px;
}

#features {
	margin-top: 30px;
}

#features ul {
	padding-left: 20px;
}

#productthumbs {
	margin-top: 30px;

}

#productthumbs ul {
}

#productthumbs li {
	width: 120px;
	margin-right: 10px;
	list-style-type: none;
	vertical-align: top;
	font-size: 10px;
	line-height: 1.5em;
	float: left;
}

#specs {
	margin-top: 20px;
}

#specs ul {
	padding-left: 20px;
}

#features h3, #specs h3, #productthumbs h3 {
	margin-bottom: 10px;
}

.bulletlist {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
}

/* @end */
/* @end */

/* @group Sidebar */

#sidebar {
	background-color: #E7E1CE;
	width: 300px;
	padding: 0 20px 30px;
	float: right;
}

#enquirebutton {
	margin-top: 25px;
	margin-bottom: 30px;
}

#enquirebutton img {
	padding: 0;
	border-style: none;
}

.supplier {
	padding: 0;
	border-style: none;
	position: relative;
	left: 15px;
	margin-right: 20px;
}

#testimonial {
	margin-left: 10px;
	margin-top: 30px;
}

#latestprojects {
	margin-top: 30px;
	margin-left: 10px;
}

#latestprojects ul {
	padding-left: 20px;
	padding-top: 15px;
}

#ourcustomers {
	margin-top: 30px;
	margin-left: 10px;
}

#ourcustomers h3 {
	margin-bottom: 10px;
}

#ourcustomers ul {
	margin-top: 20px;
}

#ourcustomers li {
	display: inline;
}

#ourcustomers img {
	margin-top: 5px;
}

#undersidebar {
	border-style: none;
	float: right;
	margin-right: 70px;
	margin-top: 50px;
}

#undersidebar img {
	border-style: none;
	margin-left: 20px;
}

#sidebarbutton  {
	margin-left: 20px;
	margin-top: 50px;
}

#sidebarbutton a:link, #sidebarbutton a:visited  {
	color: #fff;

}

.medicalsidebar {
	margin-left: 15px;
}



/* @end */

/* @group Footer */

#footer {
	background-color: #8CA63E;
	height: 80px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 10px 30px 30px;
	color: #E8EDD8;
	font-size: 10px;
}

#footerleft {
	width: 550px;
	float: left;
	margin-right: 40px;
}

#footermiddle {
	float: left;
	margin-right: 40px;
	margin-top: 10px;
}

#footerright {
	margin-top: 10px;
	float: left;
}

#footer ul  {
	list-style-type: none;
}

#footer li  {
	padding-left: 0;
}

#footer a {
	color: #fff;
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-size: 10px;
}

#breadcrumb ul {
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li a {
	color: #8CA63E;
	border-right: 1px solid #8CA63E;
	padding-right: 10px;
	padding-left: 10px;
}

.last {
	margin-left: 10px;
}

/* @end */

/* @group Contact Page */

#contactdetails {
	margin-top: 30px;
}

#contactdetails ul, #enquiryformdiv ul  {
	margin-top: 20px;
	list-style-type: none;
}

#enquiryformdiv {
	margin-top: 50px;
}

#enquiryform {
	margin-top: 20px;
}

#enquiryform tr {
	font-size: 12px;
}

#enquiryform td {
	padding-top: 5px;
	padding-bottom: 5px;
}



/* @end */

/* @group Customers */

.customers #contentleft {
	width: 920px;
}

.clientlist ul {
	float: left;
	width: 280px;
	margin-top: 20px;
	padding-left: 20px;
	list-style-type: circle;
}

.clientlist ul h3 {
	margin-bottom: 5px;
}



/* @end */

/* @group Sitemap */

.sitemap #contentleft {
	width: 920px;
}

.sitemaplist ul {
	float: left;
	width: 200px;
	margin-top: 20px;
	list-style-type: none;
}

.sitemaplist ul h3 {
	margin-bottom: 5px;
}



/* @end */	
		
		
		