/*
ADD BACK IN WHEN THERE IS NOT A TOP AD
html {
	border-top: 30px solid #787b90;
}
*/

body {
	font: 12px Tahoma, Arial, sans-serif;
	color: #626681;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #626681;
	color: #626681;
}

a:hover {
	border-bottom: none;
}

strong {
	font-weight: bold;
}

#header {
	border-top: 1px solid #626681;
	border-bottom: 1px solid #4a4d66;
	height: 136px;
	background: url(../images/header-bg.jpg) repeat-x;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
}

#logo a {
	display: block;
	float: left;
	background: url(../images/logo.gif) no-repeat;
	width: 554px;
	height: 136px;
	text-indent: -9999px;
}

#cart {
	float: left;
	position: relative;
	top: 50px;
	left: 200px;
}

#cart a {
	border: none;
}

#menu {
	height: 30px;
	background: #626681;
	border-bottom: 1px solid #4a4d66;
}
#nav-inner {
	height: 30px;
	width: 960px;
	margin: 0px auto;
	position:relative;
}
#main-content {
	background: #fff url(../images/main-content-bg.jpg) no-repeat;
}

#main-content-inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	overflow: hidden;
}

#main-content-inner p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
}

#main-content-inner ul {
	margin-bottom: 25px;
}

#main-content-inner li {
	list-style-type: disc;
	margin: 0 0 7px 25px;
	font-size: 14px;
}

#main-content-inner .int-image {
	text-align: center;
	margin-bottom: 25px;
}

#main-content-inner .int-image img {
	background: #7a7d92;
	border: 1px solid #4a4d66;
	padding: 8px;
}

.read-more {
	background: url(../images/right-arrow.gif) no-repeat 100% 50%;
	padding-right: 15px;
	position: relative;
	left: 30px;
	border: none;
}
ol li {
	list-style-type:decimal;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 22px;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 25px;
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dashed #626681;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

#home-feature {
	background: url(../images/home-feature-bg.jpg) no-repeat;
	width: 903px;
	height: 303px;
	margin-bottom: 25px;
	border:1px solid white;
}

#flash {
	margin-top: 10px;
	margin-left: 10px;
	width: 882px;
	height:280px;
	z-index:1;
}

#flash-content {
	float: left;
	width: 100px;
	margin: 60px 0 0 35px;
}

#flash-content h2 {
	text-indent: -9999px;
	background: url(../images/home-flash-title.gif) no-repeat;
	width: 246px;
	height: 15px;
	margin-bottom: 22px;
}

#flash-content p {
	width: 280px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

#footer {
	background: #626681 url(../images/footer-bg.gif) repeat-x;
	height: 200px;
	font: 12px Tahoma, Arial, sans-serif;
	color: #fff;
	padding-bottom: 50px;
	margin-top: 70px;
	clear: both;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 85px;
	position: relative;
}

#footer-logo {
	float: left;
}

#footer-links {
	float: left;
	margin-left: 26px;
	position: relative;
	top: 45px;
}

#footer-links a {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: #fff;
}

#footer-links a:hover {
	border-bottom: none;
}

#footer-links p {
	margin-bottom: 6px;
}

.top {
	position: absolute;
	top: 140px;
	right: 55px;
	color: #fff;
	background: url(../images/up-arrow.gif) no-repeat 100% 50%;
	padding-right: 15px;
	text-decoration: none;
}

/*************************************
 *********TABLE MODIFICATIONS*********
 ************************************/
td {
	padding:5px;
	font: 12px
}

/*************************************
 ***************SIDEBAR***************
 ************************************/
#sidebar {
	float:left;
	background-image:url(../images/sidebar/middle.jpg);
	background-repeat:repeat-y;
	text-align:center;
	width:218px;
	overflow:hidden;
}
#sidebar div {
	color:#e9ecbe;
	padding-top:6px;
	font-weight:bold;
	font-size:14px;
}
#sidebarHeader {
	width:218px;
	height:58px;
	background-image:url(../images/sidebar/top.jpg);
	background-repeat:no-repeat;	
}
#sidebarHeader a {
	color:#e9ecbe;
	text-decoration:none;	
}
#sidebarHeader a:hover {
	text-decoration:underline;	
}
ul.sidebarList {
	text-align:left;
	margin-left:-20px;
	padding-bottom:-10px;
}
.sidebarList li a {
	color:#FFF;
	margin-left:15px;
}
.sidebarList li a:hover {
	text-decoration:underline;
}
.sidebarList li {
	margin-left:0px;
	height:10px;
}
.sep {	
	padding-bottom:4px;
}
#sidebarFooter {}
#contentFloat {
	float:right;
	width:700px;
}

/*************************************
 ***************AD UNITS**************
 ************************************/
#topAdWrap {	
	background-color:#787b90;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
#topAd {
 	width:728px;
	height:90px;
	margin:0px auto;
}
#topAd a {
	border-bottom:none;
}
 
 /*Summer Special*/
#summerLeft {
 	float:left;
	width:364px;
	height:90px;
}
#summerRight {
 	float:left;
	width:364px;
	height:90px;
}
.salePrice span {
	text-decoration:line-through;
	font-size:18px;
}
.salePrice  {
	font-size:36px;
	font-weight:bold;
}