/* -- layout stuff -- */
html, body, p{
	margin-top: 0;
}
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #000;
	background-image: url(../images/redbox.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#container
{
    margin-left: auto;
	margin-right: auto;	
	text-align: left;
}
#container, #header{
    position: relative;
	width: 800px;
	text-align: left;
}

#logo{
	margin: 20px 0 20px 10px;
}
#freeShipping
{
	position: absolute;
	right: 0;
	top: 0;
}

#navigation{
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
	height: 52px;
	text-align: right;
}
#content
{
    position: relative;
	background-color: #fff;
	background-image: url(../images/mainbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px;
}
#footer{
	background-image: url(../images/footerbg.gif);
	height: 12px;
}
#copyright
{
    text-align: right;
    color: #fff;
    padding-top: 5px;
    text-transform: lowercase;
    font-size: 90%;
}


#navigation ul{
	margin: 0;
	padding: 20px 0 0 10px;
}
#navigation ul li{
	display: inline;
	margin:0;
	border-right: 1px solid #fff;
}
#navigation ul li.contact
{
    border: 0;
}
#navigation ul li a{
	color: #CCC;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 10px 0 5px;
}

#navigation ul li a:hover{
	color: #fff;
}


#content h1
{
    font-family: Geneva, Arial;
    font-size: 18px;
    text-transform: lowercase;
    color: #990000;
    border-bottom: 1px solid #ccc;
}
#content h2
{
    font-family: Geneva, Arial;
    font-size: 14px;
    text-transform: lowercase;
    color: #666;
}
#content a
{
    color: #990000;
}

#shippingtable
{
	margin-bottom: 5px;
}
#shippingtable th, #shippingtable td
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* == products list page == */
#memberitems img{
	border: 1px solid #CCC;
	background-color: #eee;
	padding: 5px;
}
#memberitems h2{
	margin-top: 0px;
}
#memberitems p{
	float: right;
	width: 450px;
}
#memberitems table
{
    width: 100%;
}
#memberitems table tr td
{
    border-bottom: 1px dashed #ccc;
    padding: 5px;
}

/* == product page == */
.productDescription
{
    width: 400px;
}
#memberproductitems{
	position: relative;
}

#memberproductitems img{
	margin-bottom: 5px;
	border: 1px solid #000;
}
#memberproductlist{
	position: relative;
}
.memberproduct{
	position: absolute;
	visibility: hidden;
	top: 0;
	width: 450px;
}
#productthumbs img
{
    border: 1px solid #CCC;
	background-color: #eee;
	padding: 5px;
	margin: 0 15px 5px 0px;
}
#memberproductlist img
{
    border: 1px solid #CCC;
	background-color: #eee;
	padding: 5px;
}
#productinformation{
	position: absolute;
	right: 30px;
	top: 50px;
	background-color: #fff;
	width: 200px;
}
#productinformation td{
    border: 1px solid #FFF;
    padding: 4px;
}
#productinformation td.label
{
    font-weight: bold;
    background-color: #DDD;
}

#contactInformation{
	position: absolute;
	right: 230px;
	top: 50px;
	text-align: center;
}
#contactInformation input
{
 border: 0;
}
#contactInformation .or
{
	font-weight: bold;
	padding: 10px;
	font-style: italic;
	line-height: 20px;
}
#contactInformation form, #contactInformation img, #contactInformation input
{
	margin: 0;
	padding: 0;
	border: 0;
}
input, textarea, select
{
	font-size: 11px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

/* == bottom navigation == */
#bottomnav{
	width: 900px;
	text-align: center;
	padding-bottom: 10px;
}

#bottomnav li{
	display: inline;
	margin-right: 10px;
}

#bottomnav li a{
	color: #666;
	text-transform: uppercase;
}

.memberclear{
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	clear: both;
}

.clear
{
    clear: both;
}
.error
{
	color: Red;
	font-weight: bold;
}