BODY { 
	margin: 0 0 0 0;
	background-color: white;
}


h1 {
	color: #38499E;
	font-size: 1.4em;
	font-style: italic;
}

h2,h3 {
	color: #DD2929;
}

#sidebarItem {
	padding-bottom:15px;
}

a.greenText:link { color: #2EA248; text-decoration: none; }
a.greenText:visited { color: #2EA248; text-decoration: none; }
a.greenText:hover { color: black; text-decoration: none;}
a.redText:link { color: #DD2929; text-decoration: none; }
a.redText:visited { color: #DD2929; text-decoration: none; }
a.redText:hover { color: black; text-decoration: none;}
a.blueText:link { color: #38499E; text-decoration: none; }
a.blueText:visited { color: #38499E; text-decoration: none; }
a.blueText:hover { color: black; text-decoration: none;}
a.yellowText:link { color: #E9AF25; text-decoration: none; }
a.yellowText:visited { color: #E9AF25; text-decoration: none; }
a.yellowText:hover { color: black; text-decoration: none;}
a.purpleText:link { color: #7D4C9E; text-decoration: none; }
a.purpleText:visited { color: #7D4C9E; text-decoration: none; }
a.purpleText:hover { color: black; text-decoration: none;}
a.crimsonText:link { color: #BF084D; text-decoration: none; }
a.crimsonText:visited { color: #BF084D; text-decoration: none; }
a.crimsonText:hover { color: black; text-decoration: none;}
a.orangeText:link { color: #F77905; text-decoration: none; }
a.orangeText:visited { color: #F77905; text-decoration: none; }
a.orangeText:hover { color: black; text-decoration: none;}



.copyright {
	font-size: 8pt;
	font-weight:bold;
	color: #1D78BE;
	text-align:center;
	padding:10 0;
}
A.copyright:link { color: #1D78BE; text-decoration: none; }
A.copyright:visited { color: #1D78BE; text-decoration: none; }
A.copyright:hover { color: #AFAFAF; text-decoration: none; }

#btmNav {
	text-align:center; margin-bottom:10px;
	font-size:7pt;
	border:1px solid #DEDEDE;
	color: #B6B8BF;
	width:973px;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
}
#btmNav a {
	font-size:7pt;
}




.cartlink {
	font-size:10pt;
}
A.cartlink:link { color: white; text-decoration: underline; }
A.cartlink:visited { color: white; text-decoration: underline; }
A.cartlink:hover { color: #DD2929; text-decoration: underline;}

A:link { color: #3B8AC7; text-decoration: underline; }
A:visited { color: #3B8AC7; text-decoration: underline; }
A:hover { color: #DD2929; text-decoration: underline;}


/* web store stuff */
.Bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
	font-weight: bold;
}

table.storehead {
	background-color: #3B8AC7;
}

table.storebackground {
	background-color: #E0E0E0;
}

input,select {
	font-family: verdana,arial, Sans-serif;
	font-size: 10pt;
}

.buttonmain {
	cursor: hand;
	font-family: verdana,arial, Sans-serif;
	font-weight: bold;
	font-size: 7pt;
}

.price {
	font-family: verdana, arial, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: green;
}

.wasprice {
	font-family: verdana, arial, Sans-serif;
	font-size: 7pt;
	color: gray;
}

.storetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14 pt;
	font-weight: bold;
}

























.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

A.navlink:link { color: blue; text-decoration: none; }
A.navlink:visited { color: blue; text-decoration: none; }
A.navlink:hover { color: #AB8DBC; text-decoration: none;}



A.invisalink:link { color: black; text-decoration: none; }
A.invisalink:visited { color: black; text-decoration: none; }
A.invisalink:hover { color: #AB8DBC; text-decoration: none;}

.menuskin{
position:absolute;
width:175px;
background-color:red;
border:2px solid black;
font:bold 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:white;
}

P.askq {
	color: blue;
	font-style: italic;
}




.attention { color: red; font-size: 11 pt;}


.tinylink {
	font-size: 8pt;
}

A.tinylink:link { color: black; text-decoration: none; }
A.tinylink:visited { color: black; text-decoration: none; }
A.tinylink:hover { color: #AB8DBC; text-decoration: none;}


/* contact form start */

table.contacttable {
	background-color: #BABED7;
	border-width:1px; border-color: #959494; border-style: solid;
}

.contactinput,
.contactarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 11px;
	width: 300px;
}


.contactinput {
	height: 17px;
}

.contactbutton { 
	border: 1px solid #959494;
	cursor: hand;
	background: white;
}

.contacttext {
	font-size: 11px;
}

/* contact form end */




/* vertical */
#menu ul{;padding-left: 10;list-style-type: none;font-family: "Times New Roman",Times, serif; font-size: 15px;margin:0px;}
#menu a{ display: block; padding: 6px;width: 154px;background-color:#F5C23D;border-bottom: 1px solid #F7DC00;}
#menu a:link, #menuitems a:visited{color: #5F1F81;text-decoration: none;font-weight:bold;}
#menu a:hover{background-color: #FFDF75; color: #333; font-weight:bold;}
#menuitems li { list-style-type: none; padding-right: 0px;font-family: "Times New Roman",Times, serif; font-size: 15px;  }

.emphasis {
	color: blue;
}


