@charset "utf-8";
/* CSS Document */

body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images3/oldbg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #242424;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* Header Begins */

.hide{display:none!important}

#header {
	/*width: 100%;*/
	height: 128px;
	background-image: url(../images3/headbg.png);
	margin: 0 auto;
	border: 1px solid #000000;
}
#innerhead {
	width: 876px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	margin-top: 12px;
	float:left;
}
ul.topnav {
	float: right;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#righthead {
	float: right;
	padding: 0px;
}
#righthead a:link {
	color:#FFF;
	text-decoration:none;
}
#righthead a:visited {
	color:#FFF;
	text-decoration:none;
}
#righthead a:hover {
	color:#d888c0;
	text-decoration:none;
}
ul.topnav li {
	float: left;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
}
ul.topnav li.title {
	padding: 15px 10px 15px 10px;
}
ul.topnav li.bag {
	border-right: #d888c0 1px solid;
	padding: 0px 8px 0px 5px;
}
ul.topnav li.lines {
	border-right: #d888c0 1px solid;
	padding: 15px 10px 15px 10px;
}
#searchbar {
	float: right;
	height: 26px;
	padding-top: 10px;
}
span.white {
	display: inline;
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
}
#sform {
	display: inline;
	margin: -3px 5px 0px 5px;
}
#searchbtn {
	display:inline;
	margin-right: 30px;
}
/* End of Header */


/* Navbar Begins */

#navbar {
	width: 100%;
	float:left;
	/*margin-top: -2px;*/
	padding-bottom: 0px;
}
ul.mainnav {
	list-style-type: none;
	display: block;
	margin-top: 13px;
	margin-left: 0px;
	padding: 0px;
}
ul.mainnav li {
	float: left;
	margin: 0px;
	text-align:center;
	line-height: 33px;
	height: 33px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images3/navdiv.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#navbar a {
	display: block;
	height: 30px;
	padding: 0px 10px 0px 10px;
	float: left;
	height: 100%;
}
#navbar a:link {
	color:#FFF;
	text-decoration:none;
}
#navbar a:visited {
	color:#FFF;
	text-decoration: none;
}
#navbar a:hover {
	color:#000;
	text-decoration:none;
}
#help:hover {
	background-color:#FCF;
}
#cont {
	display:block;
	height: 33px;
	width: 80px;
}
#cont:hover {
	background-color:#FCF;
}
/* Navbar ends */
	




#maincontent {
	width: 876px;
	/*height: 1030px;*/
	margin-left: auto;
	margin-right :auto;
	background-color: #FFF;
	text-align: left;
	background-image: url(../images3/pagebg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
#maincontent p {
	padding-left: 20px;
	padding-right: 20px;
}
/* Home page begins */


#mainpic {
	width: 876px;
	height: 314px;
	background-image: url(../images3/mainpic-autwin.jpg);
}
#advert {
	margin-top: 85px /* 200px */;
}
#products {
	float: left;
	width: 876px;
	height: 315px;
	background-image: url(../images3/productsbg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#FFF;
	overflow: hidden;
}
.product {
	float:left;
	width: 174px;
	text-align:center;
}
.product img {
	border: none;
}
div.product2 {
	padding-top: 15x;
	padding-bottom: 15px;
	float:left;
	width: 210px;
	height:400px;
	text-align:center;
	border-bottom: 1px solid #999;
	background-image:url(../images3/prodbg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-left: 7px;
	margin-top: 20px;
}

.prodTitle { font-size: 14px; font-weight: bold; height:50px}

#maincol1 {
	float: left;
	width: 350px;
}
#maincol2 {
	float: left;
	width: 304px;
}
#maincol3 {
	float: left;
	width: 526px;
	padding-bottom: 20px;
}
#advert2 {
	float: right;
	width: 199px;
	height: 145px;
	background-image: url(../images3/advertbg.gif);
	margin: 10px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 170%;
}
#advert2 p {
	margin-top: 25px;
}
/* Homepage ends */



/* Product Page begins */


#ppage {
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	width: 876px;
	/*height: 650px;*/
	background-image: url(../images3/pagebg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#FFF;
}
#pagetitle2 {
	width: 100%;
	/*float:left;*/
	height: 140px;
	padding: 20px 0px 0px 20px;
}
#prodtitle {
	float:left;
	width: 75%;
	height: 50px;
}
#prodpic {
	text-align:center;
	float:left;
	width:40%;

}
#prodinfo {
	float:left;
	width: 60%;
}
#shopbag {
	float:right;
	width: 400px;
	height: 145px;
	background-image:url(../images3/shopbag.png);
	background-repeat:no-repeat;
	background-position: top right;
	margin-right: 40px;
	text-align:right;
	padding: 50px 30px 0px 0px;
}
span.shop {
	font-weight: bold;
	color:#FFF;
}
#bagbtn {
	padding-top: 18px;
}
/* Product page ends */


/* Catergory page begins */

#category {
	float:left;
	width: 876px;
	background-image: url(../images3/pagebg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#FFF;
}
#pagetitle {
	width: 876px;
	/*float:left;*/
	height: 140px;
}
td {
	font-size: 12px /*70%*/;
	text-align:left;
}
td.prod {
	font-size: 90%;
}
td.cat {
	font-size: 70%;
	font-weight: bold;
	text-align:right;
}
span.right {
	float: right;
	padding-right: 20px;
}
#showing {
	width: 866px;
	float:left;
	padding: 5px 0px 5px 0px;
	margin: 0px 5px 0px 5px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
/* Category Page ends */


/* Shopping Bag begins */

#bagpic {
	float:left;
	width: 200px;
	text-align:right;
	height: 170px;
}
#sbintro {
	width: 600px;
	float:left;
}
#sbintro p {
	margin-left: 20px;
	margin-right: 20px;
}
#sbtable {
	float: left;
	width: 786px;
	padding-left: 40px;
}
#sb th {
	text-align: left;
	color:#FFF;
	background-color: #a03e83;
}
#sb td {
	font-size: 90%;
	border-bottom:#999 1px solid;
}
div.bagbtns {
	float:left;
	width: 33%;
	text-align:center;
	padding-top: 40px;
}
/* Shopping Bag ends */


/* Login begins */

#half2 {
	width:50%;
	float: left;
	height: 330px;
}
#half1 {
	width:50%;
	float: left;
	height: 330px;
	background-image:url(../images3/loginbg.png);
	background-repeat:no-repeat;
	text-align:center;
}
#logintxt {
	float:left;
	width:100%;
}
#logintxt p {
	padding: 0px 10px 10px 10px;
}
div.customer {
	width:100%;
	float:left;
	color:#FFF;
	margin-top: 15px;
}
#customerlogin1 {
	float:left;
	width: 35%;
	text-align:right;
}
#customerlogin2 {
	float:left;
	width: 65%;
	text-align:left;
}
#customerlogin1 p {
	line-height: 145%;
	margin-top: 15px;
}
#loginform {
	margin: 15px 0px 0px 10px;
	padding: 0;
}
input.loginbox {
	margin-bottom: 5px;
}
div.centerpic {
	text-align: center;
}
#continuebtn {
	margin: 60px 0px 0px 150px;
}
#continuebtn2 {
	margin-top: -5px;
	margin-left: 150px;
}
#contshop {
	margin-top: 30px;
}
/* Login ends */

/* Contact Page Begins */

#spage {
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	width: 876px;
	height: 840px;
	background-image: url(../images3/pagebg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#FFF;
}
#titlesplit1 {
	float:left;
	width: 75%;
	height:100px;
}
#titlesplit2 {
	float:left;
	width:25%;
	height:40px;
	padding-top: 60px;
}
#pagesplit1 {
	float:left;
	width:75%;
}
#pagesplit1 a:link {
	color:#0000FF;
	text-decoration:none;
}
#pagesplit1 a:visited {
	color:#0000FF;
	text-decoration:none;
}
#pagesplit1 a:hover {
	color:#0000FF;
	text-decoration:underline;
}
#pagesplit1 p {
	padding: 0px 20px 0px 20px;
	font-size: 80%;
}
#pagesplit1 h4 {
	padding: 10px 0px 10px 20px;
	background-image: url(../images3/header.gif);
	background-repeat: no-repeat
}
#pagesplit2 {
	float:left;
	width:25%;
}
#pagesplit2 p {
	padding-right: 10px;
}
#contactform {
	padding-top: 18px;
}
#contact {
	float:left;
	height: 400px;
	color: #FFF;
	text-align:center;
	background-image:url(../images3/contactbg.png);
	background-repeat:no-repeat;
}
#contactform1 {
	float:left;
	width: 35%;
	text-align:right;
	line-height: 170%;
	font-weight: bold;
}
#contactform1 p {
	margin-top: 15px;
}
#contactform2 {
	float:left;
	width: 65%;
	text-align:left;
}
#submit {
	float: right;
	margin-top: -10px;
	margin-right: 40px;
	padding-bottom: 30px;
}
p.contact {
	color:#000;
}
/* Contact Page Ends */

/* About Page Begins */

#maincontent2 {
	width: 876px;
	/*height: 1200px;*/
	margin-left: auto;
	margin-right :auto;
	background-color: #FFF;
	text-align: left;
	background-image: url(../images/pagebg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
#biglinks a:link {
	color: #a03e83;
	font-weight: bold;
	text-decoration:none;
}
#biglinks a:visited {
	color: #a03e83;
	font-weight: bold;
	text-decoration:none;
}
#biglinks a:hover {
	color: #000000;
	font-weight: bold;
}
span.pink {
	color: #a03e83;
	font-weight: bold;
}
td.line {
	border-bottom: 1px solid #999;
	font-size: 100%;
}
h5 {
	padding-left: 20px;
}
/* About Page Ends */


/* FAQ Page Begins */

#faqcontent {
	width: 876px;
	margin-left: auto;
	margin-right :auto;
	background-color: #FFF;
	text-align: left;
	background-image: url(../images3/pagebg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
td.q {
	text-align:center;
	color:#FFF;
	font-size: 90%;
	font-weight: bold;
	background-color: #a03e83;
	border-right: 2px solid #71265a;
	border-bottom: 2px solid #71265a;
	border-left: 2px solid #d495c1;
	border-top: 2px solid #d495c1;
}
td.question {
	color:#FFF;
	font-size: 90%;
	font-weight: bold;
	background-color: #a03e83;
	border-right: 2px solid #71265a;
	border-bottom: 2px solid #71265a;
	border-left: 2px solid #d495c1;
	border-top: 2px solid #d495c1;
}
/* FAQ Page ends */

/* How To Page Begins */

#howto {
	width: 876px;
	/*height: 1500px;*/
	margin-left: auto;
	margin-right :auto;
	background-color: #FFF;
	text-align: left;
	background-image: url(../images3/pagebg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
/* How To Page ends */

/* Terms Page Begins */

#termscontent {
	width: 876px;
	margin-left: auto;
	margin-right :auto;
	background-color: #FFF;
	text-align: left;
	background-image: url(../images3/pagebg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
/* Terms Page Ends */



/* Footer Begins */
	
#footer {
	width: 876px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	text-align: left;
	font-size: 0.8em;
	background-color: #FFF;
	border-top: #999 1px solid;
}
#footer p {
	margin-top: 0px;
}
#lowfooter {
	width: 876px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-image: url(../images3/bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: #999;
}
span.foottxt {
	font-size: 0.7em;
}
#address {
	float:left;
	margin-left: 20px;
	margin-top: 10px;
}
#master {
	float:left;
	margin: 40px 68px 0px 65px;
}
#visa {
	float:left;
	margin: 50px 68px 0px 65px;
}
img.cards {
	float:left;
	margin: 10px;
}

/* end of Footer */


/* Links*/

a:link {
	color:#666;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#bc6fa5;
}
/* end of Links */


/* Headers */


h1 {
	margin: 0;
	font-size: 120%;
	padding: 10px 0px 15px 20px;
	margin-top: 10px;
	background-image: url(../images3/header.gif);
	background-repeat: no-repeat;
}
h1.prod {
	margin: 0;
	font-size: 120%;
	padding: 10px 0px 15px 20px;
	margin-top: 10px;
	background-image: url(../images3/productheaderbg.png);
	background-repeat: no-repeat;
}
h1.large {
	font-size: 4em;
	color:#FFF;
	background:none;
	margin: 0 0 0 20px;
	padding: 0;
}
h2 {
	color:#FFF;
	margin: 0px;
}
h4 {
	padding-bottom: 0px;
	margin-bottom:0px;
}
h4.down {
	margin-top:20px;
}
h5 {
	padding: 0;
	margin: 0;
	color: #bc6fa5;
	padding-left: 20px;
}

/* End of Headers */


.logbox_tran{
	padding-top:7px;
	width:375px;
	height:150px;
	background:url(../images2/loginback_tran.png) no-repeat;
	margin:0 auto;
	color:white;
	text-align:center;
	font-weight:bold;
}
*html .logbox_tran { background:url(../images2/loginbox_trans.gif) no-repeat; } /* for IE6 */

a img { border: none; }


div.product2 h5, #products span {
	padding: 0;
	margin: 0;
	display: block;
	color: #bc6fa5;
	padding-left: 20px;
	margin: 15px 0px 0px 0px;
	 height: 48px; 
	 overflow: hidden;
	 font-size: 12px;
	 font-weight: bold;
}

