body {
    font: 11px Tahoma, Verdana, Helvetica, sans-serif;;
    padding: 0;
    margin: 0;
	line-height: 18px;
	background-repeat: repeat-x;
    }

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #a68215;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #a68215;
	background: transparent;
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #a68215;
	background: transparent;  
	}

.style2 {
	font-size: 20px;
	font-weight: bold;
	line-height:25px;
	border:0px solid #006699;
}

h1 {
    font-size: 16px;
	margin-top: 25px;
	margin-left: 10px;
    }

h1 span {
    font-size: 10px;
    }

h2 {
	font-size: 13px;
}



#holder {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    }

#holder_featured {
	background: #efefef;
	}


#toptext {
    text-align: right;
    padding: 0 10px 45px 0;
    color: #dedede;
    }

#toptext a:link, #toptext a:visited {
	text-decoration : none;
	color: #dedede;
	background: transparent; 
	}

#toptext a:hover {
	text-decoration : underline;
	color: #dedede;
	background: transparent; 
	}

#toptext a:active {
	text-decoration : none;
	color: #dedede;
	background: transparent;  
	}
    




#header {
  width:100%;
  margin: 0;
  padding: 0
  }

#new_main_header {
	background: #000;
	background-image: url(/_assets/images/header_serious_solutions.jpg);
	background-repeat: no-repeat;
	}

#header ul {
  margin:0;
  padding:0;
  font-size:10px;
  white-space:nowrap;
  }
#header ul li {
  float:left;
  margin:0;
  padding:0;
  list-style:none;
  line-height:normal;
  }
#header ul a, #header ul strong {
  background:none;
  display:block;
  float:left;
  height:auto;
  border:1px solid #666;
  border-width:0 1px 0 0;
  margin:0;
  padding:4px 4px;
  text-decoration:none;
  font-weight:normal;
  color:#ccc;
  white-space:nowrap;
  }
#header ul a strong {
  padding:0;
  border:none;
  background:none;
  }
/* Commented Backslash Hack hides 
   rule from IE5-Mac, documented at 
   http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html \*/
   #header ul a, #header ul strong {float:none;}
   /* End hack */

#header ul a:hover {
  background:#333;
  text-decoration: underline;
  }
#header #c strong, #header #c a, #header #c a strong {
  background:#e0b125;
  color: #333;
  font-weight: bold;
  }
#header ul a:hover, #header ul a:hover strong, #header ul a:hover span, #header #c strong, #header #c strong span {
  color:#fff;
  }

#header ul #h {
  border-left-width:1px;
  }



#subnav {
  float:left;
  width:100%;
  height: 100%;
  background:#e0b125;
  margin: 0;
  padding: 0
  }

#subnav ul {
    display: inline;
    margin: 0;
    padding: 0;
    }

#subnav ul li {
    display: inline;
    padding: 4px 7px 4px 7px;
    }

#subnav ul li:before {
    content: "\0020 \0020 \0020 \00BB \0020";
    color: #333;
    }

#subnav a:link, #subnav a:visited {
	text-decoration : none;
	color: #333;
	background: transparent; 
	}

#subnav a:hover {
	text-decoration : underline;
	color: #333;
	background: transparent; 
	}

#subnav a:active {
	text-decoration : none;
	color: #333;
	background: transparent;  
	}





#parts {
    border: 1px solid #666;
    margin-bottom: 50px;
    margin-top: 30px
    }

#parts_header {
    background: #fdc210;
    text-align: center;
    padding: 3px;
    margin: 0;
    }

#headline {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    }

#headline span {
    font-size: 10px;
    }

#headline span a:link, #headline span a:visited {
	text-decoration : underline;
	color: #333;
	background: transparent; 
	}

#headline a:hover {
	text-decoration : underline;
	color: #333;
	background: transparent; 
	}

#headline a:active {
	text-decoration : none;
	color: #333;
	background: transparent;  
	}

#c_header {
    padding: 3px;
    font-weight: bold;
    background: #ccc;
    border-top: 1px solid #ccc;
    }


#even {
    padding: 3px;
    background: #fff;
    border-top: 1px solid #ccc;
    }

#odd {
    padding: 3px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    }



#featured {
    border: 1px solid #ccc;
    }

#f_header {
    background: #fdc210;
    text-align: center;
    color: #333;
    font-weight: bold;
    padding: 3px;
    }

#bottomnav {
    text-align: center;
    }

#copyright {
    font-size: 10px;
    text-align: center;
    }

#prod_desc {
	background: #efefef;
	border: 1px dashed #ddd;
	padding: 8px;
}



#homeside {
	background: #efefef;
	border: 1px dashed #ddd;
	padding: 8px;
	}


#content {
    padding: 10px 5px 10px 5px;
    border-left:  1px solid #ccc;
    border-right:  1px solid #ccc;
    }

#homecontent {
	padding: 8px 0 0 0;
	border-left:  1px solid #ccc;
    border-right:  1px solid #ccc;
	}

#homesidenav {
	border-right: 1px solid #ccc;
	}

#homesub_header {
	background:#e0b125;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	padding: 3px 3px 3px 6px;
	/* text-align: center; */
	 background-image: url(images/leftmenu_bg.gif); 
	}

#homesub_main {
	color: #121212;
	padding: 3px 6px 3px 6px;
	border-bottom: 1px solid #eee;
	}

#homesub_main:before {
    content: "\0020 \0020 \0020 \00BB \0020";
    color: #121212;
    }

#homesub_main a:link, #homesub_main a:visited {
	text-decoration : none;
	color: #121212;
	background: transparent; 
	font-weight: normal;
	}

#homesub_main a:hover {
	text-decoration : underline;
	color: #121212;
	background: transparent; 
	}

#homesub_main a:active {
	text-decoration : none;
	color: #121212;
	background: transparent;  
	}

#homerightside {
	padding: 6px;
	}

#featurednew {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}

#featurednewtitle {
	background:#e0b125;
	background-image: url(images/rightside_bg.gif); 
	color: #333;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	}

h4 {
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}

#footer {
    padding: 3px 5px 3px 5px;
    font-size: 10px;
    border-top: 1px solid #ccc;
    border-left:  1px solid #000;
    border-right:  1px solid #000;
	background: #000;
	color: #999;
    }

#home_news {
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
	}

#home_feat_prod {
	padding-bottom: 20px;
	}

#add_cart_box {
		border: 1px solid #F4D777;
	float: right; 
	margin: 10px 70px; 
	padding-top: 10px;
	width: 200px;
	}


h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	}
	.image-cat
	{
	height:80px;
	border-bottom:4px #000000 solid;
	text-align:center;
	border-top:4px #000000 solid;
	}
	.image-cat img
	{
	padding-left:10px;
	padding-right:10px;
	border:0px;
	}
	.image-cat-demo
	{
	
	border-bottom:4px #000000 solid;
	text-align:center;
	border-top:4px #000000 solid;
	}
	.image-cat-demo img
	{
	padding-left:10px;
	padding-right:10px;
	border:0px;
	}
	.feature-d
	{
	padding-left:20px;
	padding-right:20px;
	}
	.feature-right
	{
	
	}
	.feature-ben
	{

	border:0px solid #999900;
	
	}
	.feature-ben-top
	{
	height:14px;
	background:url(/images/feature-ben-top.jpg) no-repeat;
	width:377px;float:left;
	}	.feature-ben-mid
		{
background:url(/images/feature-ben-mid.jpg) repeat-y;
	width:377px;float:left;

	}
		.feature-ben-bottom
	{
	height:14px;background:url(/images/feature-ben-bottom.jpg) no-repeat;
	width:377px;float:left;
	}
	.feature-ben-mid h1
	{
	color:#000000;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	clear:both;
	padding-left:20px;
	}	
	.feature-ben-mid p
	{
	color:#000000;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;float:left;
	padding-left:20px;
	padding-right:10px;
	}
	.feature-ben-mid p img
	{
	padding-right:10px;
	float:left;
	padding-top:7px;
	}
	
	
	
	.customet-e-detail
	{
	width:186px;
	padding-left:7px;
	float:left;
	}
	.customet-e-top
	{
	height:28px;
	background:url(/images/customet-e-top.jpg) no-repeat;
	width:186px;float:left;
	}	.customet-e-mid
		{
background:url(/images/customet-e-mid.jpg) repeat-y;
	width:186px;float:left;

	}
		.customet-e-bottom
	{
	height:28px;background:url(/images/customet-e-bottom.jpg) no-repeat;
	width:186px;float:left;
	}
	.customet-e-mid h1
		{
			color:#666666;
	font-size:11px;
	font-weight:normal;

	margin:0px;
	clear:both;font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:15px;
	padding-top:10px;
		}
			.customet-e-mid p
	{
	color:#000000;
	font-size:14px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;float:left;
	padding-left:15px;
	padding-right:15px;
	}
