@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background-color:#000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #D4E028;
}
a:active {
	text-decoration: none;
	color: #D4E028;
}
.headernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;

}

.homebottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000;
}
.homebottom a:link{
	color: #000;
	text-decoration: none;
}

.homebottom a:visited {
	text-decoration: none;
	color: #000;
}
.homebottom a:hover {
	text-decoration: none;
	color: #666;
}
.homebottom a:active {
	text-decoration: none;
	color: #000;
}


.emailtext {
	font-size: 9px;
	font-weight:bold;
	color: #CCC;
}
.emailformtext{
	font-size: 9px;
	color: #333;

}

/*...................leftbar............................*/

#tdSidebar {
	font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	background-color: #000;
	vertical-align: top;
	height:200px;
	padding:10px;
}

#tdSidebar a {
	color:#FFFFFF;
	padding: 4px;
	/*border-top: 1px solid #333;*/
	border-bottom: 1px solid #333;
	display: block;
	text-decoration: none;
}
#tdSidebar a.current {
	color:#d4e028;
}
#tdSidebar a:link, 
#tdSidebar a:visited, 
#tdSidebar a:active {background-color: #000;}

#tdSidebar a:hover {
	color:#000000;
	background-color: #999900;
}

#tdSidebar .titlelink{
	display: block;
	padding: 5px;
	background-color: #FFF;
	color:#000000;
}

#tdSidebar .titlecurrent {
	display: block;
	padding: 5px;
	background-color: #d4e028;
	color:#000000;
}

/*------------------------------*/

.otherlink a:link {
	color: #666;
	text-decoration: none;
}
.otherlink a:visited {
	text-decoration: none;
	color: #666;
}
.otherlink a:hover {
	text-decoration: underline;
	color: #666;
}
.otherlink a:active {
	text-decoration: none;
	color: #666;
}

.storetitle {
color:#408080;
}