/* Global white-space reset */
* { padding: 0; margin: 0; }

body, h1, h2, h3, h4, h5, h6, p, 
pre, blockquote, label, ul, ol, 
li, dd, dl, fieldset, address, 
legend, td, th, table, code, div { 
	margin: 0;
	padding: 0;
}

* li { _height: 1px; } /* IE Fix */
* #content li { height: auto; }

/* Core HTML */

.floatLeft{
	float:left;
}

body {  
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #404041;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../img/mainbg.gif);
	background-repeat:repeat-x;
	line-height:20px;
}

body.homeBody{
	background:url(../img/home_body_bg.png) repeat-x;
}

h1, h2, h3, h4, h5, h6{
	color: #d10202;
	font-weight:normal;
}

h1, h2, h3{
	line-height:40px;
}

h1 { font-size: 32px; }

h2 { font-size: 18px; }

h3 { font-size: 14px;}

h4 { font-size: 14px;}

h5 { font-size: 11px;}

h6 { font-size: 11px;}

p { padding:0px; margin-bottom:10px; }


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

a:hover{
	color:#FF3300;
	text-decoration:underline;
}

object { cursor: pointer; }

fieldset {
	border: none;
	border-top: 1px solid rgb(106,173,192);
	padding-left: 10px;
}

legend {
	font: normal 150%/2.5 "Arial Narrow", arial, sans-serif;
	color: rgb(106,173,192);
	padding: 0 10px;
}

option { padding-right: 10px; }

label { padding: 0.5em 0; display: block; clear: left; }

hr { border: none; border-top: 1px solid rgb(197,198,200); }

table { border:none;}
table tr { vertical-align:top;}

.right_padding { padding-right: 20px; }
.left_padding { padding-left: 20px; }

/* Forms */

.wrap_form { width:99%; }

legend span {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: rgb(177,178,180);
}

label .title { width: 11em; height: 100%; float: left; margin-right: 1em; text-align: right; }
label .input {	float: left; padding-right: 1em; }
label .alert { margin-top: 0em; }

fieldset input.button { width: auto; margin: 0; }

.checkbox { display: block; margin-bottom: 0.3em; }
.checkbox input { margin-right: 0.5em; }

.fixed_width_font { width: 30px; }
.checkbox input, .radio input { width: auto; border: none; }

span.radio { margin-right: 1em; }

.alert { color: #FF0000; }

input.button {
	background: url(../img/signin_button.gif) no-repeat;
	border: none;
	color: #FFF;
	cursor: pointer;
	width: auto;
	padding: 0 6px 2px 1px;
	font-size: 90%;
}

input.button:focus {
	border: none;
}

.fixed_width_font { font-family: Lucida Console, Courier New, Courier, monospace; font-size:1em; line-height:1.75em; }

input.fixed_width_font { line-height:1em; }

a img {border:none;} 

img {padding:0px; border:0px; margin:0px;}

.clearing{
	height:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
}

/* content */

/* New */

.twoCols{
	float:left;
	width:690px;
	padding-right:20px;
}

.leftCol{
	float:left;
	width:194px;
	padding:0px 15px 0px 0px;
}

.rightCol{
	float:left;
	width:188px;
	padding:0px;
}

.mainCol{
	float:left;
	width:487px;
	margin:0px 15px 0px 0px;
	display:inline;
}

/* headings */
.mainTitle{
	background:url(../img/main_head_bg.png) no-repeat top left;
	line-height:20px;
	color:#c8250a;
	font-size:19px;
	text-transform:uppercase;
	padding:8px 0px 12px 0px;
}

.noBg{
	background-image:none;
}

.smallHeading{
	background:url(../img/small_head_bg.png) no-repeat bottom left;
	line-height:20px;
	color:#c8250a;
	font-size:14px;
	text-transform:uppercase;
	padding:8px 0px 12px 0px;
}

/* side uls */

.rightCol ul,
.leftCol ul{
	list-style:none;
	margin-bottom:15px;
}

.leftCol ul li{
	border-bottom:dotted #E2E2E2 1px;
	padding:5px 0px 5px 0px;
	font-size:13px;
	background:url(../img/side_li_bg.png) no-repeat left 6px;
	padding-left:15px;
	line-height:15px;
}

.leftCol ul li:hover{
	background:url(../img/side_li_bg.png) no-repeat left -79px;
}

.rightCol ul li.selected a,
.leftCol ul li.selected a{
	color:#333;
}

.rightCol ul li{
	border-bottom:dotted #E2E2E2 1px;
	padding:5px 0px 5px 0px;
	font-size:12px;
	line-height:18px;
}

/* quotes */

blockquote{
	background-color:#EEECE8;
	padding:20px;
	border:1px solid #E2E2E2;
	display:block;
}

blockquote p{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#C8250A;
	font-size:13px;
	font-style:italic;
	margin-bottom:0px;
	padding-bottom:0px;
}

blockquote p.author{
	color:#999;
	font-style:normal;
	font-size:11px;
}


/* Links */

.readMore{
	color:#c8250a;
	font-size:10px;
	background:url(../img/readmore_bg.png) no-repeat top left;
	display:inline-block;
	padding-left:15px;
	line-height:15px;
	cursor:pointer;
}

.readMore:hover{
	color:#701505;
}

.mainTitle .readMore{
	float:right;
	background-position:left 4px;
	padding-top:3px;
}

.videoLink{
	color:#c8250a;
	font-size:10px;
	background:url(../img/video_icon.gif) no-repeat left 6px;
	display:block;
	padding-left:22px;
	line-height:15px;
	padding-top:6px;
}

/* News */

#newsListing{
	padding:0px;
	margin:0px;
	list-style:none;
}

#newsListing li{
	clear:both;
	padding-bottom:8px;
	border-bottom:1px solid #CCC;
	margin-top:10px;
}

#latestNews li a{
	color:#333;
}

#newsListing h3{
	margin:0px;
	padding:0px;
	line-height:22px;
	font-size:18px;
	margin-bottom:5px;
}

#latestNews li a .date{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-style:italic;
	font-size:10px;
	padding-left:5px;
}

#newsListing .sideDate{
	float:left;
	width:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-style:italic;
	font-size:10px;
	text-align:right;
}

.newsRight{
	float:left;
	width:500px;
	padding-left:20px;
}

/* videos */

.randomVideoHolder{
	background:url(../img/video_bg.png) left top no-repeat;
	padding:0px 10px 10px 10px;
	line-height:18px;
	color:#666;
	height:280px;
}

.randomVideoHolder p,
.randomVideoHolder h3{
	margin-bottom:0px;
	line-height:18px;
}

.randomVideoHolder p{
	font-size:11px;
}

.randomVideoHolder img{
	margin-top:5px;
	border:1px solid #E9E6E0;
}

.randomVideoHolder .readMore{
	padding-top:6px;
	background:url(../img/readmore_bg.png) no-repeat left 6px;
}

/* video details */
.summeryRight{
	width:130px;
}

.leftCol li.videoSummery{
	list-style:none;
	clear:both;
	padding-right:0px;
	border-bottom:1px solid #F2F0EC;
	padding-bottom:4px;
	margin-bottom:5px;
	line-height:15px;
	padding-left:0px;
	background-image:none;
}



.videoSummery img{
	float:left;
	padding-right:8px;
}

.videoSummery a{
	font-size:11px; 
	color:#333;
	line-height:15px;
}

/* advert */

#Advert{
	margin-left:-22px;
	margin-bottom:-10px;
	position:relative;
	z-index:2;
}
 
/* home */

#homeBanner{
	height:239px;
	background:url(../img/home_banner_bg_03.jpg) center top no-repeat;
	text-align:center;
	position:relative;
	z-index:1;
}

#nonFlashBannerHolder { 
	margin:auto;
	width:900px;
	position:relative;
}

#homeBanner #nonFlashImg{
	position:absolute;
	top:0px;
	left:-40px;
}

#homeBanner #nonFlashBanner{
	position:absolute;
	top:40px;
	left:400px;
	width:500px;
	text-align:left;
}

#homeBanner #nonFlashBanner h1,
#homeBanner #nonFlashBanner p{
	color:#FFF;
}

#wrapper {
	margin:auto;
	width:900px;
	padding:20px 50px 20px 50px;
	background-image:url(../img/wrapper_bg.gif);
	background-repeat:repeat-y;
}

#header {
	margin:auto;
	width:900px;
	height:91px;
	background-image:url(../img/header_bg.gif);
	background-repeat:no-repeat; 
	padding:0px 50px 0px 50px;
}

#headerLogo {
	float:left;
	padding:48px 0px 0px 0px;
}

#topMenu {
	float:right;
	height:43px;
	padding:48px 0px 0px 0px;
}

#topMenu ul{
	list-style:none;
	background-image:url(../img/menu_div.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}

#topMenu ul li{
	display:block;
	height:43px;
	float:left;
	background-image:url(../img/menu_div.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px;
	font-size:11px;
	
}

#topMenu a{
	color:#CCCCCC;
	display:block;
	height:43px;
	padding:10px 14px 0px 14px;
}

#topMenu .current a{
	color:#CC0000;
}

#topMenu .current a:hover{
	color:#CC0000;
}

#topMenu a:hover{
	background-image:url(../img/menu_over.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#CC0000;
}

#homeFlash {
	padding-top:0px;
	position:relative;
    z-index: 2;
}

#homeBody {
	height:250px;
}

.oneCol{
}

.oneColSmall{
	float:left;
	width:196px;
	position:relative;
	padding-right:18px;
    z-index: 1;
}

.oneColSmallRight{
	float:left;
	width:156px;
	position:relative;
    z-index: 1;
}

.oneColRight{
	float:left;
	width:286px;
}

.twoCol{
	float:left;
	width:508px;
	padding-right:18px;
	padding-bottom:20px;
}

.threeCol{
	float:left;
	width:710px;
}

.fourCol{
	float:left;
	width:100%;
}

/* home videos */

.homeThumb{
	float:left;
	width:96px;
	height:82px;
}

.homeThumb a{
	display:block;
	width:92px;
	height:78px;
	color:#666666;
	text-decoration:none;
	background-color:#E4E4E4;
	padding:0px;
	font-size:10px;
	line-height:11px;
	overflow:hidden;
}

.homeThumb a:hover{
	background-color:#DB2824;
	color:#FFFFFF;
}

.homeThumb a span{
	display:block;
	padding:0px 1px 0px 4px;
}

/* news col */

.newsCol{
	float:left;
	width:286px;
}

.newsHolder {
	border-bottom:1px #999999 dotted;
	padding-bottom:10px;
	margin-bottom:12px;
}

.newsCol .text{
	line-height:12px;
}

.newsCol h5{
	display:block;
	float:left;
	width:230px;
	line-height:12px;
}

.newsCol h5 a{
	text-transform:none;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.newsCol h5 a:hover{
	color:#CC0000;
	text-decoration:underline;
}

.newsCol h6{
	display:block;
	float:left;
	width:50px;
	font-size:10px;
	color:#999999;
	text-align:right;
}

.newsCol .h7{
	font-size:10px;
	color:#999999;
}

.newsCol hr{
	border:0;
	color:#CCCCCC;
	background-color:#f00;
	height:1px;
}

.newsDetailsText{
	line-height:18px;
	padding:12px 0px 0px 18px;
}

.newsDetailsText img{
	padding:0px 10px 0px 0px;
}

/* Products */

.productItem{
	padding:0px 0px 9px 0px;
	border-bottom:1px dotted #999999;
	margin-bottom:9px;
}

.specialTag{
	position:relative;
	top:-70px;
	left:70px;
	z-index: 2;
}

.productButtons{
 	background-color:#999999;
}

.productItemThumb{
	float:left;
	width:122px;
	padding:20px;
	margin-bottom:10px;
	height:150px;
	background:url(../img/product_bg.png) no-repeat left bottom;
}

.productItemThumb .productImg{
	text-align:center;
	padding:0px;
	height:80px;
}

.productItemThumb div{
	line-height:18px;
}

.productCaption, .productItemThumb .caption{
	color:#666666;
}

.productTitle, .productItemThumb .title{
	font-weight:bold;
}

.productPrice, .productItemThumb .price{
	color:#C8250A;
	padding-bottom:5px;
}

.productPrice .reduced, .productItemThumb .reduced{
	text-decoration:line-through;
}

/* Product cat list */

.productCatList{
	float:left;
	width:185px;
	font-size:14px;
}

.productCatList li{
	list-style:none;
	font-size:13px;
	padding:0px 0px 4px 14px;
	margin:0px 0px 4px 0px;
	border-bottom:1px dotted #CCCCCC;
	background: url(../img/red_arrow.gif) no-repeat;
	background-position:0px 5px;
}

.productCatList .selected a{
	color:#CC0000;
}

.productCatList li:hover{
	background-position:3px 5px;
}

.productCatList li a{
	color:#333333;
	text-decoration:none;
}

.productCatList li a:hover{
	color:#CC0000;
	text-decoration:underline;
}

.productCount{
	padding:0px 0px 0px 8px;
	font-size:10px;
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/* product gallery */

.productGalleryThumb {
	width:120px;
}

/* product details */

.productDetails {

}

.productDetailsImgHolder{
	padding-bottom:9px;
	padding-top:0px;
	border-bottom:2px solid #E9E6E0;
	height:170px;
	margin-bottom:8px;
}

.productDetailsImgSide{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:2px solid #E9E6E0;
	height:170px;
}

.productDetails .caption{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding-top:8px;
	padding-bottom:8px;
	line-height:18px;
}

.productDetails .contentText{
	clear:left;
}

.priceHolder{
	padding:15px 20px 20px 20px;
	background:url(../img/price_bg.png) no-repeat;
	margin-top:10px;
}

.priceLabel{
	padding:0px 0px 0px 0px;
}

.priceLabelUnder{
	padding:8px 0px 0px 0px;
}

.bigPrice{
	margin:0px 0px 0px 0px;
	font-size:32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#CC0000;
	line-height:30px;
}

.bigPriceReduced{
	margin-top:0px;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#CC0000;
	text-decoration:line-through;
	padding-bottom:10px;
}

.youSave{
	padding-bottom:0px;
}

.youSave .num{
	color:#CC0000;
	font-weight:bold;
}

/* news details */

newsDetailsTitle {

}

/* quotes */
#flashQuote{
	padding:0px 0px 0px 0px;
}


/* Footer */

#footer{
	clear:both;
	width:100%;
	padding:50px 0px 0px 0px;
	color:#999999;
}

#footer .inner{
	border-top:1px dotted #999999;
	padding:12px 0px 30px 0px;
}

#footer .copywriteText{
	font-size:11px;
	padding:0px 0px 0px 0px;
	
}

#footer ul{
	display:block;
	height:22px;
	padding:0px 0px 0px 8px;
	list-style:none;
	background-image:url(../img/bottom_nav_div.gif);
	background-repeat:no-repeat;
}

#footer ul a{
	color:#666666;
	text-decoration:none;
}

#footer ul a:hover{
	text-decoration:underline;
	color:#DB2824;
}

#footer li{
	float:left;
	padding:0px 16px 0px 0px;
	background-image:url(../img/bottom_nav_div.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#footer .current a{
	color:#DB2824;
}

/* Pagination */

.pageNav{

}

.pageNavBottom{
	clear:both;
}

.pageNavFloatCon{

}

.pageNav .showing{

}

.pageNav .nav{

}

.pageNav .pageNum{
	font-weight:bold;
	color:#FF6600;
}

.pageNav .sortBy{

}	

.actions{

}

.pagesShowing{
	float:left;
}

.pageNavHolder{
	float:right;
	padding:0px;
	margin-top:-5px;
}

.pageNumNorm, .pageNumSel{
	float:left;
}

.pageNumSel,
.pageNumNorm a{
	background:url(../img/page_nation_icon.png) no-repeat left top;
	display:block;
	text-align:center;
	width:27px;
	height:33px;
	line-height:33px;
	font-weight:bold;
	color:#C8250A;
}

.pageNumNorm a:hover{
	color:#000;
}

.pageNumSel{
	color:#000;
}

.afterNavInput {
	float:left;
	margin-left:18px;
	padding:2px 0px 0px 0px;
}

.pageNavArrows {
	float:left;
}

/* buttons */

.button1 {
	background: url(../img/arrow_col_change.gif) no-repeat;
	background-position:0px 5px;
	padding:0px 0px 0px 6px;
}

.button1 a{
	text-decoration:none;
	color:#333333;
}

.button1 a:hover{
	text-decoration:none;
	color:#CC0000;
}

.button1:hover {
	background-position:0px -20px;
}


.button2 {
	background: url(../img/cart_button.gif) no-repeat;
	background-position:0px 8px;
	padding:8px 0px 0px 20px;
	margin-top:8px;
	border-top:1px dotted #CCCCCC;
	font-size:12px;
}

.button2 a{
	text-decoration:none;
	color:#333333;
}

.button2 a:hover{
	text-decoration:none;
	color:#CC0000;
}

.button2:hover {
	background-position:0px -36px;
}

/* services */

.serviceHolder{
	float:left;
	width:690px;
	padding:0px 18px 0px 10px;
}

.serviceHeading{
	font-size:14px;
	color:#666666;
	border-bottom:1px dotted #999999;
	line-height:20px;
	padding:0px 0px 16px 0px;
}

.serviceItem{
	float:left;
	width:340px;
	padding:12px 0px 12px 0px;
	border-bottom:1px dotted #CCCCCC;
}

.serviceItemLeft{
	width:60px;
	float:left;
}
.serviceItemRight{
	width:260px;
	float:left;
}

.serviceItemHeading {
	font-weight:bold;
	font-size: 16px; 
	color: #d10202; 
	padding:6px 0px 6px 0px;
}

.serviceBottom{
	clear:both;
	border-top:1px dotted #999999;
	line-height:20px;
	padding:16px 0px 16px 0px;
}

.serviceHighLight{
	font-family:"Times New Roman", Times, serif;
	font-size:16px; 
	color: #d10202; 
}

.productRatingHolder{
	float:left;
	width:180px;
	background-color:#00FF00;
}

.productRatingImg{
	float:left;
}

.productRatingLabel{
	float:left;
	font-size:9px;
	font-weight:bold;
	padding:0px 0px 8px 4px;
}

.productRating{
	clear:both;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:40px; 
	color:#999999; 
	padding:6px 0px 8px 0px;
	border-top:1px dotted #999999;
}

/* contact */

.contactBody{
	width:889px;
	height:347px;
	background-image:url(../img/map_v1_03.gif);
	background-repeat:no-repeat;
}

.contactText{
	padding:80px 0px 0px 10px;
	line-height:20px;
}

/* search */

#headerSearch{
	padding:2px;
	line-height:20px;
	margin:4px 0px 0px 10px;
	vertical-align:top;
	float:right;
	background:transparent url(../img/head_search_bg.png) no-repeat left top;
	display:inline;
}

#headerSearch .textInputs{
	background-color:transparent;
	width:70px;
	height:19px;
	padding:5px 5px 0px 5px;
	border:0 none;
	float:left;
	color:#999;
	font-size:11px;
}

#headerSearch .submitButton{
	width:24px;
	height:24px;
	line-height:20px;
	padding:2px;
	border:0 none;
	color:#666;
	background-color:transparent;
	float:left;
	cursor:pointer;
}
	

.prodSearchCon{
}

.prodSearchCon form{
}

.prodSearchCon .searchField{
	background:transparent url(../img/side_search_input_bg.png) no-repeat left top;
	clear:both;
	float:left;
	width:194px;
	padding-bottom:6px;
}

.prodSearchCon .searchFieldSearch{
	background:transparent url(../img/side_search_input_button_bg.png) no-repeat left top;
}

.prodSearchCon .searchField input,
.prodSearchCon .searchField select{
	background-color:transparent;
	width:160px;
	height:19px;
	padding:5px 5px 0px 5px;
	border:0 none;
	float:left;
	color:#999;
	font-size:11px;
}

.prodSearchCon .searchField select{
	width:194px;
	height:auto;
	float:none;
	padding-top:4px;
	padding-bottom:5px;
}

.prodSearchCon .searchField .submitButton{
	width:24px;
	height:24px;
	line-height:20px;
	padding:2px;
	border:0 none;
	color:#666;
	background-color:transparent;
	float:left;
	cursor:pointer;
}

.prodSearchCon .submitButton:hover{

}

#flashGallery2{
	padding:0px;
	width:480px;
	overflow:visible;
}

.twoCol ul{
	list-style:none;
}


.twoCol ul li{
	padding:0px 0px 0px 10px;
	background: url(../img/red_arrow.gif) no-repeat;
	background-position:0px 5px;
}
