body {
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	color:#67686b;
	margin:33px 0;
}
img {
	border-style:none;
}
.main {
	margin:0 auto;
	width:801px;
}
/*header-part*/
#header {
	position:relative;
	background:url(../images/bg-header.gif) no-repeat;
	height:116px;
}
/*logo*/
#header strong {
	position:absolute;
	top:1px;
	left:22px;
}
#header strong a {
	display:block;
	background:url(../images/logo.gif) no-repeat;
	width:145px;
	height:104px;
	text-indent:-9999px;
	overflow:hidden;
}
/*flash*/
#header .flash-holder {
	position:absolute;
	top:9px;
	left:188px;
	width:412px;
	height:88px;
}
#header .flash-holder img {
	display:block;
}
#header .phone {
	position:absolute;
	top:33px;
	right:17px;
	width:170px;
	text-align:center;
	line-height:25px;
}
#header .phone p {
	font-weight:bold;
	margin:0;
	color:#f60;
	font-size:20px;
}
#header .phone p.number {
	font-size:27px;
}
.bottom-bg {
	background:url(../images/btm-page.gif) no-repeat 0 100%;
	padding-bottom:6px;
}
.columns-holder {
	width:799px;
	border-left:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
	overflow:hidden;
	padding-top:17px;
}
#sidebar {
	float:left;
	width:157px;
	padding:1px 0 0 17px;
	overflow: hidden;
}
#sidebar dl {
	margin: 0;
}
/*side-menu*/
#sidebar ul {
	padding:0 0 12px;
	margin:0;
	list-style:none;
	font-size:12px;
}
#sidebar ul li {
	border-top:1px solid #c1c1c1;
}
#sidebar ul li:first-child {
	border-top:none;
}
#sidebar ul a {
	display:block;
	line-height:34px;
	padding-left:14px;
	width:143px;
	text-decoration:none;
	color:#333;
	background:url(../images/bg-side-nav.gif) no-repeat;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul a:hover ,
#sidebar ul a.active {
	color:#fff;
	background:url(../images/hover-side-nav.gif) no-repeat;
}
#sidebar ul a.begin {
	padding-top:1px;
	background:url(../images/top-side-nav.gif) no-repeat;
}
#sidebar ul a.begin:hover,
#sidebar ul a.activebegin {
	background:url(../images/hover-top-side-nav.gif) no-repeat;
	color: #fff;
}
#sidebar ul a.end {
	padding-bottom:1px;
	background:url(../images/btm-side-nav.gif) no-repeat;
}
#sidebar ul a.end:hover,
#sidebar ul a.activeend {
	background:url(../images/hover-btm-side-nav.gif) no-repeat;
	color: #fff;
}
/*cool-deal-box*/
#sidebar img {
	display:block;
}
#content {
	float:right;
	width:567px;
	padding:0 33px 0 0;
}
/*content*/
#content .text-holder {
	padding-left:3px;
	min-height:356px;
}
/*title2*/
#content .text-holder h2 {
	margin:0 0 7px 0;
	color:#006cb6;
	font-size:12px;
	line-height:12px;
}
/*title1*/
#content .text-holder h1 {
	margin:19px 0 5px 0;
	color:#006cb6;
	font-size:15px;
	line-height:13px;
}
#content a {
	color: #006cb6;
}
#content hr {
	border: 0px;
	border-top:1px solid #929497;
}
#content .text-holder p {
	margin:0;
	line-height:14px;
}
#content .copyright {
	border-top:1px solid #929497;
	margin-top: 20px;
	padding-top: 20px;
	/* padding:111px 0 13px; */
}
#content .copyright p {
	margin:0;
}
#byline, #byline a {
	color: #a7a7a7;
}

/* storex great deals */
#content .greatdeal {
	background-image: url(../images/greatdeal_bg.gif);
	width: 566px;
	height: 93px;
	position: relative;
}

#content .greatdeal h2 {
	color: white;
	font-size: x-large;
	padding: 0;
	margin: 0;
}

#content .greatdeal p {
	float: right;
	margin-left: 170px;
	margin-right: 20px;
}

#content .greatdeal h2 {
	display: block;
	color: white;
	position: absolute;
	left: 10px;
	top: 30px;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

#content .greatdeal p {
	margin-left: 170px;
	font-size: small;
	margin-right: 10px;
}