body{
	margin: 0;
	font-family: Arial,Verdana;
	font-size: 12px;
	background-color: #fff;
	line-height: 18px;
	background-position: top center;
	background-repeat: repeat-y;
}
#box {
	background:#ffffff;
	margin: 0px;
	border: 1px solid #cccccc;
	padding:5px;
}
a:link {
	color: #32BDF6;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #32BDF6;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:link.nav{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited.nav{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.nav{
	text-decoration: none;
	font-weight: bold;
	color: #32BDF6;
}
.error{
	font-weight: bold;
	color: #C84215;
}
.bold{
	font-weight: bold;
}
.normal{
	font-family: Arial,Verdana;
	font-size: 12px;
}
h1{
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 160%;
	color: #32BDF6;
	font-weight: bold;
}
h2{
	font-size: 120%;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #32BDF6;
	font-weight: bold;
}
h3{
	font-size: 110%;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #C82002;
	font-weight: bold;
}
.header1{
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 160%;
	color: #32BDF6;
	font-weight: bold;
}
.header2{
	font-size: 120%;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #32BDF6;
	font-weight: bold;
}
.header3{
	font-size: 110%;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #32BDF6;
	font-weight: bold;
}
.price{
	font-weight: bold;
}
input{
	border: 1px solid #A6A6A6;
}
input.small_input{
	width: 20px;
}
textarea{
	border: 1px solid #A6A6A6;
}
select{
	border: 1px solid #A6A6A6;
}
/* topnavigation */
#topnav {
	font-size: 14px;
	background: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	font-weight: bold;
	margin-left: -40px;
}
#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#topnav li {
	display:inline;
	list-style: none;
}
#topnav li a{
 	float: left;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	padding: 0;
}
#topnav li a:hover {
	color:#93E0FB;
	/*background: url(../images/nav-bg-over.gif);*/
}
#topnav a {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav li.selected a{
	color: #93E0FB;
	/*background: url(../images/nav-bg-over.gif);*/
}
ul.cat
{
list-style-type:none;
padding-left:5px;
margin:0px;
}
ul li.cat_menu{
	line-height: 15px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:-5px 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-top: 4px;
	list-style-type: none;
}
ul li.subcat_menu{
	 line-height: 15px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:13px 0px;
	padding-left:33px;
	margin-top: 4px;
	adding-bottom: 8px;
	list-style-type: none;
}
.lined_table td{
	border-bottom: 1px solid #A6A6A6;
}
.searchbar{
	border: 0px; 
	position: relative; 
	top: -5px; 
	font-size: 12px;
	margin-right: 20px;
}
.search_img{
	border: 0px;
	position: relative; 
	top: 3px;
}
.button{
	cursor: pointer;
}
