
body {
	text-align: center;
	min-width: 970px;
	background-color:#000000;
}

body.cart{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	font-weight:bold;
}
	

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	color:#B00000;
}

a img {
	border:none;
}

a:active{text-decoration:none;color:#0066CC;}
a:hover{text-decoration:underline;color:#0066CC;}
a:link{text-decoration:none;color:#0066CC;}
a:visited{text-decoration:none;color:#0066CC;}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

#branding{
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
width:940px;
height:100px;

}

#branding .phone{
	margin-left:500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:15px;
	margin-right:15px;
}

#topNav {
	background-color:#333333;
	height:40px;
}

#content {
	float: right;
	width:720px;
	position:relative;
}

#mainContent {
	width: 500px;
	float:left;
	margin-top:10px;
}

#secondaryContent {
	width: 200px;
	float:right;
	background-image:url(../images/shoppoingCart.jpg);
	background-repeat:no-repeat;
	height:700px;
}

#secondaryContent .cartInfo {
	margin-top:90px;
	font-size:20px;
	color:#B00000;
}

#secondaryContent .repairSearch {
	margin-top:342px
	
}

#secondaryContent .jonsPick {
	margin-top:60px
	
	
}

#secondaryContent h1, #secondaryContent h2, #secondaryContent p {
	padding-right: 20px;
}

#mainNav {
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:10px;
	background-color:#DFDFDF;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;*/
	font-family:Arial;
	font-size:12px;
	
}


#footer {
	clear:both;
	height:32px;
	background-color:#333333;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:5px;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 600px;
    padding: 5px;
	padding-left:50px;
	margin-left:200px; 
	
    overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
float: left;
list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url("../images/lava.png") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
	.lavaLamp li.back .left {
		background: url("../images/lava.png") no-repeat top left;
		height: 30px;
		margin-right: 9px;
	}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #fff; outline: none;
	text-align: center;
	height: 30px; top: 7px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 10px;
}

/* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

#slider{}	
#slider ul, #slider li{
	margin-top:15px;
	padding:0px;
	list-style:none;
	}
#slider li{ 
	width:500px;
	height:300px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:500px;
	}	
#nextBtn{ 
	left:500px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btn_next.png) no-repeat 0 0;	
	}	
	
/* this is the table styling*/

#product {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#product .manufacturer {
	font-weight:bold;
}

#product .price {
	color:#B00000;
	font-weight:bold;
}

#product .description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#product a:link, a:visited {
	text-decoration:none;
	color:#0066FF;
}

#product a:hover, a:active {
	text-decoration: underline;
	color:#0066FF;
}

#product hr {
	color:#CCCCCC;
	background-color:#D1D1D1;
	height:1px;
	
}

#product .tableHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#DFDFDF;
}