body {
	margin: 0;
	padding: 0;
	background: #D9D9D9 url(../images/page/grad-bg.gif) top repeat-x;
	font: 13px/20px 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #666666;
}
#container {
	margin: 0 auto;
	width: 970px;
}
#header {
}
#wholesale {
	float: right;
	display: inline;
	margin: 34px 60px 0 0;
	background: url(../images/page/wholesale-bg.gif) center no-repeat;
	height: 60px;
}
#wholesale a {
	display: block;
	width: 179px;
	text-align: center;
	font-size: 16px;
	line-height: 57px;
	color: #838383;
	text-decoration: none;
}


.nav {
	background: url(../images/page/nav-bg.gif) top left no-repeat;
	white-space: nowrap;
}
.nav ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	height: 80px;
	background: url(../images/page/tab-list-bg.gif) top left no-repeat;
}
.nav li {
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/page/tab-off-left.gif) top left no-repeat;
}
.nav li a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	color: #FF9900;
	background: url(../images/page/tab-off-right.gif) top right no-repeat;
	padding: 10px 15px 0;
	white-space: nowrap;
}
.nav li a:hover {
	background-image: url(../images/page/tab-on-right.gif);
	color: #FFFFFF;
}
.nav li:hover {
	background-image: url(../images/page/tab-on-left.gif);
}

#activenav {
	background-image: url(../images/page/tab-on-left.gif);
}
#activenav a {
	background-image: url(../images/page/tab-on-right.gif);
	color: #FFFFFF;
}


.end {
	background: url(../images/page/tab-list-bg.gif) top left no-repeat;
}
.nav small {
	font-size: 11px;
}


#content {
	clear: both;
	padding: 30px 80px 0px;
	background: #FFFFFF url(../images/page/page-bg.gif) top left repeat-y;
}
h1 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #FF9900;
}
h2 {
	margin: 40px 0 -5px;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #FF9900;
}
h3 {
}
p {
	margin: 20px 0;
}


#footer {
	clear: both;
	margin: 0 -80px;
	padding: 0 25px;
	background: #D9D9D9 url(../images/page/footer-bg.gif) top left no-repeat;
	color: #949494;
}
#footer td {
	font-size: 11px;
	height: 70px;
}
#footer a {
	color: #949494;
}
#footer a:hover {
	color: #333333;
}
#footer {
}


a {
	color: #FF7900;
}

.pic {
	border: 1px solid #DCDCDC;
	padding: 3px;
	margin-left: 25px;
	float: right;
}
.red {
	color: red;
}
.separator {
	margin: 40px 0 10px;
	line-height: 0;
	border-bottom: 1px solid #D9D9D9;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, textarea, select {
	font: 13px/20px 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#slideshow {
	position: relative;
	float: right;
	margin-left: 20px;
	background: url(../images/slideshows/bg.gif) top left no-repeat;
	width: 306px;
	height: 435px;
	border: 1px solid #DCDCDC;
}
.slide-image {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 300px;
	height: 429px;
	background-position: center center;
	background-repeat: no-repeat 
}

.featbox {
	border: 1px solid #DCDCDC;
}
.featbox a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}
.featbox a:hover {
	text-decoration: underline;
}

.youtubebox a {
	background: url(../images/pics/youtube.gif) left no-repeat;
	padding: 8px 5px 10px 70px;
}
.pdfbox a {
	background: url(../images/pics/pdf.gif) left no-repeat;
	padding: 8px 10px 8px 35px;
}


#newsbox {
	clear: both;
	margin: 20px -10px 20px 0;
}
#newsbox th {
	background: #666666 url(../images/page/news-tab.gif) top left no-repeat;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	height: 43px;
	width: 25%;
	padding: 0 10px;
}
#newsbox th strong {
	color: #FF8B00;
}
#newsbox td {
	vertical-align: top;
	background: url(../images/page/news-box.gif) bottom left no-repeat;
	padding: 5px 17px 10px 10px;
	font-size: 11px;
	line-height: 15px;
}
#newsbox p {
	margin: 0;
}


