/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.content { width:920px; margin:0 auto; padding:0;}

#top .content {
background:none repeat scroll 0 0 #000000;
background-image:url(http://sctools.net/wp-content/uploads/2011/09/backgroundSCTOOLS.png)
background-repeat: no-repeat;// scroll 0 0 #000000;
}

#top {
background:none repeat scroll 0 0 #000000;
//background-image:url(http://sctools.net/wp-content/uploads/2011/09/backgroundSCTOOLS.png) no-repeat scroll 0 0 #000000;
border-bottom:1px solid #000000;
}

#featured {
background:url("orange/bg-slider-bot.png") repeat-x scroll left bottom #F8981d;
border-bottom:1px solid #CB9535;
border-top:1px solid #F3C26F; }

background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.333, rgb(248,153,29)),
    color-stop(0.666, rgb(255,255,255))
);
background-image: -moz-linear-gradient(
    left center,
    rgb(248,153,29) 33.3%,
    rgb(255,255,255) 66.6%
);

a.button {
    /*background: url(images/btn-slider-right.png) no-repeat scroll top right; */
	display: block;
	float: left;
	height: 46px;
	margin-right: 6px;
	padding-right: 13px; 
	text-decoration: none;
	color: #3e3e3e;
	font-family: Georgia;
	font-size:18px;
}

a.button span {
	margin-left:8px;
	margin-right:-12px;
	float:left;
	/*background: url(images/btn-slider.png) no-repeat; */
	color:#4e4e4e;
	font-family:Georgia;/*Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;*/
	font-size:16px;
	display: block;
	line-height: 36px; 
	padding: 1px 15px 1px 15px;
	border:1px solid #aaaaaa;
	background: #eee; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#aaa'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eee,  #aaa); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #eee, #aaa); /* opera 11.10+ */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 8px #333;
	-moz-box-shadow: 0px 4px 8px #333;
	box-shadow: 0px 4px 8px #333;
	text-shadow: rgba(0,0,0,0.3) -1px 0, rgba(0,0,0,0.3) 0 0px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) 0px 0px;
} 
a.button:hover span {
	margin-left:8px;
	margin-right:-12px;
	float:left;
	/*background: url(images/btn-slider.png) no-repeat; */
	color:#4e4e4e;
	font-family:Georgia;/*Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;*/
	font-size:16px;
	text-decoration:none;
	display: block;
	line-height: 36px; 
	padding: 1px 15px 1px 15px;
	border:1px solid #aaaaaa;
	background: #aaa; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#eee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#eee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #aaa,  #eee); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #aaa, #eee); /* opera 11.10+ */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px #333;
	-moz-box-shadow: 0px 2px 4px #333;
	box-shadow: 0px 2px 4px #333;
	text-shadow: rgba(0,0,0,0.3) 0 1px, rgba(0,0,0,0.3) 0 0px, rgba(255,255,255,0.5) 0 -1px, rgba(0,0,0,0.3) 0px 0px;
} 

a.button2 span {
	margin-left:0px;
	margin-right:10px;
	float:right;
	clear: both;
	color:#000000;
	font-family:Georgia;
	font-size:14px;
	text-decoration:none;
	display: block;
	line-height: 24px; 
	padding: 1px 10px 1px 10px;
	border:1px solid #FF9900;
	background: #F8981D ; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#aaa');  for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFDDB3), color-stop(0.55, #FFDDB3), color-stop(0.56, #F8981D), color-stop(.95, #CC7E1B), to(#CC7E1B)); /* for webkit browsers */
	background: -webkit-linear-gradient(top, #FFDDB3, #FFDDB3 55%, #F8981D 56%, #CC7E1B 95%, #CC7E1B);
	background: -moz-linear-gradient(top, #FFDDB3, #FFDDB3 55%, #F8981D 56%, #CC7E1B 95%, #CC7E1B); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #FFDDB3, #FFDDB3 55%, #F8981D 56%, #CC7E1B 95%, #CC7E1B); /* IE 10 */
	background: -o-linear-gradient(top, #FFDDB3, #FFDDB3 55%, #F8981D 56%, #CC7E1B 95%, #CC7E1B); /* opera 11.10+ */
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 4px 8px #333;
	-moz-box-shadow: 0px 4px 8px #333;
	box-shadow: 0px 4px 8px #333;
	text-shadow: rgba(0,0,0,0.3) -1px 0, rgba(0,0,0,0.3) 0 0px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) 0px 0px;
} 
a.button2:hover span {
	margin-left:0px;
	margin-right:10px;
	float:right;
	clear: both;
	color:#000000;
	font-family:Georgia;
	font-size:14px;
	text-decoration:none;
	display: block;
	line-height: 24px; 
	padding: 1px 10px 1px 10px;
	border:1px solid #FF9900;
	background: #F8981D ; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#eee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFDDB3), color-stop(0.55, #FFDDB3), color-stop(0.56, #F8981D), color-stop(.95, #CC7E1B), to(#CC7E1B)); /* for webkit browsers */
	background: -webkit-linear-gradient(top, #FFDDB3, #FFDDB3 55%, #F8981D 56%, #CC7E1B 95%, #CC7E1B);
	background: -moz-linear-gradient(top, #FFDDB3, #FFDDB3 55%, #F8981D 56%, #CC7E1B 95%, #CC7E1B); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #FFDDB3, #FFDDB3 55%, #F8981D 56%, #CC7E1B 95%, #CC7E1B); /* IE 10 */
	background: -o-linear-gradient(top, #FFDDB3, #FFDDB3 55%, #F8981D 56%, #CC7E1B 95%, #CC7E1B); /* opera 11.10+ */
	-moz-border-radius: 12px;
	-webkit-border-radius: 112px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 2px 4px #333;
	-moz-box-shadow: 0px 2px 4px #333;
	box-shadow: 0px 2px 4px #333;
	text-shadow: rgba(0,0,0,0.3) -1px 0, rgba(0,0,0,0.3) 0 0px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) 0px 0px;
} 

/* Style drop down list */

//#nav, #nav ul {padding: 0;margin: 0;list-style: none; line-height: 4;float:right;}
#nav li:hover, #nav li.current_page_item { border-bottom:1px solid #2a2a2a; }
#nav li ul li:hover, #nav li ul li.current_page_item { border:none; }
#nav li ul { position: absolute; width: 310px; left: -999em; border: 1px solid #2a2a2a; z-index: 199; }//width: 200px;
#nav li ul li {	position: relative; z-index: 99; background: #FFF; }
#nav li ul li a { border:none !important; line-height: 25px; font-size: 11px; width: 290px; }//width: 180px;
#nav li ul ul {	margin: -26px 0 0 310px; }//200px;
#nav li ul ul li a { line-height: 25px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li.current_page_item ul li a{ color:#c0baa5; background:#fff; }
#nav li.current_page_item ul li a:hover, #nav li ul li.current_page_item a:hover { color:#fff; background:#3f3a2b; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */


//#nav li.page_item.page-item-31 { marging-left: 20px; background-image:url(http://sctools.net/wp-content/uploads/2011/09/e-store_cart-e1315326254188.png); background-repeat: no-repeat;}
#nav li.page_item.page-item-31 a{ padding-left: 32px; background-image:url(http://sctools.net/wp-content/uploads/2011/09/e-store_cart-e1315326254188.png); background-repeat: no-repeat;}
#nav li.page_item.page-item-428 a{ padding-left: 32px; background-image:url(http://sctools.net/wp-content/uploads/2011/09/e-store_cart-e1315326254188.png); background-repeat: no-repeat;}


