@charset "UTF-8";
/* formatting style
-----------------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #978d6c;
	background-image: url(images/bg_b.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
	line-height: 1.5em;
	font-family: sans-serif;
}

/* link styles
------------------------------------------------------------*/
a img {
	border-style: none;
}
#header ul li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#header ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header ul li a:hover {
	color: #CC6666;
	text-decoration: none;
}
#header ul li a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

#main a:link {
	text-decoration: none;
	color: #978d6c;
}
#main a:visited {
	color: #978d6c;
	text-decoration: none;
}
#main a:hover {
	color: #978d6c;
	text-decoration: none;
}


/* basic layout
------------------------------------------------------------*/


#wrapper {
	margin: 30px auto 0px;
	width: 858px;
}

/* header styles
------------------------------------------------------------*/
#header {
	height: 68px;
	width: 858px;
	position: relative;
	background-color: #000000;
}
#header #logo {
	position: absolute;
	left: 30px;
	top: 25px;
}
#header ul {
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 68px;
	right: 0px;
}
#header ul  li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.3em;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 27px;
	width: 100px;
}
#main {
	background-color: #FFFFFF;
	float: right;
	height: 438px;
	width: 573px;
	padding-top: 37px;
	padding-right: 30px;
	padding-left: 10px;
	position: relative;
	top: 27px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.6;
	color: 978d6c;
	text-decoration: none;
}
#sidebar {
	background-color: #FFFFFF;
	float: left;
	height: 375px;
	width: 195px;
	position: relative;
	top: 27px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
	padding-right: 20px;
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 1.5;
	color: 978d6c;
	font-style: italic;
	text-decoration: none;
}
#sidebar #brand_des {
	font-family: Times, serif;
	font-size: 15px;
	font-style: italic;
	color: 978d6c;
	text-decoration: none;
	line-height: 1.7;
}
#footer {
	clear: both;
	height: 36px;
	width: 858px;
	position: relative;
	font-size: 90%;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	padding-top: 10px;
	top: 27px;
}
#footer address {
	font-style: italic;
}
#main h3 {
	font-family: sans-serif;
	font-size: 11px;
	color: #B62026;
	border-bottom: 1px solid #d9d5bb;
	margin-bottom: 7px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	vertical-align: bottom;
	letter-spacing: 0.1em;
}
#main #1st {
	margin-top: 8px;
}
#main #address {
	margin-bottom: 7px;
}
#main #tel {
}
#main #mail a:link {
	color: #978d6c;
	text-decoration: underline;
}
#main #mail a:visited {
	color: #978d6c;
}
#main #mail a:hover {
	color: #B62026;
	text-decoration: underline;
}
#main #mail a:active {
	color: #B62026;
	text-decoration: underline;
}
