body {
/*	background-image:url(images/background.gif);*/
    color: #525757;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}

p, #categoryList {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}

strong{
    color: #ccc;    
}

a {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 860px;
}
#header{
	/*background-image:url(images/header.jpg);
	background-repeat: no-repeat;           */
    clear: both;
    min-height: 100px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 12px;
    width: 860px;
}

.pagetitle{
    color: #ccc;
    padding: 50px 0 0 0;
}

.subtitle{
    color: #999;
    font-style: italic;
    padding: 0 0 50px 0;
}

#nav{
    clear: both;
    margin: 0 auto;
    padding: 5px;
    width: 420px;
}

#nav a, #login a{
    color: #999;
}

#content{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:196px;
	width:450px;
}
#right{
	width:192px;
	float:right;
}

#secondCol{
    margin-left: 206px;
    width: 642px;
}

/********************* menu ****************************/
.menuheader{
	width:192px;
	height:37px;
	background-image:url(images/menutop.gif);
	display:block;
}
.menucontent{
	width:192px;
	background-image:url(images/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(images/menubottom.gif);
	display:block;
}
.postheader,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(images/posttop.gif);
	display:block;
	width:450px;
	height:33px;
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent{
	background-image:url(images/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 20px 0px;
}
.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:450px;
	height:15px;
}

#secondCol .postheader{
    background-image:url(images/posttopwide.gif);
    width: 692px;
}

#secondCol .postcontent{
    background-image:url(images/postmiddlewide.gif);
    width: 692px;
}

#secondCol .postfooter{
    background-image:url(images/postbottomwide.gif);
    width: 692px;
}
/********************* header ****************************/
#header{
	/*position:relative;*/
}
#header ul{
/*	position:absolute;
	top:250px;
	display:block;
	left:227px;*/
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
}

#categoryList dt{
    cursor: pointer;
}

#categoryList dt:hover{
    text-decoration: underline;
}

.menu ul.productList{
    list-style-type: none;
}

.menu ul.productList li a, .menu ul.productList li a:hover{
    text-transform: none;
}
/********************* footer ****************************/
#footer{
    color: #6b7272;
    text-align: center;
	width:850px;
}
#footer ul{
	display:block;
	margin-left:190px;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 15px 0px;
}
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#666666;
}
.menu ul li{
	padding-top: 5px;
	color:#666666;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}
.member{
	display:inline;
	float:left;
	margin-left:10px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member img{
	width:75px;
	height:70px;
	border: solid 2px #999999;

}

/*Forms*/
#form{
    padding: 20px;
    width: 450px;
}

#form p{
    padding: 5px 0;
}

label{
    float: left;
    margin-right: 5px;
    text-align: right;
    width: 14em;
}

input{
    width: 20em;
}

textarea{
    width: 20.5em;
    height: 10em;
}

button, .button{
    background: #ccc;
    font-weight: bold;
    width: 10em;
}

/*Commerce*/

#login{
    color: #999;
    float: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
}

#login a{
    text-decoration: none;
}

#login a:hover{
    text-decoration: underline;
}

#breadcrumbs, .category, #products, #cart, #signin, #signup, #regform, #searchlist{
    color:#525757;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    padding: 0 10px;
}

#breadcrumbs{
    margin-bottom: 10px;
}

.product{
    border-bottom: 1px solid #525757;
    min-height: 125px;
}

#product{
    min-height: 125px;
}

.productphoto, .prodpgphoto{
    float: right;
    padding: 5px;
}

.prodpgphoto{
    margin: 10px;
    text-align: center;
}

.prodpgphoto a, .prodpgphoto a:hover{
    text-decoration: none;
}

.productphoto img, .prodpgphoto img{
    border: 0;
}

#product ul{
    list-style-position: inside;
    padding: 10px 20px;    
}

.add{
    width: 6em;    
}
.select{
    min-width: 8em;
    padding: 0 2px;
}

.checkbox{
    width: 2em;
}

.cartbutton{
    background: #ccc;
    font-weight: bold;
    width: 6em;    
}

.order table{
    padding: 5px;
}

#cart table{
    width: 100%;
}

#cart td, .order td{
    padding: 5px;
}

#cart th, .order th{
    text-align: center;
}

#signin{
    border-right: 1px solid #525757;
    width: 325px;
}

#signup{
    float: right;
    width: 325px;
}

.hint{
    font-size: .8em;
}

.textleft{
    text-align: left;
}

.textcenter{
    text-align: center;
}

.textright{
    text-align: right;
}

.sale{
    color: #ff0000;
    font-weight: bold;
}

.add{
    width: 3em;
}

.clear{
	clear:both;
}

.left{
    float: left;
}

.right{
    float: right;
}

.error{
    background: #ccc;
    border: 1px solid #fff;
    color: #a60000;
    font-weight: bold;
    margin: 0 10px;
}

.error p{
    color: #a60000;
}