/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url("images/bg.jpg"); 
	background-repeat:repeat-x;
	background-color:#EBE8E3;
}

body, td, input, select {font-family:tahoma; font-size:12px; color:black;}

form{
	padding:0px;
	margin:0px;
}

li{
	padding:5px;
}
#footer{
	font-family:tahoma;
	font-size:12px;
	background:#ffffff;
}

#footer a{
	font-size:12px;
	text-decoration:none;
	color:#3C9599;
}

#footer a:hover{
	text-decoration:underline;
}

.hrs{
	width:100%; 
	border:1px solid #3C9599;
}

.faq_title{
	font-size:14px;
	font-weight:bold;
}

.about_title{
	font-size:14px;
	font-weight:bold;
}

.page_headings{
	font-family:tahoma;
	font-size:18px;
	font-weight:bold;
	color:#419A9E;
}

a {
	font-family:tahoma; 
	font-size:12px; 
	color:blue; 
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.CategoryClass {
	font-family:tahoma; 
	font-size:11px; 
	color:navy; 
	text-decoration:none;
}
a.CategoryClass:hover {
	text-decoration:underline;
}

a.SubcategoryClass {
	font-family:tahoma; 
	font-size:11px; 
	color:navy; 
	text-decoration:none;
}
a.SubcategoryClass:hover {
	text-decoration:underline;
	}

a.RedLink {
	font-family:tahoma; 
	font-size:11px; 
	color:red; 
	font-weight:bold; 
	text-decoration:none;
}
a.RedLink:hover {
	text-decoration:underline;
}

a.BlackLink {
	font-family:tahoma; 
	font-size:11px; 
	color:black; 
	font-weight:bold; 
	text-decoration:none;
}
a.BlackLink:hover {
	text-decoration:underline;
}

a.WhiteLink {
	font-family:tahoma; 
	font-size:11px; 
	color:white; 
	font-weight:bold; 
	text-decoration:none;
}
a.WhiteLink:hover {
	text-decoration:underline;
}

a.ItemTitle {
	font-family:tahoma; 
	font-size:12px; 
	color:black; 
	font-weight:bold; 
	text-decoration:none;
}
a.ItemTitle:hover {
	text-decoration:underline;
}

.LeftContent {
	font-family:tahoma; 
	font-size:10px; 
	color:black;
}

.sub {
	font-family:tahoma; 
	font-size:11px; 
	color:white; 
	font-weight:bold; 
	background-color:#3C9599; 
	border-width:1px; 
	border-color:black;
}

.TableHead {
	background-color:#3C9599; 
	color:white; 
	font-family:tahoma; 
	font-size:11px; 
	font-weight:bold;
}
.CartHead {
	background-color:#3C9599; 
	color:white; 
	font-family:tahoma; 
	font-size:11px; 
	font-weight:bold;
}
.TableNav {
	background-color:#000000; 
	color:white; 
	font-family:tahoma; 
	font-size:11px; 
	font-weight:bold;
}

.starred{
	color:#FF0000;
}