/* CSS Document */
body {
	background-color:#bbdde8;
	margin:0px; 
	padding:0px;
	text-align:left;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	font-family:"Times New Roman";
}
A:Active,A:link,A:visited{
	text-decoration : underline;
	color :#5a9eb4;
}
A:Hover{
	text-decoration : none;
	color :#666666;
}

form {
	margin:0px;
}
fieldset {
	padding:10px;
}
p, h1 {
	margin: 0px 0 10px 0;
	padding: 0px;
}
ul {
	margin: 0 0 0 10px;
	padding: 0px;
}
li {
	margin: 0 0 10px 10px;
	padding: 0px;
}
img {
	border:0px;
}
.blue {
	color: #1884c2;
}
.green {
	color: #868b57;
}
.darkgreen {
	color: #0000A0;
}
.dkblue {
	color: #027f01;
}
.spaceborder {
	margin:5px 0 2px 0;
	background-image:url(images/border.gif);
	background-repeat:repeat-x;
	height:5px;
}
.imageleft {
	float:left;
	margin:0 10px;
}
.imageright {
	float:right;
	margin:0 10px;
}
.center {
	text-align:center;
	margin:0px auto;
}
.strikethrough {
	text-decoration:line-through;
}
.justify {
	text-align:justify;
}
.small {
	font-size:10px;
	font-weight:normal;
}
.clear {
	clear:both;
}	
.text {
	color:#666666;
	font-size:12px;
	font-weight:normal;
}
.xtext {
	color:#666666;
	font-size:11px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu
{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:link.menu, a:visited.menu
{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:active.menu
{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover.menu  {
	color: #666666;
	text-decoration:none;
	font-weight:bold;
}
a:link.subcategory, a:visited.subcategory
{ 
	color: #5a9eb4;
	text-transform: uppercase;
	text-decoration: none;
}
a:active.subcategory
{ 
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover.subcategory
{ 
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}

.order {
	color: #5a9eb4;
	text-transform: uppercase;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
}
