body{
	background-color: #dea8cc;
	text-align: center;
	color: #000000;
	font-size: 12px;
	margin: 0px auto;
	font-family: verdana, arial, sans-serif;
	padding: 0px;
}
* {
margin: 0;
padding: 0;
}

p{
	font-size: 12px;
	color: #000000;
	padding: 5px 10px;
	text-align: left;
}

.bold{
	font-weight: bold;
}

div.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	}
	
a img{
	border: none;
}

                                 /* HEADER STYLING */

#wrapper{
	width: 950px;
   	margin: 0px auto; 
   	border: 2px solid black;
   	background-color: #ffffff;
   	border: 1px solid black;
   	text-align: left;
}

#header{
	position: relative;
	background-color: #ffffff;
	width: 950px;
	height: 250px;
	margin: 0px;
	background-image: url(otherImages/header.jpg);
	background-repeat: no-repeat;
}

#navBox{
	position: relative;
	background-color: #5b3b31;
	width: 950px;
	height: 20px;
	margin: 0px;
}

.linkContainer{
	float: left;
	display: block;
	width: 110px;
	height: 20px;
	margin: 0px;
	border-right: 1px solid #F9B7F7;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.linkContainer:hover{
	background-color: #558f99;
}

.linkContainer a{
	text-decoration: none;
	color: #ffffff;
}

.searchContainer{
	float: left;
	display: block;
	background-color: #9F009E;
	width: 110px;
	height: 40px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #F9B7F7;
	font-weight: bold;
	border: 1px dashed black;
}

.searchContainer:hover{
	float: left;
	display: block;
	width: 110px;
	height: 40px;
	margin: 0px;
	background-color: #EB00EB;
	text-align: center;
	font-size: 12px;
	color: #F9B7F7;
	font-weight: bold;
}

.searchContainer a{
	text-decoration: none;
	color: #F9B7F7;
}
/* IE hacks */

* html .linkContainer:hover{
	float: left;
	display: block;
	width: 110px;
	height: 40px;
	margin: 0px;
	background-color: #558f99;
	text-align: center;
	font-size: 12px;
	color: #9F009E;
	font-weight: bold;
}

#contactContainer{
	margin-top: 150px;
	margin-right: 15px;
	float: right;
	width: 195px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

#contactContainer a{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

                            /*INDEX STYLING*/
                            
#indexLeft{
	float: left;
	width: 200px;
	background-color: #538e98;
}

#indexLeft p{
	color: #ffffff;
}

                            
#indexRight{
	float: left;
	width: 500px;
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	color: #000000;
	text-align: left;
	padding: 10px 15px;
}

#indexRight img{
	margin-right: 65px;
}
                                            
#topFifty{
	position: relative;
	width: 100%;
}
	

                                            /* Catalog STYLING */

#cartLinks{
	float: left;
	width: 200px;
	background-color: #538f99;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

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

* html #cartLinks{
	float: left;
	width: 150px;
	background-color: #538f99;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

* html #cartLinks a{
	float: left;
	width: 150px;
	background-color: #538f99;
	text-align: left;
	font-weight: bold;
	color: ffffff;
	text-decoration: none;
}


#mainContent{
	float: left;
	width: 525px;
	background-color: #ffffff;
	padding: 10px 15px 0px 15px;
}

#rightColumn{
	float: right;
	width: 180px;
	padding: 0px;
	background-color: #528e99;
	font-size: 10px;
	color: #000000;
}

#rightColumn p{
	color: #ffffff;
}

#rightColumn img{
	padding: 0px;
	margin-left: -10px;
}

.itemcolor{
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 30px 5px;
	text-decoration: none;
}

.linecell{
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 3px 5px;
	border-bottom: 1px solid #F9B7F7;
}
.featurecolor{
	text-align: left;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
}
.boldtext{
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.smfont{
	text-align: left;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

                                            /*FOOTER*/
                                            
#footer{
	position:relative;
	width: 950px;
	background-color: #5b3c32;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
                                            
#footer a{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
	