/*
Fountain Softeners
10/2/10
JumpMedia


*/
@import url('blueprint.css');
@import url('jqtransform.css');
@import url('colorbox.css');

/*body*/

body.home{
	background:url(/images/backgrounds/bg-page-1.jpg) no-repeat 0 0;
	background-position: inherit 100px;
	}
	
body.list{
	background:url(/images/backgrounds/bg-page-2.jpg) top no-repeat;
	background-position: center 50px;
	}

body.detail{
	background:url(/images/backgrounds/bg-page-3.jpg) top no-repeat;
		background-position: center 50px;
	}
	
body.checkout{
	background:url(/images/backgrounds/bg-page-7.jpg) top no-repeat;
		background-position: center 50px;
	}

/*Typography*/

h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

h1.main {color:#052d40; font-family: 'PTSansNarrowBold', sans-serif; font-size:44px;}

h1.medium {font-size: 26px;line-height:normal; font-weight: normal; font-family: 'PTSansNarrowRegular', sans-serif; color:#0b4457;}

h2.medium {font-size: 26px; line-height:normal; font-weight: normal; font-family: 'PTSansNarrowRegular', sans-serif; color:#0b4457;}

h2.thinner{font-size:23px; font-family:'PTSansNarrowRegular', sans-serif; color:#6fb3ca; font-weight: normal; margin:0 0 5px 0;}

h2.thinner-blue{font-size:23px; font-family:'PTSansNarrowRegular', sans-serif; color:#0b4457; font-weight: normal; margin-bottom: 5px;}

h3.sidebar{font-size:18px; font-family:'PTSansNarrowRegular', sans-serif; color:#25282a; font-weight: normal; margin:0 0 10px;}

h3.medium {font-size: 26px; line-height:normal; font-weight: normal; font-family: 'PTSansNarrowRegular', sans-serif; color:#0b4457;}

p.thinner-grey{font-size:28px; font-family:'PTSansNarrowRegular', sans-serif; color:#8ba0a9; font-weight: normal; margin:0;}

p.medium {font-size: 35px;line-height:normal; font-weight: normal; text-align: center; font-family: 'PTSansNarrowRegular', sans-serif; color:#fff;}

/*forms*/
label       { font-weight: bold; margin:0 0 .3em 0; font-size:80%; display:block; width:18em;}

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }

legend      { font-weight: bold; font-size:1.2em; }


/*==1==Global*/

div.wrapper{
	width:940px;
	margin:0 auto;
	text-align:left;
	padding:0 10px 0 10px;
	}
	
div.fullwidth{
	width:100%;
	margin:0 auto;
	text-align:left;
	}
	
div.clearme{
	clear:both;
	}
	

.invisible{
	background:none transparent;
	padding:0 10px 0 10px ;
	width:940px;
	margin:0 auto;
	text-align:left;
	}
	
label{
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
.pushtwenty{
	padding-bottom:30px !important;
	}
	
.pushfifty{
	padding-bottom:110px !important;
	}


img.alignright{float:right;}

img.alignleft{float:left;}

	
/*==2==Masthead*/

#masthead{
	height:180px;
	}
	

#cart{
	width:240px;
	height:93px;
	overflow:hidden;
	background:url(/images/backgrounds/bg-cart.png);
	margin-left:220px;
	}
	
#cart ul{
	margin:30px 0 0 75px;
	padding:0;
	list-style-type:none;
	}
	
#cart li{
	font-size:20px;
	font-weight:bold;
	}
	
#cart li a{
	color:#23b1da;
	}
	
	
#cart li a span{
	color:#6cdbfb !important;
	font-size:14px !important;
	font-weight:normal !important;
	}
	
	
/*==3==Navigation Area*/
	
ul#topnav {
	margin: 0; padding: 0;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 50px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.products {
	background: url(/images/backgrounds/bg-nav1.png) no-repeat;
	width: 100px; 
}
ul#topnav a.resources {
	background: url(/images/backgrounds/bg-nav2.png) no-repeat;
	width: 125px; 
}
ul#topnav a.about {
	background: url(/images/backgrounds/bg-nav3.png) no-repeat;
	width: 105px; 
}
ul#topnav a.get {
	background:url(/images/backgrounds/bg-nav4.png) no-repeat;
	width: 140px; 
}


/*sub nav styles*/
ul#topnav li .sub {
	position: absolute;	
	top: 50px; left: 0;
	background: #2983a4;
	padding: 15px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index: 9999;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}


ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 170px;
	float: left;
	
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	font-size:12px;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 14px;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #a4d6f5;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 3px 5px 3px 0px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #27aad9;}



/*account nav*/

ul#accountnav {
	margin: 0; padding: 0;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#accountnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#accountnav li a {
	float: left; 
	text-indent: -9999px;
	height: 50px;
}
ul#accountnav li:hover a, ul#accountnav li a:hover { background-position: left bottom; }

ul#accountnav a.account {
	background: url(/images/backgrounds/bg-nav5.png) no-repeat;
	width: 100px; 
}
ul#accountnav a.track {
	background: url(/images/backgrounds/bg-nav6.png) no-repeat;
	width: 120px; 
}


	


/*==4==Wizard*/

.wizard{
	height:385px;
	background:url(/images/backgrounds/bg-wizard.png) no-repeat 50% 0 ;
	}

	



/*==5==Hidey bit*/

div.togglearea{
	text-align:right;
	padding:5px;
	background:#ecf4f9;
	}
	
div.togglearea p{
	margin:0;
	padding:0;
	}

	
	
/*==6==Product Styling*/
p.thumb-description, p.thumb-price{
	margin-bottom:8px;
	height: 35px;
	}

p.thumb-description a{
	font-weight:bold;
	font-size:14px;
	}
	
p.thumb-price{
	color:#09252c;
	font-weight:bold;
	font-size:18px;
	}

div.thumb-add
{
	height: 35px;
	margin-bottom:50px;
}
/*breadcrumbs*/

#breadcrumb{
    font: 11px Arial, Helvetica, sans-serif;
    height:37px;
    line-height:37px;
    color:#52b5d3;
    overflow:hidden;
    margin:0px;
    padding:0px;
	margin-top:110px;
	margin-bottom:20px;
}

#breadcrumb li
{
    list-style-type:none;
    float:left;
    padding-left:10px;
	font-style:italic;
	background:url(/images/backgrounds/bg-breadcrumbs.jpg) repeat-x;
}

#breadcrumb a
{
    display:block;
    background:url(/images/backgrounds/bg-seperator.png) right no-repeat;
    padding-right: 25px;
    text-decoration: none;
    color:#2c829c;
	font-style:normal !important;
}

#breadcrumb li.current{
	padding-right: 25px;
	}
	
	


/*side navigation*/
.side{
	background:url(/images/backgrounds/bg-side.gif) no-repeat;
	}
	
	
.side ul{
	list-style-type:none;
	}
	
.side li{
	line-height:28px;
	font-size:12px;
	border-bottom:1px solid #9fa8ac;
	}
	
.side li h2{
	font-size:14px;
	color:#1e2223;
	margin:15px 0 10px 0;
	}
	
.side li a{
	color:#3d4749;	
	}
	
.side li a:hover{
	color:#809195;	
	}
	
	
	
 ul.remove-options{
	margin:0 0 20px 10px;
	list-style-type:none;
	}
	
.remove-options li{
	line-height:20px;
	background:url(/images/backgrounds/bg-remove.png) no-repeat;
	background-position:0px 3px;
	display:block;
	padding:0 0 5px 20px;
	font-size:11px;
	font-weight:bold;
	}
	
.remove-options li a{
	font-weight:bold;
	color:#526e0f !important;
	}


	
/*pagination*/

div.pagination{
	height:40px;
	margin-bottom:15px;
	}
	
	

.pagination li{
margin:0;
font-size:11px;
list-style:none;
line-height:40px;
height:40px;
float:left;
color:#b7bec0;
padding:0 15px 0 0;
}

.pagination li h2{
color:#1e2223;
font-size:14px;
}

.pagination li h2 span{
font-weight:normal;
}

.pagination li a{
	color:#3d4749;	
	}
	
.pagination li a:hover{
	color:#809195;	
	}
	
.pagination li.push{
	padding-right:40px;
	}
	
.pagination li img{
	margin-top:16px;
	}
	
.controldrop{
	float:right;
	padding-right: 20px;
	}


/*products / listings*/

	
.side-2{
	background:url(/images/backgrounds/bg-side-2.gif) no-repeat;
	}
	
.side-3{
	background:url(/images/backgrounds/bg-side-3.gif) no-repeat;
	}
	
.side-2 p, .side-2 ul, .side-2 img, .side-2 h2, .side-2 input{
	margin-left:15px;
	}
	
h2.price{
	color:#052d40;
	font-size:28px;
	margin-bottom:15px;
	}
	
p.instock{
	font-weight:bold;
	color:#07527b;
	margin-bottom:15px;
	}
	
.listing{
	margin:10px;
	padding:10px 0 10px 0;
	border-top:1px solid #9fa8ac;
	border-bottom:1px solid #9fa8ac;
	}
	
.listing ul, .listing li{
	padding:0;
	margin-left:25px;
	}
	
.listing li{
	color: #343f42;
	font-size:14px;
	line-height:24px;
	}
	

	
p.smaller{
	color:#646969;
	font-size:11px;
	line-height:20px;
	padding:0 15px 0 15px;
	}
	
ul.download{
	margin:0 10px 0 10px;
	padding:0 0 250px 0;
	
	}
	
.download li{
	line-height:30px;
	list-style-type:none;
	font-size:11px;
	padding:0 0 0 23px;
	}
	
	.download li p{
	font-size:11px;	
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	}
	
    .download li p a{
	font-size:11px;
	padding: 0px;
	}
	
li.download{background:url(/images/backgrounds/bg-document.gif) no-repeat 0 5px; }
li.warranty{background:url(/images/backgrounds/bg-warranty.png) no-repeat 0 5px;}
li.share{background:url(/images/backgrounds/bg-share.png) no-repeat 0 5px;}
	

	
	
	

	
	

	

	
	

/*==7==Column Set Up*/

.endbit{
	margin-right:0 !important;
	}
	
div.cl-one{
	width:60px;
	margin-right:20px;
	float:left;
	}
	
div.cl-two{
	width:140px;
	margin-right:20px;
	float:left;
	}
	
div.cl-three{
	width:220px;
	margin-right:12px;
	margin-bottom: 20px;
	float:left;
	}
	
div.cl-four-2{
	width:200px;
	margin-right:15px;
	margin-left: 15px;
	float:left;
	height: 220px;
	}
	
	div.cl-four{
	width:300px;
	margin-right:10px;
	float:left;
	}
	
div.cl-five{
	width:380px;
	margin-right:20px;
	float:left;
	}
	
div.cl-six{
	width:460px;
	margin-right:20px;
	float:left;
	}
	
div.cl-seven{
	width:540px;
	margin-right:20px;
	float:left;
	}
	
div.cl-eight{
	width:620px;
	margin-right:20px;
	float:left;
	}
	
div.cl-nine{
	width:700px;
	margin-right:20px;
	float:left;
	}
	
div.cl-ten{
	width:780px;
	margin-right:20px;
	float:left;
	}
	
div.cl-eleven{
	width:860px;
	margin-right:20px;
	float:left;
	}
	
	div.cl-twelve{
	width:200px;
	margin-left: 20px;
	margin-top: 150px;
	float:left;
	}
	
	
/*==8==Modal Box and Cart*/


#basket {
	z-index:10000;
	background:#fff;
	width:700px;		
	text-align:left;
	padding:10px;
}

div.row{
	border-color:#E8E8E8 #FFFFFF;
	border-style:solid none;
	border-width:0 0 1px;
	clear:both;
	padding:10px 0 10px 0;
	}
	
div.row p{
	line-height:1.2em;
	margin:0;
	}
	
#items
{
	height: 220px;
	overflow: auto;
}
	
.item1{float:left;width:250px;}
.item2{float:left;width:160px;}
.item3{float:left;width:150px;}
.item4{float:left;width:150px;}
.item5{float:left;width:150px;}
.item6{float:left;width:120px;}

p.carthead{
	margin:0;
	color:#A5A5A5;
	font-size:80%;
	font-weight:bold;
	}
	
p.price{
	font-weight:bold;
	color:#000;
	}
	
p.shipping{
	font-size:75%;
	color:#666666;
	padding:0 10px 0 0;
	}
	
p.shipping span{
	color:#a4b2ba;
	}
	
p.available{	
	font-weight:bold;
	font-size:75%;
	color:#666666;
	}
	
input.qty{
	padding:5px;
	width:50px;
	margin-bottom:7px;
	}
	
a.white {
background:url(/images/generic/btn-white-right.gif);
color:#000000;
}




a.sbutton {
background-color:transparent;
background-position:right top;
background-repeat:no-repeat;
display:block;
float:left;
font-weight:bold;
height:24px;
padding-right:2px;
text-decoration:none;
font-size:70%;
}

a.white span {
background:url(/images/generic/btn-white-left.gif);
}

a.sbutton span {
background-color:transparent;
background-repeat:no-repeat;
display:block;
line-height:14px;
padding:3px 4px 5px 6px;
}

.blueend{
	border-bottom:3px solid #1575a6 !important;
	margin-bottom:10px;
}

div.continueshopping{
	float:left;
	width:415px;
	}
	
div.total{
	width:280px;
	float:left;
	}
	
div.total table{
	border-collapse:collapse;
	}
	
div.total td{
	padding:0;
	border-bottom:1px solid #ccc;
	margin-bottom:8px !important;
	padding:8px 0 8px 0;
	}
	
div.proceed{
	width:200px;
	float:left;
	}
	
div.total p{
	margin:0;
	}
	
p.merchtotal{
	color:#45494b;
	font-weight:bold;
	font-size:85%;
	}
	
p.deliverytotal{
	font-size:80%;
	color:#666;
	}
	
p.grandtotal{
	font-size:120%;
	color:#000;
	font-weight:bold;
	}
	
.topcartbutton{
	position:absolute;
	margin-top:-30px;
	margin-left:520px;
	}
	
	



/*==9==Buttons*/
/*button links*/

a.button1,
a.button2,
a.button3,
a.button4{
	color: #fff;
    display: block;
    float: left;
    font-size:80%;
	font-weight:bold;
    height: 29px;
   margin:0 10px 0 0;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
	
	}

a.button1 {
    background: transparent url(/images/generic/btn-orange-right.png)  no-repeat scroll top right;
	text-shadow:1px 1px #a76318;
}

a.button1 span {
    background: transparent  url(/images/generic/btn-orange-left.png) no-repeat;
    display: block;
    line-height: 18px;
    padding: 6px 0 5px 14px;
} 

a.button1:active {
    background-position: bottom right;
    color: #fff;
	text-shadow:1px 1px #a76318;
    outline: none; /* hide dotted outline in Firefox */
}

a.button1:active span {
    background-position: bottom left;
    padding: 6px 0 5px 14px; /* push text down 1px */
} 


a.button2 {
    background: transparent url(/images/generic/btn-blue-right.png)  no-repeat scroll top right;
	text-shadow:1px 1px #286592;
}

a.button2 span {
    background: transparent  url(/images/generic/btn-blue-left.png) no-repeat;
    display: block;
    line-height: 18px;
    padding: 6px 0 5px 14px;
} 

a.button2:active {
    background-position: bottom right;
    color: #fff;
	text-shadow:1px 1px #286592;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span {
    background-position: bottom left;
    padding: 6px 0 5px 14px; /* push text down 1px */
} 


a.button3 {
    background: transparent url(/images/generic/btn-grey-right.gif)  no-repeat scroll top right;
}

a.button3 span {
    background: transparent  url(/images/generic/btn-grey-left.gif) no-repeat;
    display: block;
    line-height: 18px;
    padding: 6px 0 5px 14px;
	color:#000;
} 

a.button3:active {
    background-position: bottom right;
    color: #78888e;
    outline: none; /* hide dotted outline in Firefox */
}

a.button3:active span {
    background-position: bottom left;
    padding: 6px 0 5px 14px; /* push text down 1px */
	color: #78888e;
} 

/*==10 Checkout==*/

div.steps{
	height:53px;
	width:700px;
	background:url(/images/backgrounds/bg-progress-bar.png) 0 -212px;
	margin:20px 0 20px;
	}
	
.steps ul {
	border: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
	height: 53px;
}

.steps ul li{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}

.steps ul li{
	display: block;
	height: 38px;
	padding: 15px 0 0 35px;
	margin: 0;
	font-size:14px;
	font-weight:bold;
	color:#bac8cd;
}

/*
.steps ul li a{color:#bac8cd;}
.steps ul li a span{color:#1c260b;}
*/

li#step-1{ width: 140px;}
li#step-2{ width: 140px;}
li#step-3{ width: 140px;}
li#step-4{ width: 140px;}

li#step-1 a{color:#bac8cd; }
li#step-2 a{color:#bac8cd; }
li#step-3 a{color:#bac8cd; }
li#step-4 a{color:#bac8cd; }

.active1{ background: transparent url(/images/backgrounds/bg-progress-bar.png) 0 0 no-repeat !important;}
.active2{ background: transparent url(/images/backgrounds/bg-progress-bar.png) -175px -53px   no-repeat !important;}
.active3{ background: transparent url(/images/backgrounds/bg-progress-bar.png) -350px -106px   no-repeat !important;}
.active4{ background: transparent url(/images/backgrounds/bg-progress-bar.png) -525px -159px   no-repeat !important;}

.active1 a{color:#1c260b !important; }
.active2 a{color:#1c260b !important; }
.active3 a{color:#1c260b !important; }
.active4 a{color:#1c260b !important; }

p.smeller{
	color:#646969;
	font-size:11px;
	line-height:20px;
	}
	


/*==11 Footer==*/

div#footer{
	width:940px;
	margin:0 auto;
	padding:20px 10px 10px 10px;
	border-top:1px solid #e3ebf0;
	border-bottom:1px solid #e3ebf0;
	text-align:left;
	margin-bottom:20px;
	}
	
#footer p{
	font-size:11px;
	color:#788081;
	line-height:14px;
	}

#footer ul{
	margin:0 0 15px 0;
	padding:0;
	list-style-type:none;
	}
	
#footer li{
	line-height:2em;
	font-size:80%;
	}
	
#footer li h3{
	color:#414b50;
	}
	

	
.jumpCredits a
{
	color: #1c260b !important;
}
	
.credits{
	text-align:left;
	}
	
p.credits {
	color:#5e6567;
	font-size:11px;
	}	

	
.credits a{
	color:#5e6567;
	}
	
	
.mover
{
	overflow: hidden;
	padding-left: 20px;
}

/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
}

*:first-child+html button.jqTransformButton[type]{width: 1;} /* IE7 */

a.jqTransformButton {
	background: transparent url(../images/form/btn_right.gif) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 6px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
}

a.jqTransformButton span {
	background: transparent url(../images/form/btn_left.gif) no-repeat top left;
	color: #fff;
	/*text-shadow:1px 1px #175679;*/
	padding: 12px 7px 0px 12px;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	float:left;
	height: 33px;
}

/*hover*/
a.jqTransformButton:hover span { background-position: left -33px ; }
a.jqTransformButton:hover { background-position: right -33px ; }

/*clicked*/
a.jqTransformButton_click span { background-position: left -66px ; }
a.jqTransformButton_click { background-position: right -66px ; }

/* IE 6 */
* html a.jqTransformButton { height:33px; }
* a.jqTransformButton span { height: 21px; }
/* IE 7 */
*+ html a.jqTransformButton { height:33px; }
*+ a.jqTransformButton span { height: 21px; }

/* Login page */

.login
{
	width: 50%;
	float: left;
}

.anonLogin
{
	width: 50%;
	float: left;
}


/* Additional Pages styles */

body.int-one{
	background:url(/images/backgrounds/bg-page-4.jpg) top no-repeat;
		background-position: center 50px;
	}
	
body.int-two{
	background:url(/images/backgrounds/bg-page-5.jpg) top no-repeat;
		background-position: center 50px;
	}	
	
body.int-three{
	background:url(/images/backgrounds/bg-page-6.jpg) top no-repeat;
		background-position: center 50px;
	}
	
	
/*Interior pages*/

h2.greyheading{font-size:18px; font-family:'PTSansNarrowRegular', sans-serif; color:#8ba0a9; font-weight: normal; margin:0 0 15px 0;}
h1.main-int {color:#052d40; font-family: 'PTSansNarrowBold'; font-size:44px; font-weight: normal; margin:0 0 15px 0;}

ul.points{
	margin:10px;
	padding:10px;
	}
	
.points li{
	font-size:85%;
	color:#52585c;
	padding-bottom:15px;
	}
	
ul.static-side-nav{
	margin:20px 20px 50px 20px;
	list-style-type:none;
	}
	
.static-side-nav li{
	line-height:28px;
	font-size:12px;
	border-bottom:1px solid #9fa8ac;
	}
	
.static-side-nav li p{
	margin:0 0 10px 0;
	font-size:80%;
	color:#696f74;
	}
	
div.static-side{
	margin-left:20px;
	}
	
#firstNode{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
	border-bottom:1px dotted #9fa8ac;
	}
	
	#firstNode ul{
	list-style-type:none;
	border-bottom:1px dotted #9fa8ac;
	}
	
#firstNode li{
	line-height:32px;
	font-size:95%;
	}
	
a.pdf{
	background:url(/images/backgrounds/bg-pdf.png) no-repeat 0 0;
	padding-left:20px;
	}
	
blockquote{
	font-family:"Times New Roman", Times, serif;
	font-size:95%;
	padding:10px 30px 20px 10px;
	}
	
blockquote span{
	font-style:normal;
	font-size:80%;
	color:#333333;
	}
	


/* Category Page Styles */
	
	div.static-side h2{
	font-size:16px;
	margin-top:40px;
	margin-bottom:10px;
	}
	
.static-side p{
	margin:0 0 10px 0;
	font-size:75%;
	color:#696f74;
	}

.category-description{
	margin-bottom:30px;
	min-height: 140px;
	}
	
.category-description p{
	color:#747D8C;
	font-size:90%;
	line-height:22px;
	}
	
.category-description p strong{
	color:#282d35;
	}

#ContactForm ul
{
	list-style-type: none;
}

#request-callback
{
	top: 0px;
	left: 0px;
	position: absolute;
}
