/* SET MARGIN AND PADDING TO 0 FOR ALL ELEMENTS */
/** {
margin: 0; padding: 0;
}
*/
/* SET BASE FONT ATTRUBUTES */
html, body {
font: Georgia, "Times New Roman", Times, serif 14px/1.5em;
color: #000;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q,  thead, tbody, tfoot, caption, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}

h1 {font-size: 3em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.25em;}
h4 {font-size: 1em;}
h5 {font-size: 0.75em;}
h6 {font-size: 0.5em;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link, a:visited {color: #00f;}
a:hover {color: #33f;}
a:active {color: #fff;}
a img, :link img, :visited img {border: none}



/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: none;}

body {
	background: #000000 url(../../../images/shop/3/bodybg.gif) repeat-x;
}

body{
	font: normal .7em Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
}
#text_cart{
	color:#000000;
	font-weight:bold;

}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	color: #FFD133;
	/*text-transform: lowercase;*/
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}


blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: none;
}

a {text-decoration: none;}
a:link, a:visited {color: #FFD133;}
a:hover {color: #FFD133; text-decoration: underline;}
a:active {color: #FFD133;}

/* Wrapper */

#wrapper {
	margin: 0px auto;
}

/* Header */

#header {

	margin: 0px auto;

	width: 950px;
}

#header #logo {
	position: absolute;
	top: 10px;
	left: 30px;  
}

#header h1 {
	position: absolute;
	top: 18px;
	left: 100px;  
	font-variant: small-caps;
}

#header h3 {
	position: absolute;
	top: 60px;
	left: 110px;
}

#header a {
	text-decoration: none;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
	background: #000000 url(../../../images/shop/3/menubg.gif) no-repeat;
	height: 50px;
	width: 950px;
	margin: 0px auto;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 15px 47px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 0em 1em 0em 1em;
	display: inline;
}

#menu li a
{
	color: #000000;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-size: 1.5em;
}

#menu li a.current
{
	border-bottom: 3px solid #000000;
	text-decoration: none;
}

#menu li a:hover
{
	border-bottom: 3px solid #000000;
	text-decoration: none;
}

/* Content */

#content {
	width: 950px;
	background: #000000 url(../../../images/shop/3/contentbg.gif) repeat-y;
	border-bottom: 7px solid #FFFFFF;
	margin: 0px auto;
}

/* Blog */

#blog {
	float: right;
	width: 700px;
	margin: 0px auto;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding: 10px 25px 10px 25px;
}

.post .title {
	border-bottom: 1px dotted #FFFFFF;
}

.post .title a {
	text-decoration: none;
	font-variant: small-caps;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -34px;
	text-align: right;
}

.post .entry {
	padding: 0px 15px 10px 15px;
	/*line-height: 1.8em;*/
}

.post .meta {
	padding: 0 15px;
	font-size: x-small;
}

.post .meta a {
	text-decoration: underline;	
}

.post .meta a:hover {
	text-decoration: none;	
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin: 0px auto;
}

#sidebar ul {
	list-style: none;
	margin: 10px 30px;
}

#sidebar li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li li {
	/*line-height: 1.5em;*/
	margin: 0px;
	padding: 0px;
	color: #97E300;
	/*text-transform: lowercase;*/
}

#sidebar h2 {
	height: 5px;
}

#sidebar a {
	text-decoration: none;
	color: #97E300;
	/*text-transform: lowercase;*/
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	width: 950px;
	margin: 0px auto;
	padding-top: 5px;
	background: #000000;
	color: #FFFFFF;
}

#footer p {
	margin: 0px auto;
	padding: 0px 10px;
	text-align: right;
	font-size: x-small;
	/*text-transform: lowercase;*/
}

#footer a {
	/*text-transform: lowercase;*/
}



/*add new*/


#pd_name {
font-weight:bold;
font-size:12px;   
}
#pd_price {
font-weight:bold;
font-size:12px;   
}
#pagging{
	width:630px;
	float:right;
	margin-top:15px;
	margin-bottom:6px;
}
#product ul{
	width:600px;
	height:130px;
	margin-left:0 auto;
	float:left;
}
#product ul li{
	display:block;
}
#product ul li.pd{
	width:280px;
	height:130px;
	border:#66CC99 solid 1px;
	padding:8px 0 0 9px;
	margin-left:5px;	
	float:left;
}
#product ul li.pd span.red span.black{
	font:normal 19px/21px Arial, Helvetica, sans-serif;
	color:#414141;
	background-color:inherit;
	float:left;
}
/*--------------------------------- producr desc  ---------------------------*/
#product_desc{
	
	
}
#product_desc ul{


}
#product_desc ul li{
display:block;
}
#product_desc ul li.pd_desc{

	width:586px;
	height:360px;
	border:#66CC99 solid 1px;
	display:block;
	padding:18px px;
	margin:15px -13px;
}


.product_name_text {
	margin: 3px;
	float: left;
	width:270px;
	font-family: Verdana;
	font-size: 18px;
	color:#FF0066;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.product_desc_text {
	margin: 3px;
	width:255px;
	font-family: Verdana;
	font-size: 12px;
	/*color: #666600;*/
	font-weight: normal;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#footer p {
	color:#8B9C81;		
	text-align:center;
	}
	
/********************** check out ****************************/
.contactformmessage {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 170px;
	width: 400px;
	float: left;
	margin: 3px;
	padding: 3px;
}	
.contactformfield {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 400px;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
}
.contactsubmit {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(../../../images/shop/2/read_more_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 76%;
	clip: rect(500px,500px,auto,auto);
	top: 500px;
	right: 500px;
	bottom: 500px;
	left: 500px;
	float: left;
	margin: 5px;
	padding: 5px;
}


.contactbox {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 18px;
}
.commentslabel {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	height: 170px;
	width: 100px;
	margin: 3px;
}
.contactbg {
	background-attachment: fixed;
	background-image: url(../../../images/shop/2/contactbg.gif);
	background-repeat: no-repeat;
	background-position:left;
	height: 604px;
	width: 669px;
	float:left;
	padding-left:0px;
}



.contactmessagebox {

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 170px;
}
.contacttextarea {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin: 3px;
	padding: 3px;
}
.submitarea {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	width: 600px;
}
.submitbutton {
	font-family: Verdana;
	font-size: 11px;
	color:#FF9900;
	border: 1px solid  #FF9900;;
	height: 23px;
	width: 70px;
}


.contacttext {
	margin: 3px;
	height: 18px;
	width: 100px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.tb_contacttext {
	margin: 3px;
	height: 18px;
	width: 100px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.contactareas {
	float: left;
	height: 540px;
	width: 45px;
	background-image: url(../../../images/shop/2/contactbg.gif);
	top: 0px;
}
.contacthead {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px;
	height: 25px;
	width: 400px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}


.contacterrortext {
	margin: 3px;
	padding: 3px;
	height: 18px;
	width: 10px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.contactsidehead {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #CFC88B;
	margin: 4px;
	height: 20px;
	width: 400px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.contactind {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	margin: 3px;
	height: 20px;
	width: 400px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.contactformmsgfield {

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 170px;
	width: 400px;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
}
.submitbuttonarea {
	margin: 5px;
	float: left;
	height: 50px;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 132px;

}
.contactcommenttext {
	margin: 3px;
	height: 170px;
	width: 100px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.bodytextarea {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 560px;
	margin: 3px;
	padding: 3px;
}
.errortext {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
}

.body1text {

	font-family: Verdana;
	font-size: 16px;
	color: #27817D;
	width: 560px;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
}
.textboxEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 18px;
	width: 250px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.textboxEffect:hover
{
background-color:#FFFFFF;
color:#666600;
margin:0px;
padding:0px;
border:1px solid #666600;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.MassageboxEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 170px;
	width: 300px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.MassageboxEffect:hover
{
background-color:#FFFFFF;
color:#666600;
margin:0px;
padding:0px;
border:1px solid #666600;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*--------------------  HOW    ----------------------------*/
#how{
	width:580px;
	float:left;
	padding-left:0px
}
/********************** check out ****************************/
#link a{
	color:#569E47;
	text-decoration:none;

}
#link a:hover{
	color:#00CCFF;
	background-color:inherit;
}
