/* CSS Document */

*{
   margin:0;
   padding:0;
   }
   
body {
	background:#896f44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height:125%;
	color:#faeed4;
}
/* Structure */

#wrapper {
	margin:5px auto 0 auto;
	width:756px;
	background: url(../images/bg-content.jpg);
}
#header {
	width:756px;
	height: 334px;
}
#content {
	width:756px;
	background: url(../images/bg-content-top.jpg) no-repeat top left;
	overflow: hidden;
}
#content-home {
	width:650px;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;

}
#content-seo {
	width:650px;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
}
#content-seo h2{
	font-size: 1.4em;
	margin-top: 15px;
	display: block;
}
.pg-wrap {
	width:635px;
	margin-left: 58px;	
	padding-top: 38px;
	width: 35%;
	float: left;
}
.pg-home {
	color: #e7d5ac;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
}
.pg-home2 {
	color: #6f6144;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 2.3em;
	margin-top: 5px;
	margin-bottom: 8px;
}
.greenhosting {
	float: right;
	margin: 10px 58px 0 0;
}
#col1 {
	float: left;
	width: 60%;
}
#col2 {
	float: right;
	width: 40%;
	height: 250px;
	background: url(../images/bg-star.jpg) top left no-repeat;
	font-family: "Times New Roman", Times, serif;
	color: #7a5b32;
}
#col2 h1 {
	font-size: 1.6em;
	margin: 75px 0 0 55px;
}
#col2 h2 {
	font-size: 1.5em;
	margin: 13px 0 0 60px;
}
#col2 h3 {
	font-size: 1.5em;
	margin: 13px 0 0 46px;
}
#col2 h4 {
	font-size: 1.6em;
	margin: 13px 0 7px 59px;
}
#flashwrap{
	border: 5px solid #fff;
	width: 360px;
	height: 230px;
	margin: 5px 0 0 10px;
	z-index: -1;
	
}
#col1 h3 {
	font-size: 1.7em;
	margin: 15px 0 0 39px;
	font-family: "Times New Roman", Times, serif;
	color: #7a5b32;
}
p {
	margin-top: 10px;
} 
#hmcontent-bttm {
	clear: both;
	margin: 10px 0;
}

/* links */

a {
	color: #7a5b32;
	text-decoration: none;
}

/* navigation */

#navigation {
	height:28px;
	background: url(../images/bg-nav.jpg) no-repeat top left;
}
#navcontainer {
	margin-left: 83px;
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
color: White;
float: left;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.6em 1.5em;
height: 12px;
color: #735c36;
text-decoration: none;
float: left;
font-family: "Times New Roman", Times, serif;
font-size: 13px;
font-weight: bold;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
#contactform {
	margin-top: 25px;
	width: 370px;
	text-align: left;
}

#contactform ul{
	list-style-type: none;
}

/* -- forms -- */

label { 
	text-align: left; 
} 

#checkleft {
	float: left;
}

#checkright {
	float: left;
	margin-left: 20px;
}
.submit {
	margin-top: 25px;
}

/* -- porfolio -- */

.thumbnail
{
float: left;
width: 180px;
height: 200px;
border: 1px solid #c8b791;
text-align: center;
margin: 14px 14px;
padding: 3px;
background: url(../images/bg-star.jpg) no-repeat;
}
#porfolio-wrap {
	margin-left: 0;
}

/* -- hosting -- */

#hosting {
	width:650px;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
}
#hosting h2 {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
}
#hosting-col1 {
	margin-top: 15px;
	float: left;
	width: 50%;
	color: #7a5b32;
}
#hosting-col2 {
	margin-top: 15px;
	float: right;
	width: 50%;
	background: url(../images/bg-star.jpg) top left no-repeat;
	color: #7a5b32;
}
#hosting-col1 ul {
	margin-top: 15px;
	margin-left: 60px;
}
#hosting-col2 ul {
	margin-top: 15px;
	margin-left: 60px;
}
#hosting form {
	margin: 5px 0 0 50px;
}
.basic {
	padding-top: 30px;
}

/* -- footer --*/

#footer {
	height: 56px;
	margin-top: 20px;
	background: url(../images/bg-footer.jpg) no-repeat top left;
}
#copyright {
	font-size:10px;
	color:#c8b791;
	text-align:center;
	font-weight:bold;
	padding-top: 9px;
}
#copyright a {
	color:#b3aeaa;
}
