/****/

.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) repeat;
}

body, textarea, input{
   font-family: verdana, arial, helvetica, sans-serif;
}

table, textarea, input, label, legend, select{
   font-size:100%;
}

body{
   font-size: 70%;
   text-align: center;
}

body, textarea, input, select{
   color: #333;
}

#page{
	margin: 10px auto 10px auto;
	border: 0;
	width: 760px;
	border: 1px #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;
}

#mainMenu{
	position: relative;
	top: 87px;
	left: 150px;
}

#mainMenu a{
	padding: 0 10px 0 10px;
	color: #555;
}

/*****/

#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: #555;
	margin: 0 0 2px 0;
	font-size: 80%;
	font-weight: normal;
}

#productMenu a:hover{
	text-decoration: none;
	background-color: #f1d658;
}

#productMenu a.topProduct{
	background-color: white;
}

#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 #aaa solid;
}

.manufacturersTable{
	width: 450px;
}

.manufacturersTable td{
	padding: 5px;
	background: #efefef;
	width: 33%;
}

/****/

#rightColumn div{
	border: 1px #efefef solid;
	border-right: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	margin: 5px;
	padding: 5px;
	background-color: #fbfffb;
}

#rightColumn h3{
	font-size: 85%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

#rightColumn p.small{
	font-size: 80%;
}

#rightColumn a, #rightColumn h3{
	color: #685c1a;
	font-weight: normal;
}

/****/

#footer{
	color: #999;
}

#footer a{
	color: #999;
	font-weight: normal;
}

#footerLinks{
	position: relative;
	top: 5px;
	left: 90px;
}