/* sets the main body properties */
HTML {
scrollbar-arrow-color:#333300; 
scrollbar-face-color:#999933; 
scrollbar-3dlight-color:#E6BBB8; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#CCCC66; 
}

BODY {
background-color: #666633;
background-image: url(images/background.jpg);
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
margin: 0 0 20 0;
padding: 0;
color:#000000;
}

P, TD, LI, UL {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
}

Table {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
border-collapse: 1px solid #000000
}

HR {
color: #808080;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
border: 1px solid #808080;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #808080;
}

/* this group sets the normal link colors */

A:LINK {color: #333300; text-decoration: none; font-weight: bold;}
A:VISITED {color: #A0454E; text-decoration: none; font-weight: bold;}
A:HOVER {color: #000000; text-decoration: none; font-weight: bold; background-color: #E6BBB8;}
A:ACTIVE {color: #000000; text-decoration: none; font-weight: bold; background-color: #E6BBB8;}

/* We like to use headings for special effects */

H1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 2;
color: #000000;
}

h2 {
color: #666633;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px dotted #666633;
}

h3 {
color: #BA7075;
text-align: left;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2;
}

h4, h5 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

h6 {
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}

/* special classes */

.yourname {
background-color: #E6BBB8;
}

.globalbar {
background-color: #E0E0E0;
background-image: url(images/topnav.jpg);
color: #000000;
text-align: center;
font-variant: small-caps;
font-weight: bold;
font-size: 12px;
letter-spacing: 3;
word-spacing: 10;
height: 30px;
padding: 2 0;
border-bottom: 1px solid #C0C0C0;
}

.maintable {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
}

.sidebar {
background-color: #E0E0E0;
background-image: url(images/cell1.jpg);
text-align: center;
line-height: 24px;
color: #000000;
border-right: 1px solid #808080;
padding: 3px;
width: 225px;
vertical-align: top;
}

.sidebar A:LINK {color: #A0454E; text-decoration: none; font-weight: bold; width: 100%}
.sidebar A:VISITED {color: #A0454E; text-decoration: none; font-weight: bold; width: 100%}
.sidebar A:HOVER {color: #000000; text-decoration: none; font-weight: bold; background-color: #E6BBB8; width: 100%}
.sidebar A:ACTIVE {color: #000000; text-decoration: none; font-weight: bold; background-color: #E6BBB8; width: 100%}

.mainimage {
background-color: #666633;
background-image: url(images/mainimage.jpg);
color: #F6E8E7;
text-align: right;
height: 150px;
padding: 0 5 0 280;
}

.maintext {
background-color: #FFFFFF;
color: #000000;
text-align: justify;
padding: 15;
vertical-align: top;
}

.hottopic {
background-color: #FFFFFF;
color: #000000;
float: right;
font-size: 11px;
text-align: left;
padding: 5px;
width: 200px;
border: 1px solid #A0454E;
margin-left: 20px;
}

.inline {
background-color: #FFFFFF;
color: #000000;
font-size: 11px;
text-align: left;
padding: 3px;
}


.copyright {
background-color: #E6BBB8;
background-image: url(images/copyright.jpg);
color: #F6E8E7;
font-size: .85em;
font-weight: bold;
text-align: center;
letter-spacing: 2;
height: 40px;
}

.bottom {
background-color: #E0E0E0;
padding: 0;
margin: 0;
}

/* form buttons */

.form {
background-color: #E6BBB8;
color: #000000;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}
.globalbar a {
	padding: 0px 5px;
}
.grayline {
	padding: 3px;
	width: 400px;
	border-top: 1px solid #808080;
	margin-top: 25px;
}
.store-image {
	margin: 0px 0px 10px 25px;
	float: right;
	border: 1px solid #F0F0F0;
}
.cartspace {
	padding: 0px 20px 0px 0px;
	float: left;
}

