@charset "utf-8";

/*========================================= GLOBAL TAGS =========================================*/

* {margin:0; padding: 0;}

html, body	{height: 100%;}

body {
	background: #1f1f1f url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

p {margin-bottom: 8px; line-height: 1.5em;}

/*========================================= GLOBAL ID's =========================================*/

#page {
	position: relative;
	min-height: 100%;
	background: url(images/bg_page.jpg) no-repeat
	}
* html #page {height: 100%;}

#logo {
	width: 841px;
	margin: 0 auto;
	padding: 36px 0 12px 0;
	}
#logo h1 {
	display: block;
	width: 239px;
	height: 29px;
	margin-bottom: 8px;
	background: url(images/logo.gif) no-repeat;
	}
#logo h1 strong {display:none;}

#wrap {
	width: 825px;
	margin: 0 auto;
	padding: 8px;
	background: url(images/bg_wrap.jpg) repeat-x;
	}
	
ul#nav {
	list-style-type: none;
	height: 32px;
	border-bottom: 5px solid #fac938;
	}
ul#nav li {
	float:left;
	border-top: 2px solid #478c2c;		
	margin: 0 26px;
	}
* html ul#nav li {margin: 0 22px;}
ul#nav li a {
	display: block;
	height: 30px;
	padding: 0 ;	
	}
ul#nav li a em {display:none;}
ul#nav li a.m01 {width: 69px; background: url(images/m01.gif) 50% top no-repeat;}
ul#nav li a.m02 {width: 82px; background: url(images/m02.gif) 50% top no-repeat;}
ul#nav li a.m03 {width: 87px; background: url(images/m03.gif) 50% top no-repeat;}
ul#nav li a.m04 {width: 82px; background: url(images/m04.gif) 50% top no-repeat;}
ul#nav li a.m05 {width: 98px; background: url(images/m05.gif) 50% top no-repeat;}
ul#nav li a.m06 {width: 89px; background: url(images/m06.gif) 50% top no-repeat;}
ul#nav li a:hover { 
	background-position: bottom; 
	background-color:#fac938
	}

#sidebar {
	float: left;
	background: url(images/bg_sidebar.jpg) repeat-x;
	}
	
#enquire a {
	display: block;	
	width: 251px;
	height: 61px;
	background:url(images/enquirenow.jpg) no-repeat;
	}
#enquire a em {display:none;}
#enquire a:hover {background-position: bottom;}
	
.testimonial {
	width: 232px;
	margin: 16px 8px;
	padding-bottom: 24px;
	background: url(images/quote-open.gif) no-repeat; 
	}
.testimonial blockquote {
	padding: 16px 24px 0 24px;
	background: url(images/quote-close.gif) right bottom no-repeat;
	}
.testimonial blockquote p { text-align: left;}
.quote {
	font-size: 1.3em;
	color: #999;
	}
.author {color: #693;}

#wrap_footer {
	clear:both;
	position: relative;
	margin-top: -5.2em;
	}
* html #wrap_footer {margin-top: -5.2em;}

#footer {
	width: 800px;
	height: 24px;
	margin: 0 auto;
	padding: 16px 20px;
	background: #2a2a2a;
	}
#footer a {
	color: #527034;
	text-decoration: none;}
	
#guarantee {
	position: absolute;
	right: 0;
	top: 0;
	width: 171px;
	height: 144px;
	z-index: 500;}
	
	
/*========================================= HOME ONLY =========================================*/

#intro {
	height: 232px;
	background: url(images/bg_intro.jpg) repeat-x;
	overflow: hidden; /*080116*/
	}
#intro img {float:left}
#intro_txt {
	width: 208px;
	float:left;
	padding: 20px 0 16px 24px;
	color: #c25c02;
	overflow: hidden; /*080116*/
	}
#intro h2 {
	display: block;
	width: 208px;
	height: 87px;
	margin-bottom: 16px;
	background: url(images/h_intro.gif) no-repeat;
	}
#intro h2 strong {display:none}

#content_home {
	float: left;
	width: 574px;
	padding-top: 16px;
	padding-bottom: 24px;
	background: url(images/bg_contenthome.gif) repeat-x;
	}
.box_home {
	float: left;
	width: 232px;
	padding: 10px 30px 8px 24px;
	color: #ccc;
	}
	
.box_home h3 {
	display: block;
	height: 48px;
	margin-bottom: 16px;
	}
.box_home h3 strong {display:none;}
.box_home h3#h_bizsolutions {	
	width: 216px;
	background: url(images/h_bizsolutions.gif) no-repeat;
	}
.box_home h3#h_compfixfast {
	width: 232px;
	background: url(images/h_compfixfast.gif) no-repeat;
	}
	
/*========================================= INSIDE PAGES =========================================*/

#content_inside {
	float: left;
	width: 574px;
	padding-bottom: 24px;
	background: #f7f4e8;
	}
	
#sidebar_inside {
	float: left;
	padding-top: 176px;
	background:url(images/bg_sidebar_inside.jpg) no-repeat;
	}
#page_header {
	padding: 16px 24px;
	background: #fce278;
	}
#page_header h1 {
	font-size: 26px;
	font-weight: normal; 
	color: #a58a32;
	}
#page_header h1 span {color: #f2cb3a}

#bodycopy {
	padding: 24px 40px;
	min-height: 300px;
	}
#bodycopy h2 {
	margin-bottom: 12px;
	padding: 4px 0;
	font-size: 1.7em;
	color: #478b2c;
	border-bottom: 1px solid #c8e1b7;
	}
#bodycopy ul {
	margin: 0 0 12px 16px;
	}
#bodycopy li {line-height: 1.5em;}

#enquiry p {background: #f1eee0; padding: 8px 12px}
	

