@media print, projection, screen {
html,body,form {
	padding:0;
	margin:0;
}

.contentbody{width:100%;height:100%;background:url("../images/bg2.png") no-repeat;background-position:center;}

.homebody{width:100%;height:100%;background:url("../images/bg.png") no-repeat;background-position:center;}

body{
	background-color:#000000;
	background-image:url(../images/bg-1.png);
	background-repeat:repeat-x;
	min-height:100%;
	height: auto;
	background-position:bottom left;
}


.container_home{
	text-align:left;
	margin:0 auto;
	width:800px;
	height:1060px;
}

.container{
	text-align:left;
	margin:0 auto;
	width:800px;
	height:1060px;
}

.content_home{
	padding:332px 10px 10px 10px;
	width:780px;
	float:left;
}

.data_home{
	padding:0px;
	width:790px;
	height:290px;
	overflow:auto;
}

body, div, p, td, li, input, textarea, option, select {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size:11px;
	color:#333333;
}

h1, h2 {
	font-size:10px;
	padding:0 0 0 0;
	margin:10px 0 -10px 0;
}

h3 {	
	font-size:12px;
	font-weight:bold;
	margin:0px 0 -10px 0;
}

.red{color:#ff0000;}

.footer{
	font-size:11px;
	color:#999999;
}

.footer_holder{
	position:absolute;
	width:800px;
	top:912px;
	clear:both;
}

strong, em {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a,a.footer {
	color:#ff0000;
	text-decoration:none;
}

a:hover,a.footer:hover {
	color:#999999;
	text-decoration:underline;
}

.image{
	position:relative;
	vertical-align:middle;
	border:none;
}

table.loginbox{
	margin-left:14px;
	padding:0px;
	width:180px;
	border-bottom:1px solid #fff;
}

table.loginbox td.head{
	padding:6px;
}

table.loginbox td{
	padding:4px;
}

table.full{
	width:100%;
	padding:0;
	border-collapse:collapse;
	border:none;
	margin:0;
}

table.full td{
	padding:0;
	margin:0;
	border-collapse:collapse;
	border:none;
}

.leftcol{
	width:0px;
	margin:0;
	padding:0;
	vertical-align:top;
}

.rightcol{
	width:200px;
	vertical-align:top;
}

.main{
	width:580px;
	vertical-align:top;
}

.testimonials, .featured{
	padding:10px;
	padding-bottom:0px;
	width:180px;
}

.lightbg{
	background:#f9fbec;
}

.lightborder{
	border:1px solid #f9fbec;
}
.darkborder{
	border:1px solid #999999;
}

.pageheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#48464b;
	padding:10px;
	font-weight:bold;
}

.header{
	font-family:"Trebuchet MS";
	font-size:13px;
	padding:10px;
	padding-top:0px;
	color:#ffff00;
	font-weight:bold;
}

.header2{
	font-family:"Trebuchet MS";
	font-size:13px;
	padding:10px;
	padding-top:0px;
	color:#ffffff;
	font-weight:bold;
}

.prod_image{
	width:100px;
	height:100px;
	border:none;
	padding-left:40px;
	padding-right:40px;
}

.prod_price{
	color:#444444;
	font-weight:bold;
	font-size:12px;
}

.content{
	clear:both;
	margin-top:350px;
	padding:0px 15px 15px 15px;
	width:540px;
	height:460px;
	overflow:auto;
	overflow-x:hidden;
}


.paging{
	text-align:right;
	color:#999999;
	font-size:10px;
	white-space:nowrap;
}

ul.subcats{margin-top:-10px;margin-bottom:-10px;}

ul.subcats li{
	display: inline;
	list-style: none;
	padding-right: 20px;
}

table.prod{
	float:left;
	border:1px solid #cccccc;
	background:#efefef;
	margin-right:10px;
}

table.single{
	clear:both;
	border:1px solid #cccccc;
	background:#efefef;
	margin-bottom:10px;
}

table.single tr{
	vertical-align:top;
}

table.single td{
	padding:5px;
}

.thumb{
	/*width:100px;
	height:100px;*/
	border:none;
}

hr {
	color:#333333;
	background-color:#333333;
	border:0;
	height:1px;
}

table.product,table.options{
	padding:5px;
	border-collapse:separate;
	border:none;
}

table.product td,table.options td{
	vertical-align:top;
	padding:2px;
}

table.options td{
	font-size:12px;
}

input,select,textarea {
	color:#333333;
	letter-spacing:1px;
	background:#FAFAFA;
	border:1px solid #cccccc;
	border-collapse:collapse;
	padding-left:4px;
}

.required{
	border:1px solid #ff0000;
}

.button {
	background-color:#666666;
	text-transform:capitalize;
	color:#FFFFFF;
	font-weight:bold;
}

.button3 {
	color:#666666;
	font-weight:bold;
	font-size:12px;
	width:100px;
	height:20px;
	border:none;
	background:url(../images/button.jpg) no-repeat;
}

table.cart{
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
}

table.cart tr{
	background:#fefefe;
	vertical-align:top;
}

table.cart tr.header{
	background:#aaaaaa;
}

table.cart td{
	padding:2px;
	border-bottom:1px solid #999999;
}

tr.header{
	background:#eeeeee;
	border-bottom:1px solid #999999;
}

table.block td{
	border:1px solid #999999;
	background:#f9fbec;
	padding:5px;
}

table.block tr{
	vertical-align:top;
}

.notfound{
	background:url('../images/404.gif');
	background-repeat:no-repeat;
	height:100px;
	padding-left:260px;
	padding-top:10px;
}

.subscribe{
	background:url(../images/box.png) no-repeat;
	border:none;
	padding-left:7px;
	padding-right:7px;
	width:186px;
	height:20px;
}

}
