html {
	padding: 0;
    background: #333 url(/templates/towpartsnow.com/siteart/store_bg.gif) left top repeat;
}

body {
	background-color: white;
	max-width: 1180px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 10px;
}

#logo {
	margin: 0px 20px;
	margin-top: 30px;
	margin-bottom: -4.5px;
	width: 283px;
}

.nav ul {
	margin: 0 20px;
    background-image: -webkit-linear-gradient(top, #383838 0%, #010101 100%);
    background-image: linear-gradient(to bottom, #383838 0%, #010101 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383838', endColorstr='#ff010101', GradientType=0);
	font-family: 'Oswald', sans-serif;
	border-radius: 3px;
}

.nav ul li {
	display: inline-block;
	padding: 15px 20px;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}

.nav ul li a:hover {
	color: #bb8484;
}

.nav ul li a {
	text-decoration: none;
	list-style: none;
	color: #ffffff;
}

.nav ul li li a { 
    font-size:14px;
    line-height:16px;
   padding:0px 5px;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
.nav ul ul {
    display: none;
    position: absolute; 
}
.nav ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
.nav ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
.nav ul ul li {
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
	display: block;
}

