/*
 *  Project
 *	Cascading Style Sheet
 *  Last Modified: 
*/

/*	COLORS      
 *
*/

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, 'Arial', serif;

	font-size: 6px;
	color: #E0E0E0;
	background-color: #000;
}

img {
	display: block;
	border: 0;
}

p {
	margin-bottom: 8px;
	font-family: arial,sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 0.3em;

}	

h2 {
	font-size: 12px;
	text-decoration: underline;

}	

h3 {
	font-size: 1.1em;
}

a:link,  a:visited {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}

ul {
	list-style-type: none;
	font-size: 1.1em;
}
	
div#page {
	margin: 12px auto 6px auto;
	width: 760px;
	text-align: center;
	border: 2px solid #4D4D4D;
}

div#header {
	width: 100%;
        border: 0px solid #4D4D4D;
	
	border: 0px solid black;
	border-bottom: 0;
	height: 32px;
	text-align: center;
	margin-bottom: 2px;
}	

div#nav {
	width: 100%;
	height: 28px;
	margin-top: 4px;
	margin-left: 0px;    

}

div#homePics {
      width: 100%;
	margin-left: 0px;
	margin-right: 0px;
      margin-top: 0px;
      background: url(/img/JBback1.jpg);
	border: 0px solid black;
	border-bottom: 0;
 }

div#homePics img {
   
	border-top: 0px solid black;
	border-bottom: 2px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	
   	margin-left: 0px;
	margin-right: 0px;
        margin-top: 18px
        
 }

div#logoWrapHome {
	width: 100%;
	height: 95px;
	text-align: center;
        background: url(/img/JBback1.jpg);
}

div#logoWrap {
	width: 760px;
	height: 95px;
	text-align: center;
        background: url(/img/JBback1.jpg);
}

img#jbLogo {
	width: 360px;
	height: 60px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
div#contentWrap {
	background-color: #000;
	border: 0px solid black;
	border-top: 0;
	width: 758px;
	
	text-align: left;
	background: url(/img/JBback1.jpg);
}

div#content {
	padding: 24px;
	padding-top: 4px;
		
	border: 0px solid black;
	border-bottom: 0;
	background: url(/img/JBback1.jpg);

}

div#nav ul {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-family: arial,sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
}

div#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

div#nav ul li a {
	text-decoration: none;
	color: white;
	background: url(/img/nav/mdoNavBG.gif) 0 -28px no-repeat;
	width: 81px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	float: left;
	display: block;
}

div#nav ul li a:hover {
	background: url(/img/nav/mdoNavBG.gif) 0 0 no-repeat;
}

div#nav a.here {
	background: url(/img/nav/mdoNavBG.gif) 0 0 no-repeat;
}

img.hImage {
	margin-bottom: 6px;
}

div#submenu img.hImage {
	display: inline;
	float: left;
}


div#submenu h2 {
	margin-top: 4px;
	display: inline;
	float: right;
}

div#productsTitle {
	margin-top: 4px;
	float: right;
}


ul#productCategories {
	margin: 0;
	padding: 0;
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 18px;
	height: 20px;
	padding-top: 6px;
}

ul#productCategories  li {
	font-size: 12px;
	float: left;
	padding: 0 6px;
}

ul#productCategories li a {

}

ul#productCategories li a:hover {
	color: white;
}

ul#productCategories li.here a {
	color: white !important;
	text-decoration: underline;
}

div#productList {
	width: 175px;
	float: left;
	padding-bottom: 24px;
}

div#productList ul {
	margin: 0;
	padding: 0;
	margin-left: 8px;
}

div#productList li {
	font-size: 12px;
	line-height: 1.6em;
	color: #888;
}

p.currentManufacturer {
	font-size: 14px;
	text-align: left;
	padding-left: 4px;
	margin-bottom: 12px;
	background-color: #333;
}

div#productPic {
	margin-left: 190px;
	background-color: transparent;

}

div#thumbs {
	float: left;
	width: 20px;
	padding-left: 6px;
}
div#thumbs img {
	display: inline;
	width: 24px;
	height: 14px;
	margin-bottom: 8px;
	background-color: transparent;
}

div#thumbs a:hover img {
	background-color: #2D2D2D;
}

div#picBG {
	margin-left: 0px;
	
	background-color: transparent;
}

div#picBG img#photo {
	margin: 0 auto;
	background-color: transparent;
	
}

div#footer {
	width: 760px;
	margin: 0 auto;
	background-color: transparent;

}

div#footer p {
	text-align: right;
	font-weight: normal;
	font-family: arial,sans-serif;
	color: #AAA;
	font-size: 11px;
	letter-spacing: 0.01em;
	word-spacing: 0.1em;
	margin-right: 6px;
}

div#footer a {
	color: #FFF;
}

div.clear {
	width: 100%;
	background-color: transparent;
	height: 0px;
	font-size: 0;
	clear: both;
	
}
