
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#banner {
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 900px;
	background-image: url(img/bannerbkg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#productbanner {
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 900px;
	background-image: url(img/prodbanbkg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.productbox {
	float: left;
	width: 150px;
	margin-right: 12px;
	text-align: center;
}
.spacer {
	width: 100%;
	clear: both;
	height: 30px;
}


#content {
	padding: 0px;
	margin-left: 200px;
}

#sidebar {
	float: left;
	width: 200px;
	margin: 0;
	margin-right: ;
	padding: 0;
}

#footer {
	clear: both;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	font-size: 70%;
	color: #666666;
	padding: 10px 0 0 250px;
}
#main {
	font-size: 80%;
	color: #666666;
	padding-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 135%;
}

#productmain {
	font-size: 80%;
	color: #666666;
	padding-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 135%;
}
#productmain p, #productmain h2, #productmain h6 {
	margin-left: 300px;
}

#productmain p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#productmain img {
	float: left;
	margin-bottom: 20px;
}

/* ********************************************************************* */
h1	{
}	
h2	{
	font-size: 160%;
	margin-top: 15px;
	color: #999999;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 15px;
}
#productmain h6	{
	font-size: 140%;
	color: #999999;
	margin-top: 0;
	font-weight: normal;
}
/* ********************************************************************* */
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #ff9900;
	text-decoration: none;
}



/* ********************************************************************* */
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	font-size: 12px;
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 199px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	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;
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #E2144A; 
	background: #f9f9f9; 
} 

/* Sub Menu Styles */ 
#menu li ul a {
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	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;
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #E2144A; 
	background: #f9f9f9; 
} 

/* Icon Styles */ 
#menu ul a.submenu {
   background:#fff url("img/r_arrow.gif") no-repeat right; } 
#menu ul a.submenu:hover {
   background:#f9f9f9 url("img/r_arrow.gif") no-repeat right;}		

/* ********************************************************************* */

#bannermain {
	padding: 0;
	margin-left: 250px;
	margin-right: ;
	width: 247px;
}

#bannerleft {
	float: left;
	width: 250px;
	margin: 0;
	margin-right: ;
	padding: 0;
	height: 125px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
}

#bannerright {
	float: right;
	width: ;
	margin: 0;
	margin-left: 0;
	padding: 0;
	width: 397px;
	height: 125px;
	background-image: url(img/quality.gif);
	background-repeat: no-repeat;
}

/* ********************************************************************* */
#fade {
	position: absolute;
	height: 125px;
	width: 250px;
	top: 36px;
	left: 50%;
	margin-left:-200px;

}
#contact {
	float: right;
}
#vform {
	float: left;
}
.thumbnails {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: left;
	width: 250px;
}

.thumbnails img {
	margin-left: 17px;
}
.thumbtext {
	float: left;
	clear: left;
	width: 250px;
	font-size: 11px;
	background: url(img/more.gif) no-repeat 185px 3px;
	text-align: center;
	height: 20px;
	margin-bottom: 20px;
}

.thumbtext a:link, .thumbtext a:visited {
	text-decoration: none;
	color: #666666;
}
.thumbtext a:hover {
	color: #ff9900;
	text-decoration: none;
}
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #ccc;
text-decoration: none; 
color: #666666;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #999999;
color: #000;
background-color: #f9f9f9;
}

.pagination li.currentpage{
font-weight: normal;
padding: 0 5px;
border: 1px solid #999999;
background-color: #f9f9f9;
color: #666666;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: normal;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #202020;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px/1.1em Arial, Helvetica, sans-serif;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #FFFFFF;
padding: 5px;
z-index: 5;
}
#viewer {
	float: left;
	clear: left;
	position: relative;
}
