/* this css is for templates store style */
/* color uses
left nav text #bbbaba
content text #3e4040 
a link nav #ffc860 
Defines the style for normal unvisited links
visited link #9c60ff 
Defines the style for visited links
hover link #480bac 
Defines the style for active links. A link becomes active once you click on it
active nav #4398b3 
Defines the style for hovered links. A link is hovered when the mouse moves over it.*/

body{
	background-color: #000000;
    margin: 0px;
    padding: 0px;
}

html {
    scrollbar-base-color: #696969;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #3c3c3c;
	scrollbar-3dlight-color: #434343;
	scrollbar-darkshadow-color: #222222;
	scrollbar-shadow-color: #363636;
	scrollbar-arrow-color: #F9B025;
}

/* this determins the font behavior of the whole site */
p, div, blockquote, dl, ul, ol{
	font-family: Verdana;
	font-size: 12px;
    color: #3e4040;
    text-decoration: none;
	font-weight: normal;
    vertical-align: top;
}

/* Top Navigation Buttons */
.tabs{
    background: #000000 url(images/black-button.jpg);
    background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
    color: #ffc860;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.tabs a.link{
	font-family: Verdana;
    font-size: 12px;
    color: #ffc860;
    font-weight: bold;
    text-decoration: none;
}

.tabs a:visited{
	font-family: Verdana;
	font-size: 12px;
    color: #ffc860;
    font-weight: bold;
    text-decoration: none;
}

.tabs a:hover{
	font-family: Verdana;
	font-size: 12px;
    color: #e804fc;
    font-weight: bold;
    text-decoration: none;
}

.tabs a:active{
	font-family: Verdana;
	font-size: 12px;
    color: #9c60ff;
    font-weight: bold;
    text-decoration: none;
}
/* End Top Navigation Buttons */

a img {border: none; } 

.simg {
	float: right;
	width: 200px;
    border: 0px;
	margin-left: 20px;
    margin-bottom: 10px;
}

h1 {
	font-family: Verdana;
	font-size: 13px;
    color: #3e4040;
    text-decoration: none;
	font-weight: bold;
    vertical-align: top;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
    color: #3e4040;
    text-decoration: none;
	font-weight: bold;
    vertical-align: top;
}

.top {
    background: url(images/navbk.gif);
    background-repeat: repeat-x;    
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.styles {
    border-bottom: 1px solid #ffffff;
}

.left {
    border-right: 1px solid #ffffff;
	font-family: Verdana;
	font-size: 12px;
    color: #bbbaba;
    text-decoration: none;
	font-weight: normal;
    padding: 13px;
    vertical-align: top;
    align: left:
}

.cart {
    background: #acd8e6 url(images/cartbk.gif);
    background-repeat: repeat-x; 
    border-bottom: 1px solid #ffffff;
    color: #3e4040;
    text-align: right;
    padding: 10px 0px 0px 0px;
}

.content2 {
	font-family: Verdana;
	font-size: 12px;
    color: #3e4040;
    text-decoration: none;
	font-weight: normal;
    text-align: right;
    padding: 0px 10px 0px 0px;
    vertical-align: top:
}

.content2 a:link {
	font-family: Verdana;
	font-size: 12px;
    color: #480bac;
    text-decoration: none;
	font-weight: bold;
}

.content2 a:visited {
	font-family: Verdana;
	font-size: 12px;
    color: #9c60ff;
    text-decoration: none;
	font-weight: bold;
}

.content2 a:hover {
	font-family: Verdana;
	font-size: 12px;
    color: #e804fc;
    text-decoration: none;
	font-weight: bold;
}

.content2 a:active {
	font-family: Verdana;
	font-size: 12px;
    color: #9c60ff;
    text-decoration: none;
	font-weight: bold;
}

.bfooter {
    border-top: 1px solid #ffffff;
}

hr.separator{
    height: 1px;
    color: #707070;
    background-color: #707070;
    border: 0px;
}

.foot {
    background: #b99cd9 url(images/foot-nav-bkgd.jpg);
    background-repeat: repeat-x;
}

.topnav {
    background: #b99cd9 url(images/top-nav-bkgd.jpg);
	font-family: Verdana;
	font-size: 12px;
    color: #323132;
    text-decoration: none;
	font-weight: bold;
    text-align: center;
}

.content {
    background-image: url(images/content-bk.gif);
    background-repeat: repeat-x;
    background-color: #e2dfdf;
	font-family: Verdana;
	font-size: 12px;
    color: #3e4040;
    text-decoration: none;
	font-weight: normal;
    padding: 13px;
    vertical-align: top;
    align: left:
}

.content a:link {
	font-family: Verdana;
	font-size: 12px;
    color: #480bac;
    text-decoration: none;
	font-weight: bold;
}

.content a:visited {
	font-family: Verdana;
	font-size: 12px;
    color: #9c60ff;
    text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	font-family: Verdana;
	font-size: 12px;
    color: #e804fc;
    text-decoration: none;
	font-weight: bold;
}

.content a:active {
	font-family: Verdana;
	font-size: 12px;
    color: #9c60ff;
    text-decoration: none;
	font-weight: bold;
}
