@charset "utf-8";
html, body {
	width: 100%;
	height: 100%;
}
body#welcome {
	background-image: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(/images/vertical_bg.png);
	background-repeat: repeat-y;
	background-position: 261px;
}
/*img {
	border: none;
}*/
p, h1, h2, h3, ul, li, dl, dt, dd {
	padding: 0;
	margin: 0;
}
#outer {
	height: 100%;
	width: 100%;
	display: table;
	margin: auto 0;
	background-image: url(/images/welcome.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#inner {
	display: table-cell;
	vertical-align: middle;
}
#inner a {
	font-size: 22px;
	letter-spacing: 4px;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 30px;
	display: block;
	padding-top: 450px;
	padding-bottom: 150px;
	color: #c79b71;
	text-decoration: none;
	padding-left: 20px;
	margin: 0 1px;
}
#container {
	margin: 0 auto;
	text-align: left;
	min-width: 950px;
} 
#main {
	background-image: url(/images/main_right_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: 15px;
	background-color: #fcfcfc;
}
#main   .left {
	background-image: url(/images/left_bg.png);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	height: 224px;
	color: #c79b71;
	background-image: url(/images/header_bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-right: -15px;
	margin-left: 261px;
}
#header .header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 100%;
}

#header span.logo {
	display: block;
	padding-top: 15px;
	padding-right: 15px;
}
#header span.info {
	font-size: 14px;
	padding-right: 33px;
	padding-top: 3px;
}
#header  span.phone {
	display: block;
	font-size: 20px;
	font-weight: normal;
	padding-right: 100px;
	padding-top: 75px;
}
#header .panel {
	height: 100%;
	background-image: url(/images/header_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	letter-spacing: normal;
	text-align: right;
}
#menu a {
	font-size: 18px;
	font-weight: normal;
	color: #fcfcfc;
	text-decoration: none;
}
#menu {
	margin-left: 25px;
	padding-top: 30px;
	display: block;
	margin-bottom: 20px;
}
#menu li {
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	line-height: 35px;
	list-style-type: none;
}

#left-sidebar {
	float: left;
	width: 261px;
	background-color: #000000;
	color: #fcfcfc;
}

#left-sidebar  h3   {
	background-image: url(/images/h3_bg.png);
	background-repeat: repeat-y;
	text-align: center;
	background-position: 1px;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	line-height: 27px;
	display: block;
	background-color: #EBDCBB;
	margin-bottom: 5px;
}
#left-sidebar .panel {
	padding-top: 20px;
}
#left-sidebar dl {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 17px;
}
#left-sidebar dt a {
	color: #bca283;
	text-decoration: none;
}
#left-sidebar dt {
	font-size: 14px;
}
#left-sidebar dd {
	font-size: 12px;
}
#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 261px;
	color: #141414;
	font-size: 12px;
	background-image: url(/images/main_right_bg.png);
	background-repeat: repeat-y;
	background-position: right;
} 
#mainContent img {
	/*border-width:0;*/
	border-style: solid;
	border-color: #111111;
	margin: 5px;
}

#mainContent h1 {
	font-size: 20px;
	font-weight: normal;
	color: #b3702d;
	padding: 15px 0;
}
#mainContent p {
	padding: 10px 0;
}


#container  .top {
	background-image: url(/images/main_top_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container  .top-left {
	background-image: url(/images/main_top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#container  .top-right {
	background-image: url(/images/main_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 45px;
	padding-right: 50px;
}
#footer {
	background-image: url(/images/footer_top.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 135px;
}
#footer .left {
	height: 135px;
	background-image: url(/images/footer_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 261px;
	background-color: #000000;
	position: absolute;
}
#footer  .shadow {
	background-image: url(/images/footer_shadow.png);
	background-repeat: no-repeat;
	background-position: 261px top;
	height: 100%;
}
#footer .right {
	background-image: url(/images/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
}



.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

