html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.clear2 {
	clear: both;
	text-align: center;
    margin-top: 10px;
}
  .clear2 a {
    /* footer div */
	font-weight: normal;
  }

.heading_text{
    text-align: justify;
    padding-right: 30px;
}


body {
	text-align: center;
	font: 12px arial, sans-serif;
	background: #eee;
}
#outer {
	background: top center url(/media/images/header_bg.jpg) repeat-x;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 756px;
}

#header {
	background: top left url(/media/images/logo2.gif) no-repeat;
	height: 78px;
}

#subheader {
   padding-left: 18px;
   padding-top: 30px;
   font-weight: bold;
}

#header h1 {
	color: #FD2E00;
	font-weight: normal;
	font-size: 22px;
	padding: 20px 0 0 70px;
	margin: 0;
}
#header p {
	color: #333333;
	padding: 0 0 10px 70px;
	margin: 0;
}
#nav {
	background: url(/media/images/header_c_bg.gif) repeat-x;
	position: relative;
	height: 370px;
}
#nav a {
	color: #E7E4E4;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
}
#nav ul {
	padding: 70px 0 0 382px;
	margin: 0;
	position: relative;
	z-index: 1;
}
#nav li {
	background: left center url(/media/images/bullet.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin: 0;
}
#nav li#m1 { margin-left: 19px; }
#nav li#m2 { margin-left: 11px; }
#nav li#m3 { margin-left: 3px; }
#nav li#m4 { margin-left: 0px;  }
#nav li#m5 { margin-left: 2px; }
#nav li#m6 { margin-left: 8px; }
#nav a {
	font-weight: normal;
}
#search {
	margin: 23px 0 0 400px;
}
#search h2 {
	font-weight: normal;
}
#search form {
	margin: 0;
	padding: 0 0 10px 0;
}
#search input.text {
	border: 1px solid #333;
	background: #E7E4E4;
}
#search input.submit {
	border: none;
	background: #E7E4E4;
}
#search a {
	color: #333;
	padding: 0 5px;
}
#search a:hover {
	color: #300;
}
#search span {
    font-size: 18px;
}


#head {
	background: url(/media/images/header.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 382px;
	height: 370px;
}

#head-pip {
	background: url(/media/images/header_pip.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 382px;
	width: 48px;
	height: 94px;
}
#w-head-left {
	background: url(/media/images/w_header_bg_01.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 201px;
	height: 370px;
}
#w-head-right {
	background: url(/media/images/w_header_bg_02.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 201px;
	width: 555px;
	height: 370px;
}
#body {
	background: top left #EEEEEE url(/media/images/body_bg.gif) repeat-y;
	position: relative;
	left: -10px;
	width: 775px;
}
#body-inner {
	padding: 28px 23px 28px 31px;
}
#body-left {
	float: left;
/*    width: 719px;*/
    width: 721px;
/* #	width: 281px; */
}
#body-right {
	float: right;
 	width: 721px;
}
#topic-pic {
	background: #666;
	padding: 10px;
}
#body-left h2 {
	background: #f00;
	font-size: 12px;
	color: #fff;
	padding: 6px 23px;
	margin: 6px 0 60px 0;
}
#body-right ul {
    margin-top: 20px;
    margin-left: 25px;
}
#body-right li {
	margin: 10px;
    list-style: disc;
}


#body-right .item_code {
/*	background: #00ff00; */
    float: left;
    width: 90px;
    font-weight: bold;
    text-align: right;
}

#body-right .item_desc {
/*	background: #00cccc; */
	padding-left: 100px;
}

#body-right .cnt_all {
    position: relative;
}

#body-right .cnt_title {
/*	background: #00ff00; */
    width: 70px;
    font-weight: bold;
}

#body-right .cnt_desc {
/*	background: #00cccc; */
    position: absolute;
    top:0;
    left:70px;
    width: 282px;
    text-align: justify;
}

#body-right .box {
	padding: 15px;
	background: #fff;
	border: 1px solid #999;
	margin: 3em 0;
    width: 688px;
}

#body-right .box2 {
	text-align: center;
	padding: 15px;
	background: #fff;
	border: 1px solid #999;
	margin: 0 0 3em 0;
    width: 688px;
}

#body-right .hsep {
	margin: 3em 0;
}


/* start of box */
.scene_box {
 background: #ffffff;
 border:1px solid #999999;
 width:719px;
 margin:3em 0;
}
.image_box {
 float:left;
 width:352px;
 height: 212px;
}
.details_box {
 position: relative;
 float:left;
 width:352px;
 height: 182px;
 overflow: hidden;
 margin-top:15px;
}
    .details_box p {
        margin: 0 0 1em 0;
    }
    .details_box .sectxt {
        font-weight: bold;
    }
    .details_box h2 {
        text-decoration: underline;
    }

    .details_box .model_link {
        font-weight: normal;
    }

.buttons_box {
 position:absolute;
 top:162px;
 right:0;
}
.clear_box {
 clear:both;
}
.image_box img {
 border:1px solid #999999;
 margin: 15px;

}
/* end of box */


#recips_tbl {
 margin-bottom: 40px;
}

#recips_tbl td {
 padding-top:14px;
 padding-right:10px;
}

#recips_tbl span {
 font-style: italic;
 font-weight: bold
}

#recips_tbl img {
 border: 1px;
 border-color: #000000;
 border-style: solid;
}

#body-right .box2 .cleft{
	text-align: right;
    padding-right: 10px;
    width: 120px;
    font-weight: bold;
}

#body-right .box2 textarea{
    width: 510px;
}


#body-right .box2 span{
    color: #ff0000;
    font-weight: bolder;
}

#body-right .box2 input{
    width: 300px;
}

#body-right .regf input {
    width: 200px;
}

#body-right .orderf textarea {
    width: 450px;
}

#body-right .orderf select {
    width: 300px;
}

#body-right .orderf .cleft {
    white-space:nowrap;
}

/*
#body-right .orderf .cleft {
    vertical-align: top;
}
*/
#body-right .regf h3 {
    text-align: left;
    text-decoration: underline;
    padding-top: 20px;
    padding-bottom: 20px;
/*
    padding-left: 20px;
	border: 1px solid #BBBBBB;
	border-color: #BBBBBB;
*/
}


#body-right .box2 .cright{
	text-align: left;
    padding-left: 10px;
}

#body-right .text_page{
    text-align: justify;
    padding-right: 31px;
    margin-bottom: 36px;
}

#body-right div.faq_a{
    text-align: justify;
    padding-right: 31px;
    padding-left: 20px;
    margin-bottom: 36px;
}

#body-right span.faq_q{
    font-size: 12px;
    font-weight: bold;
}

#body-right .warning_text{
    text-align: justify;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 10px;
	border: 1px dotted #333;

    margin-bottom: 36px;
    background: #FFFFFF;
}


.black_box{
 display: block;
 position: relative;
 background-color: black;
 background: black;
 z-index:1001;
 -moz-opacity: 0.4;
 opacity:.40;
}


#body-right h2 {
	font: 18px "arial narrow", arial, sans-serif;
}
#body-right h2.warning {
	font: 22px "arial narrow", arial, sans-serif;
    text-align: center;
}
#body-right .box p {
	margin: 0 0 1em 0;
}

#body-right .box .sectxt {
	font-weight: bold;
}

#body-right .box h2 {
	text-decoration: underline;
}


#body-right .box .left {
	margin-right: 15px;
	border: 1px solid #999;
}
#body-right .box .btns {
	text-align: right;
	position: relative;
    top:177px;
}

#body-right .btnav {
	text-align: center;
	position: relative;
	top: 6px;
}

.btns a {
	background: left #CC0000 url(/media/images/btn.gif) repeat-y;
	border: 2px solid #E68282;
	border-color: #E68282 #650000 #650000 #9C2828;
	color: #fff;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	position: relative;
}

.btns a:hover {
	background-color: #EF1818;
	color: #fff;
}

.btnav a {
	background: left #CC0000 url(/media/images/btn.gif) repeat-y;
	border: 2px solid #E68282;
	border-color: #E68282 #650000 #650000 #9C2828;
	color: #fff;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
    margin-left: 15px;
    margin-right: 15px;
	position: relative;
}
.btnav a:hover {
	background-color: #EF1818;
	color: #fff;
}


#copyright {
	background: top left url(/media/images/footer_bg.gif) repeat-x;
	float: right;
	width: 425px;
	clear: both;
	margin-right: 9px;
	padding-bottom: 30px;
	margin-right: 5px;
}

#copyright-left {
	background: top left url(/media/images/footer_left.gif) no-repeat;
	padding: 27px 30px;
	font-size: 11px;
	text-align: center;
}

/* video player */
.black_overlay{display: none;position: absolute;top: 0%;left: 0%;width: 1px;height: 1px;background-color: black;z-index:1001;-moz-opacity: 0.8;opacity:.80;}
.white_content {display: none;position: absolute;top: -1000px;left: -1000px;padding: 6px;padding-bottom: 0;background-color: #FFFFFF;z-index:1002;overflow: auto;}
.video_footerbar{font: bold 16px Tahoma;line-height: 1.1em;letter-spacing: 1px;color: white;padding: 5px 0;text-align: right;}
.video_footerbar a:link {color: #FFFFFF;text-decoration: none;}
.video_footerbar a:visited {color: #FFFFFF;text-decoration: none;}
.video_footerbar a:hover {color: #FFFFFF;text-decoration: underline;}
.video_footerbar a:active {color: #FFFFFF;text-decoration: none;}
.video_player{width: 656px;height: 407px;z-index:1003;}
.close_bt {margin-right: 10px;}

