@charset "utf-8";
/* CSS Styling Document */

body {
	background: url('images/page_bg.jpg') no-repeat scroll 50% 0pt  ;
	background-color: #e5e5e5;
	font: 10pt Verdana, Verdana, Geneva, sans-serif;
	color: #434343;
}
.clear {
	clear:both;
}

h1 {
	font: 1.8em normal "Garamond", Georgia, "Times New Roman", Times, serif;
	color: #669900;
	font-weight:bold;
	margin-bottom:1em;
}

h2 {
	font: 1.2em normal "Garamond", Georgia, "Times New Roman", Times, serif;
	color: #444;
	font-weight:bold;
	margin:1em 0 0.5em 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #669900;
}
a:hover, a:active {
	text-decoration: underline;
	color: #66CC00;
}
.hide {
	display:none;	
}
/* ---------------------------------------------------- PAGE STRUCTURE -- */

#pagewrapper {
	
	width: 980px;
	margin:34px auto 0 auto;
	clear:both;
}

#pageblock {
	width: 900px;
	margin: 0 auto;
	clear:both;
	background-color: #FFF;
	padding-bottom:30px;
}


#header {
	clear:both;
	padding: 43px 0 0 57px;
	
}

/* ---------------------------------------------------- HEADER  --------- */

#header img {
	float:left;
	}

#header-links {
	float:right;
	text-align:left;
	padding-right:80px;
	padding-top:30px;		width:130px;
}

#header-links ul li {
	display:list-item;
	font: 1.2em normal "Garamond", Georgia, "Times New Roman", Times, serif;
	color: #535353;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	
	padding-left:10px;
	
}

#header-links a:link, #header-links a:visited {
	color: #535353;
	text-decoration:none;
}	

#header-links a:hover, #header-links a:active {
	text-decoration:none;
	color:#222;
}

.active {
	background: url('images/bullet.jpg') no-repeat left center;
	color:#669900;
	
}
#header-links .active a {
	font-size: 1.5em;
	color:#669900;
}

/* ---------------------------------------------------- BODY BLOCK ------ */

#contentblock {
	margin: 35px auto 0 auto;
	background-color:#FFF;
	width:900px;
	min-height:400px;
}

#frontbanner {
	margin: 0 auto;
	width: 777px;
	height: 264px;
	background: url('images/banner_bg.jpg');
}
#frontbanner img {
	margin:9px;
	width: 759px;
	height: 246px;
}

#thumbs {
	margin: 20px auto 0 auto;
	padding-left:0px;
	width: 768px;
	_width:774px;
}

#thumbbox {
	width: 168px;
	margin: 5px;
	padding:6px;
	float:left;
	border:1px solid #dedede;
	background-color:#f9f9f9;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}
#thumbbox img {
	width: 168px;
	height: 108px;
	clear:both;
}
#thumbbox h3 {
	font-size:1em;
	font-weight:bold;
}
#thumbbox p {
	font-size:0.8em;
	font-weight:normal;
}
#blogpic{
	margin: 0 auto;
	width: 777px;
	height: 264px;
	background: url('images/banner_bg.jpg');
}
#blogpic img {
	margin:9px;
	width: 759px;
	height: 246px;
}

#blog{
	margin: 0 auto;
	width: 760px;
	padding-bottom:20px;
}
#horizon{
	padding-top:20px;
	padding-bottom:20px;
	margin: 0 auto;
}
	

/* ---------------------------------------------------- FOOTER ---------- */

#footer {
	width:980px;
	margin: 0 auto;
	padding-bottom:50px;
	background:url('images/footer_bg.jpg') no-repeat bottom;
}

#footerblock {
	width:760px;
	margin: 0 auto;
	background-color:#FFF;
	padding: 0px 70px 16px 70px;
	font: 1.1em normal "Garamond", Georgia, "Times New Roman", Times, serif;
	color: #434343;
}

#footerblock p {
	margin-top:5px;
	float:left;
}
#footerblock img {
	float:right;
	padding:20px;
}

/* ---------------------------------------------------- BLOG ------------ */

.topborder {
	/*border-top:1px solid #ccc;*/
	margin-top:15px;
	padding-top:15px;
	border-bottom:1px solid #ccc;
}

#blog {
	width:760px;
	margin:0 70px;
}

#blogpost {
	background-color: #f6f6f6;
	border:1px solid #eee;
	width:740px;
	padding:5px;
	
	margin:0 auto 1em auto;
}
#blogpost img {
	width:738px;
	clear:both;
	border:1px solid #aaa;
}
#blogpost h2 {
	margin-top:2px;
}
#blogpost p {
}

/* ---------------------------------------------------- CONTACT --------- */

#contactform {
	width: 500px;
	margin: 0 15px 0 70px;
}

#contactside {
	width: 200px;
	margin: 0 70px 0 15px;
	float:right;
	display:inline;
}

#contactusform {
	font-size: 1em;
	margin-top:1em;
}
#contactusform label {
	width: 150px;
	padding-top:3px;
	margin-bottom:10px;
	float:left;
	display:block;
}

#contactusform input {
	display:block;
	width: 15em;
	margin-bottom:10px;
	font: 1em normal "Garamond", Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	color: #535353;
}

#contactusform textarea {
	display:block;
	width: 20em;
	height: 150px;
	margin-bottom:10px;
	font: 1em normal "Garamond", Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	color: #535353;
}

#contactusform #submit {
	width: auto;
}

.email {
	margin:10px;
	padding: 10px;
	border: 1px solid #eee;
}

/* ---------------------------------------------------- WORK ITEMS --- */

.portfolioblock {
	position:relative;
	border:1px solid #EEE;
	padding:10px;
	width:740px;
	margin: 0 auto 1em auto;
}
.portfolioblock h1 {
	margin-bottom:0.3em;
	border-bottom:1px solid #EEE;
}

.portfolioblocktext {
	float:left;
	width:529px;
	border-right:1px solid #EEE;
	padding-right:10px;
	margin-right:10px;
}
.portfolioblocktext h2 {
	margin-top:0;	
}
.portfolioblocktext ul {
	margin-bottom:1em;	
}
.portfolioblocktext li {
	margin-bottom:0.8em;
}
.portfolioblocktext li a:link, .portfolioblocktext li a:visited {
	color:#434343;
	padding-left:20px;
	background:url(images/arrow_go.jpg) 0 1px no-repeat;
}
.portfolioblocktext li a:hover, .portfolioblocktext li a:active {
	color:#690;	
	padding-left:20px;
	background:url(images/arrow_right.jpg) 0 0 no-repeat;
}

.portfolioblockcost {
	/*position:absolute;
	bottom:5px;
	right:10px;*/
	float:right;
	width:190px;
	text-align:right;
}
.portfolioblockcost img {
	margin-bottom:1em;	
}
.portfolioweblist {
	float:left;
	display:inline;
	width:240px;
}
.pricebig {
	font-size:3em;
	letter-spacing:-0.1em;
}

#workdetails {
	width: 500px;
	margin: 0 15px 0 70px;
}

#workside {
	width: 200px;
	margin: 0 70px 0 15px;
	float:right;
	display:inline;
}

#workdetails ul {
	margin: 0 0 1em 1.5em;
	padding-left:1em;
	text-indent:-1em;
}

#workdetails ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom:0.5em;
}

#workdetails p {
	margin-left:0em;
}

.workurl  a:link, .workurl a:visited {
	font-weight:bold;
	color: #666;
}
.workurl a:hover, .workurl a:active {
	color: #66CC00;
}
.workurl {
	margin-bottom:1.2em;
}

/* ---------------------------------------------------- SERVICES ----- */

#servicesrow {
	width: 760px;
	margin: 0 auto;
	clear:both;
}

.servicebox {
	width: 341px;
	float:left;
	margin: 0 7px 15px 7px;
	padding: 10px;
	background:url('images/services_box_bg.jpg') no-repeat top right;
	border-right: 1px solid #EEE;
	border-top: 1px solid #EEE;
}
.servicebox p{
	padding:5px;
	font-size:1em;
}

.servicebox h2 {
	font: 1.4em normal "Garamond", Georgia, "Times New Roman", Times, serif;
	color: #690;
	font-weight: bold;
	margin:0 5px 0.5em 0;
	border-bottom: 1px solid #DDD;
}

#servicesrow ul {
	list-style-type: none;
	margin: 1em 0 0em 0.8em;
}

#servicesrow ul li {
	background-image: url('images/tick.jpg');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left:20px;
	margin-top:0.5em;
}

#servicesrow img {
	float:right;
	margin-left:5px;
	margin-bottom:10px;
}