/****/

.hidden{
	display: none;
}

a{
	text-decoration: none;
	color: #2b7528;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

h2{
	font-size: 140%;
}

h3{
	font-size: 120%;
	/*color: #2b7528;*/
    margin-top: 40px;

}

h4{
	font-size: 110%;
	margin: 40px 0 0 0;
}

a img{
	border: 0;
}

/****/

html{
	background: url('../_media/images/background.gif');
}

body, textarea, input{
   font-family: verdana, arial, helvetica, sans-serif;
}

table, textarea, input, label, legend, select{
   font-size:108%;
}

body{
   font-size: 70%;
   text-align: center;
}

body, textarea, input, select{
   color: #333333;
}

#page{
	margin: 10px auto 10px auto;
	border: 0;
	width: 760px;
	border: 0px #ccc solid;
	background-color: white;
	text-align: left;
}

#header{
	height: 160px;
	background: url('../_media/images/header.gif') no-repeat;
}

#content{
	border-collapse: collapse;
	table-layout: fixed;
	overflow: hidden;
}

#leftColumn, #rightColumn, #centerColumn{
	vertical-align: top;
	padding: 0;
}

#leftColumn{
	width: 153px;
}

#centerColumn{
	width: 480px;
}

#rightColumn{
	width: 127px;
}

#footer{
	height: 55px;
	background: url('../_media/images/footer.gif') no-repeat;
}

/*****/

h1{
	margin: 0;
	padding: 0;
    font-size: small;
}

#mainMenu{
	position: relative;
	top: 89px;
	left: 145px;
}

#mainMenu a{
	padding: 0 10px 0 10px;
	color: #FF6633;
    font-size: 120%;
    font-weight:bolder;
}

/*****/

#productMenu{
	margin: 0;
	padding: 0;
	width: 153px;
	background: url('../_media/images/productMenu.gif') repeat-y;
}

#productMenu div{
	padding: 1px;
}

#productMenu a{
	display: block;
	width: 130px;
	padding: 3px;
	border: 1px #aaa solid;
	background-color: #efefef;
	color: #000000;
	margin: 0 0 2px 0;
	font-size: 100%;
	font-weight: bold;
}

#productMenu a:hover{
	text-decoration: none;
	background-color: #f1d658;
}

#productMenu a.topProduct{
	background-color: white;
}

#productMenu a.SearchProduct{
    color: #FF6600;
}

#productMenu a.hot{
    color: #FF0000;
}

#productMenu a.subProduct{
	width: 120px;
	margin-left: 10px;
}

#leftColumnBottom{
	width: 153px;
	height: 51px;
	background: url('../_media/images/leftColumnBottom.gif') no-repeat;
}

/****/

#innerContent{
	padding: 20px;
}

#centerColumn img{
	padding: 20px;
}

#centerColumn img.icon{
	padding: 0;
}

.productList td{
	padding: 10px;
	border-bottom: 1px #000000 solid;
}

.manufacturersTable{
	width: 450px;
}

.manufacturersTable td{
	padding: 5px;
	background: #efefef;
	width: 33%;
}

/****/

#rightColumn div{
	border: 1px #efefef solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	margin: 5px;
	padding: 5px;
	background-color: #fbfffb;
}

#rightColumn h3{
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

#rightColumn p.small{
	font-size: 96%;
}

#rightColumn a, #rightColumn h3{
	color: #000000;
	font-weight: normal;
}

/****/

#footer{
	color: #000000;
}

#footer a{
	color: #000000;
	font-size: 120%;
    font-weight: bolder;

}

#footerLinks{
	position: relative;
	top: 2px;
	left: 240px;
}
