* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	color:#625e45;
	font-size:12px;
	background: #ececec;
}
a {
	color:#625e45;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#625e45;
	font-size:12px;
	text-decoration:none;
}
#container { 
	width:800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
} 
#header {
	background:#ececec;
}
.items {
	text-align:right;
	padding:5px 0 0 0;
}
.logo {
	float:left;
	font-size:36px;
	color:#907a5f;
	font-style:italic;
	padding:0 0 0 0;
}
.logo span {
	color:#101519;
}
.author {
	font-size:12px;
}
.search {
	float:right;
	padding:25px 0 0 0;
}
.searcharea {
	border:1px solid #dad5d3;
	height:21px;
	float:left;
	margin:0 5px 0 0;
}
.buttonsearch {
	background:#101519;
	cursor:pointer;
	border:0;
	font-size:12px;
	font-weight:bold;
	color:#d7ac55;
	padding:2px 4px 4px 4px;
}
.headerDescription {
	font-size:30px;
	color:#FFFFFF;
	text-align:center;
	padding:210px 0 0 0;
	width:677px;
	float:left;
}
.headerDetails {
	padding:220px 0 0 0;
}
.headerDetails a {
	color:#ffffff;
	font-size:14px;
}
.headerPic {
	background:url(images/headerBackground.jpg) no-repeat left top;
	height:252px;
	width:800px;
} 
#sidebar1 {
	float: left;
	width: 200px; 
	background: #f7f6f1; 
}
h2 {
	font-size:14px;
	color:#ada575;
	font-weight:bold;
	padding:10px 4px;
}
#mainContent { 
	margin: 0 0 0 230px; 
} 
.shopId {
	float:left;
	border:1px solid #c5c5c3;
	margin:2px;
}
.shopIdTitle {
	background:#f1efe6;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding:4px 0;
}
.shopIdHeader {
	background:#f1efe6;
	height:23px;
}
.shopIdPrice {
	float:left;
	color:#ada575;
	font-size:10px;
	font-weight:bold;
	padding:5px 0 0 10px;
}
.buttonbuy {
	float:right;
	background:#c3bda0;
	cursor:pointer;
	border:0;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding:2px 4px 4px 4px;
}
#footer { 
	background:#d9d6c6;
	height:70px; 
}
.footerBody {
	background:#e6e3d3;
	width:800px;
	height:70px;
	margin: 0 auto;
	text-align: left; 
} 
.copyright {
	float:left;
	padding:18px 0 0 20px;
}
.cards {
	float:right;
	padding:22px 20px 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*begin main menu*/
#navcontainer {
	padding-bottom:30px;
	padding-top:20px;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #101519;
	color: White;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding:5px 8px;
	background-color: #101519;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px dashed #5f6265;
}
#navcontainer ul li a:hover {
	background-color: #414a51;
	color: #fff;
}
#navcontainer  #active a {
	background-color: #414a51;
	color: #fff;
}
/*end main menu*/
#sidebar1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 a {
	background: #f7f6f1 url(images/p.png) no-repeat 5px 7px;
	display: block;
	padding: 3px 3px 3px 19px;
	border-bottom: 1px dotted #ada575;
}
#sidebar1 a:link, #sidebarlist a:visited {
	color: #ada575;
	text-decoration: none;
}
#sidebar1 a:hover {
	background: #f7f6f1 url(images/p.png) no-repeat  10px 7px;
	padding: 3px 3px 3px 24px;
	background-color: #c3bda0;
	color: #fff;
}
#sidebar1 #sidebaractive a {
	background: #f7f6f1 url(images/p.png) no-repeat  10px 7px;
	padding: 3px 3px 3px 24px;
	background-color: #c3bda0;
	color: #fff;
}