html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,font,img,strong,ol,ul,li,fieldset,form,table,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 1em;
}

#template {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #000000;
	overflow-x: hidden;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#box {
	float: left;
	clear: both;
	width: 980px;
	position: relative;
	z-index: 1;
}

#background {
	position: absolute;
	top: 0px;
	left: -310px;
	width: 1600px;
	height: 100%;
	background-image: url(../images/static/header-back.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}

a:link, a:hover, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

/* header */
#header {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 447px;
	background-repeat: no-repeat;
}

#header #top {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 91px;
}

#header #top #top-menu-back {
	position: absolute;
	left: -470px;
	top: 0px;
	width: 1920px;
	height: 91px;
	background-image: url(../images/static/top-menu-inactive-back.png);
	background-repeat: repeat-x;
}

#header #top-menu {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 91px;
}

#header #top-menu ul {
	display: block;
	float: left;
	width: auto;
	height: 47px;
	list-style-type: none;
	overflow: hidden;
	padding: 0px 19px;
}

#header #top-menu ul li {
	display: block;
	float: left;
	height: 45px;
	margin: 0px 25.6px 0px 0px;
	padding: 0px 10px 0px 12px;
	line-height: 50px;
	vertical-align: middle;
}

#header #top-menu ul li.first {
	
}

#header #top-menu ul li.last {
	margin: 0px;
}

#header #top-menu ul li:hover {
	color: #FFFFFF;
	background-image: url(../images/static/top-menu-active-back.png);
	background-repeat: repeat-x;
	border-bottom: 2px solid #798B16;
}

#header #top-menu ul li.first a {
	padding-left: 21px;
	background-image: url(../images/static/top-menu-home-icn.gif);
	background-repeat: no-repeat;
	background-position: 0px 21px;	
}

#header #top-menu ul li.first a:hover {
	
}

#header #top-menu ul li a {
	display: block;
	float: left;
	height: 45px;
	vertical-align: middle;
	text-decoration: none;
	color: #404b06;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}

#header #top-menu ul li a:hover {
	color: #404b06;
}

#header #top #search-box {
	position: absolute;
	right: 0px;
	top: 7px;
	width: 310px;
	height: 32px;
	background-image: url(../images/static/header-search-back.jpg);
	background-repeat: no-repeat;
}

#header #top #search-box #search_value {
	display: block;
	float: left;
	width: 226px;
	height: 32px;
	padding: 0px 0px 0px 44px;
	border: none;
	line-height: 32px;
	vertical-align: middle;
	color: #404b06;
	font-size: 16px;
	background-color: transparent;
}

#header #top #search-box #submit {
	float: left;
	width: 40px;
	height: 32px;
	border: none;
	background: none;
	cursor: pointer;
}

#header #header-logo {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 281px;
}

#header #header-logo #header-logo-back {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header #header-logo #header-logo-decoration {
	position: absolute;
	top: -21px;
	right: 12px;
}

#header #header-logo a {
	position: relative;
	float: left;
	clear: both;
}

#header #header-menu {
	float: left;
	clear: both;
	width: 100%;
	height: 37px;
	padding-top: 38px;
	background-image: url(../images/static/user-menu-back.jpg);
	background-repeat: no-repeat;
}

#header #header-menu ul {
	display: block;
	float: left;
	width: 460px;
	height: 27px;
	margin-top: 10px;
	list-style-type: none;
	margin-left: 2px;
	overflow: hidden;
}

#header #header-menu ul li {
	float: left;
	margin-left: 24px;
	padding-left: 7px;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	background-image: url(../images/static/list-back.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#header #header-menu ul li a {
	color: #151805;
	text-decoration :none;
}

#header #header-menu #header-box-1 {
	position: relative;
	float: right;
	width: 436px;
	margin: 0px 22px 0px 0px;
	text-align: right;
	font-family: "Myriad Pro";
	font-size: 28px;
	line-height: 29px;
	font-weight: normal;
	color: #151805;
}

#content {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0px 29px 0px;
	background-color: #FFFFFF;
}

#content .box {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#content #left {
	position: relative;
	width: 190px;
	float: left;
}

#content #left .box {
	float: left;
	clear: both;
	width: 190px;
	background-color: #434E09;
	text-align: center;
}

#content #left .box h1 {
	width: 172px;
	height: 37px;
	padding-left: 46px;
	margin-left: -28px;
	margin-bottom: 10px;
	line-height: 38px;
	vertical-align: middle;
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(../images/static/left-box-heading.png);
	background-repeat: no-repeat;
}

#content #left .box + .box {
	margin-top: 11px;
}

#content #left #left-menu {
	float: left;
	clear: right;
	background-color: #f5f5f5;
	padding-top: 6px;
}

#content #left #left-menu ul {
	float: left;
	width: 100%;
	list-style: none;
}

#content #left #left-menu ul li {
	width: 100%;
	margin-top: 1px;
	float: left;
	display: block;
}

#content #left #left-menu ul li a {
	display: block;
	float: left;
	text-align: left;
	width: 100%;
	text-indent: 15px;
	text-decoration: none;
	font-size: 17px;
	height: 54px;
	line-height: 55px;
	background-color: #DADADA;
	color: #252525;
	overflow: hidden;
}

#content #left #left-menu ul li a:hover {
	
}

#content #left #left-menu ul li a.active,
#content #left #left-menu ul li a:hover {
	border-left: 5px solid #454E0A;
	width: 185px;
	text-indent: 10px;
}

#content #left #left-menu ul ul {
	background-image: none;
	padding: 0px;
	float: left;
	display: none;
}

#content #left #left-menu ul li ul li {
	width: 100%;
	float: left;
	margin-top: 1px;
}

#content #left #left-menu ul li ul li a {
	display: block;
	float: left;
	text-align: left;
	width: 100%;
	text-indent: 15px;
	text-decoration: none;
	font-size: 17px;
	height: 54px;
	background-color: #C5C5C5;
	line-height: 55px;
	color: #252525;
	overflow: hidden;
}

#content #left #left-menu ul li ul li a:hover {
	
}

#content #left #left-menu ul li ul li ul li ul {
	margin-bottom: 2px;
}

#content #left #left-menu ul li ul li ul li a {
	background-color: #eaeaea;
	width: 100%;
	text-indent: 41px;
}

#content #left #left-menu ul li ul li ul li a:hover {

}

#content #left .box img {
	margin: 0px 0px 10px 0px;
}

#content #middle {
	width: 590px;
	padding: 11px 8px;
	float: left;
	margin: 0px 13px 0px 11px;
	background-color: #DADADA;
}

#content #middle #product-title {
	float: left;
	clear: both;
	width: 100%;
}

#content #middle #product-title h1 {
	font-size: 25px;
	line-height: 26px;
	font-weight: normal;
	color: #151805;
	text-indent: 21px;
	background-image: url(../images/static/title-arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 7px;
}

#content #middle #images {
	position: relative;
	float: left;
	clear: both;
	width: 588px;
	margin-top: 8px;
}

#content #middle #images #big-images {
	position: relative;
	float: left;
	width: 406px;
	height: 406px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #A9A9A9;
	overflow: hidden;
}

#content #middle #images #big-images img {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#content #middle #images #more-pictures {
	font-size: 14px;
	width: 170px;
	height: 37px;
	margin-top: -2px;
	float: right;
	line-height: 35px;
	vertical-align: middle;
	color: #2b2b2b;
}

#content #middle #images #small-images {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#content #middle #images #small-images img {
	float: left;
	width: 78px;
	height: 78px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #A9A9A9;
	cursor: pointer;
}

#content #middle #images #zoom-images {
    display: none;
	background-color: transparent;
    padding: 10px;
    height: 620px;
	top: -75px;
	left: -75px;
    position: absolute;
    width: 620px;
    z-index: 99999;
	text-align: center;
	float: left;
	background-image: url(../images/zoom-back.png);
	background-repeat: repeat;
}

#content #middle #images #zoom-images img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	border: 3px solid #444444;
}

#content #middle #images #btn-zoom {
	background-image: url(../images/static/product-img-zoom-in.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1px;
	left: 377px;
	cursor: pointer;
}

#content #middle #images #btn-zoom-out {
	background-image: url(../images/static/product-img-zoom-out.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
}

#content #middle #base-info {
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 0px 0px 0px;
	font-size: 14px;
	line-height: 17px;
}

#content #middle #base-info p + p,
#content #middle #base-info p + ul,
#content #middle #base-info ul + p,
#content #middle #base-info p + ol,
#content #middle #base-info ol + p {
	margin-top: 15px;
}

#content #right {
	float: right;
	width: 160px;
}

#content #right .box {
	float: left;
	clear: both;
	width: 160px;
	background-color: #434E09;
	text-align: center;
}

#content #right .box h1 {
	width: 142px;
	height: 42px;
	padding-right: 46px;
	margin-right: -28px;
	margin-bottom: -4px;
	line-height: 38px;
	vertical-align: middle;
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(../images/static/right-topseller-back.png);
	background-repeat: no-repeat;
}

#content #right .box + .box {
	margin-top: 11px;
}

#content #right #newsletter-box.box {
	background-image: url(../images/static/right-newsletter-back.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	min-height: 180px;
}

#content #right #newsletter-box.box h2,
#content #right #newsletter-box.box p,
#content #right #newsletter-box.box h3,
#content #right #newsletter-box.box ul {
	margin-top: 11px;
	margin-left: 86px;
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

#content #right #top-seller-box.box {
	min-height: 350px;
}

#footer {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/static/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: -310px top;
}

#footer #footer-boxes {
	float: left;
	clear: both;
	width: 967px;
	margin-top: 14px;
	padding-left: 13px;
	border-bottom: 1px solid #ECECEC;
}

#footer #footer-boxes .footer-box {
	position: relative;
	float: left;
	height: 100%;
}

#footer #footer-boxes .footer-box + .footer-box {
	margin-left: 15px;
}

#footer #footer-boxes .footer-box div {
	position: absolute;
	top: 22px;
	left: 106px;
}

#footer #footer-boxes .footer-box div h1 {
	float: left;
	clear: both;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}

#footer #footer-boxes .footer-box div h2 {
	float: left;
	clear: both;
	font-size: 32px;
	line-height: 33px;
	font-weight: normal;
	color: #000000;
}

#footer #footer-boxes #footer-box-2.footer-box div h2 {
	text-indent: 160px;
}

#footer #footer-bottom {
	float: left;
	clear: both;
	width: 100%;
}

#footer #footer-menu {
	float: left;
	clear: both;
	width: 970px;
	padding-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 13px;
}

#footer #footer-menu ul {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#footer #footer-menu ul li {
	display: inline;
	padding: 0px 10px;
}

#footer #footer-menu ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer #footer-logo {
	float: left;
	clear: both;
	margin-top: 11px;
	width: 100%;
	text-align: center;
}



/*CHANGES START*/

#content #middle #base-info ul {
	margin-left:25px;
}

#content #middle #base-info p {
	margin:0 5px;
}

#content #middle #base-info .darkbox{
	float: left;
	clear: both;
	background-color: #ffffff;
	color: #000000;
	margin-bottom:10px;
}
	
#content #middle #base-info .darkbox h1{

	height: 42px;
	width:577px;
	line-height: 38px;
	font-size: 17px;
	padding-left:10px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(../images/static/header-back.png);
	background-repeat: repeat-x;
}


/*CHANGES END */


#content #right #top-seller-box2.box 
{
	min-height: 150px;
	font-size: 15px;

	color: #CCC;

}
