@charset "utf-8";
/* CSS Document */
/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


body {
	background-color:#000;

}

#base {
	width: 800px;	
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -400px;
	float:left;
	height:650px;
	border:2px dashed #006;
	padding:5px;
	background-color:#141d3b;

}

#sidebar {
	margin-top:35px;


}
#accordion { 
	float:left;	
	border: 1px dashed #57dc4d;
	width:150px;
	text-align:center;
	margin-bottom:150px;
	margin-top:10px;

}
#accordion li{
border-top:1px solid #4a8eb8;
list-style-type:none;
}

.accordianBottomImg{
border-top:1px solid #4a8eb8;		
}
.heading {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ea3289;
	font-weight:bold;
	text-decoration:none;
	
	
}

.sidebarBase {
	background-image:url(images/sidbar-blue.jpg);
	background-repeat:no-repeat;
	background-color:#4a8eb8;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

.sidebarBase p{
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#494365;
}
.sidebarBase h1{
color:#000;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-weight:bold;
}
.sidebarBase a{
	font-weight:bold;
	color:#7c05be;
}
.sidebarBase img {
	border:none;
}



.tabNav {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	width:595px;
	margin-top:-20px;
	
	
	
}
.tabNav li{
	float:left;	
	padding-left: 5px;
	list-style-type:none;
	
	
}
.tabNav a:hover{
	margin-bottom:10px;
	border-bottom:dashed black 2px;
}
.tabNav a{
	background-color:#141d3b;
	text-decoration:none;
	margin:5px;
	padding:8px;
	color:#4a8eb8;
	
}


.current a{
	background-color: #ea3289;	
	color:#000;
	text-decoration: underline;
	padding-bottom:10px;
}

.tabContainer {
	background-color:#ea3289;
	width:558px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:8px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:80px;
	background-image:url(images/content.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.tabContainer p{
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4f0629;
}
.tabContainer h1{
	font-size:13px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-top:10px;
	
}
.tabContainer a{
	color:#C9C;
	font-weight:bold;
}
.tabContainer img {
	padding:10px;
	float:left;
	border:none;
}


.merchThumb {
	float:left;	
}
.merchThumbP {
	float:left;
	margin-top:30px;
	padding-left:40px;
}

div.tabContainer div.tab { display: none; }
div.tabContainer div.current { display: block; }



#footer {
	Background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	color:#319cbf;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	float:left;
	height:115px;
	width: 800px;	
	position: absolute;
    top: 82%;
    left: 50%;
    margin-left: -400px;

	float:left;
	font-weight:bold;
}
#footer p{
	margin-left:280px;
	margin-top: 90px;
}
#footer a{
	color:#319cbf;	
	font-weight:bold;
}