@charset "UTF-8";
/* CSS Document */
<!--
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background:#000000 url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", Helvetica, Tahoma;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #000066;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #333333;
}
.required {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	color: #990000;
}
#content {
	margin:0;
	padding:20px;
}
#featured {
}
#rotator {
}
.bknorepeat {
	background-repeat: no-repeat;
}

.bkrepeat-y {
	background-repeat: repeat-y;
}

.bkrepeat-x {
	background-repeat: repeat-x;
}
#prod_image {
	min-height: 200px;
	min-width: 200px;
	max-height: 200px;
	max-width: 200px;
	margin: 0 auto;
	padding-top: 30px;
	vertical-align:middle;
}
/****** Navigation Styles *****/
/****** Sidebar *****/
#sidebar {
	margin:0;
	font-family: "Century Gothic", Helvetica, Tahoma;
	font-size: 14px;
	line-height: 22px;
	color:#333333;
	padding-top:25px;
	padding-left:15px;
}
#sidebar a:link,
#sidebar a:visited  {
	color:#333333;
	text-decoration: none;
}
#sidebar a:hover,
#sidebar a:active  {
	color: #000000;
	text-decoration: none;
}

/******** Menu  **********/ 
.menu {
	margin:0;
	padding:0;
	font-family: "Century Gothic", Helvetica, Tahoma;
	color:#FFFFFF;
	font-size: 14px;
	font-weight:bold;
	line-height:32px;
	background-repeat:no-repeat;
}
.menu a:link,
.menu a:visited  {
	color:#FFFFFF;
	text-decoration: none;
}
.menu a:hover,
.menu a:active  {
	color: #CCCCCC;
	text-decoration: none;
}
/***** Nav Links User Menu *****/
#userhomelinks td {
	font-size: 10px;
	font-weight: bold;
}
/***** Nav Links *****/
.top-nav  {
	margin:0;
	padding-top:35px;
	padding-left:30px;
	font-family: "Century Gothic", Helvetica, Tahoma;
	font-size: 12px;
	color:#333333;
}	
.top-nav a:link,
.top-nav a:visited {
	color: #333333;
	text-decoration:none;
}
.top-nav a:hover,
.top-nav a:active {
	color: #000000;
	text-decoration:none;
}

/***** Breadcrumb *****/
.breadcrumb  {
	margin:0;
	padding:0;
	font-family: "Century Gothic", Helvetica, Tahoma;
	font-size: 10px;
	color:#990000;
}	
.breadcrumb a:link,
.breadcrumb a:visited {
	color: #990000;
	text-decoration:underline;
}
.breadcrumb a:hover,
.breadcrumb a:active {
	color: #000066;
	text-decoration:none;
}

/******** End Navigation Styles **********/ 
#sitemaplist {
	margin:0;
	padding:0px;
	list-style-type:none;
	}
.sitemap {
	font-size: 14px;
	color:#333333;
	line-height: 20px;
	text-indent: 25px;
	text-decoration:none;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	font-size: 10px;
	line-height:14px;
	background-repeat:no-repeat;
}
.footer a:link,
.footer a:visited  {
	color:#CCCCCC;
	text-decoration: none;
}
.footer a:hover,
.footer a:active  {
	color: #999999;
	text-decoration: none;
}
-->
.captchadiv {
	background-color:#E4EFFF;
	border-style:solid;
	border-color:#000066;
	border-width:thin;
	padding:5px;
	width:350px;
}
.texthilight {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}