body {
	color: #000033;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	text-align: left;
	}

h1 {
font-size: 24px;
color: #000099;
text-weight: bold;
text-align: center;
margin: 0 0 .25em 0; }

h2 {
font-size: 18px;
color: #000099;
text-weight: bold;
margin: 0 0 .25em 0; }

h3 {
font-size: 14px;
text-weight: bold;
margin: 0; }

p, td {
	font-size: 12px;
}

p { 
	margin: 0 0 1em 0;
	text-align: left;
	}
	
	
ul.list1 li{
	margin: 0 0 10px 0;
	font-size: 80%;
	text-align: left;
	}
	
ul.list2 li{
	margin: 0 0 10px 0;
	}
	
ol li {
	margin: 0 0 10px 0;
	font-size: 80%;
	}
	
.breadcrumb {
	font-size: 9px;
	margin: 5px 0px 10px 0px;
	}
	
.floatleft {
	float: left;
	padding: 0px 10px 10px 0px;
	}
	
a:link {
color: #000099; } 

a:visited {
color: #000066; }

a:hover {
color: #0066ff; }

a:active {
color: #0066ff; }



	
#pullmenu {	
	border: 0px rgb(0,0,0) solid;
	position: fixed;
	top: 0px;
	margin: 0px;
	width: 150px;
	height: auto;;
	padding: 2px;
	}

	
#content {	
	position: relative;
	margin: 0px 10px 10px 160px;
	min-width: 600px;
	max-width: 1000px;
	padding: 2px;
	}


	
#dropsavvy, 
#dropsavvy ul
{
        border-bottom-width: 0;
        background-color: #006;
        color: #000;
        margin: 0px;
        padding: 0;
        list-style: none;
        width: 130px;
}
#dropsavvy
{
        font-family: arial, helvetica, sans-serif;
        font-size: 10px;
}
#dropsavvy li
{
        cursor: pointer;
        border-left: solid 1px #336;
        border-right: solid 1px #003;
        border-top: solid 1px #336;
        border-bottom: solid 1px #003;
        padding: 3px 5px;
        margin: 2px;
        position: relative;
}
#dropsavvy li ul
{
        position: absolute;
        display: none;
        margin: 0 0 0 65%;
}
#dropsavvy li:hover, 
#dropsavvy li.sfhover
{
        background-color: #009;
        z-index: 1;
}
#dropsavvy li:hover > ul
{
        display: list-item;
        margin-top: -0.5em;
}
#dropsavvy li.sfhover ul ul, 
#dropsavvy li.sfhover ul ul ul
{ 
        display: none;
}
#dropsavvy li.sfhover ul, 
#dropsavvy li li.sfhover ul, 
#dropsavvy li li li.sfhover ul
{
        left: 65%;      /* IE/Win 5.0 Only */
        left/**/: 0;
        display: list-item;
        margin-top: -0.5em;
}
#dropsavvy li a
{
        display: block;
        width: auto;
        text-decoration: none;
	font-weight: bold;
	color: #fff;
}
* html #dropsavvy li a
{
        height: 0.01%;
}

#header {
	text-align: center;
	}
	
#header img {
	border: 0px;
	}

.bottomlinks {
border-bottom: 1px single #003;
border-right: 1px single #003;
border-top: 1px single #336;
border-left: 1px single #336;
padding: 3px 5px;
background-color: #006;
margin-left: auto;
margin-right: auto;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 10px;
}

.bottomlinks a:link {
color: #ccc; } 

.bottomlinks a:visited {
color: #cccc66; }

.bottomlinks a:hover {
color: #ccccff; }

.bottomlinks a:active {
color: #ccccff; }

.caption {
	font-size: 9px;
	text-align: center;
	margin: 5px 0 0 0;
	}

.caption a {
	font-size: 10px;
	font-weight: bold;
	}

.product {
	margin: 5px 20px;
	border: 1px solid #060063;
	width: 100%;
	min-height: 90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	}
	
.product img {
	position: absolute;
	top: 5px;
	left: 5px;
	}

	
.product h3 {
	font-size: 16px;
	margin: 5px 10px 5px 110px;
	}
.product p {
	margin: 5px 10px 5px 110px;
	}	
table.selector td {
	font-size: 9px;
	}
	
.search {
	width: 90%;
	text-align: center;
	color: white;
	font-size: 9px;
	}

.stripe {
	background-color: #ddeeff;
	}
.tabletop {
	color: #ffffff;
	background-color: #000066;
	font-weight: bold;
	}

.redstripe {
	background-color: #ffeedd;
	}
.redtabletop {
	color: #ffffff;
	background-color: #660000;
	font-weight: bold;
	}




