@import url("forms.css");
@import url("catalog.css");
@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
a {
	text-decoration:none;
	outline:none;
	color:#666666;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.colr {
	color:#000 !important;
}
.black {
	color:#000;
}
h1 {
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:16px;
	font-weight:normal;
}
.subhead {
	margin-top:20px;
	width:100%;
	float:left;
}
h5 {
	font-size:14px;
	font-weight:normal;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:18px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:15px 0px 8px 0px;
	width:100%;
	border-bottom:#dddddd solid 1px;
	margin-bottom:10px;
	text-transform:uppercase;
}
input {
	font-size:11px;
}
.itlc {
	font-style:italic;
}

#path_bar{
    float:left;
}
/*
=======================================================================
	Buttons
=======================================================================
*/

a.simplebtn {
	display:inline-block;
	color:#FFF;
	padding:4px 10px;
	background-color:#383838;
}
a.simplebtn:hover {
	background-color:#000;
}
.proceed {
	display:inline-block;
	color:#FFF;
	padding:10px 30px;
	background-color:#383838;
	margin-bottom:3px;
}
.proceed:hover {
	background-color:#000;
}
.cartmarg {
	margin-top:8px;
	margin-right:5px;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:940px;
	margin:0px auto;
}
/*
=======================================================================
	Header Rules
=======================================================================
*/
#masthead {
	width:940px;
	float:left;
	color:#FFF;
	padding-top:5px;
	height:123px;
}
/*
=======================================================================
	Logo Rules
=======================================================================
*/
.logo {
    position: absolute;
	float:left;
	padding-top:30px;
}
/*
=======================================================================
	right header Rules
=======================================================================
*/
.right_head {
	float:right;
}
.network_search {
	float:right;
}
ul.search {
	float:left;
	list-style:none;
	width:273px;
	height:31px;
	background-image:url(../images/search_bg.gif);
	background-position:top left;
}
ul.search li{
	float:left;
}
ul.search li input.bar{
	float:left;
	height:19px;
	width:188px;
	padding:0px 5px 0px 5px;
	margin:3px 0px 0px 7px;
	border:#333333 solid 1px;
	border-right:none;
	background-color:white;
	color:#999999;
}
ul.search li .go{
	float:left;
	height:21px;
	width:59px;
	padding:2px 0px 0px 0px;
	margin:3px 0px 0px 0px;
	border:#333333 solid 1px;
	border-left:none;
	color:#fff;
	background-image:url(../images/search_btn.gif);
	background-repeat:repeat-x;
	text-align:center;
}
ul.search li .go:hover{
	background-image:none;
	background-color:#000;
}
.right_head h6{
	float:right;
	margin:10px 0px;
}
/*
=======================================================================
	Top Navigation Rules
=======================================================================
*/
.top_navi {
	float:right;
	padding-top:5px;
}
.top_navi ul{
	list-style:none;
	float:right;
}
.top_navi ul li{
	float:left;
	padding:0px 7px;
	background-image:url(../images/sep1.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.top_navi ul li.last{
	padding-right:0px;
	background-image:none;
}
.top_navi ul li a{
	color:#cccccc;
}
.top_navi ul li a:hover{
	color:#fff;
	text-decoration:underline;
}
/*
=======================================================================
	Banner Rules
=======================================================================
*/
#banner {
	float:left;
}
/*
=======================================================================
	Small Banner Rules
=======================================================================
*/
.small_banner {
	float:left;
	width:699px;
	margin-bottom:10px;
}
.small_banner a{
	float:left;
	border:#e1e1e1 solid 3px;
}
.small_banner a img{
	float:left;
	width:693px;
	height:235px;
}
/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
.crumb {
	float:left;
	width:918px;
	height:28px;
	padding:0px 10px;
	background-image:url(../images/crumb.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	margin:10px 0px;
}
.crumb ul{
	float:left;
	list-style:none;
	margin-top:7px;
}
.crumb ul li{
	float:left;
	background-image:url(../images/crumb_sep.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 10px;
}
.crumb ul li.first{
	float:left;
	background-image:none;
	padding:0px 10px 0px 0px;
}
.crumb ul li a:hover{
	color:#000;
	text-decoration:underline;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#content_sec {
	width:940px;
	float:left;
	background-color:#FFF;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.noback{
	background-image:none !important;
	border:none !important;
}
/*
=======================================================================
	Column 1 Rules
=======================================================================
*/
.col1 {
	width:210px;
	float:right;
	padding:10px 0px 0px 10px;
	border-top:#ccc solid 1px;
}
.col1 .small_heading{
	width:198px;
	height:29px;
	background-image:url(../images/small_heading.gif);
	background-repeat:repeat-x;
	float:left;
	margin:0px 0px 5px 0px;
}
/*
=======================================================================
	Categories Rules
=======================================================================
*/
#product_name{
    text-align:center;
}
#category_description{
    padding-top:10px;
    padding-bottom: 30px;
}
.category {
	width:200px;
	padding:0px 0px 10px 0px;
	float:left;
	min-height:100px;
	background-image:url(../images/left_sec_bg.gif);
	background-repeat:repeat-x;
	background-position:0px 30px;
	margin-bottom:10px;
}
.category h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#666666;
}

.glossymenu{
	margin: 0px;
	padding: 0;
	width: 220px;
	float:left;
}

.glossymenu a.menuitem{	
	color: #666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0px 6px 10px;
	text-decoration: none;
	background-color:#ededed;
	border-bottom:#fff solid 2px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #666;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 10px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(../../../../../cl102.justhost.com/404.shtml);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 10px 0px 10px 10px;
	width:190px;
	background-color:#dadada;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
	color: #666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 15px;
	text-decoration: none;
	background-image:url(../images/cat_arow.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.glossymenu div.submenu ul li a:hover{
	color:#000;
	text-decoration:underline;
}
/*
=======================================================================
	My Account Rules
=======================================================================
*/
.myaccount {
	width:198px;
	padding:0px 0px 10px 0px;
	float:left;
	min-height:100px;
	margin-bottom:10px;
	border:#cccccc solid 1px;
	background-color:#FFF;
}
.myaccount h5{
	float:left;
	padding:7px 0px 5px 5px;
}
.myaccount ul{
	width:188px;
	float:left;
	padding:0px 5px;
	list-style:none;
}
.myaccount ul li{
	width:182px;
	padding:6px 0px 6px 6px;
	border-bottom:#999999 dotted 1px;
}
.myaccount ul li a{
	color:#666;
}
.myaccount ul li a:hover{
	font-weight:bold;
}
.myaccount ul li a.selected{
	font-weight:bold;
}
/*
=======================================================================
	My Cart Rules
=======================================================================
*/
.accept_button{
    color:gray;
}

.mycart {
	width:198px;
	padding:0px 0px 10px 0px;
	float:left;
	min-height:100px;
	margin-bottom:10px;
	border:#cccccc solid 1px;
	background-color:#FFF;
}
.mycart h5{
	float:left;
	padding:7px 0px 5px 5px;
}
.mycart .right{
	padding-top:7px;
}
.mycart .left{
	padding-top:7px;
}
.mycart .veiwitems{
	padding:5px;
	width:188px;
	border-bottom:#e4e4e4 solid 1px;
	display:inline-block;
	margin-bottom:10px;
}
.mycart .veiwitems a{
	text-decoration:underline;
}
.mycart .right a{
	text-decoration:underline;
}
.mycart ul{
	float:left;
	list-style:none;
	margin-bottom:10px;
}
.mycart ul li{
	float:left;
	width:188px;
	padding:5px 5px 0px 5px;
	border-bottom:#e3e3e3 dotted 1px;
}
.mycart p.title{
	width:180px;
}
.mycart .subtotl{
	width:188px;
	text-align:right;
	padding:3px 0px;
}
.mycart .grey{
	float:left;
	padding:1px 0px 5px 0px;
	width:186px;
	margin:0px 0px 2px 0px;
}
.mycart a.simplebtn{
	margin:10px 5px 0px 0px;
	float:right;
}
/*
=======================================================================
	Compare Products Rules
=======================================================================
*/
.compareproducts {
	width:198px;
	padding:0px 0px 10px 0px;
	float:left;
	min-height:100px;
	margin-bottom:10px;
	border:#cccccc solid 1px;
	background-color:#FFF;
}
.compareproducts h5{
	float:left;
	padding:7px 0px 5px 5px;
}

.compareproducts ul{
	float:left;
	list-style:none;
	padding-bottom:10px;
	margin-left:5px;
}
.compareproducts ul li{
	float:left;
	width:188px;
	border-bottom:#e3e3e3 dotted 1px;
	padding:8px 0px;
}
.compareproducts ul li .title{
	width:170px;
}
.compareproducts ul li .right{
	padding-top:3px;
}
.compareproducts a.simplebtn{
	float:right;
	margin:5px 5px 0px 0px;
}
/*
=======================================================================
	Community Poll Rules
=======================================================================
*/
.poll {
	width:198px;
	padding:0px 0px 10px 0px;
	float:left;
	min-height:100px;
	margin-bottom:10px;
	border:#cccccc solid 1px;
	background-color:#FFF;
}
.poll h5{
	float:left;
	padding:7px 0px 0px 5px;
}
.poll p{
	float:left;
	padding:7px 0px;
	width:188px;
	margin-left:5px;
}
.poll ul{
	width:188px;
	float:left;
	padding:15px 0px;
	border-top:#d8d8d8 solid 1px;
	border-bottom:#d8d8d8 solid 1px;
	list-style:none;
	margin-bottom:10px;
	margin-left:5px;
}
.poll ul li{
	width:160px;
	float:left;
	padding:4px 10px;
}
.poll ul li input{
	float:left;
	margin-right:10px;
}
.poll a.simplebtn{
	float:left;
	margin:10px 0px 0px 10px;
}
.poll a.vote:hover{
	background-color:#000;
	color:#FFF;
}
/*
=======================================================================
	Shop Now Rules
=======================================================================
*/
.shopby {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../images/left_sec_bg.gif);
	background-repeat:repeat-x;
	background-position:0px 30px;
	margin-bottom:10px;
}
.shopby h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#666;
}
.shopby h6.head{
	width:180px;
	float:left;
	padding:7px 10px 0px 10px;
	background-color:#747474;
	color:#FFF;
}
.shopby h6.options{
	width:200px;
	float:left;
	padding:7px 0px 3px 0px;
	color:#666;
	border-bottom:#666 solid 1px;
}
.shopby ul{
	width:200px;
	float:left;
	list-style:none;
	padding:7px 0px;
}
.shopby ul li{
	width:200px;
	float:left;
	list-style:none;
	padding:7px 0px;
	border-bottom:#9a9a9a dotted 1px;
}
.shopby ul li a{
	color:#9a9a9a;
}
/*
=======================================================================
	Tags Rules
=======================================================================
*/
.tags {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../images/left_sec_bg.gif);
	background-repeat:repeat-x;
	background-position:0px 30px;
	margin-bottom:10px;
}
.tags h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#666;
}
.tags ul{
	width:200px;
	float:left;
	min-height:100px;
	padding:20px 0px;
	list-style:none;
	background-color:#fafafa;
}
.tags ul li{
	padding:0px 5px;
	float:left;
}
.tags ul li a{
	float:left;
}
.tags ul li a.twelv{
	font-size:12px;
}
.tags ul li a.ten{
	font-size:10px;
}
.tags ul li a.sixteen{
	font-size:16px;
}
.tags ul li a.fourteen{
	font-size:14px;
}
.tags ul li a.eightn{
	font-size:18px;
}
/*
=======================================================================
	newsletter Rules
=======================================================================
*/
.col1 .newsletter {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../images/left_sec_bg.gif);
	background-repeat:repeat-x;
	background-position:0px 30px;
	margin-bottom:10px;
}
.col1 .newsletter h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#666;
}
.col1 .newsletter p{
	width:200px;
	float:left;
	padding:7px 0px;
}
.col1 .newsletter ul{
	width:200px;
	float:left;
	padding:7px 0px 15px 0px;
	list-style:none;
}
.col1 .newsletter ul li input.bar{
	background-color:#FFF;
	border:#cfcfcf solid 1px;
	width:195px;
	height:23px;
	background-image:url(../images/inputbar.gif);
	background-repeat:repeat-x;
	margin-bottom:6px;
}
.col1 .newsletter ul li input.subs{

}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
    padding-top:10px;
    padding-bottom:10px;
	width:700px;
	float:left;
}
/*
=======================================================================
	Sorting Rules
=======================================================================
*/
.sorting {
	width:689px;
	padding:0px 0px 0px 10px;
	margin:7px 0px;
	background-image:url(../images/gray_sort.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	color:#000;
}
.sorting p{
	padding-top:5px;
}
.sorting ul{
	float:left;
	list-style:none;
}
.sorting ul li{
	float:left;
	height:23px;
	padding:4px 10px 0px 10px;
}
.sorting ul li.last{
	border-right:none;
}
.sorting ul li.text{
	height:21px;
	padding:6px 10px 0px 10px;
}
/*
=======================================================================
	Shopping Cart Rules
=======================================================================
*/
.shoppingcart {
	width:940px;
	float:left;
	margin:10px 0px 0px 0px;
}
.shoppingcart ul.tablehead{
	width:938px;
	float:left;
	list-style:none;
	height:24px;
	padding-top:5px;
	background-image:url(../images/crumb.gif);
	background-repeat:repeat-x;
	border:#CCC solid 1px;
	background-color:#e2e2e2;
}
.shoppingcart ul.tablehead li{
	float:left;
	padding:2px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background:none !important;
	height:18px !important;
}
.shoppingcart ul li.remove{
	width:34px;
	text-align:center;
	height:28px;
	padding-left:10px;
}
.shoppingcart ul li.thumb{
	width:84px;
	text-align:center;
	height:44px;
	padding-top:4px !important;
}
.shoppingcart ul li.title{
	width:568px;
	padding-left:10px;
	height:28px;
}
.shoppingcart ul li.price{
	width:75px;
	text-align:center;
	height:28px;
}
.shoppingcart ul li.qty{
	width:64px;
	text-align:center;
	height:48px;
}
.shoppingcart ul li.qty input{
	width:27px;
	height:22px;
	padding-top:4px;
	background-image:url(../images/qty.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:transparent solid 0px;
	text-align:center;
	margin-top:12px;
}
.shoppingcart ul li.total{
	width:75px;
	text-align:center;
}
.gray {
	background-image:url(../images/cart_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.shoppingcart ul.cartlist{
	width:938px;
	float:left;
	list-style:none;
	padding:10px 0px;
	height:50px;
	border:#dbdbdb solid 1px;
	border-top:none;
}
.shoppingcart ul.cartlist li{
	float:left;
	padding-top:0px;
}
.shoppingcart ul.cartlist li.txt{
	padding-top:20px;
}
.btns {
	border-bottom:#d7d7d7 solid 1px;
	width:100%;
	padding:15px 0px;
	float:left;
}
.btns ul{
	list-style:none;
}
.subtotal {
	width:920px;
	float:left;
	padding:7px 10px 7px 10px;
	background-color:#bfbfbf;
}
.subtotal ul{
	list-style:none;
	float:left;
}
.subtotal ul li{
	margin-right:5px;
	float:left;
}
/*
=======================================================================
	Sections Rules
=======================================================================
*/
.sections {
	width:940px;
	float:left;
	padding:20px 0px;
}
.centerseccart {
	float:left;
	width:309px;
	margin:0px 45px;
}
/*
=======================================================================
	Cart Items Rules
=======================================================================
*/
.cartitems {
	width:267px;
	float:left;
	border:#CCC solid 1px;
}
.cartitems h6{
	width:247px;
	padding:7px 10px 2px 10px;
	float:left;
	background-image:url(../images/crumb.gif);
	background-repeat:repeat-x;
	background-color:#e1e1e1;
	background-position:top;
	border-bottom:#CCC solid 1px;
}
.cartitems h6 span{
	padding-bottom:5px;
}
.cartitems ul{
	float:left;
	list-style:none;
	margin-left:10px;
}
.cartitems ul li{
	width:244px;
	border-bottom:#dbdbdb solid 1px;
	float:left;
	padding:20px 0px;
}
.cartitems ul li.last{
	border-bottom:none;
}
.cartitems ul li .thumb{
	float:left;
	width:88px;
	height:99px;
	margin-right:15px;
}
.cartitems ul li .thumb img{
	width:88px;
	height:99px;
}
.cartitems ul li .desc{
	float:left;
	width:125px;
}
.cartitems ul li .desc a.title{
	text-decoration:underline;
	width:125px;
	float:left;
}
.cartitems ul li .desc p{
	width:125px;
	text-decoration:underline;
}
.botm_sec {
	background-image:url(../images/sections_botm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:269px;
	height:5px;
	padding-top:10px;
}
/*
=======================================================================
	Discount Coupon Rules
=======================================================================
*/
.discount {
	width:307px;
	float:left;
	border:#CCC solid 1px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.discount h6{
	width:287px;
	padding:7px 10px 2px 10px;
	float:left;
	background-image:url(../images/crumb.gif);
	background-repeat:repeat-x;
	background-color:#e1e1e1;
	background-position:top;
	border-bottom:#CCC solid 1px;
}
.discount h6 span{
	padding-bottom:5px;
}
.discount p{
	width:249px;
	float:left;
	padding-top:5px;
	margin-left:10px;
}
.discount ul{
	width:249px;
	float:left;
	list-style:none;
	margin-top:10px;
	margin-left:10px;
}
.discount ul li{
	width:258px;
	float:left;
	padding-bottom:5px;
}
.discount ul li input.bar{
	width:285px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}

/*
=======================================================================
	Estimate Rules
=======================================================================
*/
.estimate {
	width:307px;
	float:left;
	border:#CCC solid 1px;
	padding-bottom:10px;
}
.estimate h6{
	width:287px;
	padding:7px 10px 2px 10px;
	float:left;
	background-image:url(../images/crumb.gif);
	background-repeat:repeat-x;
	background-color:#e1e1e1;
	background-position:top;
	border-bottom:#CCC solid 1px;
}
.estimate h6 span{
	padding-bottom:5px;
}
.estimate p{
	width:249px;
	float:left;
	padding-top:5px;
	margin-left:10px;
}
.estimate ul{
	width:249px;
	float:left;
	list-style:none;
	margin-top:10px;
	margin-left:10px;
}
.estimate ul li{
	width:288px;
	float:left;
	padding-bottom:5px;
}
.estimate ul li input.bar{
	width:285px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}
.estimate ul li select.bar{
	width:288px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}
/*
=======================================================================
	Grand Total Rules
=======================================================================
*/
.grand_total {
	width:247px;
	float:left;
	border:#CCC solid 1px;
	padding:10px 10px 20px 10px;
	text-align:right;
}
.grand_total h5{
	font-weight:bold;
}
.grand_total ul.line{
	border-bottom:#dadada solid 1px;
	width:100%;
	margin-bottom:10px;
}
.grand_total ul{
	float:right;
	list-style:none;
	margin-bottom:5px;
}
.grand_total ul li{
	float:right;
	background:none  !important;
}
.grand_total ul li.title{
	text-align:right;
	width:100px !important;
}
.grand_total ul li.price{
	text-align:right;
	width:80px !important;
}
/*
=======================================================================
	Contact Page Rules
=======================================================================
*/
.contact {
	float:left;
	width:700px;
	margin-bottom:20px;
}
.mapsec {
	width:336px;
	float:left;
}
.mapsec h6{
	padding-bottom:10px;
	margin-top:10px;
}
.mapsec p{
	width:300px;
	float:left;
}
.map {
	float:left;
	margin-top:20px;
}
.map iframe{
	border-bottom:#000 solid 1px;
}
.map a.enlarg{
	font-weight:bold;
	padding:5px 0px;
	color:#333;
	float:left;
}
.contact_form {
	width:280px;
	float:right;
}
.contact_form h6{
	padding-bottom:10px;
	margin-top:10px;
}
.contact_form ul{
	float:left;
	list-style:none;
}
.contact_form ul li{
	margin-bottom:5px;
}
.contact_form input.bar{
	width:269px;
	height:24px;
	padding:0px 5px;
	border:#dddddd solid 1px;
	font-size:11px;
}
.contact_form textarea{
	width:269px;
	height:154px;
	padding:5px;
	border:#dddddd solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.error {
	color:#F00;
}
.seccess {
	color:#090;
}
/*
=======================================================================
	Login rules
=======================================================================
*/
.login {
	width:940px;
}
.login ul.forms li.txt{
	color:#a9a9a9;
}
.registrd {
	width:440px;
	padding:9px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	float:left;
	background-image:url(../images/login.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:200px;
}
.registrd h5{
	color:#fff;
	margin-bottom:20px;
}
.registrd p{
	padding-bottom:20px;
}
.registrd a.forgot{
	float:right;
	margin-left:75px;
	padding-top:3px;
	text-decoration:underline;
}

.newcus {
	width:440px;
	padding:9px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	float:right;
	background-image:url(../images/login.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:200px;
}
.newcus h5{
	color:#fff;
	margin-bottom:20px;
}
.newcus p{
	padding:0px 0px 10px 0px;	
}
a.viewprods {
	float:right;
	margin:180px 80px 0px 0px;
}

.newarrival {
	width:938px;
	border:#CCC solid 1px;
	float:left;
	margin:20px 0px;
}
.newarrival h5{
	width:918px;
	padding:7px 10px 5px 10px;
	float:left;
	background-image:url(../images/crumb.gif);
	background-repeat:repeat-x;
	background-color:#e1e1e1;
	background-position:top;
	border-bottom:#CCC solid 1px;	
}
.newarrival ul{
	list-style:none;
	float:left;
	margin:20px 0px 10px 20px;
}
.newarrival ul li{
	float:left;
	width:160px;
	margin-right:24px;
}
.newarrival ul li.last{
	margin-right:0px;
}
.newarrival ul li a{
	margin-bottom:6px;
	float:left;
}
.newarrival ul li a.thumb{
	float:left;
	border:#dddddd solid 1px;
}
/*
=======================================================================
	Product Detail Page Rules
=======================================================================
*/
#accept_product_comment{
    border-bottom-width:0;
border-top-width:0;
margin-bottom:0;
margin-right:100px;
margin-top:10px;
padding-bottom:0;
padding-top:0;
}
#related_product_readmore{
background-color:#383838;
background-position:95% 50%;
background-repeat:no-repeat;
color:#FFFFFF;
margin-top:13px;
padding-bottom:4px;
padding-left:10px;
padding-right:10px;
padding-top:4px;
text-transform:uppercase;
}

.prod_detail {
	width:699px;
	float:left;
	margin-top:5px;
}
.prod_detail .big_thumb{
	width:238px;
	height:400px;
	background-color:#ededed;
	border:#ededed solid 1px;
	float:left;
	overflow:hidden !important;
}
.contentdiv {
	width:238px !important;
	height:311px !important;
	overflow:hidden !important;
	float:left;
}
.contentdiv img{
	width:238px !important;
	height:311px !important;
	overflow:hidden !important;
	float:left;
	margin:00px 0px 0px 0px;
	z-index:1;
}
.big_thumb #slider2{
	width:238px;
	height:311px;
	overflow:hidden !important;
	float:left;
}
.big_thumb #paginate-slider2{
	width:189px !important;
	height:60px;
	overflow:hidden;
	float:left;
	margin:17px 0px 0px 0px;
}
.big_thumb #paginate-slider2 ul{
	width:2000px !important;
}
#paginate-slider2 li{
	margin-right:9px;
}
#paginate-slider2 li a{
	border:#c2c2c2 solid 1px;
	float:left;
	height:55px !important;
	width:55px !important;
}
#paginate-slider2 li a.selected{
	border:#999 solid 1px;
}
#paginate-slider2 img{
	float:left;
	height:55px;
	width:55px;
	z-index:1;
}
a.prev {
	margin:38px 7px 0px 10px;
}
a.next {
	margin:38px 5px 0px 5px;
}
.zoom {
	background-repeat:no-repeat;
	background-position:top left;
	width:238px;
	height:311px;
	margin:-311px 0px 0px 0px;
	z-index:9;
	font-size:1000px;
	overflow:hidden;
	display:block;
	float:left;
}
.zoom:hover {
	background-image:url(../images/zoom.png);
}
.prod_detail .desc{
	width:405px;
	float:left;
	margin-left:20px;
}
.prod_detail .desc a.email{
	font-weight:bold;
	color:#bbbbbb;
	text-decoration:underline;
	padding-bottom:10px;
	float:left;
}
.prod_detail .desc a.email{
	font-weight:bold;
	color:#bbbbbb;
	text-decoration:underline;
	padding-bottom:10px;
	float:left;
}
.margn {
	padding:12px 0px 0px 0px;
}
.addtocart {
	padding:0px 0px;
	margin-top:0px;
	float:left;
}
.addtocart h4{
	padding:5px 0px 10px 0px;
}
.addtocart ul.forms{
	width:364px;
	padding-left:0px;
}
.addtocart ul.forms li.txt{
	width:80px;
	padding-left:00px;
}
.addtocart ul.forms li.inputfield select{
	width:220px;
}
.addtocart ul.qt{
	list-style:none;
	float:left;
	width:100%;
	padding:10px 0px 0px 0px;
}
.addtocart ul.qt li{
	float:left;
	margin-right:10px;
}
.addtocart ul.qt li.qty{
	width:20px;
	padding-top:4px;
	padding-left:0px;
	float:left;
	text-align:left;
}
.addtocart ul.qt li input.bar{
	float:left;
	width:45px;
	height:20px;
	background-color:#FFF;
	border:#d0d0d0 solid 1px;
	background-image:url(../images/inputbar.gif);
	background-repeat:repeat-x;
}
.quickreview {
	padding:25px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	float:left;
	border-top:#dddddd solid 1px;
}
.quickreview h6{
	padding:0px 0px 8px 0px;
	margin:0px 0px 0px 0px;
}
.qheading {
	border-bottom:#dddddd solid 1px;
	color:#2e7fc4;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
.desc h5{
	padding:0px 0px 0px 0px;
	float:left;
}
.desc h4.price{
	padding:10px 0px;
}
.desc p.avail{
	padding:5px 0px;
}
.desc p{
	padding:0px 0px 5px 0px;
}
.prod_desc {
	padding:20px 0px;
	float:left;
	margin-top:20px;
}
.prod_desc h6.bar{
	margin-bottom:10px;
}

.aditional_info {
	width:700px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
.aditional_info h6{
	width:690px;
	height:24px;
	padding:10px 0px 0px 10px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:top;
	background-repeat:no-repeat;
}
.aditional_info ul{
	padding:10px;
	float:left;
	width:680px;
	border-bottom:#CCC solid 1px;
	list-style:none;
}
.aditional_info ul.last{
	border:none
}
.aditional_info ul li{
	float:left;
}
.aditional_info ul li.title{
	float:left;
	width:210px;
}
.aditional_info ul li.desc{
	float:left;
	width:470px;
}
.tags_big {
	width:700px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
}
.tags_big p{
	padding:10px 0px;
	width:700px;
}
.tags_big ul{
	float:left;
	list-style:none;
	padding:10px 0px;
}
.tags_big ul li{
	float:left;
	padding:0px 10px;
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-bottom:10px;
}
.tags_big ul li.last{
	background:none;
}
.tags_big input.bar{
	width:229px;
	height:20px;
	background-image:url(../images/inputbar.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:#cccccc solid 1px;
	padding:0px 5px;
	margin-bottom:5px;
}
.tags_big input.simplebtn{
	margin:0px 0px 10px 10px;
}

.cont_sec {
	width:700px;
}
.cont_sec p{
	width:700px;
	padding:10px 0px;
}
.cont_sec h6{
	width:690px;
	padding:10px 0px 0px 10px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:top;
	background-repeat:no-repeat;
}
ul.addicons {
	float:left;
	list-style:none;
	width:100%;
	padding:25px 0px 25px 0px;
}
ul.addicons li{
	float:left;
	margin-right:35px;
	padding-left:20px;
	background-image:url(../images/add_big.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#pages_navigation em {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:gray;
background-image:none;
background-position:0 0;
background-repeat:repeat;
color:#FFFFFF;
font-style:normal;
font-weight:400;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:0px 20px 10px 20px;
}
ul.forms li{
	float:left;
}
ul.forms li.txt{
	float:left;
	width:100px;
	color:#000;
	padding-top:5px;
}
.req {
	color:#F00;
}
ul.forms li.inputfield{
	float:left;
}
ul.forms li.inputfield input{
	width:229px;
	height:24px;
	background-image:url(../images/inputbar.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:#cccccc solid 1px;
	padding:0px 5px;
}
ul.forms li.inputfield select{
	width:241px;
	height:20px;
	background-image:url(../images/inputbar.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	background-color:transparent;
}
ul.forms li.textfield{
	float:left;
}
ul.forms li.textfield textarea{
	width:340px;
	height:110px;
	background-image:url(../images/inputbar.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
ul.forms li.radiobtn{
	float:left;
}
ul.forms li.radiobtn input{
	margin:0px 10px;
	float:left;
}
ul.forms li.radiobtn .labletxt{
	margin:0px 20px 0px 0px;
	float:left;
}
/*
=======================================================================
	Acount Page Rules
=======================================================================
*/
.account {
	width:699px;
	float:left;
}
.account_title {
	width:699px;
	float:left;
}
.account_title h6{
	width:699px;
	float:left;
	padding:20px 0px 10px 0px;
}
.account_title p{
	width:699px;
	float:left;
	padding:0px 0px 20px 0px;
}

.acount_info {
	width:699px;
	float:left;
	padding:0px 0px;
	background-image:url(../images/account_sec_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.account_table {
	width:699px;
}
.account_table ul{
	width:699px;
	list-style:none;
}
.account_table ul.headtable{
	width:693px;
	border:#dcdcdc solid 1px;
	background-image:url(../images/account_table_bg.gif);
	background-repeat:repeat-x;
	float:left;
	padding:0px 3px 0px 3px;
	height:23px;
}
.account_table ul.headtable li{
	padding-top:4px !important;
}
.account_table ul.contable{
	width:691px;
	float:left;
	padding:0px 4px;
	border-bottom:#FFF solid 1px;
}
.account_table ul.gray{
	background-color:#fbfbfb;
}

.account_table ul li{
	float:left;
	background-image:url(../images/grey_border.gif);
	background-repeat:repeat-y;
	background-position:100% 0%;
	padding:6px 0px;
	text-align:center;
}
.account_table ul li.order{
	width:110px;
}
.account_table ul li.date{
	width:99px;
}
.account_table ul li.ship{
	width:80px;
}
.account_table ul li.ordertotal{
	width:130px;
}
.account_table ul li.status{
	width:126px;
}
.account_table ul li.action {
	width:146px;
}
.account_table ul li.action a{
	padding:0px 6px;
	border-left:#666 solid 1px;
}
.account_table ul li.action a.first{
	padding:0px 6px;
	border-left:none;
}
h6.bar{
	width:680px;
	border:#e2e2e2 solid 1px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	height:20px;
	padding:10px 10px 0px 10px;
	float:left;
	margin-bottom:20px;
}
.small_sec {
	width:343px;
	min-height:132px;
}
.small_sec .content{
	min-height:80px;
	padding:10px 10px;
	float:left;
}
.small_sec .content p{
	width:100%;
	padding-bottom:5px;
	float:left;
}
.botm_small {
	width:343px;
	height:5px;
	bottom:0;
}
.small_sec .headng{
	float:left;
	width:323px;
	height:22px;
	padding:9px 10px 0px 10px;
}
.small_sec .headng h6{
	float:left;
}
.big_sec {
	width:699px;
	float:left;
	padding:0px 0px 20px 0px;
	background-image:url(../images/account_sec_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.big_sec .headng{
	float:left;
	width:679px;
	padding:0px 10px 7px 10px;
	margin:10px 0px 10px 0px;
}
.big_sec .headng h6{
	float:left;
}
.view_tags {
	width:700px;
	float:left;
	margin-bottom:10px;
}
.view_tags .tagssec{
	width:340px;
	float:right;
}
.view_tags .tagssec p{
	float:left;
	padding-right:3px;
	margin-left:31px;
}
.view_tags .tagssec a{
	float:left;
	padding-top:2px;
}
.view_tags .viewssec{
	width:340px;
	float:left;
}
.view_tags ul{
	list-style:none;
}
.view_tags ul li{
	padding:10px 0px;
	border-bottom:#d1d1d1 dashed 1px;
}
.view_tags ul li h5.bullet{
	padding:2px 5px;
	float:left;
	background-image:url(../images/bullets_bg.gif);
	background-repeat:repeat-x;
	background-color:#c3c3c3;
	color:#000;
	border:#9c9c9c solid 1px;
	margin-right:10px;
}
.view_tags ul li h5.title{
	float:left;
	margin-top:2px;
}
.view_tags ul li .rating{
	margin:3px 0px 0px 29px;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	float:left;
	width:940px;
	padding-bottom:20px;
}
a.bordrs {
	padding:3px;
	border:#c9c9c9 solid 1px;
	float:left;
}
.static h1{
	padding:10px 0px;
	color:#666666;
}
.static h2{
	padding:8px 0px;
	color:#666666;
}
.static h3{
	padding:6px 0px;
	color:#666666;
}
.static h4{
	padding:5px 0px;
	color:#666666;
}
.static h5{
	padding:5px 0px;
	color:#666666;
}
.static h5 span{
	padding-bottom:10px;
}
.static h6{
	padding:5px 0px;
	color:#666666;
}
.static_list {
	width:940px;
	float:left;
}
.static_list ul{
	list-style:none;
	float:left;
}
.static_list ul li{
	float:left;
	width:438px;
	border-right:#CCC solid 1px;
	margin:0px 20px 0px 0px;
	padding:30px 0px 30px 0px !important;
}
.static_list ul li.last{
	border-right:none;
	margin-right:0px;
	margin-left:10px;
}
.static_list ul li .imag{
	float:left;
}
.static_list ul li div{
	float:left;
	width:300px;
	margin-left:20px;
}
.static ul.imgs{
	float:left;
	list-style:none;
	padding:5px 0px 10px 0px;
}
.static ul.imgs li{
	float:left;
	margin-right:10px;
}
.static .sec1 {
	width:272px;
	padding-right:10px;
	float:left;
	margin-right:30px;
	margin-top:20px;
	border-right:#CCC solid 1px;
	min-height:300px;
}
.static .sec1 p{
	width:272px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec1 a.bordrs{
	margin-bottom:10px;
}
.static ul.arows{
	list-style:none;
	float:left;
}
.static ul.arows li{
	width:252px;
	padding:4px 0px 4px 20px;
	background-image:url(../images/static_arow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.static .sec2 {
	width:282px;
	float:left;
	margin-right:30px;
	margin-top:20px;
	border-right:#CCC solid 1px;
	min-height:300px;
}
.static .sec2 p{
	width:272px;
	float:left;
	padding:0px 10px 10px 0px;
}
.static .sec2 a.bordrs{
	margin-bottom:10px;
}
.static .sec3 {
	width:282px;
	float:left;
	margin-top:20px;
}
.static .sec3 p{
	width:282px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec3 a.bordrs{
	margin-bottom:10px;
}
.static ul{
	width:100%;
	float:left;
}
.static ul li{
	padding:4px 0px;
	font-weight:bold;
}
.static ol{
	width:100%;
	float:left;
}
.static ol li{
	padding:4px 0px;
	font-weight:bold;
}
.bigsec {
	width:100%;
	float:left;
	padding:20px 0px;
}
.bigsec a.left{
	margin:0px 20px 10px 0px;
}
.grayborder {
	width:100%;
	border-top:#e1e1e1 solid 1px;
	margin:10px 0px;
	height:1px;
	overflow:hidden;
}
.imgborder {
	padding:3px;
	border:#c9c9c9 solid 1px;
}
.bord_top {
	border-top:#CCC solid 1px;
	padding-top:20px;
}
.bord_botm {
	border-bottom:#CCC solid 1px;
	padding-bottom:20px;
}

.static .thumbsec{
	width:311px;
	float:left;
	padding-bottom:20px;
}
.static .staticcontents{
	width:620px;
	float:left;
	padding-bottom:20px;
}
.grey_static {
	width:411px;
	height:207px;
	padding:20px 25px;
	background-color:#f6f6f6;
	margin-top:20px;
	background-image:url(../images/static_edge.gif);
	background-repeat:no-repeat;
	background-position:1px 13px;
}
.static table{
	float:left;
	width:453px;
	border-bottom:#bfbfbf solid 1px;
}
.static tr.tablehead{
	background-color:#fbfbfb;
	border-bottom:#e9e9e9 solid 1px;
}
.static tr td{
	padding:5px;
}
/*
=======================================================================
	Listing Rules
=======================================================================
*/
.featured_list {
	border:#e1e1e1 solid 3px;
	background-color:#666666;
	float:left;
	width:693px;
}
.featured_list .thumb{
	float:left;
	width:241px;
	overflow:hidden;
}
.featured_list .cont{
	float:right;
	width:410px;
	color:#FFF;
	padding:0px 20px 0px 20px;
}
.featured_list .cont h5{
	float:left;
	width:410px;
	padding-bottom:10px;
}
.featured_list .cont h3{
	float:left;
	width:410px;
	padding-bottom:10px;
}
.featured_list .cont p{
	float:left;
	width:410px;
	padding-bottom:10px;
}
.featured_list .cont .rate{
	float:left;
	padding-right:10px;
}
.featured_list .cont ul.review{
	float:left;
	list-style:none;
}
.featured_list .cont ul.review li{
	background-image:url(../images/review_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 8px;
	float:left;
}
.featured_list .cont ul.review li.last{
	background-image:none;
}
.featured_list .cont ul.review li a{
	color:#FFF;
}
/* ������ ������ */
.buy_button {
background:url("../images/buy_button.jpg") no-repeat scroll center top white;
border:medium none;
display:block;
height:30px;
margin-top:4px;
padding-top:1px;
width:90px;
}

/*
.buy_button:hover{
	background-color:#000;
}
*/
.buynow {
	width:52px;
	height:52px;
	background-image:url(../images/buynow.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:right;
	position:absolute;
	margin-left:630px;
	margin-top:-60px;
}

.listing {
}
.listing ul{
	list-style:none;
	float:left;
	border-top:#dddddd solid 1px;
}
.listing ul li{
	list-style:none;
	float:left;
	width:160px;
	height:320px;
	padding:5px 7px 5px 7px;
	border-right:#dddddd solid 1px;
	background-image:url(../images/listing_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.listing ul li.last{
	border-right:none;
}
.listing ul li h6{
	padding:4px 0px;
}
.listing ul li a.thumb{
	border:#dcdcdc solid 1px;
	float:left;
	margin-bottom:4px;
}
.listing ul li a.thumb img{
	width:158px;
	height:151px;
}
.listing ul li p.price{
	padding-bottom:3px;
	float:center;
	width:100%;
}
.listing ul li a.add{
	background-image:url(../images/add.gif);
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:left center;
	margin-right:2px;
}
.listing ul li a.simplebtn{
	margin-top:5px;
}
.sale{
	width:56px;
	height:56px;
	position:absolute;
	background-repeat:no-repeat;
	margin:197px 0px 0px 93px;
}
.marg {
	margin-left:30px;}
/*
=======================================================================
	Advertise Rules
=======================================================================
*/
.adv {
	border:#dcdcdc solid 1px;
	float:right;
}
/*
=======================================================================
	Categories Rules
=======================================================================
*/
.categories {
	width:100%;
	float:left;
	padding:10px 0px 20px 0px;
}
.categories h5{
	width:100%;
	float:left;
	padding:0px 0px 5px 0px;
}
.categories .cat1 {
	float:left;
	width:300px;
	margin-right:20px;
	margin-top:10px;
}
.categories .cat1 ul{
	width:298px;
	height:143px;
	padding:230px 0px 0px 0px;
	float:left;
	border:#906d5a solid 1px;
	background-image:url(../images/cat1.jpg);
	background-repeat:no-repeat;
	list-style:none;
}
.categories .cat1 ul li a.linkone{
	width:187px;
	height:32px;
	padding:7px 0px 0px 10px;
	background-image:url(../images/cat_br_1.png);
	background-repeat:no-repeat;
	display:inline-block;
	color:#FFF;
	font-size:16px;
}
.categories .cat1 ul li a.linktwo{
	width:187px;
	height:32px;
	padding:7px 0px 0px 10px;
	background-image:url(../images/cat_br_2.png);
	background-repeat:no-repeat;
	display:inline-block;
	color:#FFF;
	font-size:16px;
}
.categories .cat1 ul li a.linkthree{
	width:187px;
	height:32px;
	padding:7px 0px 0px 10px;
	background-image:url(../images/cat_br_3.png);
	background-repeat:no-repeat;
	display:inline-block;
	color:#FFF;
	font-size:16px;
}


.categories .cat2 {
	float:left;
	width:300px;
	margin-right:20px;
	margin-top:10px;
}
.categories .cat2 ul{
	width:298px;
	height:143px;
	padding:230px 0px 0px 0px;
	float:left;
	border:#906d5a solid 1px;
	background-image:url(../images/cat2.jpg);
	background-repeat:no-repeat;
	list-style:none;
}
.categories .cat2 ul li a.linkone{
	width:187px;
	height:32px;
	padding:7px 0px 0px 10px;
	background-image:url(../images/cat_br_1.png);
	background-repeat:no-repeat;
	display:inline-block;
	color:#FFF;
	font-size:16px;
}
.categories .cat2 ul li a.linktwo{
	width:187px;
	height:32px;
	padding:7px 0px 0px 10px;
	background-image:url(../images/cat_br_2.png);
	background-repeat:no-repeat;
	display:inline-block;
	color:#FFF;
	font-size:16px;
}
.categories .cat2 ul li a.linkthree{
	width:187px;
	height:32px;
	padding:7px 0px 0px 10px;
	background-image:url(../images/cat_br_3.png);
	background-repeat:no-repeat;
	display:inline-block;
	color:#FFF;
	font-size:16px;
}

.categories .cat3 {
	float:left;
	width:300px;
	margin-top:10px;
}
.categories .cat3 ul{
	width:298px;
	height:143px;
	padding:230px 0px 0px 0px;
	float:left;
	border:#906d5a solid 1px;
	background-image:url(../images/cat3.jpg);
	background-repeat:no-repeat;
	list-style:none;
}
.categories .cat3 ul li a.linkone{
	width:187px;
	height:32px;
	padding:7px 0px 0px 10px;
	background-image:url(../images/cat_bl_1.png);
	background-repeat:no-repeat;
	display:inline-block;
	color:#FFF;
	font-size:16px;
}
.categories .cat3 ul li a.linktwo{
	width:187px;
	height:32px;
	padding:7px 0px 0px 10px;
	background-image:url(../images/cat_bl_2.png);
	background-repeat:no-repeat;
	display:inline-block;
	color:#FFF;
	font-size:16px;
}
.categories .cat3 ul li a.linkthree{
	width:187px;
	height:32px;
	padding:7px 0px 0px 10px;
	background-image:url(../images/cat_bl_3.png);
	background-repeat:no-repeat;
	display:inline-block;
	color:#FFF;
	font-size:16px;
}
/*
=======================================================================
	Footer Rules
=======================================================================
*/
#footer {
	width:100%;
	color:#cccccc;
	background-color:#666;
	border-bottom:#383838 solid 6px;
    padding-top:10px;
}
.inner {
	width:940px;
	margin:0px auto;
}
a.top {
	display:inline-block;
	padding:5px 25px 5px 15px;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	background-position:85% 50%;
	background-color:#383838;
	float:right;
	color:#b3b3b3;
}
a.top:hover {
	background-color:#000;
}
/*
=======================================================================
	copyrights Rules
=======================================================================
*/
.copyrights {
	float:left;
	padding:35px 0px 0px 0px;
}
/*
=======================================================================
	Footer Right Section Rules
=======================================================================
*/
.footer_right {
	float:right;
	padding-top:20px;
}
.footer_right ul.newsletterbotm{
	float:right;
	list-style:none;
	margin:0px 0px 10px 0px;
}
.footer_right ul.newsletterbotm li{
	float:left;
	margin-left:2px;
}
.footer_right ul.newsletterbotm li.txt{
	padding:6px 10px 0px 0px;
}
.footer_right ul.newsletterbotm li input.bar{
	float:left;
	width:171px;
	height:20px;
	padding:2px 5px;
	background-color:#f1f1f1;
	color:#787878;
	border:#9c9c9c solid 1px;
}
.footer_right ul.newsletterbotm li a.signup{
	float:left;
	width:60px;
	height:20px;
	padding:4px 5px 0px 5px;
	background-color:#383838;
	color:#787878;
	border:#1e1e1e solid 1px;
	text-align:center;
}
.footer_right ul.newsletterbotm li a.signup:hover{
	background-color:#1e1e1e;
}
.footer_right ul.network{
	float:right;
	list-style:none
}
.footer_right ul.network li{
	float:left;
	margin-left:4px;
}
.footer_right ul.network li.txt{
	padding-top:4px;
	padding-right:10px;
	float:left;
}
/*
=======================================================================
	Footer Links Rules
=======================================================================
*/

.footerlinks {
	float:left;
	width:940px;
	margin-top:30px;
        
}
.footerlinks dt{
	font-weight:bold;
    padding-bottom:10px;
}
.footerlinks dl{
	float:left;
	list-style:none;
	width:216px;
	border-top:#949494 solid 1px;
	padding:10px 0px;
	margin-right:25px;
}
.footerlinks dl.last{
	margin-right:0px;
}
.footerlinks dl dd{
	width:216px;
	color:#ccc;
	padding:2px 0px;
}
.footerlinks dl dd a{
	color:#ccc;
}
.footerlinks dl dd a:hover{
	color:#fff;
}

bottomvdelim2{
    
}
#qnits_copyright
{
color:gray;
font-family:Tahoma;
font-size:10px;
margin-top: -140px; margin-right: 27px;
}
