/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:		url(/images/bkrd-body.png) repeat;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#393939;
	font-size:		14px;
	line-height:	18px;
	padding:		0;
	margin:			0;
	text-align:		left;
}

#toparea {
	background:url(/images/bkrd-header.png) repeat-x;
	width:100%;
	height:100%;
}

#subtoparea {
	background:url(/images/bkrd-subtop.png) repeat-x;
	width:100%;
	height:212px;
}

#main-wrapper {
	width:			980px;
	margin:			0 auto;
	position :relative;
}

#inner_view_cart{
	position: absolute;
	top: 220px;
	right: 24px;
}

#header {
	width:980px;
	height:163px;
	position:relative;
}

#logo {
	position:absolute;
	left:17px;
	top:27px;
}

#motto {
	position:absolute;
	left:283px;
	top:80px;
}

#topheader {
	height:28px;
	position:absolute;
	right:0;
	top:18px;
}

#shoppingarea {
	padding:0 13px 0 0;
	margin-right:192px;
	background:url(/images/header2-02.png) right center no-repeat;
	height:28px;
}

#shoppingarea, #shoppingarea a {
	font-size:12px;
	color:#a5a5a5;
	line-height:28px;
}

#shoppingarea span, #shoppingarea span a {
	color:#7e7e7e;
	line-height:28px;
}

#searcharea {
	width:179px;
	height:28px;
	background:url(/images/searcharea.png) no-repeat;
	float:right;
}

#searchbox {
	width:117px;
	height:13px;
	float:left;
	padding:8px 0 7px 13px;
	font-size:13px;
	color:#3c3c3c;
	overflow:hidden;
	border:0 none;
	background:none;
}

#search-button {
	background:url(/images/header2.png) no-repeat;
	width:26px;
	height:28px;
	float:right;
	font-size:0;
	line-height:0;
	text-indent:-999px;
	overflow:hidden;
	cursor:pointer;
	border:0 none;
}

#navbar {
    clear: left;
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
}

#centeredmenu {
    background:	url(/images/nav-bkrd.jpg) repeat-x;
    float: left;
    position: relative;
    width: 100%;
}

#centeredmenu ul ul {
    right: auto;
}

#navbar .nav-link, #navbar .nav-link-on {
    display: block;
    float: left;
    height: 48px;
    left: 50%;
    list-style: none outside none;
    margin: 0;
    position: relative;
    text-align: center;
}
#navbar .nav-link, #navbar .nav-link-on {
    background:url(/images/nav-bkrd.jpg) repeat-x;
}

.nav-link a, .nav-link-on a {
	font: normal 15px Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#9f9f9f;
    display: block;
    margin: 0;
    padding: 15px 25px 18px;
    text-decoration: none;
	background: url(/images/nav-div.jpg) no-repeat scroll left center transparent;
}
.nav-link a:hover, .nav-link-on a {
	color:#ffffff;
}

.nav-link a:hover, .nav-link-on a:hover {
	text-decoration:none;
} 

#navbar #firstnav a {
	background:none;
}

.submenu, .subsubmenu {
    box-shadow: 0 0 5px #1A191A;
    text-align: left;
}

.caption-bottom .captiontitle .close {
	display:none;
}

#slidearea {
	float:left;
	}

#homeslidearea {
	clear:both;
	width:980px;
	background:url(/images/bkrd-slidethumb.jpg) right top repeat-y;
	min-height:342px;
	position:relative;
}

.anythingSlider {
	float:left;
}

#slidethumbs {
	position:absolute;
	right:9px;
	top:9px;
	}

.thumbcontent {
	width:276px;
	height:74px;
	position:relative;
	background:url(/images/slidethumbarea.jpg) no-repeat;
	float:right;
	clear:right;
	margin-bottom:9px;
	}

.thumbcontent p {
	width:164px;
	height:35px;
	font-size:14px;
	color:#323232;
	position:absolute;
	top:17px;
	right:99px;
	}

#slidethumbs img {
	position:absolute;
	right:16px;
	top:17px;
	}

#slidethumbs .activethumb {
	background:url(/images/slidethumbarea-on.png) no-repeat;
	width:323px;
	height:74px;
}

#slidethumbs .activethumb p {
	color:#fff;
	}

#slidecontrol {
	position:relative;
	z-index:2;
}

#slidethumbs {
	z-index:3;
}

.anythingControls {
	position:relative;
	z-index:10000;
}

.thumbcontent {
	z-index:-1;
}

.thumbcontent p, .thumbcontent img {
	z-index:-1;
}

/*
.thumbNav {
	position:relative;
	z-index:11;
}

.thumbNav li {
	position:relative;
	z-index:12;
}

.thumbNav li a {
	position:relative;
	z-index:13;
}
*/

#content {
	padding: 43px 0 20px 0;
	width:980px;
	min-height:600px;
}

#subcontent {
	padding: 43px 0 20px 0;
	width:980px;
	min-height:600px;
}

#main-col {
	width:			649px;
	float:			left;
	padding:		0 39px 0 0;
}

#sub-main-col {
	width:			916px;
	float:			left;
	padding:		21px 32px;
	min-height:		400px;
}

#sub-prod-col {
	width:			660px;
	float:			left;
	padding:		0px 32px 21px;
	min-height:		400px;
}

#right-col {
	width:			292px;
	float:			right;
	padding-bottom:23px;
}

#footer {
	background:url(/images/bkrd-footer.png) repeat;
	width:100%;
}

#footercenter {
	width:980px;
	height:389px;
	margin:0 auto;
	padding-top:46px;
	}

#footercenter a {
	color:#949494;
	text-decoration:none;
}

#right-col img {
	margin:0 7px 18px 7px;
	}

#blogarea {
	width:227px;
	height:192px;
	background:url(/images/bkrd-blog.png) no-repeat;
	padding:32px 34px 44px 28px;
}


#blogarea h2 {
	margin-bottom:15px;
	}

.blogtitle {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#393939;
	}

#viewall {
	float:right;
	}

#productsarea {
	height:356px;
	background:url(/images/bkrd-products.png) repeat-x;
}

#productsarea h2 {
	padding:26px 0 16px 42px;
}

#footercontact {
	width:303px;
	float:left;
	background:url(/images/footerdiv.png) right 38px no-repeat;
}

#footervisit {
	width:277px;
	float:left;
	background:url(/images/footerdiv.png) right 38px no-repeat;
}

#footerfollow {
	width:206px;
	float:right;
}

#footervisit, #footerfollow {
	padding:0 47px;
	}


#footercontact, #footervisit, #footerfollow {
	min-height:225px;
	margin-bottom:41px;
}

.footerheader {
	padding-left:28px;
	background:	url(/images/footerheader.png) left top no-repeat;
	font:normal 17px "Century Gothic", Verdana, Arial, sans-serif;
	color:#949494;
	}

#footercontact div, #footervisit div, #footerfollow div {
	margin-left:29px;
	color:#949494;
}

#footerfollow .footerheader {
	margin-bottom:13px;
	}

#copyrightarea {
	background:#101010;
	height:75px;
	line-height:75px;
	padding:0 38px;
	clear:both;
}

#copyrightarea table {
	float:right;
	margin:0;
	}

#copyrightarea table p {
	margin:0;
	padding:0;
	}

.utility {
	clear:both;
	display:block;
	}

#subcontent.products{
	margin:90px 0 10px 0;
	padding:0px;
	background:url('/images/left_col_menu_bg.png') repeat-y;
}

#subcontent.products #sub-prod-col{
	padding-right:0px;
	width:725px;
}


#left-col-product-list{
	list-style:none;
	margin:0;
	padding:0;
	min-height:600px;
}

#left-col-product-list li{
	border-bottom:thin dotted #fff;
	padding:5px 0px;
	height:18px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#left_side_products {
	float:left;
	width:196px;
	padding:12px;
}

#left_side_products .maincat{
	padding-top:30px;
}

#left_side_products .product-cat, .nav_link{
	font-size:14px;
}

#left_side_products .product-item, .subpage{
	font-size:13px;
	color:#393939;
}

#product_image_holder{
	float:right;
	margin:0px 0px 24px 24px;
}

.product_accessories{
	list-style:none;
	margin:0px;
	padding:0px;
}

.product_accessories li{
	display:inline-block;
	width:225px;
	margin-bottom:25px;
}

.product_accessories p{
	margin:0 0 9px;
}


.product_accessories_upsell{
	list-style:none;
	margin:0px;
	padding:0px;
}

.product_accessories_upsell p{
	margin:0 0 9px;
}

/********POP UP SURVEY***************/

#askiframe ul , #quote-request ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#askiframe li, #quote-request li {
	margin-bottom:8px;
}

#askiframe, #quote-request {
	padding:7px;
}

#askiframe #surveyarea textarea, #quote-request #surveyarea textarea{
	width:272px;
}

#askiframe .form_element , #quote-request .form_element{
	width:200px;
}

#subask {
	float:right;
}

#videoslide {
	width:688px;
	height:342px;
	background:url(/images/bkrd-videoslide.jpg) no-repeat;
}

#lightvideo object, #lightvideo embed {
	height:540px!important;
	}
	
.fb_iframe_widget, #fb-root {
    z-index: 1;
}


/******************** STYLES **************************/

table {

}

a {
	color:			#ad001d;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
	color:			#ad001d;
}

.alttext2 {
	font-size:		18px;
	color: 			#0c0c5e;
}

.header1, .header2, .header3, h1, h2, h3 {
	font-family: "Century Gothic", AppleGothic, Arial, sans-serif;
}

.header1 {
	color:			#ad001d;
	line-height:	30px;
	font-size:		25px;
}

.header2 {
	color:			#ad001d;
	line-height:	23px;
	margin:			0 0 8px 0;
	font-size:		20px;
}

.header3 {
	color:			#393939;
	line-height:	19px;
	margin:			0 0 3px 0;
	font-size:		17px;
}

h1 {
	color:			#ad001d;
	line-height:	30px;
	margin:			0 0 12px 0;
	font-size:		25px;
}

h2 {
	color:			#ad001d;
	line-height:	23px;
	margin:			0 0 8px 0;
	font-size:		20px;
}

h3 {
	color:			#393939;
	line-height:	19px;
	margin:			0 0 3px 0;
	font-size:		17px;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#ad001d;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}


.cart tr td, .cart tr th{
	padding:5px 10px;
}

.cart tr.item td{
	border-bottom:thin solid #999;
}

