body{
	background: url(/assets/images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, serif;
	color: #666;
}

/* HTML */
h1{
	font-size: 18px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
p, li, select, input, div, span, a{
	font-size: 12px;
}
p, li{
	line-height: 20px;
}
img{
	border: none;
}
textarea{
	overflow: auto;
}



/* MAIN WRAPPER */
#wrapper{
	width: 770px;
	margin: 0 auto;
	background: #fff;
}

/* SIDEBAR */
#sidebar{
	float: left;
	width: 190px;
	margin: 0 20px;
}
#logo{
	background: url(/assets/images/logo.gif) no-repeat;
	text-indent: -10000px;
	width: 150px;
	height: 185px;
	margin: 80px auto 80px auto;
	color: #fff;
}
#sidebar-nav ul{
	margin: 40px 0;
	padding: 0;
	list-style: none;
}
#sidebar-nav li{
	background-repeat: no-repeat;
}
#sidebar-nav img{
	display: block;
}
#sidebar-nav a{
	text-decoration: none;
	color: #9d5930;
}


/* CONTENT */
#content-img{
	margin-bottom: 0px;
}
#content-img-title{
	margin: 8px 0 30px 0;
	text-align: center;
}
#content-wrapper{
	float: left;
	width: 500px;
	margin: 0 20px 0 20px;
}

/* quick contact */
#quick-contact{
	font-size: 14px;
	border: #d5e8b1 1px dashed;
	padding: 10px;
	text-align: center;
}
#quick-contact .phone{
	font-size: 18px;
	color: #254c23;
	display: block;
}

/* form */
#form-contact{
	border: 1px dotted #ccc;
	padding: 10px;
}
#form-contact form{
	background: #e0d6d0;
	margin: 0;
	padding: 10px;
}
.form-wrapper{
	clear: both;
	margin-bottom: 3px;
}
.form-wrapper label{
	float: left;
	width: 125px;
	color: #703423;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}
.form-wrapper input, .form-wrapper textarea{
	padding-bottom: 3px;
}
.form-wrapper em{
	color: #ff0000;
}
.form-button{
	margin-left: 125px;
}

/* FOOTER */
#footer{
	margin: 25px 0 8px 0;
}
#site-info{
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	color: #000;
}
#site-info a{
	font-size: 10px;
}


/* FUNCTION */
.bt{
	border: 1px solid #ccc;
	background: #703423;
	color: #fff;
}
.warn{
	color: red;
}
.centerwarn{
	color: red;
	text-align: center;
}
/* clearing float */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}
.clear {display: block;}

	/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
	/* End hide from IE-mac */