@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#1c1c1c;
	text-decoration:none;
}
.clear {
	height:0px;
	line-height:0px;
	clear:both;
}
#outer_top {
	width:100%;
	text-align:center;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
}
#outer {
	width:100%;
	background-image: url(../images/bg_center.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#outer_top {
	width:100%;
	text-align:center;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
}
#outer_bot {
	width:100%;
	text-align:center;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
img {
	border-width:0px
}
ul li {
	list-style-position: inside;
}
p, form, h1, h2, h3, ul {
	margin:0;
	padding:0;
}
p.f12 {
	font:normal 12px/18px Arial, Helvetica, sans-serif;
}
p.f14 {
	font:normal 14px/16px Arial, Helvetica, sans-serif;
}
a {
	font:normal 12px/16px Tahoma;
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:0px;
}
a.noline {
	text-decoration:none;
}
a.noline:hover {
	text-decoration:underline;
}
h1 {
	color:#7d7d7d;
	font-size: 22px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom: 6px;
	text-transform: uppercase;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	letter-spacing: 1px;
}
h2 {
	color:#7d7d7d;
	font-size: 16px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom: 6px;
	text-transform: uppercase;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	letter-spacing: 1px;
	text-indent: 15px;
}
h3 {
	color:#000;
	font-size: 18px;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-weight: normal;
}
.hleft {
	background:url(../images/hl_bg.png) no-repeat left bottom;
}
.overflow {
	overflow:hidden;
	width:expression("100%");
}
#bgright {
	position:absolute;
	right: 0px;
	width: 50%;
	overflow: hidden;
}
#bgright1 {
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 752px;
	left:577px;
	position: relative;
}
#bgleft {
	width:50%;
	position:absolute;
	left: 0px;
}
#bgleft1 {
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 752px;
	position: relative;
	right: 577px;
}
#main {
	width:100%;
	margin:0 auto;
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
#main_bottom {
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*
================================================================================
|                                     MENU                                   |
================================================================================
*/
#menu_top {
	height: 32px;
	width: 1154px;
}
.main_menu {
	display:block;
	_height:1%;
	height: 32px;
}
.main_menu li {
	float:left;
	background:none;
	display:block;
	padding:0;
	line-height:normal;
	list-style:none;
}
.main_menu li a {
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:32px;
	line-height:30px;
	text-decoration:none;
	padding:0 19px;
}
.main_menu li a:hover, .main_menu li.current a {
	cursor:pointer;
	color:#fff;
	background-image: url(../images/but_on.jpg);
	background-repeat: repeat-x;
	background-position: right;
}
.main_menu li a.first:hover, .main_menu li.current a.first {
	background-position:left;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
 body:first-of-type .main_menu li a {
 padding:0 18px;;	/* safari grably */
}
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header {
	width:1154px;
	height: 244px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: 0 auto;
}
#header .top {
	width:100%;
	overflow:hidden;
	clear: both;
}
/*
================================================================================
|                                     CONTENT                                   |
================================================================================
*/
#content_top {
	background-image: url(../images/c_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1154px;
}
#content_bot {
	text-align: left;
	width: 1154px;
	padding-bottom: 50px;
	min-height:780px;
	height:auto !important; height:780px;
}
#content {
	text-align:left;
	width: 1154px;
	margin: 0 auto;
}
/*
================================================================================
|                                     FOOTER                                  |
================================================================================
*/

#footer {
	width:100%;
	margin:0 auto;
	text-align: center;
	color: #000;
	height: 157px;
}
#footer .menu {
	padding-top:28px;
	font-size:9px;
}
#footer .menu1 a:hover {
	text-decoration:underline;
}
#footer .menu .nolink, #footer .menu a {
	color:#000;
	margin:0 15px;
	font: normal 9px Arial;
	text-decoration:none;
	text-transform: uppercase;
}
#footer .menu .nolink, #footer .menu a:hover {
	text-decoration:underline;
	color:#000;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
 body:first-of-type #footer .menu a {
 margin:0 15px;;	/* safari grably */
}
}
/*
================================================================================
|                                     FORM                                  |
================================================================================
*/

.input_div_cont {
	margin-bottom:10px;
	clear:both;
}
.input_div_cont input {
	border:0px;
	width:308px;
	height:18px;
	padding:4px 10px 0px 5px;
	margin:0;
	font-weight:400;
	color:#000000;
	text-decoration:none;
	background-image: url(../images/input_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
}
@-moz-document url-prefix() {
 .input_div_cont input {
padding:1px 10px 0px 5px;
height:21px;
}
}
.submit, .reset {
	border-width:0px;
	background:none;
	cursor:pointer;
	padding:0;
}
.input_div_cont textarea {
	border:0px;
	width:319px;
	text-align:left;
	height:106px;
	margin-bottom:10px;
	margin-top:25px;
	overflow:auto;
	padding-left:5px;
	padding-top:6px;
	background-image: url(../images/textarea_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
}
/*
================================================================================
|                                     FONTS                                  |
================================================================================
*/

#credits, #credits_index {
	font-family:Arial;
	font-size:10px;
	line-height:12px;
	text-align:center;
	padding-top:22px;
	color:#4d3376;
}
#credits a, #credits_index a {
	font-family:Arial;
	font-size:10px;
	line-height:12px;
	color:#4d3376;
}
#credits_index {
	padding-top:10px;
}
#credits_index, #credits_index a {
	color:#a09f9f;
}
.name1 {
	color:#1c1c1c;
	font-size:16px;
	text-decoration:none;
}
a.name1:hover {
	text-decoration:underline;
}
.name2 {
	color:#000;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}
a.name2:hover {
	text-decoration:underline;
}
td.line {
	background-image:url(../images/bg_td.gif);
	background-repeat: repeat-x;
	width:50%;
	background-position: center;
}
td.center {
	color:#1e1c1a;
	font: normal 18px Arial, Helvetica, sans-serif;
	height:20px;
	text-transform:uppercase;
	text-align:center;
	padding:0 20px;
}
.grey {
	color:#575757;
}
.photo_gallery {
	width:185px;
	height:286px;
	border:1px solid #000;
	background-color: #FFFFFF;
	text-align: center;
}
.photo_gallery div.name {
	font-size:12px;
	color:#000;
	margin: 10px 10px 0 10px;
	;
	text-align: left;
}
.pr_menu {
	width:248px;
	background-image:url(../images/product_menu.png);
	height:600px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 7px;
}
.pr_menu ul {
	padding: 19px 15px 0 18px;
	margin:0;
}
.pr_menu ul li {
	list-style-type: none;
	padding:0;
	margin:0;
	list-style-position: outside;
}
.pr_menu ul li a {
	font:14px/30px Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:31px;
	display:block;
	padding-left:15px;
	background-image: url(../images/product_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.pr_menu ul li a:hover, .pr_menu ul li a.current {
	background-image: url(../images/pr_menu_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top:-1px;
	height:32px;
	line-height:31px;
}
div.map_link a, div.map_link a {
	line-height:30px;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
}
div.map_link a:hover {
	text-decoration:underline;
}

