@charset "utf-8";
body  {
	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;
	background-color: #EAE7E4;
	background-image: url(images/wallpaper.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCB0A7;
	clear: both;
	height: 90px;
	width: 950px;
} 
#headsearch {
	width: 400px;
	float: right;
	margin-left: 160px;
	height: 22px;
	margin-top: 8px;
	margin-bottom: 2px;
}


#headertop {
	float: right;
	width: 400px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #978477;
	font-size: 11px;
	margin-top: 8px;
}
#logoleft {
	padding-top: 14px;
	width: 380px;
	float: left;
	padding-left: 8px;
}
#menu {
	height: 26px;
	width: 950px;
	padding-top: 16px;
}


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #E9E6E2;
	background-color: #FFFFFF;
	height: 520px;
}
.twoColFixLtHdr #mainContent {
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
} 
.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBAFA7;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 20px;
} 
#footertop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEAE7;
	margin-bottom: 10px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nav01 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #978477;
	padding-bottom: 8px;
	padding-top: 6px;
}
.nav02 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #978477;
	line-height: 20px;
}
.nav03 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #978477;
	margin-left: 12px;
}
.headlink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCB0A7;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #978477;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.maincaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCB0A7;
}
#mainContent2 #detailleft {
	float: left;
	width: 290px;
}
#mainContent2 #detailright {
	margin-left: 5px;
	width: 440px;
	float: right;
}
#prodgallery1 {
	width: 225px;
	padding-right: 50px;
}


#product-name h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #978477;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#product-detail {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	margin-bottom: 8px;
	clear: both;
}
.fieldname {
	width: 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	margin-bottom: 4px;
	font-weight: bold;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}
.canceledprice {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: line-through;
}
.amount {
	width: 250px;
	float: left;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#details {
	width: 430px;
	margin-top: 6px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D3DCF1;
}
#prop01 {
	float: left;
	width: 160px;
	margin-right: 30px;
}
#product-button {
	width: 400px;
	float: left;
}

.price {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}
#newarrivals {
	width: 180px;
	margin-left: 5px;
	padding-bottom: 4px;
	padding-top: 10px;
	background-image: url(images/bg_catg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 5px;
}
#maincaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
}
#relateditems  {
	width: 600px;
	clear: both;
	padding-top: 20px;
}
.pd10 {
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #978477;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 12px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #644E1E;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #644E1E;
	text-align: justify;
}

.ar12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #644E1E;
	font-style: normal;
}





.altnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #99762d;
}
.scnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 18px;
	padding-left: 10px;
	color: #99762d;
}
.scnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 18px;
	padding-left: 10px;
	color: #99762d;
}
.metin {
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #978477;
	text-align: justify;
}
.ar11gray {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.tdmag {
	height: 460px;
	width: 600px;
	background-attachment: fixed;
	background-image: url(images/back_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #524007;
}
.ar11 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #644E1E;
	font-style: normal;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99762D;
	background-color: #F2F2EE;
}
.tdshop {

	height: 460px;
	width: 600px;
	background-attachment: fixed;
	background-image: url(../images/online.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#azo {
	background-color: #E8E2D4;
	height: 24px;
	width: 778px;
	border: 1px solid #C9AE77;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #8E732E;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
}
#azo a {
	text-decoration: none;
	color: #957633;
}
#azo a:hover {
	text-decoration: underline;
	color: #957633;
}
#headertop a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B0A69A;
}
