/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}
/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#eee;
}
a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}
#dev7link {
	position:absolute;
	top:0;
	left:50px;
	background:url(images/dev7logo.html) no-repeat;
	width:60px;
	height:67px;
	border:0;
	display:block;
	text-indent:-9999px;
}
.slider-wrapper {
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 100%;
	height:563px;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	height:560px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	margin-top: -129px;
	padding: 20px 0;
	position: relative;
	text-align: center;
	z-index: 999;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color:#fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
#header {
height:85px;
background:url(../images/header-bg.png) 0 0 repeat;
position:relative;
z-index: 9999;
}
.search {
	float:right;
	width:215px;
	background:url(../images/search-bg.png) 0 0 no-repeat;
	margin-top:20px;
}

.nav ul li {
	float:left;
	background:url(../images/nav-line.png) 100% 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:58px;
	padding: 0 25px;
	text-transform:capitalize;
}
#middle {
	background: url(../images/header-bg.png) repeat scroll 0 0 transparent;
	margin: 358px auto 0;
	padding: 10px 0px;
	position: relative;
	text-align: left;
	width: 1000px;
	z-index: 999;
}
#middle1 {
	background: url(../images/header-bg.png) repeat scroll 0 0 transparent;
	margin: 358px auto 0;
	padding: 10px 0px;
	position: relative;
	text-align: left;
	width: 1000px;
	z-index: 999;
}
.mostproducts ul li span {
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	height: 46px;
	margin-top: -6px;
	padding-left: 10px;
	padding-top: 16px;
	text-transform: uppercase;
	width: 224px;
	background:#1e1e1e;
	background:url(../images/tmpics_txt.png) 97% 0 no-repeat #1e1e1e;
}
.mostproducts ul li:hover span {
	transition: background 0.6s ease-out 0s, color 0.6s ease-out 0s;
	background:url(../images/tmpics_txt.png) 97% 100% no-repeat #97926B;
}

.category ul li {
	float:left;
	border-bottom:dotted 1px #a5a5a8;
	background: url(../images/catrgory-arrow.png) no-repeat scroll -1px 8px transparent;
	width:100%;
}
.category ul li:hover, .category ul li.active {
	box-shadow: 0 0 5px #ccc inset;
	background: url(../images/catrgory-arrow.png) no-repeat scroll -1px -11px transparent;
	transition: background 0.5s ease-out 0s, color 0.5s ease-out 0s;
}
.n1 {
	background: url(../images/calendar.png) no-repeat scroll 0 0 transparent;
	color: #ebaf0d;
	float: left;
	font-weight: bold;
	height: 51px;
	line-height: 24px;
	padding: 0px 10px 10px 0;
	text-align: center;
	width: 47px;
}