﻿body {
	background:#000;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#cc050d;
}

#nav {
	background:url("siteart/navbg_lt.gif") no-repeat;
	padding:10px 0;
	text-align:center;
	width:402px;
}

a.button:link, a.button:visited, a.button:active {
	text-decoration:none;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	padding:0 20px 0 18px;
	font-weight:bold;
}

a.button:hover {
	color:#000;
}

a.inv:link, a.inv:visited, a.inv:active {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

a.inv:hover {
	text-decoration:underline;
}

a.white {
	color: #ffffff !Important;
}

#content {
	background:url("siteart/btmbg.jpg") repeat-y;
	vertical-align:top;
	padding:10px 8px 0;
}

#leftheader {
	background:url("siteart/leftcol_headerbg.gif") no-repeat;
	padding:10px;
	color:#fff;
	font-weight:bold;
	display:block;
	width:257px;
}

#leftheader.box {
	background:url("siteart/leftcol_box_headerbg.gif") no-repeat;			
}

#leftbody {
	background:url("siteart/leftcol_bodybg_expand.gif") repeat-y;
	padding:10px 0 7px;
	vertical-align:top;
	font-weight:bold;
	height: auto;
}
#leftbody-bottom {
	background:url("siteart/leftcol_bodybg_bottom.gif") no-repeat;
	padding: 0;
	vertical-align:top;
	height: 6px;
	margin-bottom: 10px;
}


#slide {
	text-align:center;
	padding:8px 0;
}

#right {
	width:480px;
	vertical-align:top;
}

.header {
	font-size:18px;
	font-weight:bold;
	color:#000;
	border-bottom:1px #cc050d solid;
	display:block;
	margin-bottom:5px;
}

.tbl_header {
	background:#cc050d;
	font-weight:bold;
}

.row_on {
	background:#ead39b;
}


a.facebook-icon, a.facebook-icon:link, a.facebook-icon:active, a.facebook-icon:visited {
		background:url('siteart/facebook-icon.png') no-repeat;
		text-indent: -9999px;
		background-position: -33px 0px;
		display: block;
		height: 33px;
		width: 33px;
		float: left;
}  
a.facebook-icon:hover {
	background-position: 0px 0px;
}  

a.twitter-icon, a.twitter-icon:link, a.twitter-icon:active, a.twitter-icon:visited {
		background:url('siteart/twitter-icon.png') no-repeat;
		background-position: -33px 0px;
		text-indent: -9999px;
		display: block;
		height: 33px;
		width: 33px;
		float: left;
		margin-left: 6px;
}  

a.twitter-icon:hover {
		background-position: 0px 0px;
}  


