@charset "UTF-8";
/* CSS Document */

body {
	background-color:#846c5d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#3c2a1e;
	margin:0;
}

/** common **/

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#3c2a1e;
	line-height:22px;
	padding:0 0 10px 0;
	margin:0;
}

h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#e01527;
	line-height:28px;
	padding:0 0 10px 0;
	margin:0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#3c2a1e;
	line-height:24px;
	padding:0 0 10px 0;
	margin:0;
}

a {
	color:#e01527;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

img {
	border:none;
}

.clear {
	clear:both;
}

.sitewidth {
	width:960px;
	padding:0;
	margin:0 auto 0 auto;
}

.whitetext {
	color:#FFF;
}

.redtext {
	color:#e01527;
	font-weight:bold;
}

.imgfloat {
	float:left;
	width:160px;
	text-align:center;
}

.txtfloat {
	float:left;
	width:400px;
	margin:0 0 20px 20px;
}

.inputbox {
	width:200px;
}

.commom li {
	line-height:22px;
	padding:0 0 15px 0;
}

/** header **/

#header {
	background-image:url(images/headerbg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:128px;
	padding:0;
	margin:0;
}

.logo {
	float:left;
	width:175px;
	height:125px;
	padding:0;
	margin:0 0 0 40px;
}

.htext {
	float:right;
	width:295px;
	height:70px;
	padding:0;
	margin:30px 40px 0 0;
}

/** navigation **/

#navigation {
	background-color:#3c2a1e;
	width:100%;
	height:53px;
	margin:0 auto 0 auto;
}

#navigation ul {
	width:960px;
	padding:0;
	margin:0 auto 0 ;
}

#navigation li {
	list-style:none;

}

#navigation li a {
	background-image:url(images/nav_linesep.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;	
	display:block;
	padding:18px 26px 16px 26px;
	margin:0;
	color:#f8d8c4;
	text-transform:uppercase;
}

#navigation li a:hover {
	color:#e1bba2;
}

#navigation li a.nosep {
	background-image:none !important;
}

/** content **/

#content {
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	border-top:#3c2a1e solid 10px;
	width:100%;
	margin:0;
	padding:10px 0 20px 0;
}

/** main content **/

.maincontent {
	float:left;
	width:570px;
	padding:0;
	margin:20px 28px 10px 30px;
}

/** sidebar **/

.sidebar {
	float:left;
	width:300px;
	padding:0;
	margin:20px 28px 0 0;
}

.sidebarcontact {
	background-image:url(images/contactus_box.gif);
	background-repeat:no-repeat;
	width:300px;
	height:222px;
	padding:0;
	margin:0;
}

.sidebarcontacttext {
	padding:90px 15px 0 15px;
	font-size:18px;
	line-height:30px;
	color:#e9b28f;
}

/** brown box **/

.brownbox {
	background-image:url(images/brownbox.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:274px;
	margin:0 auto 0 auto;
	padding:0;
}

.contactbox {
	float:left;
	width:300px;
	padding:0 0 0 10px;
	margin:0;
}

.contactboxtext {
	padding:30px 15px 0 15px;
	font-size:18px;
	line-height:36px;
	color:#74523b;
}

.inquirybox {
	float:left;
	width:450px;
	padding:0;
	margin:0 0 0 90px;
}

.inquiryboxtext {
	padding:30px 0 0 0;
	line-height:20px;
	color:#e9b28f;
}

/** form box **/

.formbox {
	color:#FFF;
	font-size:16px;
}

/** service box **/

.servicebox {
	background-image:url(images/bg_servicelist.gif);
	background-repeat:no-repeat;
	width:300px;
	height:624px;
	padding:0;
	margin:0;
}

/** footer **/

#footer {
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;
	width:100%;
	height:45px;
	padding:0;
	margin:0;
}

.footertext {
	width:960px;
	text-align:right;
	color:#bababa;
	font-size:14px;
	padding:20px 40px 0 0;
	margin:0 auto 0 auto;
}

/** service list **/

.servicelist {
	width:300px;
	padding:0;
	float:left;
	margin:10px 0 10px 25px;
}

.servicelist ul {
	padding:0;
	margin:0;
}

.servicelist li {
	font-size:16px;
	list-style:none;
	padding:0;
	margin:0;
	padding:0 0 22px 0;
	color:#FFF;
}