﻿/*  General
******************************/
html
{
		background-color:#02327a;
}

body{
	border:no-border;
	padding:0;
	background-color:#44c9fa;
	background-image: url('images/bgVRpt.gif');
	background-repeat: repeat-x;
	background-position:bottom;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#7c7b7b;
	margin:0;
}

a,img{
	border:0;
	text-decoration:none;
}

a:link, a:visited
{
    color:#336699;
    text-decoration:underline;
}

a:hover
{
    text-decoration:none;
}

.clearfloat { clear:both; }

/* home Wrappers
******************************/

#hWrp1 {
	background-image: url('images/bgRpt.gif');
	background-repeat: repeat-y;
	background-position:center;
	height:100%;
}

#hWrp2{
	background-image: url('images/bgTop.gif');
	background-repeat: no-repeat;
	background-position:top;
	height: 100%;	
}

#hWrp3{
	background-image: url('images/bgBtm.gif');
	background-repeat: no-repeat;
	background-position:bottom;
	height: 100%;		
}


/* inside Wrappers
******************************/

#wrp1 {
	background-image: url('images/insideBgRpt.gif');
	background-repeat: repeat-y;
	height:100%;
	background-position:center;
}

#wrp2{
	background-image: url('images/insideBgTop.gif');
	background-repeat: no-repeat;
	background-position:top;
	height: 100%;
}

#wrp3{
	background-image: url('images/insideBgBtm.gif');
	background-repeat: no-repeat;
	background-position:bottom;
	height: 100%;	
}


/*  main wrapper home and inside
**********************************/

#mainWrp{
	width:775px; 
	height:100%;
	padding:0 0 0 0px;
	min-height:610px;
	margin:0 auto;
		position:relative;	

}



/*   Header
******************************
******************************/

#header{
	width:775px; 
	height:69px;
	float:left;
	padding:30px 0 8px 0;
}


/*   logo
******************************/

#logo{
	width:129px; /*196-67*/
	height:69px;
	padding:0 35px 0 0;
	float:left;
}

/*   Menu Horizontal
******************************
******************************/


#hMenuDiv{
	width:504px;
	height:36px;
	float:right;
	color:#ffffff;
	padding: 32px 0 0 0;		
	}
#hMenuDiv ul, #hMenuDiv li{margin:0;padding:0;}
#hMenuDiv ul{padding:0 0 0 15px;}
#hMenu{	list-style-type:none;}
#hMenu li{
	float:left;
	padding:0 0px 0 0;
	height:36px;
	line-height:30px;
}

	
#hMenu li a:link, #hMenu li a:visited
{
    color:#4283b2;
    text-decoration:none;
}

#hMenu .home {width:65px;}
#hMenu .home a {padding:0 20px 0 20px}
#hMenu .products {width:65px;}
#hMenu .products a {padding:0 10px 0 10px}
#hMenu .company {width:95px;}
#hMenu .company a {padding:0 10px 0 14px}
#hMenu .gallery {width:59px}
#hMenu .gallery a{padding:0 10px 0 12px}
#hMenu .rental {width:79px}
#hMenu .rental a{padding:0 10px 0 12px}
#hMenu .contact{width:64px}
#hMenu .contact a {padding:0 8px 0 10px}
#hMenu .faq {width:54px}
#hMenu .faq a {padding:0 10px 0 13px;}

/*  hover  */
#hMenu .home:link , #hMenu .home:visited{}
#hMenu .home:hover {background-image:url('images/hMenuHomeRo.gif');background-repeat:no-repeat;background-position:left bottom;}
#hMenu .home:hover a{color:#ffffff;}
#hMenu .products:link , #hMenu .products:visited{}
#hMenu .products:hover {background-image:url('images/hMenuProductsRo.gif');background-repeat:no-repeat;background-position:left bottom;}
#hMenu .products:hover a{color:#ffffff;}
#hMenu .company:link , #hMenu .company:visited{}
#hMenu .company:hover {background-image:url('images/hMenuCompanyRo.gif');background-repeat:no-repeat;background-position:left bottom;}
#hMenu .company:hover a{color:#ffffff;}
#hMenu .gallery:link , #hMenu .gallery:visited{}
#hMenu .gallery:hover {background-image:url('images/hMenuGalleryRo.gif');background-repeat:no-repeat;background-position:left bottom;}
#hMenu .gallery:hover a{color:#ffffff;}
#hMenu .rental:link , #hMenu .rental:visited{}
#hMenu .rental:hover {background-image:url('images/hMenuRentalRo.gif');background-repeat:no-repeat;background-position:left bottom;}
#hMenu .rental:hover a{color:#ffffff;}
#hMenu .contact:link , #hMenu .contact:visited{}
#hMenu .contact:hover {background-image:url('images/hMenuContactRo.gif');background-repeat:no-repeat;background-position:left bottom;}
#hMenu .contact:hover a{color:#ffffff;}
#hMenu .faq:link , #hMenu .faq:visited{}
#hMenu .faq:hover {background-image:url('images/hMenufaqRo.gif');background-repeat:no-repeat;background-position:left bottom;}
#hMenu .faq:hover a{color:#ffffff;}

/* background selected menus */
.home #hMenuDiv .home{background-image:url('images/hMenuHome.gif');background-repeat:no-repeat;background-position:left bottom;}
.products #hMenuDiv .products{background-image:url('images/hMenuProducts.gif');	background-repeat:no-repeat;background-position:left bottom;}
.company #hMenuDiv .company{background-image:url('images/hMenuCompany.gif');background-repeat:no-repeat;color:#ffffff;}
.gallery #hMenuDiv .gallery{background-image:url('images/hMenuGallery.gif');background-repeat:no-repeat;color:#ffffff;}
.rental #hMenuDiv .rental{background-image:url('images/hMenuRental.gif');background-repeat:no-repeat;color:#ffffff;}
.contact #hMenuDiv .contact{background-image:url('images/hMenuContact.gif');background-repeat:no-repeat;color:#ffffff;}
.faq #hMenuDiv .faq{background-image:url('images/hMenuFaq.gif');background-repeat:no-repeat;color:#ffffff;}


/* color selected menus */
.home #hMenuDiv .home a{color:#ffffff;}
.company #hMenuDiv .company a{color:#ffffff;}
.products #hMenuDiv .products a{color:#ffffff;}
.company #hMenuDiv .company a{color:#ffffff;}
.gallery #hMenuDiv .gallery a{color:#ffffff;}
.rental #hMenuDiv .rental a{color:#ffffff;}
.contact #hMenuDiv .contact a{color:#ffffff;}
.faq #hMenuDiv .faq a{color:#ffffff;}


/* Lightbox */
#lightbox{
	display:none;
}


/*   Menu Vertical + Left address
******************************
******************************/
#vMenuBand{width:150px;height:100%;float:left;padding:24px 0 0 0;}

/*   Left address
*********************/
#leftAddress{
	float:left;
	left:0px;
	color:#04367d;
	margin:0 0 0 0px;
	background-image:url('images/addressBg.gif');
	background-repeat:no-repeat;
	width:153px;
	height:237px;
}

#leftAddress a:visited, #leftAddress a:link{color:#d80001;text-decoration:none;}

#leftAddress a:hover{text-decoration:underline;}

#leftNavDiv ul
{
    list-style-type:none;	
	padding:0;
	margin:0;
	width:135px;

}


#leftNavDiv ul li a:link,#leftNavDiv ul li a:visited
{
	padding:4px 0 7px 10px;
	color:#ffffff;
	background-image:url('images/bgVMenuHCat.gif');
	background-repeat:no-repeat;
    line-height:20px;
    display:block;
    width:87%;
    text-decoration:none;
}

#leftNavDiv ul a:hover{}


#leftNavDiv ul li
{
	padding:10px 0 0px 0;
	width:150px;
}

#leftNavDiv ul ul li a:link, #leftNavDiv ul ul li a:visited{
	padding:0 0 0 10px;
	font-weight:bold;
	color:#ffffff;
	background-color:#2a88c5;
	background-image:none;
	line-height:20px;

}

#leftNavDiv ul ul li a:hover
{
	background-color:#98c2d6;
	}



#leftNavDiv ul ul ul li a:link,#leftNavDiv ul ul ul li a:visited
{
	color:#2a88c5;
	padding:0 0 0 30px;
	background-image:url('images/arrowMenu.gif');
	background-repeat:no-repeat;
	background-color:#fff;
	background-position: 10% 8px;
    width:77%;

}

#leftNavDiv ul ul ul li a:hover
{
	text-decoration:underline;
	}


/*manage the display of the submenus*/

#leftNavDiv ul ul ul{display:none;}

#leftNavDiv ul ul .IsSelected ul {display:block;}
#leftNavDiv ul ul .IsSelected a:link, #leftNavDiv ul ul .IsSelected a:visited{background-color:#98c2d6;}
#leftNavDiv ul ul .IsSelected li a:link, #leftNavDiv ul ul .IsSelected li a:visited{background-color:#fff;}





/*   Main content
******************************
******************************/

#mainContent{
	width:775px;
	height:100%;
	float:left;
}

/*   home Boxes
******************************/


#hBox1{
	width:180px;
	height:336px;
	/*background-image:url('images/hBox1.jpg');*/
	float:left;
	margin:0 0 0 22px;
}

#hBox2{
	width:180px;
	height:336px;
	/*background-image:url('images/hBox2.jpg');*/
	float:left;
	margin:0 0 0 4px;
}

#hBox3{
	width:180px;
	height:336px;
	/*background-image:url('images/hBox3.jpg');*/
	float:left;
	margin:0 0 0 5px;
}

#hBox4{
	width:180px;
	height:336px;
	/*background-image:url('images/hBox4.jpg');*/
	float:left;
}


/*  Newsbar
********************************/  

#newsBar{
	width:704px;
	margin:30px 25px 0 0;
	float:right;
	padding:0 0 10px 0;
	border: 0px solid #cc0000;
}

#newsTxtBox{
	width:350px;
	background-image:url('images/news.gif');
	background-repeat:no-repeat;
    background-position:right top;
	float:left;
	padding:0 158px 10px 0;
}

#lbl_newsTxt{
	/*text-align:center;*/
}

#newsBox{
	/*background-image:url('images/newsBox.gif');
	background-repeat:no-repeat;*/
	float:left;
}

#newsForm
{
}

#newsFormOK
{
}

.hp-rebate { width:180px; float:left; margin:6px 0 0 22px; }


/*  insideContent
******************************
******************************/

#insideContent{
	width:580px;
	height:100%;
	min-height:380px;
	float:right;
	text-align:justify;
	padding:0 15px 20px 20px;
}


/*   Footer
******************************
******************************/


#footer{
	width:775px;
	height:101px;
	float:left;
	padding:30px 0 0 0;
	color:#b6b5b5;
	clear:both;
}

#footerTop{
	width:775px;
	height:33px;
	/*background-image:url('images/logoBtm.jpg');*/
	background-repeat:no-repeat;
	background-position:right;
	padding:7px 0 0 0;
	margin:0;
}

#brdCrbsFooter{
	margin:0 0 0 30px;
	
}

#brdCrbsFooter a:link, #brdCrbsFooter a:visited{text-decoration:none;color:#b6b5b5}

#brdCrbsFooter a:hover{text-decoration:underline;color:#b6b5b5}

#address{
	margin:0 0 0 79px;
}

#footerBtm{
	width:745px;
	height:68px;
	float:left;
	
	}


/*   website created by orangesites
*************************************/
#created{    
    width:100%;
    height:34px;
    background-image:url("images/osLogo.gif");
    background-repeat:no-repeat;
    background-position:50% 0%;
}

#created a{
text-indent:-9999px;
/*color:#02327a;*/
color:#fff;
	display:block;
text-align:center;
	margin:0 auto;
	line-height:34px;
	width:183px;

}



/*  DashCom
*****************************
*****************************/

#centercontent{
	float:right;
	width:570px;
	padding:0 20px 0 0px;
	min-height:380px;
}

#centercontentwide{
	float:right;
	width:550px;
	padding:0 0 0 50px;
}

#leftcontent
{	width:130px;
	float:left;
}
#rightcontent
{	width:130px;
	float:left;
	padding:60px 0 0 0;	
}

#mainContentDC
{	float:left;
	clear:both;
	width:775px;
	padding:0;margin:0;
	height:100%;
	min-height:450px;
}



#ctl00_AdminPlaceHolder_WizUpdatePanel #centercontent
{
	float:left;
}

#leftcontent
{
	height:100%;
	float:left;
}

#leftNavDiv
{
	height:100%;
	float:left;
	clear:both;
	padding:0 0 40px 0;
}



.browsebox h4 
{
	background-color:#04c6fa;
	width:110%;
	height:110%;
	border-top:1px #2a88c5;
	border-bottom:1px #2a88c5;
}

.browsebox h4 a
{
	color:#ffffff;
	text-align:center;
	
}

.browsebox .subcategory
{
	background-color:#2a88c5;
	width:110%;
	height:110%;
	color:#ffffff;
}

#ctl00_ContentPlaceHolder1_ProductDescriptorDisplay1_Tab1
{
	padding:10px 0 0 0;
	color:#04367d;
}

.ajax__tab_tab
{
	color:#7c7b7b;
}

.ajax__tab_body
{
	font-size:6px;/*marchepas*/
}



#productName
{
	font-size:24px;
	font-weight:bold;
	color:#04367d;
	float:right;
	text-align:right;
	padding:0 10px 0 0;
}

#brdCrbs
{
	font-size:11px;
	color:#04367d;
	text-align:left;
	padding:0;
	margin:0;
	width:300px;
	height:30px;
}

#imgProduct
{
}


#productDisplayContainer
{float:right;
	padding:0 0 0 0;
}

#productDisplay
{
	background-image:url('images/bgProductTopDisplay.gif');
	background-repeat:no-repeat;
	height:190px;
	padding: 20px 20px 20px 20px;
	float:right;
}

.price
{
	color:#1f74b2;
	font-size:15px;
	font-weight:bold;
}

.ourprice
{
	color:#04367d;
	font-size:20px;
	font-weight:bold;
}

.shortDesc
{
	color:#1f74b2;
	font-size:11px;
	width:230px;
}

#productDisplay ul
{
	margin:0;
	padding:0 0 10px 20px;
}
	

.blueDesc
{
	color:#6dd5fc;
}

.redDesc
{
	color:#d80001;
}

.retailerBtn
{padding:0 0 5px 10px;
}

.productBox
{
	padding:0 0px 0 0;
}


/*  InsidePages H Styles
******************************
******************************/

h1
{
	font-size:20px;
	padding:0 0 0 35px;
	background-image:url("images/h1.gif");
	background-repeat:no-repeat;
	background-position:0% 30%;
}

h2
{
	font-size:16px;
	padding:0 0 0 3px;
	background-image:url("images/h2.gif");
	background-repeat:repeat-x;
	color:#fff;
	border:solid 1px #d4d1d1;
}

h3
{	font-size:16px;
	padding:0 0 0 0;
	/*background-image:url("images/h3.gif");
	background-repeat:no-repeat;
	background-position:10% 62%;	*/
}

h5
{
	font-size:11px;
	padding:0;
}



/*  Contact form
******************************
******************************/
.divFormField
{
	padding:10px 0 0 0;
	font-size:12px;
}

#newsFormOK
{
	float:left;	
}

/*  Photo Gallery
******************************
******************************/

.image-gallery-large
{
    text-align:center;
}

.image-gallery-large h2
{
    padding:0px;
}

.image-gallery-thumbs
{
	width:580px;
	overflow:auto;
}

div.image-gallery-thumbs img
{
    padding: 2px 2px 2px 0;
}

.image-gallery-LongDescription
{
    text-align:justify;
}

.GalleryView_Name
{
    font-size:18px;
    color: #336699;
    font-weight: bold;
}

.GalleryCatListItem, .GalleryCatListItem div, .GalleryCatListItem a
{
    text-align:center;
}

.GalleryCatListItem
{
    border:1px solid #EBEBEB;
    margin:2px;
    padding:4px;
}

.GalleryCatListItemTitle
{
    font-weight:bold;
}

.GalleryCatListItem a.MoreInfo:link, .GalleryCatListItem a.MoreInfo:visited
{
    text-decoration:underline;
    font-size:12px;
}

.GalleryCatListItem a.MoreInfo:hover
{
    text-decoration:none;
    font-size:12px;
}

.ProductDetailRightCol ul
{
    padding:10px;
    margin:10px;
}    

.ProductSummaryInfo
{
    width:480px;
    float:left;
}



/*  Catalog 
******************************/

.subcatsDisplay
{
	list-style-type:none;
	font-size:18px;
	padding:10px 0 0 0;
	margin:0;
	text-align:center;
}

.subcatsDisplay li
{
	padding:0 20px 0 20px;
	display:inline;
	line-height:40px;
}

.productbox
{
	padding:30px 0 0 0;
}


.chooseSubcat
{
	padding:10 0 0 15px;
}

/* products page
********************/

.productsMenu
{
	float:left;
	padding:30px 0 0 0;
	height:106px;
	width:100%;
		vertical-align:middle;

}

.productsMenuImage, .productsMenuImage a
{
	width:180px;
	height:106px;
	float:left;
}

.productsMenuText
{
	float:right;
	height:106px;
	width:380px;
	padding:10px 0 0 0;
	vertical-align:middle;
}

.productsMenuText a:link, .productsMenuText a:visited
{
	text-decoration:none;
	vertical-align:middle;
}

.productsMenuText a:hover
{
	text-decoration:underline;
	vertical-align:middle;
	
}

.ProdFiles
{
    text-align:right;
    padding:0 20px 0 0;
}

.ProdFiles table
{
    width:100%;
}

.ProdFilesHeader
{
    font-weight:bold;
}

.ProdFilesContent
{
}


/* Retailer Finder
********************/
.div_LocatorDetailContainer
{
    padding:20px;
}
.div_LocatorDetailContainer h3
{
    padding:0;
    margin:0;
}
.div_LocatorDetailContainer h4
{
    padding:0;
    margin:0;
    font-size:14px;
    font-weight:bold;
}

.div_RetailerDescription
{
    height:120px;
    overflow:auto;
    padding:8px;
    background:#FFFFFF;
    border:1px solid #CCCCCC;
}