/* STANDARD TAG REDEFINITIONS */
BODY{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background: #000 url(../images/bg.jpg);
}


a{
	color: #009;	
}
a:hover{
	color: #000;
}
.header {
	background: #009 url(../images/header-bg.gif) repeat-y left top;
	color: #FFF;
	text-align: left;
	font: bold 31px/31px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding-top: 10px;
	text-shadow:6px 4px 3px #000000;
	border: 1px solid #009;
	padding-left: 10px;
}
.secondheader {
	color: #FFF;
	background: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px 2px;
	text-align: left;
}

.linksmenu {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.linksmenu a {
	color: #000;
	text-decoration: none;
}
.linksmenu a:hover {
	color: #5bfdfd;
	text-decoration: none;
}
.cellback {
	background: #009999 url(../images/menu_background.jpg) no-repeat left top;
	border-right: 1px solid black;
	width: 250px;
	padding: 2px;
}
.sideheading {
	font-weight: bold;
	color: #FFF;
	padding: 3px 5px 2px;
	text-align: left;
}
.sidecontent {
	padding: 3px 5px 2px;
	text-align: left;

}
.mainbody {
	background: #FFF;
	padding: 0px 10px;
	text-align: left;
}

.footer {
	background: #CCC;
	font-size: 9px;
	text-align: center;
	padding: 2px 100px;
	color: #000;
}
.footer a {
	color: #000;
}
.footer a:hover {
	color: #666;
}


h1{
	font-size: 20px;
	text-transform: uppercase;

}


h2{
	font-size: 15px;

}

h3{
	font-size: 12px;

}

p{

}
#SideStoreHeading {
	padding-bottom: 10px;
	background: #02071C;
	padding-top: 10px;
	border-top: 5px solid #009;
	border-right: 5px solid #009;
	border-bottom: 5px solid #009;
}
#sidestore {
	padding-left: 5px;
	background: #009;
}
#sidestore table tr th img {
	margin: 0px 0px 10px 5px;
}
#sidestore table tr th table tr .sideheading a {
	color: #FFF;
	text-decoration:none;
}
#sidestore table tr th table tr .sideheading a:hover {
	color: #358ffe;
	text-decoration:none;
}
#ImageTable {
	margin-bottom: 15px;
}
#ImageTable a img {
	border: solid 2px #FFF;
	margin: 2px 2px 0px 0px;
}
#ImageTable a:hover img {
	border: solid 2px #000;
	margin: 2px 2px 0px 0px;
}
