





/*================ MASTER RESET AND BASE SETTINGS ================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font: 62.8% Arial, Helvetica, sans-serif;
	background: url(../img/todo-bg.jpg);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1.green-line {
	padding: 0 0 2px 0!important;
	font-size: 1.6em;
	color:#202020;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 4px #485F2B solid;
	margin: 0 0 10px 0!important;
}
h2.onefour {
	font-size: 1.4em;
	color: #202020;
	letter-spacing: 1px;
	font-weight: bold;
	margin:5px 0;

}
/*========================== EXTRAS ============================*/

.zero-right-margin {
	margin-right: 0!important;
}
.zero-left-margin {
	margin-left: 0!important;
}
.zero-top-margin {
	margin-top: 0!important;
}
.five-left-margin {
	margin-left: 5px!important;
}
.clear-both {
	clear: both;
}
.float-left {
	float:left;
}
.float-right {
	float: right;
}
.ten-space-top {
	margin-top:10px!important;
}
.a-more, .a-more:visited {
	background: url(../img/more.gif) no-repeat left 3px!important;
	color: #129413;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 12px;
	
}
.a-more:hover,.a-more:active{
	border-bottom: #129413 dotted 1px;
}

input[type=submit].default-button {
	width: 60px;
	height: 20px;
		background: transparent url(../img/form-button.png) no-repeat;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	display: block;
	padding-top: 1px;
	margin-top:10px;
	border: 0;
		
}

/*========================== MENU ============================*/

div#menu-wrapper {
	width: 100%;
	background: url(../img/menu-bg.jpg) repeat-x;
	text-align: center;

}
div#menu {
	width: 940px;
	margin: 0 auto;
	height: 80px;
	text-align:right;
}
div#menu ul {
	width: 600px;
	float: right;
	text-align: left;
	height: 80px;
}
div#menu ul li {
	margin: 24px 20px 30px 20px;
	font-size: 1.4em;
	display: inline;
	float: left;
	padding-bottom:2px;

}
div#menu ul li a,div#menu ul li a:visited {
		color: #c0c0c0;
		text-decoration: none;
		font-weight: bold;
}
div#menu ul li a:hover,div#menu ul li a:active {
	color:#fff;
}
div#menu ul li.menu-active {
	border-bottom:2px #ececec solid;
}
div#menu ul li span {
	font-size:85%;
	font-style: italic;
	color: #808080;
	font-weight: normal;
	
}

/*========================== LOGOBAR ============================*/

div#logobar-wrapper {
	width: 100%;
	height: 317px;
	background: url(../img/logobar-bg.jpg) repeat-x;
	text-align: center;
}
div#logobar {
	width: 940px;
	height: 317px;
	margin: 0 auto;
}
div#logo {
	width: 339px;
	height: 317px;
	float: left;
}
div#homeSlideshow {
	width: 601px;
	height: 317px;
	float: left;
	background: url(../img/slideshow-bg.jpg) no-repeat;
	position: relative;
}
div#buttons {
	background:#000000;
	bottom:28px;
	height:30px;
	left:17px;
	position:absolute;
	width:570px;
	z-index:9999;
	display: none;
	opacity: .5;
	filter: alpha(opacity = 50);

}
div#buttons #prev {
	float: left;
	background: url(../slideshow/prev.gif) no-repeat left;
	padding: 0 0 0 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	margin: 7px 0 0 10px;
}
div#buttons #next,
div#buttons #prev {
	opacity: .7;
    filter: alpha(opacity = 70);

	
}
div#buttons #next:hover,
div#buttons #prev:hover {
	opacity: 1;	
	  filter: alpha(opacity = 100);

}
div#buttons #next {
	float: right;
	background: url(../slideshow/next.gif) no-repeat right;
	padding: 0 20px 0 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	margin: 7px 10px 0 0;		
}
#slides {  
	height:260px;
	margin:28px 0 0 16px;
	overflow:hidden;
	position:relative;
	width:570px;
	border: 1px solid #ccc; 
 }  
   
 /* remove the list styles, width : item width * total items */    
#slides ul {  
     position:relative;  
    left:0;  
     top:0;  
     list-style:none;  
     margin:0;  
     padding:0;    
     width:3420px;              
}  
   
 /* width of the item, in this case I put 250x250x gif */  
#slides li {  
     width:570px;  
     height:260px;   
     float:left;  
 }  
   
#slides li img {  
    padding:0; 

 }  


/*============================= TODO ============================*/

div#todo-wrapper {
	text-align:center;
}
div#todo {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	
}

/*=========================== LEFT WIDGETS =======================*/

div#left-widgets {
	width: 320px;
	float: left;
	margin: 20px 20px 0 0;

}
div#left-widget-portfolio {
	width:280px;
	padding:20px;
	background: url(../img/left-widget-320-bg.jpg) repeat-y;
	margin-bottom: 20px;
}
div#left-widget-portfolio h1 {
	padding: 0 0 2px 0;
	font-size: 1.6em;
	color:#202020;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 4px #485F2B solid;
	margin-bottom:10px;
}
div#left-widget-portfolio h2 {
	font-size: 1.4em;
	color: #606060;
	letter-spacing: 1px;
	font-weight: bold;
	margin:5px 0;
}
ul.mini-list-portfolio {
	display: list-item;
	margin-bottom: 10px;
}
ul.mini-list-portfolio li {
	background: url(../img/accept.png) no-repeat left;
	font-size: 1.2em;
	color: #606060;
	margin-left: 5px;
	padding-left:20px;
	line-height: 1.4em;
}

div#left-widget-quick-contact {
	width:280px;
	padding:20px;
	background: url(../img/left-widget-320-bg.jpg) repeat-y;
	clear: both;
	float: left;
	
}
div#left-widget-quick-contact form p.error {
	background: url(/img/exclamation-red.png) no-repeat left top;
	margin: 5px 0 0 0;
	padding: 2px 0 10px 22px;
}
div#left-widget-quick-contact form p.success {
	background: url(/img/tick-circle.png) no-repeat left top;
	padding: 2px 0 10px 22px;
	margin: 5px 0 0 0;
}
form.quick-contact input[type=text] {
	border: 1px #cccccc solid;
	background: #fff;
	width: 230px;
	float: right;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #404040;
	font-family:Arial, Helvetica, sans-serif;
	
}
form.quick-contact label {
	font-size: 1.2em;
	color: #606060;
	float: left;
}
form.quick-contact textarea {
	color: #606060;
	width: 274px;
	height: 120px;
	font-size: 1.2em;	
	font-family:Arial, Helvetica, sans-serif;	
}
/*====================== UI IMAGES ==========================*/
div.thumbnail {
	float:left;
	height:113px;
	margin:0;
	width:148px;
	text-align: center;
	border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;	
	overflow: hidden;
		-moz-box-shadow: 1px 1px 1px #ccc;
		-webkit-box-shadow: 1px 1px 1px #ccc;
		box-shadow: 5px 5px 5px #cccccc;	
}
div.thumbnail img {
	display: block;
	width: 140px;
	height:105px;
	margin: 3px 0 0 3px;
	background:url(../img/thumb-bg.png) repeat-x;
	border: 1px solid #ccc;
	overflow: hidden;
	position:relative;
}

/*===================== content ==========================*/
div#content {
	width:560px;
	padding:20px;
	background: #fff url(../img/left-widget-320-bg.jpg) repeat-y;
	margin: 20px 0 20px 0px;
	float: right;
}
div#content p {
	font-size: 1.4em;
	color: #202020;
	margin-bottom: 10px;
	line-height: 1.4;
}

/*______ QUOTE ______ */
div#quote {
	margin: 10px 0 0 0;
	text-align: left;
	height: 130px;
	width: 560px;
	
	display: block;
	background: url(../img/quote-bg.png) no-repeat;
	}
div#quote p.open-quote {
	font-weight: bold;
	font-size: 8.2em;
	height: 120px;
	float: left;
	width: 40px;
	padding: 0;
	margin: -14px 0 0 5px;
	color: #808080;	
	display: inline;
	
	}
div#quote p.text-quote {
	color:#505050;
	display:inline;
	float:left;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4;
	padding:15px 5px 0;
	margin:0;
	text-align:justify;
	width:460px;

	}
a.more {
	background:url("../img/more-bg.png") no-repeat scroll 0 0 transparent;
	color:#c1c1c1;
	display:block;
	float:right;
	font-size:10px;
	height:18px;
	padding:0 0 0 2px;
	text-align:center;
	text-decoration:none;
	width:36px;
}
a.more:hover {
	color: #fff;	
}
div#quote p span {
	float: right;
	font-style: italic;
	font-weight: normal;
	margin-top: 5px;
}	
div#quote p.sig {
padding: 5px 0 0 0;	
	
}
ul#tips li {
	display: none;	
	
}
div#quote p.close-quote {
	font-weight: bold;
	font-size: 8.2em;
	height: 50px;
	float: left;
	width: 35px;
	padding: 0 0 0 0;
	margin: -18px 0 0 10px;
	overflow: hidden;
	color: #808080;	
	display: inline;
	}
.tooltip {
	display:none;
	background:url(/img/black_arrow_big.png);
	height:163px;
	padding:30px 30px 20px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	line-height:1.3;
	display:block;
}


/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
	/*________ SERVICES OVERVIEW ___________*/
div.services-overview {
		width: 100%;
		height:148px;
		display: block;
		background: url(../img/services-overview-bg.jpg) no-repeat right;
		
	}
div.services-overview ul {
	margin: 0 70px 10px 0px;
	padding-left: 25px;
	float: left;
	list-style-type: square;
	
	}
div.services-overview ul li {
	color: #485F2B;
	font-size: 1.4em;
	line-height: 1.6em;
	
}
div.services-overview ul li span {
	color: #202020;
}
div#contactInfo {
	width: 240px;
	height: 140px;
	float: right;
	display: block;
	margin: 0 0 10px 10px;
	background: url(../img/contactInfoBg.png) no-repeat;	
}
div#contactInfo h4 {
	color:#505050;
	font-size:1.4em;
	margin:10px;		
}
div#contactInfo p {
	color: #555;
	font-size: 1.2em;
	margin: 10px;	
	line-height: 1.4;
}
div#contactInfo p a {
	color: #888;
	text-decoration: none;	
}
div#contactInfo p a:hover,
div#contactInfo p a:active {
	color: #202020;	
	
}
/*============================== FOOTER ====================*/
div#footer {
	width:560px;
	padding:20px;
	background: #fff url(../img/left-widget-320-bg.jpg) repeat-y;
	margin: 0 0 20px 0px;
	float: right;
	font-size: 1.1em;

}
div#footer p.spacer {
	margin: 0 10px 0 10px;
	color: #707070;	
	float: left;
	width: auto;
	display: inline;
}
div#footer a,div#footer a:visited {
	color: #808080;
	letter-spacing: 0;
	text-decoration: none;
	float: left;
}
div#footer a:active,div#footer a:hover {
	color:#202020;
}
div#footer p.contact {
	color: #404040;
	display:block;
	text-align: center;
	margin: 7px auto 0 auto;
	float: left;
	width: 100%;
}
div#footer p.contact a {
float: none;
}
div#footer p.copy {
	color: #404040;
	display:block;
	text-align: center;
	margin: 7px auto 0 auto;
	float: left;
	width: 100%;
}
div#recommend-us-btn {
	background: url(../img/recommend-bg.png) no-repeat;
	width: 120px;
	height: 18px;
	padding:1px 0 0 0;
	float: right;
	text-align:center;
	
}
div#recommend-us-btn a, div#recommend-us-btn a:visited {
	font-size: 0.9em;
	color: #c1c1c1;
	text-decoration: none;
	margin-left: 8px;
}
div#recommend-us-btn a:hover, div#recommend-us-btn a:active {
	color:#fff;

}
div#footer-links {
	height: 18px;
	padding-top: 2px;
	float: left;
}

div#form-button input {
	background: url(../img/form-button.png) no-repeat;
	width: 60px;
	height: 21px;
	padding:0 0 4px 0;
	text-align:center;
	margin: 10px 0 0 0;
	border: 0;
	outline: none;
	color: #f4f4f4;
	font-size: 1.1em;
	color: #c1c1c1;
	text-decoration: none;	
}

div#form-button input:hover, div#form-button input:hover {
	color:#fff;

}

/*================== SERVICES PAGE ==========================*/

div.service {
	width: 100%;
	display:block;
	margin: 20px 0 0 0;
	float: left;
}
div.service-details {
	width: 400px;
	height: 75px;
	float: left;
	padding-left:10px;
	margin: 10px 0 0 0;
}
div.service-details p {
	color: #202020!important;
	font-size: 1.2em!important;
	line-height: 1.2em!important;
	
}
a.service-enquiry,a.service-enquiry:visited {
	background: url(../img/enquiry-off.gif) no-repeat 1px;
	padding-left: 17px;
	font-size: 1.0em;
	color: #808080;
	text-decoration: none;
}
a.service-enquiry:hover,a.service-enquiry:active {
	background: url(../img/enquiry.gif) no-repeat 1px;
	color: #202020;
}
/*========================	 PORTFOLIO =======================*/
.portfolio-list {
	width: 270px;
	height: 200px;
	background: #f0f0f0;
	border: 1px #e0e0e0 solid;
	
}
.portfolio-list:hover {
	background: #f9f9f9;
}
.portfolio-list-img img {
	width:260px;
	height: 125px;
	border: 5px #f0f0f0 solid;
	
	
}
.portfolio-list-img a {

	
}

/*=================== GALLERY =================================*/
div#todo-wrapper .gallery #content,
div#todo-wrapper .gallery #footer
{
	width: 940px;	
	
}
div#thumbs {
	float: left;
	clear: both;
	width:940px;
	overflow:hidden;
	height: 1020px;
}
div#thumbs ul {
	margin: 25px 0 0 40px;	
	clear: both;
	
}
div#thumbs ul li {
	float:left;
	height:113px;
	margin:0 25px 25px 0;
	width:148px;
	text-align: center;
	border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;	
	overflow: hidden;
		-moz-box-shadow: 1px 1px 1px #ccc;
		-webkit-box-shadow: 1px 1px 1px #ccc;
		box-shadow: 5px 5px 5px #cccccc;	

		
}

div#thumbs ul li a {
	display: block;
	width: 140px;
	height:105px;
	margin: 3px 0 0 3px;
	background:url(../img/thumb-bg.png) repeat-x;
	border: 1px solid #ccc;
	overflow: hidden;
	position:relative;
}
div#thumbs ul li a img {
	opacity: .6;
	filter: alpha(opacity = 60);


}
/*
div#thumbs ui li a {
	display: block;
	width: 140px;
	height: 105px;
	border: 1px solid #ccc;
	background: url(../img/thumb-bg.jpg) no-repeat;
	margin: 10px 0 0 10px;
}*/

div.controls {
	clear:both;
	float:left;
	height:19px;
	margin:5px 0 10px 40px;
	width:850px;
	display: none;	
}
a.prev {
	display: none;
	width: 100px;
	float: left;
	background: url(../img/previous.png) no-repeat;
	padding: 0 0 0 20px;
}
a.next {
	display: block;
	width: 45px;
	float: right;
	background: url(../img/next.png) no-repeat right;
	padding: 0;	
}
div.controls a {
	color:#129413;
	font-size:1.2em;
	line-height:1.4em;
	text-decoration:none;
	opacity: .7;
	filter: alpha(opacity = 70);
}
div.controls a:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}
div.bottom {
margin:-15px 0 10px 40px;
}

/*================== CONTACT ==========================*/

#content form {
	text-align: left;	
	
}
#content form fieldset {
	background: #f9f9f9;
	padding: 10px 10px 15px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 0 20px 0;
	width: 540px;
}
#content form fieldset:hover {
	background: #f5f5f5;
}
#content form input[type=text] {
	width: 530px;
	font-size: 12px;
	border: #ececec 1px solid;
	padding: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
	background: url(../img/stripeForm.png);
}
#content form input[type=text]:focus {
	border: 1px solid #ccc;
	background: url(../img/stripeFormOn.png);
}
#content form textarea:focus {
	border: 1px solid #ccc;
	background: url(../img/stripeFormOn.png);
}
#content form textarea {
	width: 530px;
	font-size: 1.3em;
	border: #ececec 1px solid;
	padding: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
	line-height: 1.4;
		background: url(../img/stripeForm.png);
}
#content form fieldset h2 {
	margin: 0 0 10px 0!important;
	font-size: 14px!important;
}
#content form strong {
	clear: left;
	float: left;
	margin: 10px 0 5px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #505050;
}
#content form table {
	margin: 5px 0 10px 0;
}
#content form table tr td {
	font-size: 1.3em;
	color: #505050;
	padding: 0 0 5px 0;
}

#content form input[type=submit] {
	background:url("../img/contact-send.png") no-repeat scroll 0 0 transparent;
	height:30px;
	margin:10px 0 0;
	padding:2px 0 4px;
	text-align:center;
	width:103px;
	font-size:1.2em;
	border: none;
	color: #808080;
	cursor: pointer;
	outline: none;
}	
#content form input[type=submit]:hover {
	color:#fff;
	
}

/* #content form input#submit,
#content form input#reset {
	background: url(/images/button.png) no-repeat left top;
	width: 150px;
	height: 30px;
	font-size: 1.2em;
	color: #303030;
	cursor: pointer;
	border: 0;
	float: left;
	margin: 5px 20px 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}*/
#content form p.error {
	background: url(/img/exclamation-red.png) no-repeat left top;
	margin: 5px 0 0 0;
	padding: 0 0 0 22px;
}
#content form p.success {
	background: url(/img/tick-circle.png) no-repeat left top;
	padding: 0 0 0 22px;
	margin: 5px 0 0 0;
}
#recommendform label {
	clear:both;
	float:left;
	font-size:1.2em;
	margin:5px 0 0;
}
#recommendform input {
	font-family: 1.2em;
	font-family: Arial, Helvetica, sans-serif;	
}
#recommendform input[type=text] {
	float:right;
	margin:0 0 10px 10px;
	width:230px;
}
#recommendform textarea {
	clear:both;
	float:left;
	height:60px;
	margin:2px 0 10px;
	width:365px;	
}
#recommendform input[type=submit] {
	background:url("../img/form-button.png") no-repeat scroll 0 0 transparent;
	height:21px;
	margin:0;
	padding:0 0 4px;
	text-align:center;
	width:60px;
	font-size:1.2em;
	border: none;
	color: #808080;
	cursor: pointer;
	outline: none;
	clear: both;
	float: left;
}
#recommendform #errorRec {
	clear: both;
	float: left;	
}
#recommendform input[type=text], #recommendform textarea {
	border: 1px solid #ddd;	
	background: url(../img/stripeForm.png);
}
#recommendform input[type=text]:focus, #recommendform textarea:focus  {
	border: 1px solid #ccc;
	background: url(../img/stripeFormOn.png);
}
#recommendform p.error {
	background: url(/img/exclamation-red.png) no-repeat left top;
	margin: 5px 0 0 0;
	padding: 2px 0 10px 22px;
}
#recommendform p.success {
	background: url(/img/tick-circle.png) no-repeat left top;
	padding: 2px 0 10px 22px;
	margin: 5px 0 0 0;
}
