﻿body {
	margin:0px;
	padding:0px;
}

h1 {
	font: normal normal normal 19px/19px Arial, Helvetica, sans-serif;
	color: #738f00;
	padding: 25px 0px 10px 0px;
	margin: 0px;
}
h2 {
	font: normal normal bold 13px/19px Arial, Helvetica, sans-serif;
	color: #333333;
	margin:0px;
	padding-top:25px;
}
h3 {
	font: normal normal bold 13px/19px Arial, Helvetica, sans-serif;
	color: #333333;
	margin:0px;
	padding-top:0px;
}

p {
	font: normal normal normal 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
}
#content ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left:0px;
}
#content ul li {
	font: normal normal normal 12px/1.8em Arial, Helvetica, sans-serif;
	color: #333333;
	background:url('magento-website-images/bullet2.gif') no-repeat left 7px;
	padding-left:15px;
}
#content ol li {
	font: normal normal normal 12px/1.8em Arial, Helvetica, sans-serif;
	color: #333333;
	margin:0px 20px 0px 20px;
	padding-left:3px;
}
#content a {
	font: normal normal normal 12px/1.5em Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.link a {
	border-bottom:1px dotted #738f00;
	color: #738f00;
}
.link a:hover {
	border-bottom-style:none;
}

/*-----------------------Structure--------------------------*/
#header-wrapper {
	background:black url('magento-website-images/head-bg.jpg') repeat-x center top;
}

#content-wrapper {
	background: url('magento-website-images/main-bg.jpg') repeat-x left top;
	border-top:1px #ffffff solid;
}
#content {
	width: 931px;
	margin: 0px auto 0px auto;
	background:url('magento-website-images/vertical-line.gif') repeat-y left top; 
	margin-bottom:17px;
	min-height:500px;
}
#main-content {
	width: 660px;
	float: left;
}
.main-content-div {
	margin-right:20px;
}
#intro {
	border-bottom: 1px #d1cfcf solid;
	padding-bottom:12px;
}
#side-content {
	width: 270px;
	float: left;
}
.clearfix:after {
    content: "."; 
    height: 0; 
    visibility: hidden;
    display: block; 
    clear: both; 
}
.side-content-div {
	margin-left:20px;
}
#side-content-border {
	border-bottom: 1px #d1cfcf solid;
	padding-bottom: 14px;
}
#footer {
	padding-top: 12px;
	border-top: 1px #d1cfcf solid;
	margin: 0px auto 0px auto;
	width: 931px;
	height: 100px;
	font: normal normal normal 11px/1.3em Arial, Helvetica, sans-serif;
	color: #333333;
}
#footer a {
	font: normal normal normal 11px/1.3em Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	text-decoration:none;
	border-bottom:none;
}
#footer a:hover {
	border-bottom:1px #333333 dotted;
}
.div1 {
	float: left;
	text-align: right;
	width: 40px;
	margin-right: 10px;
}
.div2 {
	float: left;
	text-align: left;
	width: 125px;
}
.div3 {
	float: left;
	text-align: left;
	width: 135px;
}
.div4 {
	float: left;
	text-align: right;
	width: 80px;
	margin-right: 10px;
}
.div5 {
	float: left;
	text-align: left;
	width: 218px;
}

/*-----------------------Header--------------------------*/
#header {
	width: 933px;
	margin: 0px auto 0px auto;
	height: 100px;
}

#header img {
	float:left;
}

/*-----------------------Navigation----------------------*/
#navigation {
	float:right;
	width:557px;
}
#navigation ul {
	margin:0px 1px 0px 0px;
	padding:23px 0px 0px 0px;
	list-style: none;
	float: right;
	width:557px;
}
#navigation ul li {
	float: right;
	background: url('magento-website-images/grey-tab-hover.jpg') no-repeat left top;
	margin-right:1px;
}
#navigation ul a {
	font: normal normal normal 12px/30px Arial;
	text-align:center;
	color: #ffffff;
	display: block;
	text-decoration: none;
	width:106px;
	background: url('magento-website-images/grey-tab.jpg') no-repeat left top;
}
#navigation ul a:hover {	
	background: none;
}
#navigation ul a.current {	
	background:black url('magento-website-images/green-tab.jpg') no-repeat left top;
}
#navigation p {
	margin:0px;
	float:right;
	text-align:center;
	display:block;
	width:150px;
	background:url('magento-website-images/tel.jpg') no-repeat right top;
	font: normal normal normal 12px/34px Arial;
	color:#ffffff;
}
/*-----------------------Homepage--------------------------*/
#portfolio-wrapper {
	margin:18px 0px 8px 0px;
}
#portfolio-wrapper a {
	font-size: 13px;
	font-weight: bold;
	border-bottom-style:none
}
#portfolio-wrapper .link a:hover {
	border-bottom:1px dotted #738f00;
}

.portfolio {
	width:220px;
	float:left;
}
.portfolio img {
	padding: 3px;
	border: 1px #d1cfcf solid;
}
.portfolio p {
	padding-right:20px;
}
.portfolio-title {
	margin-bottom:0px;
	margin-top:20px;
	color: #738f00;
	font-size:13px;
	font-weight:bold;
} 	 
.portfolio .link {
	margin-top:20px;
}


/*------------------------Contact Page-----------------------*/
.main-content-div form {
	margin-top:18px;
}
.contacts span {
	color:#738f00;;
	margin-top:20px;
}
.contacts p {
	margin: 20px 0px 25px 0px;
}
label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 150px;
	font-size: 12px;
}
.contactformbutton {
	font: normal normal normal 12px Arial, Helvetica, sans-serif;
	width: 80px;
	margin: 2px 0px 20px 159px;
}
.formbg {
	border: 1px #b5b5b5 solid;
	color: #333333;
	font-size:12px;
	padding: 2px;
}
.side-content-div-contact {
	margin: 0px 0px 0px 20px;
}


/*-----------------------Blog--------------------------*/
#main-content ol {
	margin:0px;
	padding:0px;
}
.green {
	color: #738f00;
	margin-bottom:18px;
}
.blog-link a {
	border-bottom:1px dotted #333333;
	color: #333333;
}
.blog-link a:hover {
	border-bottom-style:none;
}



















