* {
	border:0;
	padding:0;
	margin:0;
}

BODY
{
	background:#363636;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:10pt;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}

/**************************** DROPDOWNS ********************************/

#nav {
	margin: 5px 0px 0 25px;
	padding: 15px 0 0 0;
	list-style: none;
	text-align:center;
}

#nav ul {
	list-style: none;
	text-align:left;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 166px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: none;
}

.inner {
	height:111px;
}

.main {
	height:150px;
}

/**************************** END DROPDOWNS ********************************/


#video {
	width:550px;
	height:385px;
}

#bottom
{
	clear: both;
	background-image:url('../images/bottom.gif');
	width:856px;
	margin-left: auto;
	margin-right: auto;
	height:20px;
}

#top
{
	background-image:url('../images/top.gif');
	width:856px;
	margin-left: auto;
	margin-right: auto;
}


#main {
	background-image:url('../images/white.gif');
	position:relative;
	width:856px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;

}

#main2 {
	background-image:url('../images/white.gif');
	position:relative;
	width:856px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;

}

#main3 {
	background-image:url('../images/white.gif');
	position:relative;
	width:856px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;

}

#left{
	width:230px;
	float:left;
	text-align:center;
	margin-left:15px;
}

#right{
	width:580px;
	float:right;
	text-align:center;
	margin-right:0px;
	background: url('../images/nav_bkg.gif') top no-repeat;

}


html>body #left {
margin-left:25px;

}

#sideframe { border: 1px #ccc solid; }






#products
{
	padding-top: 40px;
	padding-bottom: 40px;
}

#products #sub-pages
{
	background: #f8f8f8;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	color: #7c7c7c;
	margin: 0 11px 5px 0;
	padding: 2px;
	text-align: right;
	padding-right:35px;
	height:15px;
	font-size:11px;
}

#products #sub-pages a
{
	color: #f4212a;
	font-weight: bold;
	text-decoration: none;
}

#products #sub-pages a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#products .pblock
{
	float: left;
	font-size: 11px;
	height: 220px;
	text-align: left;
	width: 140px;
}

.sale { color: #ff0000; }

#sub-pages p {
	float:left;
	font-size:11px;
	font-weight:bold;
}

.locations-frame {
	width:218px;
	height:480px;
	padding-top:30px;
}





/* google map
**************************************************************************************************/

div#map
{
	border: 1px #ccc solid;
	height: 460px;
	width: 530px;
	margin-top:25px;
}

div#map input
{
	border: 1px #ccc solid;
}

div#popup
{
	background:#fff;
	border: none;
	color: #7c7c7c;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	width:225px;
}

div#popup dl dt
{
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

div#popup dl dd
{
	font-size: 11px;
	margin: 0 0 5px 0;
}

div#popup dl dd.directions { margin-top: 10px; }

div#popup dl dd.directions .startaddress
{
	color: #999;
	font-size: 10px;
}