* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aeaeae;
	line-height:17px;
	width: 100%;
	min-width: 900px;
	background: #040404 url(images/body_bg.jpg);
}
a {
	color: #e32538;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin-left:25px;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
h1 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	padding: 0px 0px 8px 0px;
}
 
h2 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #d5d5d5;
	padding: 0px 0px 8px 0px;
}
h3 {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #fff;
	padding: 0px 0px 8px 0px;
}
.h3 {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #fff;
}
.ul_columns ul {
	float: left;
	margin:0px;
	padding-left:25px;
	padding-right:10px;
}

fieldset {
	border: 0px solid transparent;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	vertical-align: middle;
}

.required {
	color:#F00;
}

.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}

.hidden {
	display: none;
}

.hr {
	line-height:1px;
	height:1px;
	font-size:1px;
	background:url(images/hr_bg.gif) top repeat-x;
}


.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.images {
	border: #666666 solid 4px;
	background: #000;
}
.images_left {
	border: #666666 solid 3px;
	background: #d2ced0;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #666666 solid 3px;
	background: #d2ced0;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.imagesmallname {
	color: #fff; 
	font-weight: normal;
}
.imagemediumname {
	color: #fff; 
	font-weight: bold;
}
.imagebigname {
	color: #fff; 
	font-weight: bold;
}
.imagepages {
	color: #aeaeae; 
	font-weight: normal;
}
.imagepageselected {
	color: #e32538; 
	font-weight: bold;
}
.imagepagesnav {
	color: #fff; 
	font-weight: normal;
}
.imagebignav {
	color: #fff; 
	font-weight: bold;
}
.sectionname {
	color: #fff; 
	font-weight: bold;
	font-size: 16px;
}
.sectionnameselected {
	color: #e32538; 
	font-weight: bold;
	font-size: 16px;
}

/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	background: #202020 url(images/wrapper_bg.jpg);
}

/* Wrapper1
-----------------------------------------------------------------------------*/
#wrapper1 {
	width: 100%;
	background: url(images/wrapper1_bg.jpg) center top repeat-x;
}

#wrapper1_inside {
	width: 100%;
	background: url(images/wrapper1_inside_bg.jpg) center top repeat-x;
}

/* Wrapper2
-----------------------------------------------------------------------------*/
#wrapper2 {
	width: 100%;
	background: url(images/wrapper2_bg.jpg) center top no-repeat;
}

#wrapper2_inside {
	width: 100%;
	background: url(images/wrapper2_inside_bg.jpg) center top no-repeat;
}

/* Wrapper3
-----------------------------------------------------------------------------*/
#wrapper3 {
	width: 900px;
	position:relative;
	left:50%;
	margin-left: -450px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 148px;
	overflow: hidden;
	position: relative;
	background:url(images/header_bg.jpg) right top no-repeat;
}
#header h1 {
	width: 450px;
	height: 148px;
	position: relative;
	color: #a1a1a1;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	float: left;
}
#header h1 a {
	background: url(images/logo.jpg) left top no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#header h2 {
	font-size: 14px;
	position: absolute;
	left: 765px;
	top: 60px;
	text-align: right;
	color: #d5d5d5;
	height: 100px;
	line-height: 18px;
	font-weight: bold;
}
#header h2 a {
	font-size: 21px;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
}
#header h2 a:hover {
	text-decoration: none;
}


/* Menu
-----------------------------------------------------------------------------*/
#menu {
	width: 100%;
	height: 38px;
	background: url(images/menu_bg.gif);
}
#menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	height: 38px;
	background: url(images/menu_li_bg.gif) right top no-repeat;
	line-height: 1px;
	font-size: 1px;
	float: left;
}
#menu ul li.last {
	background: none;
}
#menu a {
	display: block;
	width: 129px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #a1a1a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover {
	background: url(images/menu_bg_on.gif) top repeat-x;
	color: #fff;
	text-decoration: none ;
}
a.menu_selected {
	background: url(images/menu_bg_on.gif) top repeat-x !important;
	color: #fff !important;
	text-decoration: none !important;
}
#menu_home {
	width: 126px !important;
}


/* Header1
-----------------------------------------------------------------------------*/
#header1 {
	width: 100%;
	height: 235px;
	background:url(images/header1_bg.jpg);
}

#header1_inside {
	width: 100%;
	height: 105px;
	background:url(images/header1_inside_bg.jpg);
}

/* Header2
-----------------------------------------------------------------------------*/
#header2 {
	width: 100%;
	height: 275px;
	background:url(images/header2_bg.jpg);
	position: relative;
}

#header2 h1 {
	width: 385px;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#header2_inside {
	width: 100%;
	height: 260px;
	background:url(images/header2_inside_bg.jpg);
	position: relative;
}

#header2_inside h1 {
	width: 150px;
	color: #fff;
	position: absolute;
	left: 180px;
	top: 50px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 20px 0px 30px 0px;
	overflow: hidden;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

#text_top {
	width: 750px;
	padding: 0px 0px 25px 0px;
	text-align: center;
}
#text_top h1 {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	padding-top: 10px;
}

/* home_box
-----------------------------------------------------------------------------*/
#home_boxes {
	padding: 0px 0px 0px 100px;
}
.home_box {
	float: left;
	width: 293px;
	padding: 0px 100px 0px 0px;
}
.home_box_last {
	float: left;
	width: 285px;
	padding: 0px 0px 0px 0px;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	height: 52px;
	background: url(images/title_bg.gif) left 37px repeat-x;
	position: relative;
}
.content_title h1 {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 20px;
}
.content_title h1 span {
	position: absolute;
	width: 100%; 
	height: 100%;
}
.content_title h2 {
	width: 400px;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 500px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
}


#title_west_room {
	background: url(images/title_west_room.jpg) left top no-repeat; 
}

#title_east_room {
	background: url(images/title_east_room.jpg) left top no-repeat; 
}

#title_equipment {
	background: url(images/title_equipment.jpg) left top no-repeat; 
}

#title_about_home {
	background: url(images/title_about_home.gif) left top no-repeat; 
}

#title_contact_home {
	background: url(images/title_contact_home.gif) left top no-repeat; 
}

#title_about {
	background: url(images/title_about.jpg) left top no-repeat; 
}

#title_contact {
	background: url(images/title_contact.jpg) left top no-repeat; 
}

#title_404 {
	background: url(images/title_404.jpg) left top no-repeat; 
}

#title_privacy {
	background: url(images/title_privacy.jpg) left top no-repeat; 
}

#title_legal {
	background: url(images/title_legal.jpg) left top no-repeat; 
}

#title_sitemap {
	background: url(images/title_sitemap.jpg) left top no-repeat; 
}

/* home_about_boxes
-----------------------------------------------------------------------------*/
#home_about_boxes {
	width: 100%;
	background: url(images/home_about_boxes_bg.jpg);
	border-top: 1px solid #3d3d3d;
}

#home_about_boxes1 {
	width: 100%;
	background: url(images/home_about_boxes1_bg.jpg) center top repeat-x;
}

#home_about_boxes2 {
	width: 900px;
	position:relative;
	left:50%;
	margin-left: -450px;
	padding: 40px 0px 30px 0px;
	overflow: hidden;
}

#home_about_box {
	width: 580px;
	padding-right: 25px;
	float: left;
}
#home_contact_box {
	width: 280px;
	float: left;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 105px;
	background: url(images/footer_bg.gif) left top repeat-x;
	padding-top: 3px;
}

/* Footer1
-----------------------------------------------------------------------------*/
#footer1 {
	width: 900px;
	position:relative;
	left:50%;
	margin-left: -450px;
}

/* Footer2
-----------------------------------------------------------------------------*/
#footer2 {
	color: #f5f5f5;
	font-size: 11px;
	line-height: 13px;
	padding: 30px 0px 0px 0px;
}

#footer2 div {
	width: 350px;
	top: 30px;
	left: 530px;
	position: absolute;
	text-align: right;
}
#footer2 a {
	color:#f5f5f5;
}

/* area_we_service
-----------------------------------------------------------------------------*/
#area_service {
	display:none;
}
.area_service_ul {
	padding-right:20px;
	padding-top:10px;
	vertical-align:top;
	line-height: 17px;
	float: left;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 250px;
	float: left;
	padding-right: 50px;
}
#contact_form {
	width: 400px;
	float: left;
}
#contact_form label {
	float: left;
	width: 170px;
}
#contact_form input {
	width: 170px;
	height:18px;
}
#contact_form input#state {
	width: 60px;
	text-transform:uppercase;
}
#contact_form #labelState {
	width: 60px;
}
#contact_form input#zip {
	width: 108px;
}
#contact_form #labelZip {
	width: 108px;
}
#contact_form input#address {
	width: 342px;
}
#contact_form textarea {
	width: 342px;
	height:100px;
}

#scode_block {
	width: 350px;
	font-size:11px;
	line-height:13px;
}
#scode_block input#scode {
	width: 60px;
	text-transform:uppercase;
	text-align:center;
	height:18px;
}
#scode_block .submit {
	color: #ffffff;
	background-color:#000000;
	font-size:11px;
	font-weight: bold;
	width:80px;
	height:22px;
}
#scode_block div {
	width: 250px;
	position:relative;
	left:50%;
	margin-left: -125px;
}
#scode_block span {
	float: left;
	padding: 0px 2px 0px 2px;
}

