/* CLEAR BROWSER DEFAULTS */
* {
    margin:0;
    padding:0;
	}
	
.clearLeft {
    clear:left;
    height:0;
    font-size:0;
	}
	
.clearRight {
    clear:right;
    height:0;
    font-size:0;
	}
	
img {
    border:0px none;
	}
	
p {
    margin-bottom:10px;
	}
	
p.presen a {
	color: #FFF;
	}

p.presen a:hover, p.presen a:visited {
	color: #FFF;
	}

p.caption {
	font-style: italic;
	font-size: 9px;
	padding: 5px 10px;
	}	

.inline {
	display: inline;
	}

/* Hides from IE5-mac and IE7 \*/
* html .iefix {height: 1%;}
/* End hide from IE5-mac and IE7 */

/* MAIN BLOCK STYLES */
body {
    margin-top: 8px;
    background:#000;
    color: #000;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}  
table {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}  
#outerWrapper {
    position:relative;
    width:795px;
    margin: 0 auto;
    text-align:left;
    border: 5px solid #fff;
    background: #fff url('../images/bg.jpg') repeat-y right;
}
#innerWrapper {
    border: 2px solid #606061;
    background: url('../images/left-tile.gif') repeat-y left;
}
#header {
    background: #e7e8e9 url('../images/header-bg2.jpg') no-repeat right top;
    height: 122px;
    padding-top: 14px;
    padding-left:5px
}

.phoneNumber {
    float:right;
    width:200px;
    text-align:right;
    padding-right:5px;
    color: #ed1c24;
    font-weight: bold;
    font-size: 16px;
}
.contactLink {
    position: absolute;
    top:33px;
    right:8px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-decoration:underline;
	cursor: pointer;
	cursor: hand;
}
.global_site {
    color: #000000;
    text-transform:uppercase;
    font-weight: bold;
    font-size: 14px;
	text-align:left;
    text-decoration:none;
	margin-top:30px;
	margin-bottom:20px;
}
.global_site a:link, .global_site a:visited {
    font-size: 13px;
    text-decoration:none;
}
.global_site a:hover {
    font-size: 13px;
    color: #e03021;
    text-decoration:none;
}
.countryFlags {
    position: absolute;
    top:145px;
    right:12px;
}
#menuWrapper {
    float:right;
    margin-top: -1px;
}


/* SEARCH BOX STYLES */
#searchBox {
    position:relative;
    background: #fff url('../images/search-bg.gif') no-repeat right;
    width: 215px;
    height: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; 
	padding-left:3px;
	padding-right:3px; 
	padding-top:5px; 
	padding-bottom:5px
}

#searchBox select {
    font-size: 10px;
    margin-right: 11px;
}
#searchBox label {
    text-transform: uppercase;
    font-weight:bold;
    font-size: 10px;
}

/* MAIN MENU STYLES */
#mainMenu {
    position: relative;
	float:right;
	display:inline; /*IE Fix */
	
    list-style-type:none;
    
}
#mainMenu li {
    list-style-type:none;
    float:left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;   
}
#mainMenu li a:link, #mainMenu li a:visited {
    float:left;
    text-decoration:none;
    padding:3px 12px;
    text-transform:uppercase;
    font-weight:bold;
    font-size: 10px;
    color:#000;
    background: #f1d671;
}
#mainMenu li a:hover {
    background: #cebc68;
}

/* DROP MENU STYLES */
#mainMenu li ul {
    position: absolute;
    top:-18px;
	right:-1px;
	display:none;
}
#mainMenu li ul li a:link, #mainMenu li ul li a:visited {
    font-size:9px !important;
    background: #b5d1e8;
    white-space:nowrap;
    padding:3px 4px;
}
#mainMenu li ul li a:hover {
    background: #83bdfc;
}
#mainMenu li:hover ul,  #mainMenu li.sfhover ul {
	display:block;
}

/* LEFT COLUMN STYLES */
.srchpdown {
	font-size:10px; 
	width:155px;
	}
	
#leftColumn {
    float:left;
    width: 151px;
    padding: 0 13px 0 8px;
    position: relative;
}
#leftColumn h5 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;    
}

/* LEFT MENU STYLES */
#leftMenu {
	 position:relative;
    list-style-type: none;
    padding-top: 40px;
    background: url('../images/widget.gif') no-repeat right top;
    margin-right: -13px
}
#leftMenu li {
    list-style-type: none;
    margin-bottom: 10px;
}
#leftMenu li a:link, #leftMenu li a:visited {
    text-decoration: none;
    color: #000;
    font-weight:bold;
    text-transform: uppercase;
    font-size: 13px;
}
#leftMenu li a:hover {
    color: #e03021;
}
#leftSubMenu {
	 position:relative;
    list-style-type:none;
    margin-left: -8px;
    margin-bottom: 10px;
    margin-top:5px;
}
#leftSubMenu li {
	 position: relative;
    list-style-type:none;
    margin-bottom: 1px !important;
    margin-right:13px;
}
#leftSubMenu li a:link, #leftSubMenu li a:visited {
    text-decoration:none;
    text-transform: uppercase;
    font-size:10px;
    color:#000;
    font-weight:bold;
    display:block;
    padding-left: 22px;
    background: #c0c9d2 url('../images/menu-bullet.gif') no-repeat 8px 8px;
	padding-right:0; 
	padding-top:7px; 
	padding-bottom:7px
}
#leftSubMenu li a:hover {
    background: #fff url('../images/menu-bullet.gif') no-repeat 8px 8px;
    color: #000
}

/* CONTENT STYLES */
#content {
    width: 610px;
    float: left;
    /*border: 1px solid #000;*/
	}
#content h1 {
	font-size: 2em;
	color: #FF0000;
	padding: 10px 0;
	}
#content h2 {
	font-size: 1.5em;
	color: #FF0000;
    margin-bottom:8px;
	}
#content h2 a:link, #content h2 a:visited {
	font-size: 1em;
	color: #FF0000;
    text-decoration:underline;
	}
#content h2 a:hover {
	font-size: 1em;
	color: #FF0000;
    text-decoration:none;
	}
#content h3 {
    float:left;
    clear: both;
    margin-top:16px;
    /*display:inline; IE Fix*/
    color: #ed1c24;
    font-weight:bold;
    font-size:17px;
    letter-spacing: -.05em;
	}
	
.smallfont {
    font-size:9px;
	}
.redfont {
    color: #FF0000;
	}
.redfont a:link, .redfont a:visited {
    color: #FF0000;
    text-decoration:underline;
	}
.redfont a:hover {
    color: #FF0000;
    text-decoration:none;
	}

.features {
	width: 448px !important;
	width: 438px;
	float: left;
	padding-right: 20px;
	/*border: 1px solid #000;*/
	}

div.boshome {
	background: transparent url(../images/bos_homepage.jpg) no-repeat top left;
	display: block;
	padding-bottom: 20px;
	/*border: 1px solid #000;*/
	}
	
	div.boshome h2, div.boshome h5 {
		color: #f00;
		font-style: italic;
		font-weight: normal;
		clear: both;
		}
	
	div.boshome h3, div.boshome h5 {
		padding: 0;
		margin: 0;
		}
			
		div.boshome h2 {
			font-size: 13px;
			}	
		
		div.boshome h5 {
			font-size: 20px;
			padding-top: 20px;
			}
			
	div.boshome h4 {
		color: #000;
		letter-spacing: 1px;
		font-weight: normal;
		font-size: 18px;
		padding-top: 5px;
		padding-bottom: 25px;
		}
			
	div.boshome h2, div.boshome p.callout {
		text-align: center;
		width: 270px;
		margin-left: 170px;
		}
		
		div.boshome h2, div.boshome p.callout {
			font-size: 10px;
			font-style: italic;
			}	

	div.boshome p {
		text-align: center;
		}
		
	div.boshome p.heavy {
		font-size: 15px;
		font-weight: bold;
		padding-top: 160px;
		}
	
	div.boshome p.light {
		font-size: 9px;
		}	

	div.boshome p.bosblue a, div#content p.bosblue a {
		background:transparent url(../images/bluetriangle.gif) no-repeat scroll left top;
		color:#0099CC;
		line-height:16px;
		padding-left:20px;
		}

.fea, .fea_imglft, .fea_imgrht {
	display: block;
	clear: both;
	margin: 30px 0;
	}
	
	.fea_imglft img, .fea_imgrht img {
		display: inline;
		padding: 0 10px 60px 0;
		}
		
		.fea_imglft img {
			float: left;
			}
	
		.fea_imgrht img {
			float: right;
			}
		
img.fltlft {
	float: left;
	display: inline;
	padding: 0;
	}

div.askexpert_home {
	background:transparent url(../images/askanexpert.png) no-repeat scroll center top;
	float:left;
	height:160px;
	margin:0 0 15px;
	padding:0;
	text-align:center;
	width:136px;
	}

	div.askexpert_home p {
		padding:70px 20px 0;
		}

	div.askexpert_home p, div.askexpert_home p a {
		font-size:9px;
		}

	div.askexpert_pg {
		margin:20px 0 0 20px;
		}

	div.askexpert_pg img {
		float:left;
		}

	div.askexpert_pg div.askform {
		margin:0 0 0 180px;
		width:400px;
		}

	div.askexpert_pg div.askform p {
		font-size:12px;
		line-height:20px;
		padding:30px 0 20px;
		}

	div.askexpert_pg div.askform fieldset {
		border:0 none;
		}

	div.askexpert_pg div.askform fieldset label, div.askexpert_pg div.askform fieldset input {
		display:block;
		}

	div.askexpert_pg div.askform fieldset label {
		padding-top:15px;
		}

	div.askexpert_pg div.askform fieldset input {
		padding:5px;
		width:300px;
		}

	div.askexpert_pg div.askform fieldset textarea {
		background-color:#DDDDDD;
		border:1px solid #000000;
		height:150px;
		margin:5px;
		padding:5px;
		width:300px;
		}

	div.askexpert_pg div.askform fieldset input.submit {
		background-color:#F1D671;
		font-family:Helvetica,sans-serif;
		font-weight:bold;
		margin-top:20px;
		text-transform:uppercase;
		width:150px;
		}

.error, .success {
	font-size: 12px;
	font-weight: bold;
	clear: both;
	padding: 15px 20px;
	}
		
	.error {
		color: #c00;
		background-color: #fcc;
		border: 1px solid #c00;
		}
			
	.success {
		color: #0c0;
		background-color: #cfc;
		border: 1px solid #0c0;
		}

fieldset label .smerror {
	font-weight: bold;
	color: #c00;
	}
	
.tools_news {
	width: 136px;
	float: left;
	padding: 0;
	margin: 0;
	/*border: 1px solid #000;*/
	}
	
	.tools_news a {
		font-size:9px;
		}
	
div.techtools {
	background: #fff url('../images/tech_tools2.jpg') no-repeat center top;
	height: 320px;
	}
div.techtools h4 {
    font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f00;
	padding: 15px 10px 5px 10px;	
	text-align: center;	
	}
div.techtools p {
    font-size: 9px;
	line-height: 13px;
	text-transform: none;
	text-align: center;
	color: #000;
	padding: 0 10px;	
	}
div.techtools ul {
	padding: 0 10px 20px 0;
	padding-left: 15px;
	list-style-type: none;
	/*list-style-position: inside;
	list-style-image: url(../images/XL234triangle2.gif);	*/
	}
div.techtools li {
   	padding-top: 7px;	
	display: block;
	/*padding-top: 15px !important;
	padding-left: 10px;
	list-style-position: outside;*/
	}
div.techtools li a, div.techtools li a:link, div.techtools li a:visited, div.techtools li a:hover {
   	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;	
	text-align: left;
	padding-left: 15px;
	text-transform: uppercase;
	text-decoration: none;
	background: url('../images/menu-bullet2.gif') no-repeat left center;		
	}
div.techtools li a:hover {
	color: #f00;
	}
/* RIGHT BOX STYLES */
#rightBox {
	width: 124px;
	margin-left:5px;
	text-align:center;
	padding-left: 3px;
	padding-right: 8px;
	padding-bottom: 15px;
	background: #fff url('../images/right-box-bot.gif') no-repeat left bottom;
}
.rightBoxTop {
	width: 135px;
	margin-left: -3px;
	margin-right: -8px;
	height: 17px;
	background: #fff url('../images/right-box-top.gif') no-repeat left top;
}
#rightBox h3 {
	color: #ed1c24;
	font-weight: bold;
	font-size: 13px;
	margin-bottom:3px;
	text-transform: uppercase;
}
#rightBox p {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
}
#rightBox ul {
	list-style-type: none;
	text-align:left;
	margin-top: 10px;
}
#rightBox ul li {
	list-style-type: none;
	padding-left: 14px;
	line-height: .7em;
	margin-bottom: 10px;
	margin-left:2px;
	background: url('../images/menu-bullet.gif') no-repeat left 4px;
}
#rightBox ul li a {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	display:block;
	padding-top:3px;
	height: 24px;
	text-transform: uppercase;
   text-decoration: none;	
}
#rightBox ul li a.bagFinder {
	background: url('../images/bag-finder.gif') no-repeat right top;
}
#rightBox ul li a.cartridgeFinder {
	background: url('../images/filter-finder.gif') no-repeat right top;
}

#rightBox ul li a.bagCalculator {
	background: url('../images/bag-calculator.gif') no-repeat right top;
}


/* FOOTER STYLES */
#footer {
    margin-top:30px;
    text-align:center;
    clear: both;
}
#footer p {
    color: #2eb7ee;
    font-size:10px;
}
#footerMenu {
    list-style-type:none;
    
}
#footerMenu li {
    list-style-type:none;
    display:inline;
    color: #3d6e81;
    font-size:10px;
}
#footerMenu li a:link, #footerMenu li a:visited {
    color: #2eb7ee;
    font-weight:bold;
    font-size:10px;
    text-transform:uppercase;
    text-decoration:underline;
}
#footerMenu li a:hover {
    text-decoration:none;
}