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

/*...................................... Begin CSS Reset ......................................*/
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*...................................... End CSS Reset ......................................*/


/*...................................... Begin Common ......................................*/
body {
	font: 10px Tahoma, Geneva, sans-serif;
	color: #585648;
	background: url(images/page-bg.jpg) top left repeat-x;
	line-height: 20px;
}
h1 {
	color: #962139;
	font-size: 14px;
	border-bottom: solid 1px #E3C5C3;
}
h2 {	
	font-size: 18px;	
	color: #962139;
}
br {
	line-height: 10px!important;
}
.padr20 {
	padding-right: 20px;
}
#page {
	margin: 0 auto;
	width: 822px;
	background: url(images/header-ext-bg.jpg) right 80px no-repeat;
}
#main-wrap {
	padding: 0 12px 0 12px;
}
#header {
	margin-top: 4px;
	background:url(images/header-bg2_03.jpg);
	height: 157px;
}
#content-wrap {
	background: url(images/main-content-bg.jpg) top left repeat-y;
	margin-bottom: 4px;
}
#content-wrap .bottom {
	background:url(images/bottom-bg.jpg) top left no-repeat; 
	height: 20px;
}
#main-content {	
	float: left;
	width: 649px;
}
#content {
	padding: 10px 20px 0 20px;
}
/*...................................... End Common ......................................*/


/*...................................... Begin Nav ......................................*/
#nav {
	height: 46px;
	border-bottom: solid 1px #E3C5C3;
	background: url(images/nav-bg.jpg) 244px 0 no-repeat;
}
#nav ul {
	list-style: none;
	float: right;
	margin-top: 28px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 8px 0 8px;
	text-decoration: none;
	color: #8A8F80;
	border-right: solid 1px #E3C5C3;
}
#nav ul li a:hover {
	color: #58010C;
}
#nav ul li a.last {
	border-right: none!important;
	padding-right: 0;
}
/*...................................... End Nav ......................................*/


/*...................................... Begin Banner ......................................*/
#banner.about {
	height: 252px;
	background: url(images/banner-about.jpg) top left no-repeat;
}

#banner.contact {
	height: 268px;
	background: url(images/banner-contact.jpg) top left no-repeat;
}
/*...................................... End Banner ......................................*/


/*...................................... Begin Home ......................................*/
#content-home {
	margin-bottom: 4px;
	background: url(images/home-bg.jpg) top left no-repeat;
	height: 601px;
}
/*...................................... End Home ......................................*/


/*...................................... Begin Contact ......................................*/
#content .col1 {
	float: left;
	width: 288px;	
}
#content .col2 {
	float: right;
	width: 268px;
	border-left: solid 1px #E3C5C3;
	padding-left: 20px;
}
/*...................................... End Contact ......................................*/


/*...................................... Begin Sidebar ......................................*/
#sidebar {
	float: right;
	width: 109px;
	padding: 0px 20px 0 20px;
}
#sidebar .head {
	color: #58010C;
}
#sidebar ul {
	list-style: none;	
}
#sidebar ul li {
	color: #58010C;
	line-height: 20px;
}
#sidebar ul li a {	
	color: #585648;
	text-decoration: none;
}
#sidebar ul li a:hover {	
	text-decoration: underline;
}
/*...................................... End Sidebar ......................................*/


/*...................................... Begin Footer ......................................*/
#footer {
	border-top: solid 1px #E3C5C3;
	line-height: 30px;
	margin-bottom: 40px;
}
/*...................................... End Footer ......................................*/