body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #ffffff;
	background-image: url(images/back2.gif);
}

#all {
	width: 800px;
	margin: 0 auto;
}
a:link {
	color: #404040;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #1860a5;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	margin-bottom: 1em;
}
p, td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
#content_bot {
	line-height: 34px;
	height: 34px;

}
#links {
	color: #ffffff;
	font-size: 11px;
}
#links a:link, #links a:visited {
	font-weight: bold;
	color: #000000;
}
#links a:hover {
	color: #ffffff;

}
#links p.info a:visited, 
#links p.cartbutton a:link, #links p.cartbutton a:hover {
	font-weight: normal;
	color: #ffffff;
}
#left {
	width: 253px;
}
#content {
	padding: 0px;
	font-size: 12px;
	color: #000000;
}
#contentright {
	padding: 0px;
	font-size: 12px;
	color: #404040;
	
}
#footer {
	padding: 0px;
	font-size: 11px;
	color: #000000;
}

#footer a:link, #footer a:visited {
	color: #000000;
}
#footer .links a {
	font-weight: bold;
}

#footer a:hover {
	color: #000000;
}
#footer2 {
	padding: 0px;
	font-size: 11px;
	color: #ffffff;
}

#footer2 a:link, #footer2 a:visited {
	color: #ffffff;
}
#footer2 .links a {
	font-weight: bold;
}

#footer2 a:hover {
	color: #ededed;

}
#info .links a {
	font-weight: bold;
}

#info a:hover {
	color: #ffffff;

}
h1 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #92a5fc;
}
h2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #aca09c;
}
#right p {
	line-height: 16px;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #aca09c;
	padding: 2px;
	margin: 2px;
}
#button {
	width: 100%;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #ffffff;
	color: #0627f3;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #c4bdbc;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 5px solid #ffffff;
		border-right: 5px solid #ffffff;
		background-color: #ffffff;
		color: #000000;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 5px solid #dcdcdc;
		border-right: 5px solid #dcdcdc;
		background-color: #dcdcdc;
		color: #000000;