
body {
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

ul {
	list-style:none;	
	margin:0;
	padding:0;
}
	
.container {
	width: 790px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

.container_inside {
	width: 790px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

#nav {
	clear:both;
	float: left;
	width: 790px;
	background: url(../nav/filler.jpg) bottom left repeat-x;
	height: 25px;
	font-size: 14px;
}

ul#prodnav {
    margin: 0;
    padding: 0;
	float: left;
    font-size: .8em;
    list-style: none;
    color: white;
    line-height: 25px;
    background: white;
    font-family: Verdana, Arial, sans-serif;
}
	
#prodnav iframe { 
    display: none;
    position: absolute;
}

ul#prodnav ul { 
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    left: -997em;
    list-style: none;
    border: 1px solid #dedede;
    border-top: 0;
    background-color: #fff;
	float: left;
    z-index: 90;
}

* html ul#prodnav ul {
    top: 25px;
}

#prodnav li, #prodnav li a {
    display: block;
    position: relative;
    z-index: 2;
	}

* html #prodnav li a img {
    display: block;
    margin-top: 0;
}

#prodnav a {
    color: #fa0;
    text-decoration: none;
	text-align:left;
}
	
#prodnav a:hover {
    color: #fff;
    text-decoration: underline;
}

#prodnav li {
    margin: 0;
    padding: 0;
    float: left;
    z-index: 35;
}

* html #prodnav li { 
	margin-top: 0; 
}

#prodnav li li {
    margin: 0;
}
	
#prodnav li#menucat3 { 
	margin-left: 0; 
}

* html #prodnav li#menucat3 { 
	margin-left: 0; 
}
	
#prodnav li#menucat16 { 
	margin-left: 4px; 
}

#prodnav li ul li a.whatfits { 
	color: #e55100; 
}

#prodnav li ul li a.whatfits:visited { 
	color: #e55100; 
}

#prodnav li ul li a.whatfits:hover { 
	color: #fff; 
}

#prodnav li ul li a.whatfits:active { 
	color: #fff; 
}

#prodnav img {
    float: left;
    margin: 0;
    padding: 0;
}

#prodnav img {
    float: none;
}

#prodnav li ul li {	
	border-top: 1px solid #DDEDFF;
	z-index: 38;
}

#prodnav li ul li:last-child { 
	border-bottom: none; 
}

#prodnav li ul li.last-child { 
	border-bottom: none; 
}

#prodnav li ul a {
    display: block;
	line-height: 1.2em;
	z-index: 38;
    padding: 4px 7px;
    color: #494949;
	font-weight: normal;
    text-decoration: none;
}

* html #prodnav li ul a { 
	width: 100%; 
	padding: 4px 0px; 
}
	
#prodnav li ul a:hover {
    color: #fff;
    text-decoration: none;
}

#prodnav li.sfhover ul {
	left: auto;
}

#prodnav li ul li:hover, #prodnav li ul li.sfhover {
    background: #494949;
}
	
#prodnav li li {
    float: none;
    z-index: 37;
}

* html #prodnav li li { 
	padding: 0px 6px; 
}
	
#menucat3, #menucat2, #menucat9, #menucat4, #menucat14, #menucat15, #menucat7, #menucat8 {
    height: 25px;
    margin: 0;
    padding: 0;
}

#menucat3 ul { 
	width: 220px; 
}

#menucat2 ul { 
	width: 150px; 
}

#menucat9 ul { 
	width: 150px; 
}

#menucat4 ul { 
	width: 190px; 
}

#menucat7 ul { 
	width: 210px; 
}

#menucat8 ul { 
	width: 100px; 
}

#menucat14 ul { 
	width: 150px; 
}

#menucat15 ul { 
	width: 100px; 
}

.head {
	background: #ffffff url('../images/headder.jpg') top left no-repeat;
}

.smallb { 
	font-size: 8pt; font-weight: bold; 
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #dedede;
	text-align: center;
	height: 15px;
	width: 790px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #ccc;
	color: #248;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footertext {
    list-style: none;
    padding: 0;
}

#footertext li {
    border-right: 1px dotted #49f;
    display: inline;
    padding: 0 0.5em;
}

#footertext li:last-child { 
border-right: none; 
}

#footertext li.last-child { 
border-right: none; 
}

#footertext a {
    font-weight: normal;
    text-decoration: none;
    color: #248;
	padding-bottom: 3px;
}

#footertext a:hover { 
text-decoration: underline; 
}

.subfooter {
	width: 790px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}


/* -------- Next lines modify NetSuite styles ---------- */

/* Style for centering the page in FireFox */
div#innerwrapper{
	margin:0 auto;
}

