/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	background: #333335;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202020;
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color:#000;
}

a {
	text-decoration: underline;
	color: #323B51;
}

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



/* Header */

#header {
	width: 892px;
	height: 101px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width:892px;
	height: 93px;
	margin: 0px;
	padding: 15px 0px 0px 20px;
	background: url(img/top.png) no-repeat left top;
}



/*design features */
.left {
	width:65%;
	
}
.right {
	width:30%;
	float:right;
}



/* Page */

#page {
	width: 892px;
	margin: 0 auto;
	background: url(img/img03.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(img/img05.jpg) no-repeat left top;
	padding: 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 794px;
	padding-top: 10px;
}





/* Footer */

#footer {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(img/img04.jpg) no-repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}


#effect { width: 240px;  padding: 0.4em;  background: #fff; }
		#effect h3 { margin: 0; padding: 0.4em; text-align: center; }

#whatwedo { width: 240px;  padding: 0.4em;   background: #fff; }
		#whatwedo h3 { margin: 0; padding: 0.4em; text-align: center; }
		
	.ui-widget-content {
		padding:10px;
	}
	
	
.services_box {
	width:240px;
	float:left;
}
.services_right {
	width:450px;
	float:right;
}

#tabs li {
	font-size:18px;
}
#contact-wrapper {
	width:470px;
	border:1px solid #e2e2e2;
	background:#fff;
	padding:20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}
p img {
	padding:5px;
}

h1.main {

    font-family:Baskerville,Times,'Times New Roman',serif;
    font-size:45px;
    color:#589017;
    font-variant:small-caps;
    text-align:left;
    font-weight:bold;
    padding:0px 0px 1px 0px; /* Tweak this to your liking */
	margin:0;
}
h2.main {
    font-family:georgia,serif;font-size:18px;
    font-style:italic;
    color:#3E2F2F;
    letter-spacing:0;
    line-height:1.429em;
    padding:0;
    text-align:center;
}
p.content {

    font-family: georgia,serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing:1px;
}

label.error {
	font-size:18px;
	color:#F00;
}
