body
{
	font-family: Arial,sans-serif;
	font-size:13px;
	background-image: url('../images/whitePolkaDots.png');
	margin:0px;
	padding:0px;
}
	
a img
{
	border:0px;
}

#mainBackground
{
	width:100%;
	background: url('../images/headerSideBar.png') repeat-x;
}

#mainWrapper
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;	
}

#headerBackground
{
	width:100%;
	height:175px;
}

/**   Colors   **/
#menuBar
{
	background-color:#4a3a2a;	
}

.columnBox, #content, #alertBar
{
	background-color:#fbfbea;
	border-style: dashed;
	border-width: 1px;
	border-color: #4a3a2a;	
	padding:7px;	
}

.columnBox
{
	margin-bottom:10px;
	padding-bottom:10px;
}

#head
{
	background-image: url('../images/header.png');
	height:175px;
	width:1000px;	
}

#menuBar
{
	float:right;
	margin-top:111px;
	height:38px;
}

#menuBar img
{
	margin-right:20px;
	height:100%;
	border:0px;	
}

#alertBar
{
	width:960px;
	margin:0px 10px 10px 10px;
	text-align:center;
}

#alertBar div.title
{
	font-size:14px;
	font-weight:bold;
	color:#4a3a2a;
}

#mainBody
{	
	width:100%;
	padding-top:10px;
}

#leftColumn, #rightColumn
{
	float:left;
	margin-left:10px;
	width:175px;
	height:100%;
}

div.columnBox div.title
{
	border-bottom: 1px dotted #4a3a2a;
    color:#4a3a2a;
    font-size:16px;
	font-weight:bold;
    margin-bottom:4px;
}

div.columnBox div.title a
{
	text-decoration:none;	
}

div.columnBox div.title span
{
	padding-left:3px;	
}

div.columnBox div.content
{
	padding-left:7px;	
}

.totalBox
{
	font-weight:bold;
}

#cartTable
{
	border-spacing:0px;
}

.cartBoxTotal span
{
	font-weight:bold;
}

#content
{
	float:left;
	margin-left:10px;
	width:600px;
	margin-bottom:20px;
}

#footerBackground
{
	background-color:#4a3a2a;	
	color:#ffffff;
	text-align:center;	
	padding:5px;
}

#footer
{
	width:100%;
	margin-left:auto;
	margin-right:auto;	
}

#footer a
{	
	color:#ffffff;	
	text-decoration: none;
	font-weight:bold;
}

#footer a:hover
{
	text-decoration:underline;
}

.featuredProductsPrice
{
	font-weight:bold;
}

/**  Blog styles  **/
div.blogEntry
{
	margin-top:15px;
	margin-bottom:15px;	
}

div.blogTitle
{
	border-bottom:1px dotted #4a3a2a;
	margin: 7px;
	padding-left:20px;
	color: #949c51;	
	font-size:24px;
}

span.blogDate
{
	float:right;
	margin: 7px 7px 0px 0px;
	text-transform: uppercase;
	font-size:12px;
	padding-top:4px;	
}

div.blogContent
{
	margin-left:40px;
	margin-right:20px;
	color:#4a3a2a;
}

div.blogFooter
{
	color: #4a3a2a;	
	border-bottom:1px dotted #4a3a2a;
	padding:5px 20px 5px 20px;
	margin:0px 10px 0px 10px;
}

span.blogAuthor
{
	font-size:12px;
}

#productNavigationButtons
{
	width:100%;
	text-align:center;
}
	
#productLeft, #productRight
{
	width:50%;
	float:left;
	margin-top:20px;
}	
	
#productName img
{
	width:80%;
	margin-left:10%;
}

a.productMainImageLink{
	text-decoration:none;
}

a.productMainImageLink span.imgLink{
	text-decoration:underline;
}

#productSubTitle
{
	width:100%;	
	text-align:center;
	margin:10px 0px 7px 0px;
}

#productPrices, #productSize
{
	font-size:16px;
	text-align:center;
}

#productMainImage 
{
	height:400px;
	width:100%;
	text-align:center;
}

#productDescription
{
	width:100%;
	margin:25px 0px 25px 0px;
	font-size: 14px;
}

#productFooter
{
	width:100%;
	text-align:center;
	font-size:12px;
}

#cartAdd
{
	width:100%;
	text-align:center;
}

.cssButtonHover, .cssButton
{
	background:#4a3a2a;
	color:#fbfbea;
	text-decoration:none;
	width:100px;
	border: 2px ridge #949c51;
        padding: 0px 6px;
}

a.sideboxCheckOutButton, a.cssButtonHover
{
	display:block;
	width:80px;
	padding:1px 0px 1px 0px;
	margin-top:5px;
	text-align:center;
}

.hiddenField
{
	display:none;
}

.centerBoxContentsFeatured {
	text-align:center;
}

a.featuredProductLink {
	color:blue;
	text-decoration:none;
}

.tableHeading
{
	text-align:left;
}

#categoriesContent
{
	
}

#cartSubTotal
{
	font-size:16px;
	font-weight:bold;
	text-align:right;
	margin-right:145px;
	margin-top:25px;
}

#updateCartQuantities
{
	margin-bottom:10px;
}

.buttonRow
{
	float:right;
	margin-left:10px;
	margin-top:25px;
}

.floatingBox
{
	float:left;
	width:96%;
	padding-top:7px;
}