@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:1px;
	padding:1px;
}



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

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

.titlecurrent a:hover{
	color:#000000;
	text-decoration: none;
}

.winterTitle {

    background-color: #8E00E2;
	display: block;
	padding: 5px;
	color:#FFFFFF;
	border: 0px;
	text-decoration: none;

}


.winterCurrent {

    background-color: #8E00E2;
	display: block;
	padding: 5px;
	color:#000000;
	border: 0px;
	text-decoration: none;

}

.winterTitle a:link {

	text-decoration: none;

}


.winterCurrent a:link {

	text-decoration: none;

}

.winterTitle a:hover {

	color:#000000;

}


.winterCurrent a:hover {

	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;
}

.brandlinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
