@charset "UTF-8";
/* CSS Document */
body {
	padding: 0 0 15px 0;
	margin: 0;
	font-family: Arial, Helvetica Nueue, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background: #2E2E2E url(../img/board_bg.jpg) top left;
}
#site-cnt {
	background: url(../img/site_bg.jpg) top left repeat-x;
}
p {
	margin: 0;
	padding: 0 0 14px 0;
}
/*
ul { margin:0; padding: 0; }
li { margin:0; padding: 0; }
*/
a img {
	border: none;
	outline: none;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearer {
	clear: both;
}
.right {
	float: right;
}
/* Page Setup Styles */
#header {
	background: url(../img/header_bg.jpg) top left no-repeat;
	width: 1000px;
	margin: 0 auto;
	height: 146px;
}
#banner, #section-banner {
	border: 1px solid #FFFFFF;
	border-bottom: none;
	background: url(../img/banner_bg.jpg) top repeat-x;
	width: 968px;
	margin: 0 auto;
	overflow: hidden;
	height: 275px;
}
#section-banner {
	height: 125px;
}
#home-banner-content {
	display: block;
	/*
	float: left;
	width: 930px; 
	*/
	width: 968px;
	overflow: hidden;
	height: 275px;
}
#banner-bottom {
	height: 27px;
	width: 968px;
	margin: 0 auto;
	background: url(../img/banner_bottom_bg.jpg) top repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#footer {
	background: url(../img/wood_footer_bg.jpg) no-repeat;
	color: #999;
	font-size: 10px;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #CCC;
}
#top-footer {
	background: #ECECEC;
	border: 1px solid #D2D2D2;
	border-left: none;
	border-right: none;
	padding: 15px 0;
	width: 970px;
	margin: 0 auto;
}
#breadcrumbs {
	color: #666;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 15px;
	font-weight: bold;
}
#breadcrumbs a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #333;
	text-decoration: underline;
}
#content {
	background: #FFFFFF !important;
	width: 920px;
	min-height: 400px;
	margin: 0 auto;
	clear: both;
	padding: 25px;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
#top-menu {
	padding: 10px 40px 0 0;
	text-align: right;
	color: #999999;
	font-size: 11px;
	height: 113px;
	overflow: hidden;
}
#top-menu a {
	color: #999999;
	text-decoration: none;
}
#top-menu a:hover {
	text-decoration: underline;
	color: #CCC;
}
#menu {
	height: 23px;
	margin: 0;
	margin-right: 15px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#menu ul li {
	list-style: none;
	float: left;
}
#menu ul li img {
	vertical-align: middle;
}
#menu ul li a {
	padding: 0 15px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #999999;
}
#menu ul li a.last, #menu ul li ul li a {
	border-right: none;
}
#menu-left {
	background: url(../img/menu-corner-left.jpg) top left no-repeat;
	width: 16px; 
	height: 23px;
	float: right;
}
#menu-center {
	float: right;
	color: #FFFFFF;
	background: url(../img/menu_bg.jpg) top left repeat-x;
	padding: 6px 0;
	height: 11px;
}
#menu-right {
	background: url(../img/menu-corner-right.jpg) top left no-repeat;
	width: 16px; 
	height: 23px;
	float: right;
}
#menu .sf-menu a {
	border-top: none;
	border-left: none;
}
#menu .sf-menu li {
	background: none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: none;
	outline: 0;
}
#menu ul.sf-menu li li a {
	display: block;
	padding: 8px 10px;
	background: #FFF;
	color: #666;
	border: 1px solid #CCC;
	border-top: none;
	width: 180px;
}
#menu ul.sf-menu li li a:hover {
	background: #666;
	color: #FFF;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 17px !important;
}

#header-collage {
	position: relative;
	left: 450px;
}
h2 {
	font-size: 20px;
	color: #666666;
	font-weight: normal;
}
.right-col {
	float: right;
	width: 200px;
	margin: 0;
}
.left-col {
	float: left;
	width: 700px;
}
.section-links h2 {
	background: url(img/horiz_separator.jpg) bottom right no-repeat;
	padding: 0 0 5px 10px;
	margin: 0 0 10px 0;
	font-size: 16px;
}
.section-links ul {
	margin: 0 20px 0 20px;
	padding: 0;
}
.pod {
	width: 200px;
	margin: 0;
	padding: 0;
}
.pod .pod-top {
	background: url(../img/pod_bg_top.jpg) top left no-repeat;
	height: 14px;
	padding: 10px 12px 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
}
.pod .pod-middle {
	background: url(../img/pod_bg_middle.jpg) top left repeat-y;
	padding: 8px 12px 8px 10px;
}
.pod .pod-bottom {
	background: url(../img/pod_bg_bottom.jpg) top left no-repeat;
	height: 16px;
	margin-bottom: 15px;
}

/* Home page specific styles */
.home-content-clmn {
	width: 280px;
	float: left;
	padding: 0 20px;
	color: #333;
	line-height: 18px;
	display: inline;
}
#last.home-content-clmn {
	margin-right: 0;
	padding-right: 0;
}
.home-content-clmn h2 {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #B2B2B2;
	font-weight: bold;
}
.home-content-clmn p{
	margin: 10px 0;
}
#home-testimonial {
	background: url(../img/quote_icon.gif) top left no-repeat;
	padding-left: 47px;
}
.testimonial-name {
	font-style:italic;
	text-align: right;
}
#upcoming-events.home-content-clmn {
	padding-left: 0;
}
#upcoming-events .event{
	background: url(../img/calendar_icon.gif) top left no-repeat;
	padding-left: 47px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 15px;
}	
#col-events a.event {
	background: url(../img/cal_icon_mini.gif) 0px 10px no-repeat;
	padding: 10px 0 8px 20px;
	border-top: 1px solid #9EB7CF;
	line-height: 16px;
	display: block;
}
#col-events a.event:hover {
	background-color: #E7EDF3;
	text-decoration: none;
	cursor: pointer;
}
#col-events .event.first {
	background: url(../img/cal_icon_mini.gif) 0px 0 no-repeat;
	padding: 0 0 8px 20px;
	border-top: none;
}
#col-events .event .title {
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}
#col-events .event .event-date{
	font-weight: bold;
	color: #618BB2;
}
#col-events .event .location{
	color: #555;
	font-weight: normal;
}
.read-more-btn {
	height: 25px;
	width: auto;
	font-size: 11px;
	color: #EFEFEF;
	line-height: 11px;
	background: url(../img/read_more_btn_sprite.png) 25px repeat-x;	
}
.read-more-btn .btn-left, .read-more-btn .btn-right {
	width: 8px;
	height: 25px;
	float: left;
}
.read-more-btn .btn-left {
	background: url(../img/read_more_btn_sprite.png) top no-repeat;
}
.read-more-btn .btn-right {
	background: url(../img/read_more_btn_sprite.png) bottom no-repeat;
}
.read-more-btn .btn-center {
	height: 12px;
	padding: 6px 15px 7px 4px;
	float: left;
	}
	
.event .event-date, .event .location {
	color: #618BB2;
	font-weight: bold;
}
.event .title {
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0 5px;
	color: #333;
}

#featured-product .product-img {
	float: left;
	margin: 10px auto;
}
#featured-product h3, #featured-product h3 a {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #000;
	text-decoration: none;
}
#featured-product .price-cnt {
	width: 125px;
	float: right;
	margin-left: 6px;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	padding: 4px 0;
	text-align: center;
}
#featured-product .price {
	color: #FF0000;
	font-size: 32px;
	font-weight: bold;
}
#featured-product div.price {
	padding: 6px 0;
}
#featured-product .sale-price {
	color: #333;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}
#featured-product .reg-price {
	color: #999;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
#featured-product .reg-price {
	text-decoration: line-through;
}
#featured-product .reg-price .price {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
#featured-product hr {
	border: none;
	border-top: 1px solid #E2E2E2;
}
#newsletter-clmn, #social-net-clmn, #sponsors-clmn {
	float: left;
	width: 270px;
	height: 100px;
	color: #999;
	text-align: left;
	padding: 0 25px;
}
#sponsors-clmn {
	width: 278px;
	text-align: center;
	border-left: 1px solid #D2D2D2;	
	border-right: 1px solid #D2D2D2;
}
#social-net-clmn {
	text-align: center;
	margin-top: 15px;
	height: 85px;
}
#social-net-clmn a {
	margin-top: 15px;
}
#newsletter-clmn h2, #sponsors-clmn h2 {
	text-align: left;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0;
}
#sponsors-clmn h2 {
	text-align: center;
}
#newsletter-clmn form {
	margin-left: 25px;
}
#newsletter-clmn form .textfield{
	padding: 2px;
	font-size: 11px;
	width: 150px;
	border: 1px solid #D2D2D2;
}
#slider { margin:0; padding:0; list-style:none; height: 275px; overflow: hidden; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
#slider li {
	height: 275px;
	width: 968px;
	overflow: hidden;
}
#slider ul li#slider1 {
	background: url(../img/slider1_bg.jpg) 50px 0px no-repeat;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
}
#slider ul li#slider-video {
	background: url(../img/slider_video_series_bg.jpg) 38px 0px no-repeat;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
}
li#slider-video h2 {
	color: #FFF;
	font-size: 18px;
	padding: 12px 0 6px;
	margin: 0;
}
#controls {
	position: relative;
}
#prevBtn, #nextBtn{ 
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	top:-170px;
	left: 7px;
}	
#nextBtn{ 
	left:926px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:35px;
	height:35px;
	background:url(../img/banner_arrow_btn_left.gif) no-repeat 0 0;	
	outline: none;
}	
#nextBtn a{ 
	background:url(../img/banner_arrow_btn_right.gif) no-repeat 0 0;	
}	
ul#pag {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 95px;
}
ul#pag li {
	float: left;
}
ul#pag li a{
	float: left;
	padding: 2px 6px;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background: #EDEDED;
	border: 1px solid #FFF;
	border-top: none;
}
ul#pag li a.curr{
	background: #456E94;
	color: #FFF;
}
#featured-sponsors a {
	text-align: center;
	margin-bottom: 10px;
	display: block;
}
/* IE Hack to fix header spacing in IE6 and lower */
* html #header{
	overflow: hidden;
}
ul.section-menu {
	margin: 0;
	padding: 0;
}
.section-menu li {
	display: block;
	list-style: none;
}
.section-menu li a {
	display: block;
	padding: 5px 8px;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}
.section-menu li#last a {
	border-bottom: none;
}
.section-menu li a:hover {
	background: #E7EdF3;
}
#pag li a {
	line-height: 16px;
}
td {
}
/* Info Table Styles */
table.info-table {
	border: 1px solid #999;
	background: #FFF;
	font-size: 14px;
	line-height: 18px;
}
table.info-table th {
	background: #EDEDED;
}
table.info-table .small-text {
	font-size: 11px;
	line-height: 13px;
}
table.info-table .large-text {
	font-size: 16px;
	line-height: 18px;
}
table.info-table td.footer {
	background: #EDEDED;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.big-price {
	font-size: 24px;
	line-height: 28px;
	color: #F00;
	font-weight: bold;
}
/* Testimonial Styles */
ul.testimonials {
	width: 320px;
	float: left;
	list-style: none;
	padding: 0;
	margin-right: 50px;
}
ul.testimonials.last {
	margin-right: 0;
}
ul.testimonials li {
	padding-bottom: 25px;
}
ul.testimonials li p {
	padding-bottom: 0;
	font-weight: normal;
	text-align: justify;
}
ul.testimonials li .author {
	text-align: right;
	color: #333;
	font-style: italic;
}
input[type=submit].button {
	background: #393939;
	border: 2px solid #999;
	color: #FFF;
}

