@charset "utf-8";
/*
---------------------------------------------------------
		MAIN STYLES (for css-reset see reset.css)
---------------------------------------------------------
*/
html {
	overflow-y:scroll;
}

body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d4d4d;
	width:100%;
	line-height:19px;
	text-align:left;
}

h1, h2, h3 {
	padding:0px 0px 10px 0px;
	line-height:normal;
	font-weight:normal;
}

h1 {
	font-size:22px;
	color:#000000;
}
h2 {
	font-size:19px;
	color:#000000;
}
h3 {
	font-size:15px;
	font-weight:bold;
	color:#000000;
}
li {
	background:url(../img/ul_marker.png) 0px 7px no-repeat;
	padding-left:15px;	
}
a {
	color:#4d4d4d;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
	white-space:nowrap;
}
a:hover {
	text-decoration:none;
}

#main {
	width:905px;
	padding:0px 48px 0px 47px;
	margin:0 auto;
}

.fL {float:left;}

/*
---------------------------------------------------------
						HEADER
---------------------------------------------------------
*/
#header {
	background:url(../img/h_pic.png) center bottom no-repeat;
	width:905px;
	height:325px;
	position:relative;
}

#c_name {
	position:absolute;
	left:0px;
	top:0px;
}

#c_phone {
	position:absolute;
	left:75px;
	top:137px;
}

#menu {
	position:absolute;
	top:33px;
	left:407px;
}

#menu a {
	float:left;
	display:block;
	width:98px;
	height:27px;
	line-height:27px;
	text-align:center;
	text-decoration:none;
	color:#4d4d4d;
	padding:0px 0px 0px 0px;
	
	font-weight:normal;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border-radius: 8px; /* CSS3 */
	behavior: url(css/PIE.php);
	
}
#menu a:hover {
	background:url(../img/m_bg.jpg) 0px 0px repeat-x #c87300;
}

#menu a.active {
	background:url(../img/m_bg.jpg) 0px 0px repeat-x #c87300;
}

#menu span {
	float:left;
	display:block;
	width:2px;
	height:13px;
	background:url(../img/menu_sep.png) 0px 0px no-repeat;
	margin:7px 0px 0px 0px;
}

/*
---------------------------------------------------------
						CONTENT
---------------------------------------------------------
*/

#content {
	width:905px;
	padding-bottom:20px;
}

#content img {
	border:1px solid #bd7503;
	background:url(../img/sidebar_bg.jpg) 0px 0px repeat-x #ca7800;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border-radius: 8px; /* CSS3 */
	behavior: url(css/PIE.php);
}

.r_img {
	float:left;
	margin:5px 10px 0px 0px;
}

#content p, #content ul {
	padding:0px 0px 10px 0px;
}

#left_col {
	width:666px;
	float:left;
	padding:0px 10px 0px 10px;
	min-height: 350px;
}

#right_col {
	width:203px;
	padding:8px;
	float:left;	
	background:url(../img/sidebar_bg.jpg) 0px 0px repeat-x #f3810f;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border-radius: 8px; /* CSS3 */
	behavior: url(css/PIE.php);
}

#right_col h2 {
	background:url(../img/sidebar_h2_bg.jpg) 0px 0px repeat-x #1b1813;
	font-size:18px;
	height:34px;
	line-height:34px;
	padding:0px 13px 0px 13px;
	margin:0px 0px 10px 0px;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border-radius: 8px; /* CSS3 */
	behavior: url(css/PIE.php);
	color:#737373;
	font-weight:bold;
}

#right_col h3 {
	color:#000000;
}

.clboth {
	clear:both;	
}

.map {
	float:left;
	width:325px;
}

.ecard {
	width: 328px;
	height: 140px;
}

/*
---------------------------------------------------------
						FOOTER
---------------------------------------------------------
*/

#footer {
	background:url(../img/footer_bg.jpg) 0px 0px repeat-x #988459;
	height:73px;
	width:885px;
	padding:0px 10px 0px 10px;
	border:0px;
	color:#26211b;
	margin-top:10px;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border-radius: 8px; /* CSS3 */
	behavior: url(css/PIE.php);
}

#footer a {
	color:#26211b;
}

#f_menu {
	text-align:center;
	padding:11px 0px 0px 0px;
}

#f_menu a {
	text-decoration:none;
	font-weight:normal;
}

#f_menu a:hover, #f_menu a.active {
	text-decoration:underline;
}

#f_menu span {
	margin:0px 8px 0px 13px;
}

#copy {
	float:left;
	width:400px;
	padding:13px 0px 0px 0px;
}

#social, #foot-links {
	float:right;
	margin:13px 5px 0px 0px;
}

#tracking {
	position:fixed;
	left: 10px;
	top: 97%;
	z-index:9999 !important;
}
#tracking p {
	color: #aaaaaa !important;
	font-size: 9px !important;
}

/*
---------------------------------------------------------
						FORM
---------------------------------------------------------
*/

textarea {height:50px; overflow:auto;}
input, textarea {
	width:300px; 
	font:13px Arial, Helvetica, sans-serif;
	line-height:normal; 
	color:#ffffff; 
	background-color:#26211b;
	margin-top:2px;
	margin-bottom:2px;
	border:1px solid #ffffff;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
  textarea {
	  width:296px; 
  }
}
.t-f {width:100px;}
.t-f, .i-f {float:left;}
.but-clear,.but-send {
	width:89px;
	height:26px;
	cursor:pointer;
	float:left;
	margin-top:5px;
	border:0px;
	font-weight:bold;
	font-size:13px;
	line-height:24px;
	background:url(../img/button.png) 0px 0px no-repeat;
	text-align:center;
}
.but-clear {
	margin-right:8px;
	margin-left:219px;
}

#error {}
form {margin-top:0px;}
form td {text-align:left; vertical-align:top;}
.header_email {position:relative; left:106px; top: 210px; width:350px;}
.header_email a {font-size:25px; color:#737373; text-decoration:underline; font-weight:normal;}
.header_email a:hover {text-decoration:none;}
.nobullet ul li {
	background:none;
	padding:0px;
}