* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c4bb9b;
	line-height: 18px;
	width: 100%;
	min-width:750px;
	background: url(images/body_bg.jpg) #1c1c1c;
}
a {
	color: #d1a95d;
	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:20px;
	font-weight: bold;
	color: #fefefe;
	padding-bottom: 8px;
}
 
h2 {
	font-size: 16px;
	line-height:18px;
	font-weight: bold;
	color: #fefefe;
	font-style: italic;
	padding-bottom: 8px;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color:#fefefe;
	padding-bottom: 8px;
}
.h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color:#bddef9;
}
.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;
}

.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.images {
	border: #7f764c solid 4px;
	background: #2c2617;
}
.images_left {
	border: #7f764c solid 4px;
	background: #2c2617;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #7f764c solid 4px;
	background: #2c2617;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imagesmallname {
	color: #c4bb9b; 
	font-weight: normal;
}
.imagemediumname {
	color: #c4bb9b; 
	font-weight: bold;
}
.imagebigname {
	color: #c4bb9b; 
	font-weight: bold;
}
.imagepages {
	color: #c4bb9b; 
	font-weight: normal;
}
.imagepageselected {
	color: #d1a95d; 
	font-weight: bold;
}
.imagepagesnav {
	color: #c4bb9b; 
	font-weight: normal;
}
.imagebignav {
	color: #c4bb9b; 
	font-weight: bold;
}
.sectionname {
	color: #fff; 
	font-weight: bold;
}
.sectionnameselected {
	color: #d1a95d; 
	font-weight: bold;
}

.hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: url(images/hr_bg.gif) top repeat-x;
}

/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	background: url(images/wrapper_bg.jpg) center top repeat-y;
}

/* Wrapper1
-----------------------------------------------------------------------------*/
#wrapper1 {
	width: 100%;
	background: url(images/wrapper1_bg.jpg) top repeat-x;
}

/* Wrapper2
-----------------------------------------------------------------------------*/
#wrapper2 {
	width: 100%;
	background: url(images/wrapper2_bg.jpg) center top no-repeat;
}

/* Wrapper3
-----------------------------------------------------------------------------*/
#wrapper3 {
	width: 750px;
	position: relative;
	left: 50%;
	margin-left: -375px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	overflow: auto;
	padding-bottom: 29px;
}

/* Side
-----------------------------------------------------------------------------*/
#side {
	width: 257px;
	float: left;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 257px;
	height: 222px;
}
#header h1 {
	width: 257px;
	height: 222px;
	position: relative;
	color: #fff;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
#header h1 a {
	background: url(images/logo.jpg) bottom no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}


/* menu
-----------------------------------------------------------------------------*/
#menu {
	width: 240px;
	padding: 0px 0px 17px 0px;
	margin: 0px;
}
#menu ul {
	width: 240px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(images/menu_bg.gif) bottom no-repeat;
	padding-bottom: 3px;
}
#menu ul li {
	width: 240px;
	height: 34px;
	background: url(images/menu_li_bg.jpg) no-repeat;
	line-height: 1px;
	font-size: 1px;
}
#menu ul li.products {
	background: url(images/menu_li_products_bg.jpg) no-repeat;
}
#menu a {
	display: block;
	width: 202px;
	height: 26px;
	line-height: 20px;
	padding: 8px 0px 0px 38px;
	font-family: "Times New Roman", Times, serif;
	color: #fbf4d7;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#menu a:hover, a.menu_selected {
	background: url(images/menu_li_bg_on.jpg) no-repeat !important;
	color: #d1a95d !important;
	text-decoration:none !important;
}

.icon_new {
	width: 41px;
	height: 25px;
	line-height: 25px;
	display: block;
	position: relative;
	left: 150px;
	top: -22px;
	background: url(images/icon_new.gif) no-repeat;
}

/* side_box
-----------------------------------------------------------------------------*/
#side_box {
	width: 240px;
}

.box_top {
	width: 100%;
	height: 5px;
	background: url(images/box_top_bg.jpg) top repeat-x;
	font-size: 1px;
	line-height: 1px;
}

.box {
	background: url(images/box_bg.jpg);
	padding: 17px 15px 17px 15px;
}

.box_title {
	width: 100%;
	background: url(images/box_title_bg.jpg) top repeat-x;
}
.box_title_left {
	background: url(images/box_title_left.gif) left top no-repeat;
}
.box_title_right {
	background: url(images/box_title_right.gif) right top no-repeat;
	height: 18px;
	padding: 15px 25px 15px 25px;
}
.box_title h1 {
	color: #d1a95d;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
}

.box1 {
	background: url(images/box1_bg.jpg);
}
.box2 {
	background: url(images/box2_bg.jpg) bottom repeat-x;
	padding: 23px 23px 0px 23px;
}
.box2_products {
	background: url(images/box2_bg.jpg) bottom repeat-x;
	padding: 13px 13px 0px 13px;
}


/* Content
-----------------------------------------------------------------------------*/
#content {
	width: 493px;
	float: left;
}

#header1 {
	width: 493px;
	height: 60px;
	background: url(images/header1_bg.jpg);
	position: relative;
}
#header1 h1 {
	width: 164px;
	height: 41px;
	position: absolute;
	top: 0px;
	left: 319px;
	background: url(images/call_us_bg.jpg) no-repeat;
	padding: 8px 0px 0px 10px;
	margin: 0px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
#header1 h1 a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
#header1 h1 a:hover {
	text-decoration: none;
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 228px;
	padding-bottom: 19px;
	background: url(images/slideshow_bg.jpg) bottom no-repeat;
}
#slideshow img {
	display: none;
}
#slideshow img.first {
	display: block;
}

/* content_inside
-----------------------------------------------------------------------------*/
#content_inside {
	width: 100%;
	padding-bottom: 20px;
	min-height: 722px;
	height: auto !important;
	height: 722px;
}

/* products_home
-----------------------------------------------------------------------------*/
#products_home {
	width: 100%;
	overflow: auto;
}
#products_home div {
	width: 138px;
	height: 138px;
	padding: 0px 10px 13px 0px;
	float: left;
	position: relative;
}
#products_home div.last {
	padding-right: 0px;
}

#products_home a {
	display: block;
	width: 131px;
	height: 130px;
	background: #7f764c url(images/arrow.gif) 12px 118px no-repeat;
	padding: 4px;
}
#products_home h1 {
	position: absolute;
	top: 112px;
	left: 23px;
	padding: 0px;
}
#products_home h1 a {
	display: inline;
	color: #fbf4d7;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	background: none;
}
#products_home h1 a:hover {
	text-decoration: none;
}
#products_home img {
	padding-bottom: 7px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 103px;
	background: url(images/footer_bg.jpg) center top repeat-x;
	vertical-align: top;
}

/* Footer1
-----------------------------------------------------------------------------*/
#footer1 {
	width: 750px;
	position:relative;
	left:50%;
	margin-left: -375px;
}

/* Footer2
-----------------------------------------------------------------------------*/
#footer2 {
	color: #5d5247;
	font-size: 11px;
	line-height: 13px;
	padding: 25px 25px 0px 25px;
	font-size: 12px;
}

#footer2 div {
	top: 25px;
	left: 475px;
	width: 250px;
	position: absolute;
	text-align:right;
}
#footer2 a {
	color:#5d5247;
	font-size: 12px;
}

/* 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: 150px;
	float:left;
}
#contact_form {
	width: 250px;
	float:right;
}
#contact_form label {
	float: left;
	width: 120px;
}
#contact_form input {
	width: 120px;
	height:18px;
}
#contact_form input#state {
	width: 50px;
	text-transform:uppercase;
}
#contact_form #labelState {
	width: 50px;
}
#contact_form input#zip {
	width: 70px;
}
#contact_form #labelZip {
	width: 70px;
}
#contact_form input#address {
	width: 240px;
}
#contact_form textarea {
	width: 240px;
	height: 100px;
}

#scode_block {
	width: 250px;
	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;
}


