/********************************************
  HTML ELEMENTS
********************************************//* Top Elements */
body {
	font: 11px Tahoma, arial, sans-serif;
	color: #3A3A3A;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a {
  color: #3A3A3A;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
	color: #A30E0E;
	text-decoration: underline;
}

h1{
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
  font-weight: Bold;
  font-size: 130%;
}
/* form elements */

label {
  display: block;
  font-weight: bold;
  margin: 5px 0;
}

form {
  display: inline;
  margin: 0px;
  padding: 0px;
}

textarea {
  width: 400px;
  padding: 2px;
  font: normal 1em Verdana, sans-serif;
  height: 101px;
  display: block;
  color: #000;
}

/*Text*/

.textOrange{
  color: #ff7011;
  font: 11px Tahoma, Verdana, Arial, Sans-serif;
}

.textRed{
  color: #ff0000;
  font: 11px Tahoma, Verdana, Arial, Sans-serif;
}

.textRed2{
  color: #ff0000;
  font-family: Arial, Verdana, Tahoma, Sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.textBoldOrange{
  color: #B00002;
  font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
}

.textBoldComment{
	color: #7B776E;
	font: bold 14px Tahoma, Verdana, Arial, Sans-serif;
}

.textGray{
  color: #535353;
  font-size: 10px;
}

.textWhite{
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.textWhite a{
  color: #FFFFFF;
  font: 11px Tahoma, Verdana, Arial, Sans-serif;
}

.textBoldYellow{
  color: #ffc000;
  text-decoration: underline;
}

.textBoldBlack {
	color: #FFFFFF;
	font: bold 11px Tahoma, Verdana, Arial, Sans-serif;
}

.textBoldBlack1 {
  color: #323232;
  font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
}

.textProductPriceDoller{
  color: #323232;
  font: normal 24px Tahoma, Verdana, Arial, Sans-serif;
}

.textProductPrice{
  color: #ff6600;
  font: normal 24px Tahoma, Verdana, Arial, Sans-serif;
}

.super{
  vertical-align: super;
}

.textBoldBlue{
	color: #7E7A71;
	font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
}

.textBlue{
	color: #CA0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.textBoldBlueL{
	color: #A30E0E;
	font: 18px Tahoma, Verdana, Arial, Sans-serif;
}

.textGreen{
  color: #339933;
  font: bold 11px Tahoma, Verdana, Arial, Sans-serif;
}

.textGreen2{
  color: #339933;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.boldtext{
  font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
}

.TextOrangeBold{
  font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
  color: #ff6633;
}
/*Border*/

.border {
  border: 1px solid #CCCCCC;
}
.redborder {
  border: 1px solid #df0000;
}
.borderB {
  border: 1px solid #000;
}

.borderR {
  border: 1px solid #FF0000;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 6px;
  background-color: #FFF4F4;
  margin-right: 1px;
  margin-left: 1px;
}

.borderG {
  border: 1px solid #339933;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #339933;
  background-color: #EEFBF1;
  padding-left: 6px;
}

.borderS {
  border-left: 1px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  margin-left: 1px;
  width: 776px;
}

.borderright {
  border-right-width: 1px;
  border-right-style: dashed;
  border-right-color: #CCCCCC;
}

.borderright2 {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFFFFF;
}

.underline {
  border-bottom: 1px solid #dcdcdc;
}

.underline1 {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0;
  padding: 0;
}

.alignCenter{
  text-align: center;
}

.padding{
  padding: 5px 0 5px 15px;
}

.padding2{
  padding: 5px;
  line-height: 18px;
}


.padding1{
  text-align: justify;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 0px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.padding1 a:link{
  font-weight: bold;
}
/********************************************
  LAYOUT
********************************************/

#wrap {
	width: 1000px;
	background: #FFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border: 8px solid #e3e3e3;
}

#content-wrap {
  width: 980px;
  padding: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-top: 35px;
}
/*...Header....*/

#header {
	width: 1000px;
	position: relative;
	height: 103px;
	padding: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
   }


#header #logo {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 10px;
	top: 39px;
	z-index: 1;
   }
#header #header-links {
	position: absolute;
	top: 14px;
	right: 12px;
	font-size: 10px;
	width: auto;
	height: 21px;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3A3A3A;
   }
   /*-----Header-links------*/
       #header a {               color: #3A3A3A;               text-decoration: none;               }
       #header  a:hover {               text-decoration: underline;
           color: #ff6c00;
           }
       #header #current a {               color: #FBE06F;
           text-decoration:underline;
           }
   /*----End-Header-links----*/   
#header #menu_ul{
	position: absolute;
	color: #000000;
	font-size: 8px;
	width: 560px;
	height: 23px;
   }
#header #ad1{
	position: absolute;
	width: 980px;
	height: 29px;
	background-color: #a30e0e;
	top: 73px;
	left: 10px;
       }
#header #header_bar {
	position: absolute;
	top: 103px;
	left:10px;
	height: 26px;
	width: 980px;
	background-image: url(../images/bar-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	background-repeat: repeat-x;
}
#header #search{
	position: absolute;
       }
#header #search2{
	position: absolute;
	color: #333333;
	font-size: 10px;
	width: 220px;
	height: 23px;
	top: 45px;
	float: left;
	left: 775px;
	vertical-align: bottom;
}
#message {
height: auto;
width: auto;
position: absolute;
left: 440px;
top: 37px;
font-family: Arial, Helvetica, sans-serif;
color: #A30E0E;
font-size: 15px;
font-weight: bold;
} 
#button {
 height: auto;
 width: auto;
 position: absolute;
 left: 208px;
 top: 43px;
 padding-left: 3px;
}

/*............Header_Menu_Links.............*/        #header #menu {
	position: absolute;
	padding: 0;
	color: #FFFFFF;
	height: 21px;
	left: 380px;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 7px;
      }
#header #menu a {
   color: #FFF;
   text-decoration: none;
   }

#header #menu a:hover {
   color:#FFFF80;
   text-decoration: underline;
   }
#header #menu #current a { 
   color: #FBE06F;
   text-decoration:underline;
   }
#header #menu #last a {
   padding-right: 50px;
   color: #FFF;       }
/*End-Header-Menu-Links*/                  #header #online_help{
   position: absolute;
   top: 114px;
   right: -2px;
   color: #FFF;
   font-size: 10px;
   width: 145px;
   height: 23px;
   }
#header #title{
   position: absolute;
   margin: 0;
   padding: 8px;
   background: url(../images/Title-bar.jpg) repeat-x 0 0;       color: #000000;
   height: 20px;
   width: 610px;
   left: 210px;
   top: 144px;
   }

/*-------------------Header-End Here--------------------    */
/* Left Sidebar */

#sidebar {
	float: left;
	width: 199px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 3px;
	margin-right: 4px;
	border: 1px solid #dbdbdb;
}

#sidebar h1 {
	color: #000000;
	margin: 0px;
	background-image: url(../images/cat-header.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	padding-top: 10px;
	text-transform: uppercase;
	text-align: center;
}
#sidebar h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	color: #A30E0E;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar ul.sidemenu {
  text-align: left;
  margin: 4px 4px 1px 0;
  padding: 0;
  text-decoration: none;
  color: #666666;
}
#sidebar ul.sidemenu li {
	margin-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	list-style-position: inside;
	margin-left: 5px;
	padding-top: 6px;
}

#sidebar ul.sidemenu li a {
  text-decoration: none;
  background-image: none;
  color: #121212;
}

#sidebar ul.sidemenu li a:hover {
	color: #A30E0E;
	text-decoration: underline;
}

#sidebar ul.sidemenu1 {
  list-style: none;
  text-align: left;
  margin: 4px 4px 1px 0;
  padding: 0;
  text-decoration: none;
  color: #666666;
}

#sidebar ul.sidemenu1 li {
  list-style: none;
  padding: 4px 0 3px 1px;
  margin: 0 2px 0 6px;
  color: #121212;
}

#sidebar ul.sidemenu1 li a {
  text-decoration: none;
  background-image: none;
  color: #121212;
}

#sidebar ul.sidemenu1 li a:hover {
	color: #A30E0E;
	text-decoration: underline;
}

#Manufacturer {
  background-image: url(../images/seal-leftbar.jpg);
  background-repeat: no-repeat;
  height: 123px;
  width: 192px;
  color: #505050;
}
/* End- LeftSideBar */
/* Middlebar */

#midbar {
	float: left;
	width: 586px;
	margin: 0;
   }
#ad2{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
   }
.fp{
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A30E0E;
   }
.fp2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-shadow:2px 2px #f9f9f9;
   } 
.navbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 5px;
	width: 805px;
}

.blackbar{
	width: 773px;
	float: left;
   }
.blackbar2{
	width: 773px;
	float: left;
	overflow: visible;
	border: 1px solid #d5d5d5;
   }   
.productout {
	float: left;
	width: 648px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
}
.productout h1{
	margin-top: 0;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
       }

.buy {
	margin-top: 10px;
	margin-bottom: 10px;
}
.subcategory {
	float: left;
	width: 770px;
	margin-top: 10px;
}
.subcategory p {
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	font-size: 11px;
	line-height: 19px;
}
.subcategory > p a:link {
	color: #00000;
	text-decoration: underline;
	font-weight: bold;
}
.subcategory > p a:visited {
   color: #00000;
   text-decoration: underline;
   font-weight: bold;
}
.subcategory > p a:active {
   color: #00000;
   text-decoration: underline;
   font-weight: bold;
}
.subcategory > p a:hover {
	color: #A30E0E;
}
/*.navigation {
   font-family:Tahoma, arial, sans-serif;
   font-weight: normal;
   font-size: 12px;
   color: #3A3A3A;
   padding-top: 6px;
   padding-bottom: 6px;
   padding-left: 8px;
}
*/
td > p {
   font-family:Tahoma, arial, sans-serif;
   font-weight: normal;
   font-size: 12px;
   color: #3A3A3A;
   padding-top: 6px;
   padding-bottom: 6px;
   padding-left: 8px;
}

.LightGreen {
	background-color: #4D7CC1;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
.new{
   float: left;
   display: block;
   width: 70px;
   }
.new2{
	float: right;
	display: block;
	width: 50px;
	margin-right: 15px;
   }    
.des{
   color: #333333;
   text-align: left;
   font-family: 'Trebuchet MS', Tahoma, Sans-serif;
   font-size: 10px;
   font-weight: bold;
}
.txtalign{
   float: left;
   width: auto;
   padding-left: 10px;
}
.txtalign2{
   width: 150px;
   height: 123px;
   float: right;
}
/****RIght Sidebar****/

#rightbar {
	float: left;
	width: 189px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.image1 {
	padding-top:6px;
	width: 153px;
	padding-bottom: 6px;
	float: right;
}    
.mainpageimage1 {
	padding-top:6px;
	width: 153px;
	float: right;
}    


.image2 {
	width: 153px;
	padding-bottom: 6px;
	height: auto;
}
track {
	width: 153px;
	padding-bottom: 6px;
	height: 201px;
}
.seal {
	border: 1px solid #dbdbdb;
	background-image: url(../images/cat-header.jpg);
	background-repeat: repeat-x;
	height: auto;
	padding-top: 10px;
	margin-bottom: 10px;
}
.btn {
	background-image: url(../images/button-bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	border: 1px solid #bb0500;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.btn2 {
	background-image: url(../images/button-g.gif);
	background-repeat: repeat-x;
	height: 22px;
	border: 1px solid #d0d0d0;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.seal h1 {
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 10px;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.topnav a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.topnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.topnav a:hover {
	text-decoration:none;
	color:#FFD900;
}
.topnav a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
#footer {
   padding-top: 10px;
   clear: both;
   color: #000;
   width: 1000px;
   text-align: center;
   }
.topbar {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation {
	
	font-weight: bold;
	
	}
	.LightGreen{
	background-color: #7A766D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
	}
	

p.navigation {
	color : #ffffff;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 11px;
	text-decoration: none;
	font-family : Tahoma,Verdana,Arial;
}

p{
	color : #ffffff;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 11px;
	text-decoration: none;
	font-family : Tahoma,Verdana,Arial;
}


.blackbar2 ol {
 list-style-type: decimal;
 padding-left: 20px;
 line-height: 20px;
 text-align: justify;
}
.btn3 {
 background-image: url(../images/new-button-bg.jpg);
 background-repeat: repeat-x;
 height: 24px;
 border: 1px solid #d47119;
 width: auto;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #FFFFFF;
}
