/*

Theme Name: Clear Future
Theme URI: http://dev.atwork.ca/ClearFuture/
Description:Clear - May 2012
Author: Zoo Media
Zoo Media || http://www.zoomedia.ca/

*/




/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

html { -webkit-text-size-adjust: none;
background:#fff;}

/* layout------------------------------------------------------------------------ */


#wrapper{
	position:relative;
	width:1152px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
    font-weight:normal;
}

#header{
	position:relative;
	width:978px;
	margin:0 auto;
	text-align:center;
}

#main{
	position:relative;
	width:978px;
	margin:0 auto;
	text-align:center;
	top: 20px;

}

#clear_logo{
width: 145px;
height: 92px;
top: 10px;
position: relative;
}

#sidebar{
	float:left;
	position:relative;
	width:160px;
	padding:0 20px 0 0;
	margin-bottom:50px;
}

.sidebar-blog{
	width:170px!important;
	top: -2px;
}

#content{
	position:relative;
	float:left;
	width: 787px;
	left: 10px;
	min-height: 500px;
}

#footer{
	background:url(images/foot_bg.jpg) no-repeat;
	width:1100px;
	height:126px;
	position:relative;
	top:40px;
	margin:0 auto;
}

.entry-content{
	text-align: left;
line-height: 15px;
color: #606060;
font-size: 12px;
margin-bottom: 20px;
padding: 10px;
min-height: 450px;
}

.entry-content a{
	text-decoration:none;
color: #224483;
}

h2.blue {
font-size: 18px;
font-weight: normal;
text-align: left;
color: #224483;
display: block;
line-height: 18px;
position: relative;
top: 10px;
margin-bottom: 10px;
}

.new_cont h2{
	font-size: 18px;
font-weight: normal;
text-align: left;
color: #224483;
display: block;
line-height: 18px;
position: relative;
top: 10px;
margin-bottom: 20px;
}

.entry-content h3{
	position: relative;
bottom: 5px;
color: #224483;
}

/* Header------------------------------------------------------------------------ */
#logo{
	width:191px;
	height:122px;
	position:relative;
	float:left;
	top:10px;
	left:-8px;
}

#header_right{
	position:relative;
	border-bottom:#D4D4D4 1px solid;
	display:block;
	float: left;
    width: 787px;
	height: 125px;
}
#header_top_right{
	width:auto;
	float:right;
	height:50px;
}

#header_right a,
span.sl{
color: #606060;
	text-decoration:none;
	font-size:10px;
}

.searchbox:focus{
  outline: none;

}
.searchbox{
	background:#FFF;
	border: 1px #CCC solid;
	width:126px;
	height:16px;
	color: #606060;
}

#NA{
background: url(images/globe.jpg) no-repeat -7px 0;
height: 38px;
padding-left: 28px;
margin-right: 20px;
}

#cu{
margin-right: 20px;
}

.top_nav{
	display:inline;
	float:left;
	text-transform:uppercase;
	position: relative;
	line-height: 38px;
	top: 10px;

}

.top_nav_search{
	display:inline;
	float:left;
	text-transform:uppercase;
	position: relative;
	line-height: 38px;
	top: 6px;
}

.searchform{
	display:inline;
	float:left;
	width:200px;
	position:relative;
}
.searchbox_submit{
position: relative;
top: 10px;
}



/* Main Menu------------------------------------------------------------------------ */

#nav{
	top:23px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	text-align:left;
	width:auto;
	top: 16px;
}

#nav a {
display: block;
width: auto;
text-decoration: none;
text-transform: uppercase;
color: #606060;
font-size: 14px;
font-family: arial;
padding:8px 15px 10px 15px;
position:relative;
z-index:999;
}

#nav li {
	display:inline;
	float:left;
	width: auto;
	margin-left:0;

}

#nav li ul li,
#nav li ul a{
	color:#224483!important;
	display:block!important;
	clear: both;
	font-size:12px!important;
	text-transform:none!important;
	margin-left:0!important;
}

#nav li ul {
	position: absolute!important;
	left: -999em;
	display:block;
	background-image:url(images/drop_box.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    position:relative;
    z-index:998 !important;
	padding-top:10px;
	padding-bottom:10px;
	top:20px;


filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/drop_box.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/drop_box.png',
sizingMethod='scale')";

}

#nav li:hover ul, #nav li.sfhover ul {
	left: -8px;
}


.nav_prod{
	position:absolute;
	left:3px;
}
.nav_prod .sub-menu{
width: 129px!important;
}
.nav_prod li a:hover ul .sub-menu{
left: -10px!important;
}

.nav_shop{
	position:absolute;
left: 115px;
}
.nav_shop .sub-menu{
	width: 88px!important;
}

.nav_shop li a:hover ul .sub-menu{
left: -7px!important;
}

.nav_info{
	position:absolute;
	left:190px;
}
.nav_order{
	position:absolute;
	left: 330px;
}
.nav_resources{
	position:absolute;
left: 475px;
}

.nav_resources .sub-menu{
	width: 145px!important;
}
.nav_resources li a:hover ul .sub-menu{
left: -12px!important;
}

.nav_brochure{
	position:absolute;
	left: 600px;
}

.nav_blog{
	position:absolute;
	right:0px;
}

/* Home------------------------------------------------------------------------ */


/* =slider
-------------------------------------------------------------- */
.bx-wrapper{
	margin-bottom: 20px;
height: 472px;
}
.bx-prev{
	position:absolute;
	top: 190px;
    left: -44px;
	display:block;
	width:44px;
	height:89px;
	background:url(images/slider/arrow_lt.png) no-repeat;
	text-indent: -9999px;
}

#slider1{
	width:978px;
	height:470px;
}

.bx-next{
	position:absolute;
	top: 190px;
    right: -44px;
	display:block;
	width:44px;
	height:89px;
	background:url(images/slider/arrow_rt.png) no-repeat;
	text-indent: -9999px;
}


#home_side_nav{
	width:225px;
	position:relative;
	float:left;
	text-align:left;
	font-size:14px;
}
#home_side_nav a{
	text-decoration:none;
	color:#224483;
	line-height:25px;
}

#home_side_nav li{
	display:block;
	background:url(images/li.jpg) 0px 7px no-repeat;
	height:25px;
	padding:7px 0px 7px 20px;
}
#home_side_nav li + li{
	border-top: #D4D4D4 1px solid;
}

#home_content{
color: #606060;
font-size: 13px;
text-align: left;
width: 250px;
width: 260px;
float: left;
line-height: 20px;
position: relative;
left: 18px;
top: 10px;
}

#home_thumbs{
	position:relative;
	top:-10px;
	right: -10px;
    float: right;
}

#home_thumbs a{
	display:inline-block;
	width:156px;
	height:129px;
	position:relative;
	text-decoration: none;
}
.in_thumb{
	position:relative;
}

.ht_title{
	text-decoration:none!important;
	color:#FFF;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	-webkit-font-smoothing: antialiased;
    font-weight: 900;
	position:absolute;
	z-index:999;
	left:0px;
	line-height:16px;
}

#grey_text{
	z-index:999!important;
}

a .ht_title{
	text-decoration:none!important;
}

a span.overlay{
	display:block;
	width:156px;
	height:129px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/overlay.png) no-repeat;
	z-index:10;
}

#thumb_pre{
background-image: url(images/overlay_hover.png);
background-repeat: no-repeat;
background-position: -1000px -1000px;
}

a:hover span.overlay{
	background:url(images/overlay_hover.png) no-repeat !important;
}

#home_logos{
	background:url(images/logos_bg.png) no-repeat;
	display:block;
	width:986px;
	height:90px;
	position:relative;
	top:4px;
}
#logo_title{
	color:#606060;
	font-size:12px;
	position:relative;
	top: 12px;
    left: 20px;
    text-align: left;
}
#logo_cont{
	position:relative;
	top: 18px;
left: 70px;
}

#logo_cont a{
	position:relative;
	margin-right:10px;
}

#nasa{
	background:url(images/clients/nasa.jpg) bottom;
	width:61px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}

#apple{
	background:url(images/clients/apple.jpg) bottom;
	width:46px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}
#exxon{
	background:url(images/clients/exxon.jpg) bottom;
	width:90px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}
#facebook{
	background:url(images/clients/facebook.jpg) bottom;
	width:103px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}
#not_sure{
	background:url(images/clients/not_sure.jpg) bottom;
	width:64px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}
#pandora{
	background:url(images/clients/pandora.jpg) bottom;
	width:61px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}
#bbb{
	background:url(images/clients/bbb.jpg) bottom;
	width:63px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}
#sap{
	background:url(images/clients/sap.jpg) bottom;
	width:97px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}
#rsp{
	background:url(images/clients/rsp.jpg) bottom;
	width:104px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}
#yahoo{
	background:url(images/clients/yahoo.jpg) bottom;
	width:104px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}
#cnbc{
	background:url(images/clients/cnbc.jpg) bottom;
	width:74px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}
#body_of_proof{
	background:url(images/clients/body_of_proof.jpg) bottom;
	width:130px;
	display: inline-block;
	text-indent: -99999px;
	float:left;
	height:52px;
	background-position: 0 0;
}

#bbb:hover,
#nasa:hover,
#apple:hover,
#exxon:hover,
#facebook:hover,
#not_sure:hover,
#pandora:hover,
#sap:hover,
#rsp:hover,
#yahoo:hover,
#cnbc:hover,
#body_of_proof:hover
{
		background-position: 0 53px;
}

/* Footer------------------------------------------------------------------------ */

#bbb_foot{
	position: absolute;
top: 35px;
left: 191px;
background: url(images/bbb.png) no-repeat;
display: inline-block;
width: 119px;
height: 45px;
text-decoration: none;
}

#zoo{
position: absolute;
top: 105px;
left: 60px;
color: #606060;
text-decoration: none;
font-size: 10px;
font-weight: 400;
display: block;
}

.foot_phone{
font-size: 14px!important;
font-weight: 700!important;
}

#facebook_share{
position: relative;
top: 35px;
left: 64px;
width: 200px;
float: left;
}

a#fb_follow{
	display: block;
text-decoration: none;
color: #606060;
font-size: 14px;
padding-left: 33px;
background: url(images/fb_follow.jpg) no-repeat;
height: 24px;
line-height: 24px;
margin-bottom: 6px;
}

#sub_text{
	color:#224483;
	/*font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	-webkit-font-smoothing: antialiased;
    font-weight: 600;
}

#mail_list{
	position:relative;
	top:15px;
}

#subscribe{
	width:450px;
	text-align:center;
	position:relative;
	top:34px;
	margin:0 auto;
}
#subscribe .ml_input:focus{
	  outline: none;
}


#subscribe .ml_input{
	background:#FFF;
	border:1px #999 solid;
	height:15px;
	float:left;
	padding-left:10px;
	padding-top:5px;
	padding-bottom: 5px;
	position:relative;
	color:#606060;
}
#ml_name{
	width: 115px;
left: 24px;
}
#ml_email{
	width: 145px;
left: 35px;
}
#join_now{
	position:relative;
	left:13px;
}
#foot_txt{
	position: absolute;
width: 220px;
top: 34px;
float: right;
line-height: 20px;
text-align: right;
right: 58px;
}

#foot_txt span,
#foot_txt a{
	color:#606060;
    text-decoration:none;
	font-size:12px;
	font-weight:400;
	width: 220px;
    display: block;
}

.check{
	display:none;
}

.success {
	background: #fff !important;
  }
  .error {
	background: #ffbcbc !important;
  }

 #error_cont label {
position: relative;
top: -5px;
padding: 5px;
text-align: center;
left: 80px;
}

  /* Products Page------------------------------------------------------------------------ */
 h1{
	  font-size:20px;
	  font-weight:normal;
	  text-align:left;
	  color:#224483;
   	  border-bottom:#D4D4D4 1px solid;
	  display:block;
line-height: 20px;
padding-bottom: 14px;
padding-left:10px;
 }

 #shop-online{
font-size:18px;
font-weight:normal;
text-align:left;
color:#224483;
border-bottom:#D4D4D4 1px solid;
display:block;
line-height:18px;
padding-bottom:14px;
padding-left:10px;
position: relative;
left: -20px;
width: 775px;
margin-bottom: 20px;
}
 #shop-online span{
line-height: 15px!important;
color: #999!important;
font-size: 12px!important;
 }

  h1.page-title{
	  font-size:18px !important;
line-height: 18px !important;
  }

  li.list_thumb {
	  display: block;
width: 383px;
height: 160px;
float: left;
text-align: left;
position:relative;
  }

  li.list_thumb img{
	  position:relative;
	  float:left;
      padding-right: 10px;
  }

   li.list_thumb .wpsc_category_link{
	  text-decoration: none;
position: absolute;
padding: 10px 0 10px 0;
color: #224483;
border-bottom: 1px #D4D4D4 solid;
left: 153px;
   }
   .div_line{
	      	  border-bottom:#D4D4D4 1px solid;
width: 296px;
			  height:1px;
			  float:left;
   }

   .wpsc_subcategory{
padding: 0;
text-align: left;
line-height: 20px;
color: #606060;
font-size: 12px;
position: relative;
top: 43px;

   }

   img.wpsc_category_image {
       max-width: 145px;
       height: auto;
   }


     /* Cat Page------------------------------------------------------------------------ */


   .wpsc_category_details{
	   width:787px;
	   text-align:left;
	display: block;
border-bottom: 1px #D4D4D4 solid;
padding:0px 0 10px 0;

   }

    .wpsc_category_details #header_img{
		float: left;
padding-right: 28px;
display: block;
width: 777px;
height: 270px;
margin-bottom: 20px;
	}


#head_txt{
	width:500px;
}

#head_txt ul{
	width:500px;
}

  #head_txt li{
	display: block;
background: url(images/sidebar_li.jpg) 0 1px no-repeat !important;
padding-left: 19px;
line-height: 18px;
text-decoration: none;
font-size: 12px;
color: #606060;
	}

	 .post_li li{
	display: block;
background: url(images/sidebar_li.jpg) 0 1px no-repeat !important;
padding-left: 19px;
line-height: 18px;
text-decoration: none;
font-size: 12px;
color: #606060;
padding-bottom: 8px;

	}

	.post_li li ul.post_sub li{
		background:none!important;
	}

	.post_li,
	.post_li li ul.post_sub {
	position: relative;
left: 0;
padding: 10px 0px 12px 0px;
	}

	h2.prodtitle a.product_title{
		text-decoration:none!important;
		color:#224483!important;
		font-size:18px!important;
		text-align:center;
	}

	#pdf_cont{
position: absolute;
right: 130px;
bottom: 50px;
z-index: 11;
display:none;
	}
	#pdf_img{
		position:relative;
	}
	#pdf_border{
	position: absolute;
right: -5px;
top: 7px;
z-index: 10;
width: 50px;
height: 65px;
border-bottom: solid #C7C7C7 3px;
border-right: solid #C7C7C7 3px;
display:block;
	}
	#pdf_icon{
		position:absolute;
		background:url(images/pdf_icon.jpg) no-repeat;
        width: 100px;
		height:24px;
		font-size:11px;
        color: #606060;
		left:65px;
		top:0px;
		padding-left:25px;
		text-decoration: none!important;
	}
	#pdf_icon a {
		color: #606060 !important;
	}

	#pdf_cont a {
		text-decoration:none !important;
	}

	.imagecol .product_image{
		cursor:pointer!important;
	}
	#default_products_page_container .imagecol img, #list_view_products_page_container img, #grid_view_products_page_container img{
	border:none!important;
	}



	.default_product_display .imagecol{
	font-size: 15px !important;
font-weight: normal !important;
text-align: center!important;
display: block;
line-height: 18px !important;
padding-bottom: 5px !important;
-webkit-font-smoothing: antialiased;

	}
	.default_product_display .imagecol a{
	text-decoration:none !important;
	color: #224483;
		-webkit-font-smoothing: antialiased;

}

a.price_link{
		position:relative;
        color: #999!important;
		font-size: 15px !important;
font-weight: normal !important;
text-align: center!important;
line-height: 18px !important;
text-decoration:none;
	}

#side_title{
font-size: 14px;
font-weight: normal;
text-align: left;
color: #224483;
border-bottom: #D4D4D4 1px solid;
display: block;
padding-bottom: 15px;
}
#side_title a{
display: block;
background: url(images/sidebar_li.jpg) 0px 4px no-repeat !important;
height: 19px;
padding-left: 19px;
line-height: 25px;
text-decoration: none;
color: #224483;
}




#sidebar .side_bar_cats{
	text-align:left;
	position: relative;
    top: 15px;
}

#sidebar .side_bar_cats li{
list-style:none;
}

#sidebar .side_bar_cats a{
color: #606060;
display: block;
background: url(images/sidebar_li.jpg) 0px 1px no-repeat !important;
padding-left: 19px;
line-height: 18px;
text-decoration: none;
font-size: 12px;
}


#sidebar .side_bar_cats li.main_cat + li.main_cat{
border-top: #D4D4D4 1px solid;
padding-bottom: 5px;
padding-top: 5px;
top: 5px;
position: relative;
}

#sidebar .side_bar_cats ul.sub-menu{
	display:none;
}
#sidebar .side_bar_cats li.current-menu-item ul.sub-menu,
#sidebar .side_bar_cats li.current-menu-parent ul.sub-menu{
	display:block!important;
}
#sidebar .side_bar_cats ul.sub-menu a{
	background:none!important;
}

#sidebar .side_bar_cats li.current-menu-ancestor a,
#sidebar .side_bar_cats li.current-menu-item a{
color:#224483;
}

#sidebar .side_bar_cats li.current-menu-item li a,
#sidebar .side_bar_cats li.current-menu-ancestor li a{
	color:#999!important;
}
li.current a,
#sidebar .side_bar_cats a:hover,
#sidebar .side_bar_cats li.current-menu-ancestor li a:hover,
#sidebar .side_bar_cats li.current-menu-item li a:hover,
#sidebar .side_bar_cats li.current-menu-ancestor li.current-menu-item a{
color:#224483!important;
}


.single_product_display .imagecol img.product_image{
	border:none !important;
	background:none !important;
}

#single_product_page_container {
width: 785px !important;
top: 10px;
}

#cat_foot,
.product_description{
font-size: 13px !important;
font-weight: 500 !important;
text-align: left;
color: #999 !important;
line-height: 16px !important;
position: relative;
left: 56px;
}

#cat_foot{
	width:700px;
	top: 10px;
	margin-bottom:20px;
}
.product_description{
width: 550px;
top: 10px;
}

#cust_g{
	position: relative;
top: 30px;
margin-bottom: 25px;
}

#care{
	position:relative;
	top:20px;
}

#care_cg{
	position:relative;
	top:0px;
}

#cat_foot li,
.product_description li{
background: url(images/sidebar_li.jpg) 0px 4px no-repeat !important;
padding: 3px 0px 7px 19px;
display: block;
line-height: 14px!important;
padding: 3px 0px 7px 19px;
}

#cat_foot ul,
.product_description ul{
position: relative;
left: -6px;
padding:10px 0px 12px 0px;
}

#cat_foot span,
.product_description span{
position:relative;
padding: 0;
top: 10px!important;
}


.single_product_display form.product_form .wpsc_buy_button_container, #content .single_product_display form.product_form .wpsc_buy_button_container{
	float: left;
position: absolute;
top: 119px;
right: 115px;
width: 127px;
height: 32px;
}


p.prod_title{
	font-size: 18px !important;
line-height: 18px !important;
font-weight: normal;
text-align: left;
color: #224483;
margin-bottom: 9px!important;
position: relative;
}


.wpsc_product_price{
	text-align: left !important;
top: 0px;
position: absolute;
padding: 0!important;
left: 30px;
}

.default_product_display .in_stock, .single_product_display .in_stock,
.default_product_display .out_of_stock, .single_product_display .out_of_stock{
background:none!important;
padding:0 !important;
}
.single_product_display p.soldout{

}

.wpsc_variation_forms label,
.pricedisplay,
.pro_d_t{
	color:#234483!important;
	font-size:14px!important;
    line-height: 20px!important;
	position:relative;

}
.currentprice,
.pro_d_r_s,
.in_stock,
.out_of_stock{
	color:#606060!important;
	font-size:12px;
	display:inline;
	font-weight:normal!important;
	left:0 !important;
	position:relative;
    line-height: 20px;
}
.currentprice{
	font-size:14px!important;
}

.single_product_display form.product_form input{
position: absolute !important;
top: -2px !important;
left: 58px !important;
}

.wpsc_variation_forms{
position: absolute;
left: 26px;
}

.single_product_display form.product_form fieldset legend, #content .single_product_display form.product_form fieldset legend{
	color:#606060!important;
	font-size:12px!important;
	display: inline;
float: left;
position: relative;
line-height: 21px;
}
.single_product_display form.product_form fieldset, #content .single_product_display form.product_form fieldset{
	text-align:left !important;
	float:left;
	top: 15px;
position: relative;
}
.single_product_display form.product_form input, #content .single_product_display form.product_form input{
position: relative;
top: -25px;
left: 55px;
z-index:999!important;
}


#custom_contact{
	background:url(images/contact_button.jpg) no-repeat;
	width:134px;
	height:37px;
	display:block;
	position:relative;
	top: 5px;
left: -4px;
}
.cg {
	top: 11px !important;
}

#pdf_cont_single{
		position: absolute;
right: 235px;
top: 254px;
z-index: 11;
display:none;
	}
	#pdf_cont_single a{
	text-decoration: none!important;
	}


	.prodthumb,
	#thumblist li{
		display:inline-block;
		float:left;
		width:80px;
	}
	.prodthumb{
	}

	#prod_single_title{

	position: relative;


	}

	#single_prod.imagecol {
		position:relative;
		width:420px;
		height:320px;
		display:inline-block;
}

.gocheckout{
	display: block;
background: url(images/check-out.jpg) no-repeat;
width: auto;
height: 30px;
text-indent: -9999px;
top: 10px;
position: relative;
margin-bottom: 10px;
}

.shopping-cart-wrapper a.emptycart:link, .shopping-cart-wrapper a.emptycart:visited {
	display: block!important;
background: url(images/clear_cart.jpg) no-repeat!important;
width: auto!important;
height: 30px!important;
text-indent: -9999px!important;
top: 10px!important;
position: relative!important;
margin-bottom: 10px!important;
}

#cart li{
	list-style:none!important;
	width: 800px;
}
#widgetshoppingcart{
width: 700px;
height: auto;
color: #606060;
font-family:Arial, Helvetica, sans-serif;
}

#widgetshoppingcart h3{
display:none;
}


.top_shop{
position: relative;
width: 21px;
height: 18px;
top: 21px;
left: 0px;
display: inline-block;
padding-left: 8px;
}


#shopping-cart-wrapper{
	width:700px;
	height:auto;
	max-height:600px;
}

.adjustform_qty{
left: 60px;
position: relative;
}

#cart_right_side{
	left: 520px;
width: 160px;
top: 20px;
position: absolute;
text-align: left;
}

.widgettitle
  {
	  font-size: 0;
color: #224483;
line-height: 18px;
padding-bottom: 9px;
padding-left: 19px;
  }

  .cart_product_image{
	  float:left;
  }

  .cart_item_title_link{
	position: relative;
float: left;
left: 10px;
color: #224483;
text-decoration: none;
border-bottom: #D4D4D4 1px solid;
padding-bottom: 9px;
width: 250px;
text-align: left;
z-index:999;
  }

  .prod_link{
z-index:999;
  }

  .remove_check,
  .remove_button[type="submit"] {
background: url(images/remove_btn.jpg) no-repeat !important;
width: 25px !important;
height: 21px !important;
display: inline-block;
border: none;
text-indent: -9999px;
cursor: pointer;
}

.adj_check,
 .update_button[type="submit"] {
background: url(images/update.jpg) no-repeat;
border: none;
width: 75px !important;
height: 34px !important;
display: inline-block;
cursor: pointer;
text-indent: -9999px;
}

.adj_check{
	left: 7px;
position: relative;
}
.cart_qty{
	float: left;
left: 40px;
position: relative;
color: #224483;
font-size: 14px;
margin-right: 60px;
top: 7px;
}
.cart_price{
float: left;
position: relative;
left: 40px;
color: #224483;
font-size:14px;
}

.cart_code{
font-size: 14px;
text-align: left;
padding-left: 40px;
position: relative;
left: 50px;
}
.cart_row{
position: relative;
top: 10px;
width: 450px;
padding-top: 10px;
z-index: 1;
}

.widgettitle a img{
	float: right !important;
position: relative;
right: 7px;
top: 7px;
}
.hide{
	display:none;
}


#ship_text{
	width: 660px;
position: relative;
float: right;
top: 52px;
padding-right: 20px;
height: 420px;
font-family:Arial, Helvetica, sans-serif;
color: #606060;
font-size:13px;
font-weight:normal;
line-height: 16px;
	-webkit-font-smoothing: antialiased;

}

#ship_img{
position: relative;
float: left;
top: 26px;
width: 251px;
height: 400px;
}

#pp_bottom{
	display:none;
}

#inner_ship{
	overflow:hidden;
	width:700px;
	height:420px;
}

.default_product_display {
width: 235px;
height: 210px;
float: left;
padding: 0px 7px 0px 7px !important;
}

.productcol{
	position:relative;
width: 330px;
float: left;
top: -10px;
left: 61px;
}

.wpsc_default_product_list{
	position:relative;
	top:20px;
	left: 20px;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}



/*
Brochure Page
*/
body.page-id-27 img.alignleft{
	width:177px!important;
	margin:0px!important;
	padding:0!important;
}
body.page-id-27 .wp-caption-text{
width: 177px!important;
text-align: center;
font-size: 14px;
padding-top: 7px;
}
body.page-id-27 .wp-caption{
	width:177px!important;
	padding:0!important;
	margin-right:10px!important;
	text-transform: uppercase;
}
body.page-id-27 .wp-caption-text a{
	color:#999!important;
}

.cart-item{
position: relative;
top: 15px;
margin-bottom: 20px;
}

#pp_full_res{overflow-x: hidden; overflow-y: hidden; }

.adjustform{
position: relative;
display: block;
}

#default_products_page_container {
top: 10px;
}
.post_head{
position: absolute;
right: 20px;
top: 50px;
}

ul.head_txt li{
display: block;
background: url(images/sidebar_li.jpg) 0 1px no-repeat !important;
padding-left: 19px;
line-height: 18px;
text-decoration: none;
font-size: 12px;
color: #606060;
padding-bottom: 8px;
}

ul.faq li a{
	line-height: 20px!important;
text-decoration: underline !important;
}
ul.faq{
position: relative;
padding-top: 20px;
padding-bottom: 20px;
}

/* =Info Form
-------------------------------------------------------------- */


.check{
	display:none;
}

#myform{
	position:relative;
	top:10px;
	font-size: 13px;
	color: #606060;
}

#myform label,
.ninja-forms-form-wrap label {
	position: relative;
width: 250px;
display: inline-block;
font-weight: normal !important;
}

#myform .input_text,
input.ninja-forms-field {
	width: 170px;
line-height: 13px;
padding: 3px;
margin: 4px 0 4px 0;
border: 1px solid #CCC;
background-color: white;
font-size:12px;
}

select.ninja-forms-field  {
font-size: 12px;
    height: 21px;
    font-size: 12px !important;
    line-height: 20px !important;
    width: 170px !important;

    }

#myform #street{
line-height: 13px;
position: relative;
border: 1px solid #CCC;
background-color: white;
width: 172px;
height: 20px;
resize: vertical;
top: 3px;
}

.ninja-forms-all-fields-wrap {
margin-top: 20px;
}

#myform .comments,
#ninja_forms_field_29 {
position: relative;
border: 1px solid #CCC;
background-color: white;
width: 330px;
height: 74px;
top: -12px;
left: 96px;
resize: vertical;
}

.f_label,
#ninja_forms_field_29_label {
position: relative;
display: block;
}


span.customStyleSelectBox{
border: 1px solid #CCC;
background-color: white;
line-height: 13px;
padding: 3px;
margin: 4px 0 4px 0;
width:170px;
height: 15px;
font-size: 12px;
}

.customStyleSelectBoxInner {
 background: url(images/select.jpg) no-repeat center right;
 width: 170px;
display: inline-block!important;
height: 15px!important;
margin:0;
padding:0;
}


.styled{
	width:170px!important;
	line-height:20px!important;
	font-size:12px!important;
}
#current_country,
#region,
.current_country,
.current_region{
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(images/select.jpg),
    -webkit-linear-gradient(#ffffff, #ffffff 0, #ffffff);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #999;
  color: #606060;
  font-size: inherit;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  }

#checkout_page_container textarea{
	font-size:12px!important;
	font-family:Arial, Helvetica, sans-serif !important;
	color: #606060;
}


#current_country,
#region{
	margin:0 20px 0 0;
}
.current_country,
.current_region{
margin: 5px 0 5px 0;
width:262px;
}

td.wpsc_checkout_form_33{
display:none;
width: 120px !important;
}
input#wpsc_checkout_form_33{
display:none;
}


#info_form .submit_btn,
#ninja_forms_field_28{
	position:relative;
	width:87px;
	height:26px;
	display:block;
	left: 340px;
	border: 0;
background: url('http://clearmarkerboard.com/wp-content/themes/Clear/images/mail_btn.jpg') 0 0 no-repeat;
text-indent: -9999px;
}

#recent_posts{
position: relative;
top: 7px;
}
#archives{
	position: relative;
top: 45px;
display: block;
height: 120px;
}

#archives_select #selectWrapper{
top: 10px;
position: relative;
left:-2px;
}

#archives_select span.customStyleSelectBox,
#archives_select .customStyleSelectBoxInner,
#archives_select .styled {
	width:166px!important;
	color:#999 !important;
	text-align: left!important;
}

span.total{
	color:#999 !important;
}

#sidebar_title{
font-size: 14px;
font-weight: normal;
text-align: left;
color: #224483;
display: block;
padding-bottom: 0;
}

/* =News
-------------------------------------------------------------- */

#post_container{
position: relative;
top: 15px;
}

.post_divide{
border-bottom: #D4D4D4 1px solid;
height: 1px;
float: left;
width: 100%;
padding: 5px 0 5px 0;
   }

#ship a{
	text-decoration:none;
	color:#f00;
}


/* = Checkout
-------------------------------------------------------------- */
#content #checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_image img{
	width:80px!important;
	height:60px!important;
}

#checkout_page_container img.product_image{
	background:none!important;
	border:none!important;
}

#wpsc_shopping_cart_container{
	position: relative;
top: 20px;
width: 770px;
}
.productcart{
	position: relative;
margin-top: 15px;
margin-bottom: 20px;
line-height: 26px;
width: 640px;
}



.wpsc_product_name{
position: relative;
top: -10px;
}
.check_sku{
top: 5px;
position: relative;
}

.wpsc_product_quantity{
width: 130px;
text-align: center;
}
.check_sing_total,
.check_sing_price{
	width:100px;
	text-align: center;
}

.wpsc_billing_forms h4{
 margin-bottom: 10px;
width: 630px;
}

table.wpsc_checkout_table label{
	display: inline-block!important;
width: 140px;
padding-left: 80px;
}

.text{
width: 170px;
line-height: 13px;
padding: 3px;
margin: 4px 0 4px 0 !important;
border: 1px solid #999;
background-color: white;
color:#999 !important;
font-size: 12px!important;
position:relative;
}

.table-2 .shipping_region_name,
.table-2 .shipping_country_name,
.table-2 .text{
	left:14px;
	position:relative;
}




#wpsc_checkout_form_4,
#wpsc_checkout_form_13{
	height: 48px!important;
	width:255px!important;
}

.wpsc_submit_zipcode{
	position: relative;
background: url(images/calculate_button.jpg) no-repeat;
display: inline-block;
border: none;
text-indent: -9999px;
cursor: pointer;
width: 91px;
height: 32px;
float: right;
bottom: 2px;

}

.spacer{
	display:inline-block;
	width:50px;
}

#content table.wpsc_checkout_table h4{
 font-size:18px;
	  font-weight:normal;
	  text-align:left;
	  color:#224483;
   	  border-bottom:#D4D4D4 1px solid;
	  display:block;
line-height: 18px;
padding-bottom: 14px;
padding-left:10px;
margin-bottom: 30px;
position: relative;
top: 10px;
}

#review{
	position: relative;
top: 20px;
}
#review h1{
	margin-bottom:20px!important;
}

#checkout_page_container .total_price.total_shipping td:first-child,
#checkout_page_container .total_price td:first-child{
	padding-right:20px;
	padding-left: 80px!important;
}

.wpsc_checkout_form_16{
	position:relative;
	padding-bottom: 5px!important;
padding-top: 5px !important;
}
.wpsc_checkout_form_15{
	position:relative;
	padding-bottom: 5px!important;
padding-top: 5px !important;
}
.make_purchase{
position: relative;
background:url(images/paypal_purchase_credit.jpg) no-repeat;
display: inline-block;
border: none;
text-indent: -9999px;
cursor: pointer;
width: 146px;
height: 67px;
float: right;
right: 130px;
bottom: 44px!important;
}

#shippingsameasbillingmessage{
	position: relative;
left: 80px;
}



/* = Sales Resources
-------------------------------------------------------------- */

.sale_pdf{
	position: relative;
width: 100px;
float: left;
margin-left: 40px;
}

.sale_pdf a{
	position:relative;
	z-index:2;
}
.sale_pdf .pdf_border{
	position: absolute;
right:38px;
top: 7px;
z-index: 10;
width: 50px;
height: 65px;
border-bottom: solid #C7C7C7 3px;
border-right: solid #C7C7C7 3px;
display:block;
z-index:1;
}
span.pdf_t{
	text-align: center !important;
position: absolute !important;
width: 110px !important;
top: 17px !important;
left: -25px !important;
}

#price_list{
position: relative;
top: 60px;
}

#symbols{
	position: relative;
top: 110px;
}
#symbols h3{
	top:-60px!important;
}

#sales{
	position: relative;
top: 30px;
margin-bottom: 25px;
}
#sales_foot{
height: 390px;
}


#grey_text{
text-shadow: 1px 1px #1E4028;
font-size: 20px;
}

.wpsc_loading_animation{
top: -30px;
position: relative;
left: 65px;
}

/* = Blog
-------------------------------------------------------------- */
.post{
	left: -10px!important;
position: relative!important;
}

.blog{
	left: 0px!important;
}

.post_top{
display: block;
position: relative;
top: 30px;
}

.post-sumary{
	color: #606060;
text-align: left;
top: 20px;
position: relative;
margin-bottom: 20px;
}

.post-excerpt-text a{
color: #224483!important;
text-decoration: none !important;
-webkit-font-smoothing: antialiased;
font-weight: normal !important;

}

.post-excerpt-text h3 a{
font-size: 15px !important;
line-height: 18px !important;
}

.post-excerpt-text{
line-height: 18px;
font-size: 12px;
color: #606060;
float: left;
width: 500px;
left: 10px;
position: relative;
top: 10px;

}

.featured-Img{
position: relative;
float: left;
width: 200px;
padding: 10px;
}

.read_art a{
	color: #224483!important;
-webkit-font-smoothing: antialiased;
padding-right: 5px;
}

#single_p{
top: -10px;
position: relative;
font-size: 13px;
}

#single_p li{
display: block;
background: url(images/sidebar_li.jpg) 0 1px no-repeat !important;
padding-left: 19px;
line-height: 18px;
text-decoration: none;
font-size: 12px;
color: #606060;
padding-bottom: 8px;
}

.name_block{
display: none!important;
}
.fan_box .connect_action .name{
	display: none!important;
}

#fbbg{
position: relative;
left: -1px;
top: 14px;
overflow: hidden;
width: 170px;
border: 1px solid #CCC;
height: 225px;
}

#iframe_fb{
left: -5px!important;
position: relative!important;
}

#facebook_title{
display: block;
background: url(images/sidebar_li.jpg) 0px 4px no-repeat !important;
height: 19px;
padding-left: 19px;
line-height: 25px;
color: #224483;
}

#nav-below_B a,
#nav-below a{
	text-decoration: none;
color: #224483!important;
font-size: 13px;
}

.nav-previous{
	float:left;

}
.nav-next{
	float:right;
}
.prev_arrow{
	display:inline-block;
	background:url(images/post_arrow_lt.jpg) no-repeat;
	height:20px;
	width:17px;
	position:relative;
	top: 4px;
	right: 4px;
}
.next_arrow{
	display:inline-block;
	background:url(images/post_arrow_rt.jpg) no-repeat;
	height:20px;
	position:relative;
		width:17px;
		top: 4px;
		left:4px;

}

#nav-below{
	position: relative;
    top: 20px;
}
#nav-below_B{
	position: relative;
    top: 10px;
}

.visitshop{
	text-decoration:none !important;
	display:block;
	background:url(images/visit_store.jpg) no-repeat;
	width:99px;
	height:34px;
	position:relative;
}


/* =Post Social Media Buttons
-------------------------------------------------------------- */
.fb_post{
	float:left;
	width:110px;
}
.tweet_post{
	float:left;
	width:110px;
}
.google_post{
	float:left;
	width:110px;
}
.linkin_post{
	float:left;
	width:110px !important;
}
#social-bottom{
	margin: 10px 0 40px 130px;
}

/* =Post Social Media Buttons
-------------------------------------------------------------- */
h2.t_success{
	position:relative;
	padding-bottom: 20px;
}

body.page-id-824 .wpsc_default_product_list{
	display:none;
}
#country_notice{
	display: block;
	padding-top:10px;
}
.check-page{
color: #224483;
	text-decoration:none;
}

#visa_master{
	display: block;
width: 71px;
height: 21px;
background: url(images/Payment_Options_MC_VISA.jpg) no-repeat;
position: relative;
float: right;
top: -20px;
right: 23px;
}


.trans-item{
position: relative;
top: 15px;
margin-bottom: 20px;
width: 460px;
float: left;
}

.trans-item img{
	float:left;
	padding-right: 10px;
}

#trans_total{
position: absolute;
top: 112px;
right: 120px;
text-align: right;
}

#trans_total hr{
	display:none;
}

.tax_con,
.tran_total,
.shipT{
top: 114px;
right: 10px;
width: 200px;
}

.tran_title{
	font-size: 15px;
}

.tax_con .pricedisplay,
.tran_total .pricedisplay{
	font-weight:normal!important;
	padding-left:10px;
}

.shipP{
	display:inline;
	color: #234483!important;
font-size: 14px!important;
line-height: 20px!important;
position: relative;
}


h2.tran_tt{
position: relative;
bottom: 5px;
color: #224483;
border-bottom:#D4D4D4 1px solid;
font-size: 16px;
line-height: 20px;
}


div.ppt{color: white;
display: none;
font-size: 20px;
margin: 11px 0px -14px 20px;
z-index: 9999;
position: relative;
text-align: left;
font-family:Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
font-weight:normal;
}


#custom_graphics{
	text-decoration: none;
display: block;
position: relative;
top: 30px;
background: url(images/CF_Custom_Banner.jpg) no-repeat;
width: 183px;
height: 193px;
left: -10px;
}

#testimonials{
position: absolute;
top: 100px;
left: 0px;
width:500px;
text-align:center;
}

.in_test{
	width:500px;
text-align:center;
}

.quote{
	font-style:italic;
    color: #224483;
	font-size:18px;
	line-height:24px;
	-webkit-font-smoothing: antialiased;
	font-weight:normal;
}
.author{
	font-weight:700;
	font-size:14px;
	position: relative;
    top: 10px;
	-webkit-font-smoothing: antialiased;
}

.mail_add{
	position: relative;
float: left;
margin-right: 90px;
margin-bottom: 15px;
}

/* =Search Results
-------------------------------------------------------------- */
ul#search-results li{
position:relative;
    border-bottom:#D4D4D4 1px solid;
	display:block;
	height: 76px;
	padding:10px;
}
ul#search-results{
	margin-bottom:50px;
}

div.search-results-thumb{
	float:left;
	position:relative;
	width:100px;

}

div.search_text{
	float:left;
	position:relative;
	width: 500px;
	-webkit-font-smoothing: antialiased;
	font-weight:normal;
	 text-align: left;
	 padding-left: 10px;
}





a.cat_link{
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	color: #224483;
}

a.search_link{
	font-size:18px;
	line-height:24px;
	text-decoration:none;
	color: #224483;
}



.search_ex{
	color: #606060;
	font-size:12px;
	line-height:14px;
	width: 500px;
}
.search_ex a{
	color: #224483;
}

/* =Pagination
-------------------------------------------------------------- */

/* content */


ol#pagination{
overflow: hidden;
position: relative;
top: 15px;
margin-bottom: 15px;
}

ol#pagination li{
		float:left;
		list-style:none;
		cursor:pointer;
		margin:0 0 0 .5em;
		color: #606060;
font-size: 14px;
font-family: arial;
}

ol#pagination li.current,
ol#pagination li:hover{
	color: #224483;
	font-weight:bold;
}

/* // content */
