/* CSS Document */
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #201D17;
	background-image: url(images/layoutBG.jpg);
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #657153;
	text-transform: capitalize;
	background-position: center;
}
#leftBar {
	float: left;
	width: 171px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
#rightBar {
	float: right;
	width: 171px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top: 220px;
	margin-right: 0px;
}

#rightBar p {
	margin: 8px 10px;
	font-size: 11px;
	padding: 0px;
}
#content {
	width: 760px;
	float: left;
}


#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(images/bottomBar.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a:hover {
	text-decoration: underline;
}

#content .insidePaperTop {
	background-image: url(images/mainTop-wide.png);
	background-repeat: no-repeat;
	height: 20px;
}
#content .insidePaperBottom {
	background-image: url(images/mainBottom-wide.png);
	background-repeat: no-repeat;
	height: 30px;
}
#content .insidePaperContent {
	background-image: url(images/mainBody-wide.png);
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right: 40px;
}



#rightBar .insidePaperTop {
	background-image: url(images/sidebarTop.png);
	background-repeat: no-repeat;
	height: 20px;
}
#rightBar .insidePaperBottom {
	background-image: url(images/sidebarBottom.png);
	background-repeat: no-repeat;
	height: 58px;
}
#rightBar .insidePaperContent {
	background-image: url(images/sidebarMain.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 15px;
}



#leftBar .insidePaperTop {
	background-image: url(images/sidebarTop.png);
	background-repeat: no-repeat;
	height: 20px;
}
#leftBar .insidePaperBottom {
	background-image: url(images/sidebarBottom.png);
	background-repeat: no-repeat;
	height: 58px;
}
#leftBar .insidePaperContent {
	background-image: url(images/sidebarMain.png);
	background-repeat: repeat-y;
	padding-left: 30px;
}


#wrapper #clock {
	position: absolute;
	left: 677px;
	top: 0px;
}

#miniCart {
	position:absolute;
	left:8px;
	top:6px;
	width:159px;
	height:42px;
	z-index:10;
	overflow: hidden;
	font-size: 12px;
	color: #FFF;
	padding: 3px;
	border: 1px solid #FFF;
}
#miniCart a {
	color: #FFF;
	text-decoration: underline;
}

