@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

body {
	background-color: #e6dba5;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#846d53;
	font-weight:normal;
	padding:5px 0 5px 0;
	margin:0px;
	text-align:center;
}

#TopLine, #BottomLine {
	background:url(../images/Top_line.png) repeat-x;
	height:13px;
	padding-bottom:5px;
	margin:0;
}


#Header {
	height: 300px;
	background:url(../images/Header_bg.jpg) no-repeat;
}

#TopMenu {
	position: relative;
	padding-left: 242px;
	height: 34px;
	background:url(../images/top_menu_bg.png) no-repeat;
}
#TopMenu a, #TopMenu a:visited {
	font-family:Trajan Pro, Arial, Tw Cen MT, Verdana;
	font-size:16px;
	font-weight: bold;
	line-height: 16px;
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px 8px 20px;
}
#TopMenu a:hover, #TopMenu .active {
	color:#654a3c !important;
}


/*
*
* Left Menu
*
*/

#LeftMenu {
	width: 242px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height: 14px;
	color:#395967;
}

#LeftMenu h3 {
	padding: 0;
	margin: 0;
}


#LeftMenu .i1 a {
	display: block;
	font-weight: normal;
	background: url(../images/b.jpg) no-repeat;
	text-decoration: none;
	padding: 11px 0px 8px 12px;
	margin-top: 1px;
	color:#574133;
}
#LeftMenu .i1 a:hover, #LeftMenu .i1_active a {
	background: url(../images/b_over.jpg) no-repeat;
	color:#dc9586;
}

#LeftMenu ul {
	background-color:#f7f6f2;
	margin: 0;
	padding: 3px 10px 7px 33px;
	color: #dc9586;
}
#LeftMenu ul li a {
	display: block;
	padding: 3px 0 3px 3px;
	font-size: 10pt;
	color: #574133;
	text-decoration:none;

}

#LeftMenu ul li a:hover, #LeftMenu ul li.active a {
	color: #dc9586;
}





.MainText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#887364;
	font-weight:normal;
	padding:20px;
	
}

h2 {
	font-family:Trajan Pro, Arial, Tw Cen MT, Verdana;
	font-size:20px;
	color:#8d796c;
	font-weight:normal;
	padding:5px 0 5px 0;
	margin:0;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#e7e4d8;
	font-weight:bold;
	padding:5px;
	margin:0;
}

.Pink {
	color:#dc9586;	
}

.HeaderTitle {
	font-family:Trajan Pro, Arial, Tw Cen MT, Verdana;
	font-size:44px;
	color:#FFF;
	font-weight:normal;
	padding-left: 217px;
}

.HeaderSm {
	font-family:Lithos Pro Regular, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:normal;
	padding-left: 250px;
}

.HeaderAddress {
	font-family: Verdana, Lithos Pro Regular, Trajan Pro, Arial, Tw Cen MT;
	font-size:14px;
	color:#654a3c;
	font-weight:normal;
}

.QuickContactForm {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#fff;
	font-weight:normal;
	margin-top:1px;
	background:#8d796c;
	background-image:url(../images/brushes.png);
	background-repeat:repeat-y;
	padding-bottom:8px;
}

.QuickContactForm .FormFields {
	margin-left: 5px;
}
.QuickContactForm .FormFields label {
	display: block;
	padding: 7px 0 1px 0;
}


.AskInput{
	color:#555;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-width: 1px;
	width: 90%;
}

#ContactSubmit{
	font-family:Trajan Pro, Arial, Tw Cen MT, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	background:#dc9586;
	border: none;
	cursor: pointer;
	width: 165px;
}

#ContactSubmit:hover {
	text-decoration:underline;
}




.FooterTitle {
	font-family: Trajan Pro, Arial, Tw Cen MT, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#654a3c;
	text-align:center;
}

.FooterLink {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
}
.FooterLink a {
	color:#8d796c;
	padding: 0 3px 0 3px;
}