body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	background-color:#d3b083;
	border-color:#d5d5d5;
}
/*page_cont_starts
-------------------------------------------------------------- */
#page_cont {
	width:100%;
}
/*page_cont_ends
-------------------------------------------------------------- */


/*page_center_starts
-------------------------------------------------------------- */
#wrapper {
	width:1006px;
	margin:auto;
}
/*page_center_ends
-------------------------------------------------------------- */


/* Headings_starts
-------------------------------------------------------------- */
img { border:none;}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#000;
}
h1 {
	margin-bottom:0.5em;
	color:#b12a1c;
	font-size:22px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0.75em;
}
h3 {
	font-size:16px;
	margin-bottom:1em;
	font-weight:bold;
	text-align:center
}
h3 a {
	font-size:16px;
	margin-bottom:1em;
	font-weight:bold;
	color:#000;
	text-decoration:none
}
h3 a:hover {
	font-size:16px;
	margin-bottom:1em;
	font-weight:bold;
	color:#000;
	text-decoration:underline
}
h4 {
	font-size:12em;
	margin-bottom:1em;
}
h5 {
	font-size:12em;
	margin-bottom:1em;
}
h6 {
	font-size:12em;
	margin-bottom:1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
	padding:0
}
/* Headings_ends
-------------------------------------------------------------- */

/* Text elements_starts
-------------------------------------------------------------- */

p {
	font-size:12px;
}
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left {
	float:left;
}
p .left {
	margin:1.5em 1.5em 1.5em 0;
	padding: 0;
}
.right {
	float:right;
}
p .right {
	margin:1.5em 0 1.5em 1.5em;
	padding: 0;
}
a:focus, a:hover {
	color:#09f;
}
a {
	color:#06c;
	text-decoration:underline;
}
strong {
}
strong a {
	font-weight:normal;
	float:right;
	color:#b12a1c;
	text-decoration:none
}
strong a:hover {
	color:#000;
	text-decoration:underline
}
span {
	  font-size:10px; color:#747577
}
address {
	font-style:normal;
	color:#b12a1c
}
b {
	color:#000
}
/* Text elements_ends
-------------------------------------------------------------- */


/* Lists_starts
-------------------------------------------------------------- */

li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0;
}
ul {
	list-style-type:none;
}
ol {
	list-style-type:none;
}
/* Lists_ends
-------------------------------------------------------------- */


/* Tables_starts
-------------------------------------------------------------- */

table {
	width:100%;
}
th {
	font-weight:bold;
}
thead th {
	background:#000;
}
tr {
}
td {
}
/* Tables_ends
-------------------------------------------------------------- */
#container {
	width:1006px;
	float:left;
	text-align:left;
	position:relative;
}
/** Header Section Start Here **/
#headerSection {
	width:1006px;
	height:213px;
	float:left;
	background:url(images/header-bg.png) no-repeat center;
	margin:3px 0 0 0;
}
.logo {
	width:473px;
	float:left;
	margin: 12px 0 0 22px;
}
.boxTopRight {
	width:375px;
	height:134px;
	float:right;
	background:url(images/view-cart-bg.png) no-repeat;
	margin: 14px 5px 0 0;
}
.boxText {
	width:auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	padding: 0 35px 0 0;
	margin: 15px 0 0 0;
	line-height:33px;
}
.boxText a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}
.boxText a:hover {
	color:#CCCCCC;
}
/** Header Section End Here **/

/** middle Section Start Here **/
#middleSection {
	width:1006px;
	float:left;
	background-color:#FFFFFF;
	margin: 5px 0 0 0;
	-moz-box-shadow: 0 0 1em #383737;
    -webkit-box-shadow: 0 0 1em #383737;
    box-shadow: 0 0 1em #383737;
}
/** Left Section Start Here **/
#leftSectionOuter {
	float:left;
	width:160px;
	margin: 0px 0 0 0;
}
.leftSectionInner {
	width:160px;
	float:left;
}
.leftSectionInner ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.leftSectionInner li {
	padding:0;
	margin:0;
	list-style-type:none;
	background:url(images/li-bg.jpg) no-repeat;
}
.leftSectionInner li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	border-bottom:#999999 1px solid;
	background:url(images/arrow.jpg) no-repeat;
	background-position:left 12px;
	padding: 8px 0 8px 25px;
	display:block;
}
.leftSectionInner li a:hover {
	color:#5b5a5a;
}
/** Left Section End Here **/

/** Right Section Start Here **/
#midRightSection {
	width:845px;
	float:left;
	min-height:600px;
	margin: 6px 0 0 0;
}
.productBoxOuter {
	width: 413px;
	float: left;
	min-height: 182px;
	border: #d5d5d5 1px solid;
	margin: 0 0 5px 5px;
}

.productBoxOuter2 {
	width: 413px;
	float: left;
	min-height: 234px;
	border: #d5d5d5 1px solid;
	margin: 0 0 5px 5px;
}
.productImageBox {
	width: 191px;
	float: left;
	margin: 7px 0 0 5px
}
.productDetailBox {
	width:204px;
	float:left;
}
.productDetailBox h2 {
	padding:9px 0 0 7px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1f1f1f;
	font-weight:bold;
}
.productDetailBox p {
	padding:9px 0 12px 7px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#737272;
	float:left;
}
.readMoreButton {
	width:197px;
	text-align:right;
	margin-bottom:5px;
}
/** Right Section End Here **/

/** middle Section End Here **/

/** Footer Section Start Here **/
#footerSection {
	width:1006px;
	height:169px;
	background:url(images/footer-bg.jpg) no-repeat;
	float:left;
}
.footerNavigationBox {
	width:1006px;
	text-align:center;
	color:#424343;
	line-height:22px;
	padding: 30px 0 0 0;
}
.footerNavigationBox a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#424343;
	padding:4px;
}
.footerNavigationBox a:hover {
	color:#000000;
}
.email {
	width:1006px;
	text-align:center;
	padding-top:20px;
}
/** Footer Section End Here **/
tr {
	border: 1px solid #737272;
}
td {
	border: 1px solid #d5d5d5;
}
.leftpanel {
	width: 140px;
	border: 2px double #663300;
	background-image: url(pics/left.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.titlebar {

	background-color:#d3b083;
	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
	text-align: center;
	border: 1px solid #737272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #737272;
	width:840px;
	margin:0 5px 0 5px;
}
.subtitlebar {


	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
	text-align: center;
	border: 1px solid #737272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #737272;
	background-color:#d3b083;
}

.picturecell {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
	width: 200px;
}
.descriptioncell {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #737272;
	width: 340px;
}
.pricecell {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
	width: 100px;
}
.buycell {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
	width: 110px;
	text-align:center;
}
.threepanelcells {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #737272;
	width: 245px;
	font-weight: bold;
}
.twopanelcells {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #737272;
	width: 370px;
	font-weight: bold;
}
.extdescriptioncell {


	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #737272;
	width: 550px;
}
.fourpanelcells {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #737272;
	width: 180px;
	font-weight: bold;
}
.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #737272;
}
.listing_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737272;
	font-weight: bold;
}
.sizetable {
	width: 300px;
	border: 0px none;
}
.sizetablecells {
	width: 33%;
	border: 0px none;
}
.maintable {
	width: 1002px;
	background-color: #FFFFFF;
}
