﻿@charset "utf-8";
@import url(product.css);
@import url(checkout.css);
html {
     overflow: -moz-scrollbars-vertical;
     overflow-y:scroll 
}
.break{ clear:both; }
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	font-family:;
	color:#656565;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bg_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li,form,img,p {
	margin:0;
	padding:0;
	list-style-type:none;
	border:none;
}
input {
	border:1px solid #999;
	background:#eeeeee;
}
div {
	margin:0 auto;
	padding:0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}
.word {
	word-break:break-all;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
a {
	color: #7DAFD9;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
	text-decoration:none;
}

/* Wrapper */
#Wrapper {
	width:790px;
	height:auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Top */
#Top {
	width:790px;
	height:52px;
	text-align:right;
	margin: auto;
	padding:0px;
	background-repeat: no-repeat;
	background-image: url(bg_top.jpg);
}
#Top  .logo {
}

#Top .banner_search {
	float: right;
	background-image: url(btn-search-input-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 46px;
	width: 369px;
}
#Top .banner_search .btn-search {
	float: left;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	color: #0000;
	background-repeat: no-repeat;
	background-image: url(btn-search-bg.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 60px;
}
#Top .banner_search .search-input {
	float: left;
	color: #7DAFD9;
	width: 150px;
	height: 18px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 138px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
}

/*Menu*/
#Menu {
	float:left;
	width:790px;
	height:40px;
	z-index: 5;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 21px; /* sliding doors padding */		
	background-image: url(menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#Menu span.l {

}
#Menu span.r {

}
#Menu ul {
	float:left;
	height:40px;
	line-height:40px;
	color:#fff;
	padding:0;
	margin:0;
}
#Menu li {
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	position:relative;
}
#Menu li a {
	background: transparent url('menu-li.jpg') no-repeat scroll top left;
	color: #000;
	display: block;
	float: left;
	height: 40px;
	padding-left: 26px; /* sliding doors padding */	
	padding-right: 10px; /* sliding doors padding */		
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

#Menu li a :hover, #Menu li a.hover {
	color: #6633FF;
	text-decoration: underline;
}

#Menu li a:hover, #Menu li a.hover {
	color: #6633FF;
	text-decoration: underline;
}
#Menu ul li ul {
	left: 0;
	top: 1em;
	position: absolute;
	visibility: hidden;
	width: 150px;
	margin-left:5px;
	padding:0;
}
#Menu ul li ul li {
	visibility: hidden;
	display: list-item;
	background:none;
	height:25px;
	line-height:25px;
	width: 150px;
	margin:0;
	margin-top:-1px;
	padding:0;
}
#Menu ul li ul li a{
	text-align: left;
	display: block;
	line-height:37px;
	color: #B6407A;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #fff;
	padding: 0px;
	padding-left: 10px;
	margin:0;
	width: 150px;
	font-size: 12px;
}
#Menu ul li ul li a:hover{
	text-align: left;
	display: block;
	line-height:37px;
	color: #B6407A;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 0px;
	padding-left: 10px;
	margin:0;
	width: 150px;
	font-size: 12px;
}
#Menu ul li ul li ul{
	display: block;
	margin:0;
	_margin-left:-5px;
}
#Menu .arrowdiv{
	position: absolute;
	right: 5px;
	top: 0px;
	background:url(arrow-down.gif) no-repeat right center;
}
#Menu .arrowdiv_right{
	position: absolute;
	right: 0px;
	_right: 5px;
	top: 0px;
	background:url(arrow-right.gif) no-repeat right center;
}

/* Footer */
#footer {
	width:790px;
	padding:0;
	text-align:left;
	height:50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#footer .logo {

}
#footer .copyright {
	float:left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #333333;
}

#footer .copyright a {
	color:#333333;
	text-decoration:none;
}

/* Content */
#main {
	width:790px;
	position:relative;
	background:url(main-bg.gif) repeat-x;
}
#main-content {
	width:800px;
	position:relative;
	margin: 0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main-left {
	width:200px;
	text-align:left;
	float:left;
	margin-right:10px;
	margin-left: 0px;
}
#main-product {
	float:left;
	width:570px;
	height:auto;
}

/* Boxes */
#login-ad {
	position: absolute;
	right: 0;
	top: 100px;
}
#box {
	overflow:hidden;
	width:198px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#box h3{

}
#box h3 span{
}
#box .box-1 {
	margin-top:0px;
	border:0;
}
#box .box-login {
	margin-top:0px;
	border:0;
}
#box .box-login h3{
	border:0;

}
#box .box-1 h3 {
	border:0;
}
#box .box-1 .box-content {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
}
#box .box-1 .box-content-blank {
	padding: 0px;
}
#box .box-1 .box-content .btn-login {
	width: 60px;
	margin-top:4px;
	color: #000;
	margin-right: 12px;
}
#box .box-member input{
	width: 172px;
	margin-top:2px;
}
#box .box-member .btn {
	border:0;
	width:64px;
	height:56px;
	margin-top:0px;
}
#box .box-member .link {
	clear: both;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#box .box-member .link p {
	line-height: 20px;
}
#box .box-member .link a {
	display: block;
	color: #000000;
	height: 20px;
	padding-left:19px;
	background-image: url(point.gif);
	background-repeat: no-repeat;
	background-position: -3px -2px;
}
#box .box-2 {
	border:0;
}
#box .box-2 h3 {
	border:0;
}
#box .box-2 .box-content {
	margin-top:5px;
	background-color:#fff;
	padding:5px 10px 5px 10px;
}
#box .product-push-name {
	font-size: 15px;
}
#box .product-push-img {
	width: 160px;
	min-height: 120px;
	text-align: center;
	border: 1px solid #e3e3e3;
	padding:20px 0px 20px 0px;
	margin:5px 0px 5px 0px;
}
#box .box-category {
	border:0;
	width:200px;
	padding-top:0px;
}
#box .box-category ul li {
	display: block;
}
#box .box-category ul li a {
	display: block;
	height:24px;
	line-height:24px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin: 0px;
	background-color: #333333;
	background-image: url(category_ul_bg.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#box .box-category ul li ul li {
	display: block;
	padding:0;
	background: none;
}
#box .box-category ul li ul li span {
	display: block;

	float: left;
	height:21px;
	width:23px;
	background:url(box-category-point.gif) no-repeat;
}
#box .box-category ul li ul li.frist a {
	padding-left:0;
	border: 0px;
}
#box .box-category ul li ul li a:hover,
#box .box-category ul li ul li a.on {
	padding-left:14;
	color:#000;
	text-decoration: underline;
}

#box .box-category ul li ul li a {
	display: block;
	line-height: 23px;
	height: 23px;
	padding-left:14px;
	border-top: 1px solid #e3e3e3;
	font-weight:normal;
	color: #000;
	background-image: url(category_li_bg.gif);
}
#box .box-category ul li ul li ul li {
	display: block;
	margin-left:18px;
	border-top: 1px solid #fff;
}
#box .box-category ul li ul li ul li span {
	display: block;
	width: 5px;
	background:none;
}
#box .box-category ul li ul li ul li a {
	display: block;
	line-height: 23px;
	height: 23px;
	padding-left:14px;
	border-top: 1px solid #e3e3e3;
	font-weight:normal;
	color: #000;
	background-image: url(category_li_bg.gif);
}
#box .box-category ul li ul li ul li.frist a {

}
#box .box-category ul.off {
	display:none;
}
#box .box-category ul.on .off {
	display:block;
}

#box-cart {
	width:182px;
	height: 80px;
	background:url(box-cart-bg.gif) no-repeat left top;
	font-weight:normal;
	color:#fa4405;
}
#box-cart .box-content {
	padding:18px 10px 10px 50px;
	_padding:18px 10px 10px 50px;
}
#box-cart a {
	color:#e79b10;
	text-decoration:none;
}

.line {
	height:5px;
	line-height:5px;
	clear:both;
	visibility:hidden;
}

/* page_header */
#page-header {
	float:left;
	height:20px;
	line-height:20px;
	font-size: 12px;
	color: #0099FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
#page-header .title{
	float:left;
	margin-left:0px;
}
#page-header span{
	float:left;
}
#page-header code{
	float:left;
	display:block;
	width: 22px;
	height: 20px;
	background-image: url(point03.gif);
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
#page-header .title a{
	color: #0099FF;
	font-weight: bold;
	float:left;
}
#page-header .right{
	display:block;
	line-height:20px;
	margin-right:1px;
	float:right;
}

#page-header .right a{
	margin-left:2px;
	padding: 5px;
	border: 1px solid #f4f4f4;
	background-color: #fff;
}
#page-header .right span{
	margin-left:2px;
	padding: 5px;
	border: 1px solid #993300;
	background-color: #FF0000;
	color: #fff;
}


/* cart */
#cart_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
	margin-top: 14px;
	margin-bottom: 10px;
}


table.cart {
	width: 100%;
	padding: 0px;
	border: none;
	border: 1px solid #7DAFD9;
	margin-bottom: 10px;
}
table.cart td { font-size: 12px; border: none; background-color: #F4F4F4; 
vertical-align: middle; padding: 7px; font-weight: bold; }
table.cart tr.special td { border-bottom: 1px solid #ff0000;  }


/* multi_page */
#multi_page{
	height:25px;
	margin-left:5px;
	clear:both;
}
#multi_page .list{
	float:left;
	padding-top:3px;
	line-height:17px;
}
#multi_page .count{
	display:inline;
	padding-right:10px;
	padding-left:0px;
	float:left;
	border-right:1px solid #CCC;
	line-height:20px;
	margin-right:10px;
	font-weight:normal;
	color:#000;
	font-size:12px;
}
#multi_page .list input {
	float:left;
	width: 30px;
	border: 1px solid #DDDDDD;
	height: 17px;
}
#multi_page .list #button {
	height: 18px;
	width: 30px;
	background-color: #7DAFD9;
	border: 1px solid #CC3333;
	color: #FFFFFF;
	
}
#multi_page .list a{
	display:block;
	height:17px;
	float:left;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #DDD;
	background:#FFF;
	text-decoration:none;
	margin-right:2px;
	color:#000000;
}
#multi_page .list a:hover{
	color:#000000;
}
#multi_page .list strong{
	color:#FFF;
	display:block;
	float:left;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #7DAFD9;
	margin: 0px 3px 0px 0px;
	background-color: #7DAFD9;
}

/* form */
.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}
.description_form {
	color: #999999;
	margin: 3px 0px 0px 0px;
}
.error_message {
	color: #000000;
	font-size: 12px;  
	background-color: #FFB3B5;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
	border:1px solid red;
}
#ShowMessage {
	margin: 0 auto;
	margin-top: 160px;
	color: #000000;
	font-size: 12px;  
	background-color: #fff;
	padding: 20px;
	border:1px solid #CCC;
	height:200px;
	width:400px;
}

/* pages css */
.contact-table {
	height: 165px;
	width: 300px;
	margin-top: 80px;
	margin-left: 122px;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

.leftmenu{
	width: 200px;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.leftmenu li a
{
	display:block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-transform: none; /*31px is left indentation of header text*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-left: 17px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	background-image: url(temp_18.jpg);
	width: 183px;
	height:32px;
	background-color: #E1E1E1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.leftmenu #cssmenus li {
	display:inline;
}

.leftmenu #cssmenus li a{
	width: 178px;
	display:block;
	color: #0099FF;
	line-height: 17px;
	padding-left: 17px; /*link text is indented 8px*/
	text-decoration: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.leftmenu #cssmenus li a:visited{
	color: #33CCFF;
}

.leftmenu #cssmenus li a:hover{ /*hover state CSS*/
	color: white;
	background: red;
}
.leftmenu .on #cssmenus ul {
}
.leftmenu .on #cssmenus li {
	display:inline;
}
.leftmenu .on #cssmenus li a{
	font: normal 11px Arial;
	display:block;
	color: black;
	line-height: 12px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(pbar_02a.jpg);
	width: 178px;
}
.leftmenu .on #cssmenus li a:visited{
	color: black;
}
.leftmenu .on #cssmenus li a:hover{ /*hover state CSS*/
	color: white;
	background: black;
	text-decoration: underline;
}
ul#cssmenus ul
 {
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
	background-color: #000000;
	width: 178px;
}

ul#cssmenus li
 {
	color: #006666; /*last 2 values are the x and y coordinates of bullet image*/
}
ul#cssmenus.off {
	display:none;
}



.contact_us {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 670px;
}

.contact_info {
padding-left: 10px;
}


.home_table {
	padding: 0px;
	margin-top: 8px;
	color: #7DAFD9;
}
.home_table_image  {
	border: 1px solid #7DAFD9;
}
.home_table_content {
	background-image: url(home_09.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.home_table_content a {
	color: #91BCDF;
	text-decoration: none;
}

#nav {

}

#nav .title {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	width: 800px;
	line-height: 60px;
}
.banner {
	text-align: left;
	float: left;
}

#placePhoto {

}
#placePhoto img {
	width: 500px;
	margin-top:20px;
}
#print_form  {
	background-image: url(form-bg.jpg);
	background-position: right center;
	width: 739px;
	background-repeat: no-repeat;
}