/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {
	line-height:1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	background-image: url(/_img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#646061;
	height:100%;
}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a{
	outline: none;
}
p {margin:0 0 1.5em;}
/* wrapper start */
.wrapper-holder {
	width:100%;
	
}
#wrapper {
	width:950px;
	margin:0 auto;
	background-image: url(/_img/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
}
#wrapper:after {
	clear: both;
	content:'';
	display: block;
}
/* header start */
#header {
	width:100%;
	position:relative;
	top:0px;
	height:115px;
}
#header:after {
	clear: both;
	content:'';
	display: block;
}
.header-top {
	width:100%;
	height:110px;
	overflow:visible;
}
#header .logo-holder{
	width: 308px;
	height: 83px;
	position:absolute;
	top:17px;
	left:45px;
	z-index:100;
}
#header .logo{
	text-indent:-9999px;
	width: 308px;
	height: 83px;
	display:block;
	z-index:100;
	background-image: url(/_img/logo-radargloves.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .logo a{
	width:308px;
	height:83px;
	float:right;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	z-index:1000;
}
#header .bt-header{
	float:left;
	width:135px;
	height:39px;
	position:relative;
	background-image: url(/_img/bt-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	left:770px;
	top:58px;
}
#header .bt-header:hover{
	background-position: left -39px;
}
#header .bt-header a{
	float:right;
	width:135px;
	height:39px;
	color:#FFF;
	text-decoration:none;
	padding-top:12px;
	font-weight:bold;
}
/* header end */
/* start main */
#main{
	width:900px;
	margin-left:25px;
}
#main .main-content{
	width:880px;
	margin:10px;
}
#main .main-content-medium{
	float:left;
	width:640px;
	margin:10px;
}
#main .main-content-medium-right{
	float:right;
	width:220px;
	margin:10px;
}
#main .wrapper-content{
	margin:0px;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
}
#main .content{
	padding:10px;
}
#main .bigtitle{
	font-size:18px;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:10px;
	padding-left:20px;
}
#main h2{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}
#main h3{
	font-size:16px;
	font-weight:bold;
}
#main h4{
	font-size:14px;
	font-weight:bold;
}
#main h5{
	font-size:12px;
	font-weight:bold;
}
#main .content ul{
	margin-bottom:20px;
}
#main .content li{
	margin-left:20px;
}
#main .content .long_title h1 {
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding-bottom:10px;
}
#main .container_sub {
	font-size: 11px;
	padding-top: 0px;
	background-image: url(/_img/bg_home_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e6e6e6;
	
}
/* end main */
/* footer start */
#footer {
	float:left;
	position:relative;
	left:0px;
	width:950px;
	height:194px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 37px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer .wrapper-menu-block{
	float:left;
	width:590px;
	border-right:1px #565555 solid;
}
#footer .menu-block{
	padding:10px;
	height:90px;
	
}
#footer h1{
	font-weight:bold;
	color:#dadada;
}
#footer ul, #footer ul li{
	list-style:none;
}
#footer ul li a{
	color:#999999;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#FFF;
}
#footer .social-network{
	float:left;
	height:80px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	width:105px;
}
#footer .social-network .linkedin{
	width:80px;
	height:16px;
	background-image: url(/_img/bt-linkedin.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
#footer .social-network .facebook{
	margin-top:8px;
	width:80px;
	height:16px;
	background-image: url(/_img/bt-facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
#footer .social-network .linkedin:hover, #footer .social-network .facebook:hover{
	background-position: 0px -16px;	
}
#footer .social-network .linkedin a, #footer .social-network .facebook a{
	float:right;
	width:80px;
	height:16px;
}
#footer .support{
	padding:10px;
	float:left;
	height:140px;
}
#footer .support .bt-support{
	width:134px;
	height:38px;
	background-image: url(/_img/bt-support.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	text-align:center;
}
#footer .support .bt-support:hover{
	background-position: 0px -38px;	
}
#footer .support .bt-support a{
	float:right;
	color:#FFF;
	font-weight:bold;
	float:right;
	width:135px;
	height:37px;
	padding-top:12px;
	text-decoration:none;
}
#footer .copyright{
	float:left;
	width: 850px;
	height: 30px;
	position:absolute;
	text-align:center;
	margin-top:-70px;
	top:100%;
	left:50px;
	z-index:130;
	color:#b8b1b6;
}
#footer .copyright .radargloves{
	text-align:center;
}
/* footer end */
/* home start */
#home-middle{
	float:left;
	width:900px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #a7a5a6;
	border-left-color: #a7a5a6;
	background-color:#999798;
	min-height:185px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
	color:#000;
	background-image: url(/_img/rushed-home-block-1.jpg);
	background-repeat: no-repeat;
}
#home-middle .column-1{
	float:left;
	width:280px;
	padding:25px;
	color:#000;
}
#home-middle .column-2{
	float:left;
	width:255px;
	padding-top:28px;
	padding-left:15px;
	color:#000;
}
#home-middle .column-1 ul li{
	list-style:none;
	background-image: url(/_img/li-start-yellow.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left:20px;
	padding-top:8px;
}
#home-middle .column-1 h1, #home-middle .column-2 h1{
	font-size:12px;
	font-weight:bold;
}
#home-middle .login{
	float:left;
	width:240px;
	margin:25px;
}
#home-middle .login h1{
	font-size:12px;
	font-weight:bold;
}
#home-description{
	float:left;
	width:900px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #a7a5a6;
	border-left-color: #a7a5a6;
	background-color:#c7c6c7;
	min-height:200px;
	background-image: url(/_img/rushed-home-block-2.jpg);
	background-repeat: repeat-y;
}
#home-description .article-home{
	float:left;
	width:550px;
	padding:25px;
}
#home-description .home-sepa, #home-middle .home-sepa{
	float:left;
	width:2px;
	height:155px;
	background-image: url(/_img/sepa-home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:25px;
}
#home-description .featured-articles{
	float:left;
	width:240px;
	margin:25px;
}
#home-description .featured-articles h1{
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#home-description .featured-articles .date{
	float:left;
	padding-top:5px;
	width:240px;
	
	border-bottom:1px solid #a6a5a5;
}
#home-description .featured-articles p{
	float:left;
	margin:2px;
	background-color:#fe9700;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	width:80px;
	font-size:11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#home-description .featured-articles-link {
	float:left;
	margin:auto;
	padding-left:4px;
	padding-top:4px;
	width:220px;
}
#home-description .featured-articles a{
	color:#000;
	text-decoration:none;
}
#home-description .featured-articles a:hover{
	text-decoration:underline;
}
#home-login-form .text-input{
	width:140px;
	margin:4px;
	float:right;
}
.home-forgot a{
	text-decoration:none;
	color:#fdee25;
	font-size:10px;
	font-weight:bold;
}
/* home end */
/*start login form : column right*/
#login-form .text-input{
	width:100px;
	margin:2px;
	float:right;
	padding:2px;
}
.title-orange {  
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px; 
	font-weight: bold; 
	color: #ED6707;
	padding-left:10px;
	padding-top: 0px;
}
.account-details-right{
	padding-left:10px;
	padding-right:10px;
	height:120px;
}
/*end login form : column right*/
/*start contact details form : column right*/
#contact-details-form{
	text-align:left;
	padding:0px;
	margin:0px;
}
#contact-details-form .text-input{
	width:255px;
	padding:2px;
}
.account-details-right{
	padding-left:10px;
	padding-right:10px;
	height:120px;
}
/*end contact details : column right*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
a.ovalbutton{
	background: transparent url('/_img/ov-button-left.png') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	font-weight:bold;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #FFF; /*button text color*/
}
a.ovalbutton span{
	background: transparent url('/_img/ov-button-right.png') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover span{ /* Hover state CSS */
	color: #666;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
.top-container-sub{
	clear:both;
	display: block;
	height:14px;
	padding-left:14px;
	background: transparent url('/_img/top-container-sub-left.png') no-repeat top left;
}
.top-container-sub span{
	display: block;
	background: transparent url('/_img/top-container-sub-right.png') no-repeat top right;
	padding-right:14px;
	height:14px;
}
.bottom-container-sub{
	background-color: #FFF;
	display: block;
	height:14px;
	padding-left:14px;
	background: transparent url('/_img/bottom-container-sub-left.png') no-repeat top left;
}
.bottom-container-sub span{
	background-color: #FFF;
	display: block;
	background: transparent url('/_img/bottom-container-sub-right.png') no-repeat top right;
	padding-right:14px;
	height:14px;
}
.top-container-sub-right{
	clear:both;
	display: block;
	height:14px;
	padding-left:14px;
	background: transparent url('/_img/top-container-sub-left-col.png') no-repeat top left;
}
.top-container-sub-right span{
	display: block;
	background: transparent url('/_img/top-container-sub-right-col.png') no-repeat top right;
	padding-right:14px;
	height:14px;
}
.bottom-container-sub-right{
	background-color: #FFF;
	display: block;
	height:14px;
	padding-left:14px;
	background: transparent url('/_img/bottom-container-sub-left-c.png') no-repeat top left;
}
.bottom-container-sub-right span{
	background-color: #FFF;
	display: block;
	background: transparent url('/_img/bottom-container-sub-right-.png') no-repeat top right;
	padding-right:14px;
	height:14px;
}
.wrapper-login-form{
	background-image: url(/_img/bg_container_login.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.container_account{
	background-color:#e1e1e1;
}
.container_account .signup ul li{
	list-style:none;
	background-image: url(/_img/li-start-yellow.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:20px;
	padding-top:2px;
}
.container_account .signup h1{
	font-size:11px;
	font-weight:bold;
}
.form {  
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	background-color: #EEEEEE; 
	height: 16px; 
	width: 100px; 
	border-style: none; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}
.bt-login  {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #ECF5FF;
	background-image: url(/_img/login_button_grey.png);
	width: 53px;
	height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: top;
	border: 0;;
}
.button_120  {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #ECF5FF;
	background-image: url(/_img/button_bg_120.png);
	width: 120px;
	height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: top;
	border: 0;
}
.table-padding-2 td{
	padding:2px;
}
.table-padding-4 td{
	padding:4px;
}
.table-padding-8 td{
	padding:8px;
}
.table-padding-10 td{
	padding:10px;
}
.search_button  {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #ECF5FF;
	background-image: url(/_img/search_button.gif);
	width: 154px;
	height: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: top;
	border: 0;
}
.product_thumb a img{
	border:1px solid #CCCCCC;
}
.product_thumb a:hover img{
	border:1px solid #999;
}
.glove_compatibility{
	background-image: url(/_img/bg_glove_profile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #abaaaa;
}
.title-big{
	font-size:18px;
	font-weight:bold;
	padding-bottom:0px;
}
.success {
	text-align:left;
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
/* --------------------BANNER ROTATOR--------------------- */
#SlideItMoo_banners_outer { 
	display:block; 
	position:relative; 
	width:900px; 
	height:290px; 
	margin:0px auto 0px; 
	border:1px #CCCCCC solid; 
}
#SlideItMoo_banners_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:900px ; 
	height:290px ; 
	margin:0px auto 0px;  
}
#SlideItMoo_banners_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#SlideItMoo_banners_items a img { 
	border:none; 
}
.title-list-supplier{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
