h1 {
	color:#ffffff;
	font-family: sans-serif;
	text-transform: capitalize;
	font-size:large;
	font-weight:bold;
}

h2 {
	color:#ffffff;
	font-family: sans-serif;
	text-transform: capitalize;
	font-size:medium;
	font-weight:bold;
}


* {
    margin:0px;
    padding:0px;
}

img {
    border:0px;
}

a:link{
    color:#465964;
    text-decoration:none;
}

a:active{
    color:#465964;
    text-decoration:none;
}

a:visited{
    color:#465964;
    text-decoration:none;
}

a:hover {
    color:#ffffff;
    text-decoration:underline;
}

html {
   height:100%;
}

body {
    background-color: #0d0d0d;
    background-image: url(../img/bkgnd_main.gif);
    background-position: 300px 300px;
    background-repeat: repeat-x repeat-y;
    color: #ffffff;
    height:100%;
	font-family:sans-serif;
}

#homebar {
    background: #000000;
    text-align: center;
    height:30px;
}

#homebar ul {
    line-height: 30px;
}

#homebar ul li { display: inline; }

#homebar ul li a
{
    margin-right:18px;
    background-color: #000000;
    text-decoration: none;
    color: #464646;
    font-family: garamond, times, serif;
    font-size: 1.2em;
    font-weight:bold;
}

#homebar ul li a:hover
{
    background-color: #000000;
    color:#ffffff;
}


#navbar {
    text-align: center;
    height:50px;
    background-color:#465964;
}

#navbar ul {
     height:50px;
}

#navbar ul li { display: inline; float:right; }

#navbar ul li a
{
    display:block;
    height:100%;
    width: 100%;
    line-height:50px;
    margin-right:13px;
    text-decoration: none;
    color: #000000;
    font-family: garamond, times, serif;
    font-size: 1em;
    font-weight:bold;
	text-transform: uppercase;
}

#navbar ul li a:hover
{
    color:#464646;
    background-color:#000000;
}

#header {
	height:185px;
	line-height:185px;
	width:auto;
	background-color:#000000;
	border-bottom:1px solid #464646;
	margin-left:13px;
	margin-right:13px;
}

#header img {
	vertical-align:middle;
}

#container
{
    display:block;
    background-color: #000000;
    background-image: url(../img/bkgnd_content.gif);
    background-position: 0px 215px;
    background-repeat: no-repeat;
    color:#ffffff;
    width:650px;
    min-height:100%;
    margin-left:auto;
    margin-right:auto;
}

#accountbar
{
	color: #ffffff;
	background-color:#000000;
	font-size: small;
	font-family: sans-serif;
	text-align:right;
}

#storebar {
	margin-top:-1px;
	margin-bottom:20px;
	text-align: center;
	height:25px;
	background-color:#465964;
}

#storebar ul {
     height:25px;
}

#storebar ul li { display: inline; float:right; }

#storebar ul li a
{
    display:block;
    height:100%;
    width: 100%;
    line-height:25px;
    margin-right:13px;
    text-decoration: none;
    color: #000000;
    font-family: garamond, times, serif;
    font-size: 1em;
    font-weight:bold;
	text-transform: uppercase;
}

#storebar ul li a:hover
{
    color:#464646;
    background-color:#000000;
}





fieldset
{
    border:1px solid #cccccc;
}

legend
{
    padding-left:10px;
    padding-right:10px;
    font-size: medium;
    font-family: garamond;
    font-weight:bold;
    color: #4b5e39;
    margin-bottom:5px;
}

label
{
	vertical-align:middle;
    padding-right:10px;
    font-size: small;
    font-family: sans-serif;
}

input, textarea
{
    margin-bottom: 5px;
	color:#ffffff;
    border:1px solid #C0C0C0;
    background:#000000;
}

select
{
	color:#000000;
    border:1px solid #C0C0C0;
    background:#ffffff;
}

.boxes
{
    width: 1em;
}

input.submit
{
    border:1px solid #C0C0C0;
    background-color:#465964;
	padding:4px;
	color:#000000;
	cursor:pointer;
	cursor:hand;
}

#products tr td{
	padding: 5px;
	width: 25%;
	vertical-align: top;
	font-family: sans-serif;
	font-size: small;
}

#prod_info tr td {
	padding: 10px;
	vertical-align: top;
	color:#ffffff;
    font-family: sans-serif;
	font-size:small;
}

#cart tr td{
	padding: 5px;
	vertical-align: top;
	font-family: sans-serif;
	font-size: small;
}

div.button {
display: block;
background-color:#465964;
border:1px solid #C0C0C0;
padding:4px;
color:#000000;
}

div.button a:link {color: #000000; text-decoration:none; display:block;}
div.button a:active {color: #000000; text-decoration:none; display:block;}
div.button a:visited {color: #000000; text-decoration:none; display:block;}
div.button a:hover {color:#ffffff; text-decoration:underline; display:block;}


div.news {
	margin:40px;
}

div.news h1 {
	font-family:sans-serif;
	font-size:medium;
}

div.news p {
	font-family:sans-serif;
	font-size:small;
}
