﻿body
{
	font-family: Trebuchet MS;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

td
{
	font-family: Trebuchet MS;
	font-size: 100%;
}

.sitecontainer
{
	background-image: url(../Images/bkgd_Top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;    
}

.sitewrapper
{
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

.menu
{
	margin: 0px 0px 0px 20px;
}

.menu ul
{
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menu li
{
    list-style: none;
    float: left;
	padding: 0px 21px 0px 5px;
}

.menu li a
{
	font-family: Trebuchet MS;
	font-size: 110%;
	color: #15659D;
	text-decoration: none;
}

.menu li a:hover
{
	text-decoration: underline;
}

.pagetitle
{
	color: White;
    width: 100%;
    background-image: url(../Images/bkgd_Title.jpg);
    background-repeat: repeat-y;
    margin: 0px 0px 1px 0px;
    padding: 0px;
	font-family: Trebuchet MS;
	font-size: 175%;
	margin: 0px;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
}

.contentpanel
{
    float: left;
    width: 550px;
    border-right: solid 1px #69696B;
    margin: 0px;
}

.contentpanel h1
{
	font-size: 140%;
	margin: 15px 0px 5px 0px;
}

.contentpanel p
{
	margin: 5px 0px 10px 0px;
	text-indent: 15px;
	padding: 0px;
}

.contenttext
{
    background-image: url(../Images/bkgd_Content.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #F1F1F1;
    margin: 1px 1px 0px 0px;
    font-size: 115%;
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #999;
}

.rightpanel
{
    float: left;
    width: 190px;
	font-size: 100%;
	color: #888888;
    margin: 0px;
    background-color: #FFF;
}

.rightpanel h1
{
    font-weight: bold;
	font-size: 115%;
	color: #444444;
	margin: 5px 0px 5px 0px;
}

.rightpanel p
{
	margin: 5px 0px 10px 0px;
}

.hideprint
{
    margin: 1px 0px 1px 0px;
}

.margin5
{
    margin: 5px;
}
.margin10
{
    margin: 10px;
}

.divide
{
    margin: 5px 5px 15px 5px;
    border-top: dashed 1px #cccccc;
}

.bottomnav
{
    margin: 0px 0px 20px 0px;
}

.bottomnav ul
{
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.bottomnav li
{
    list-style: none;
    float: left;
	padding: 0px 10px 0px 5px;
}

.bottomnav li a
{
	font-family: Trebuchet MS;
    color: #999999;
	font-size: 90%;
	text-decoration: none;
}

.bottomnav li a:hover
{
	text-decoration: underline;
}

.contactslider
{
    width: 100%;
    text-align: center;
    font-size: 110%;
    background-image: url(../Images/bkgd_Contact.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFFFFF;
    height: 120px;
    color: Black;
}

.contactslider h1
{
    font-size: 125%;
    font-weight: bold;
    color: Black;
    margin: 5px 0px 5px 0px;
}

.contactslider p
{
    margin: 5px 0px 5px 0px;
}

.contactbox
{
    float: left;
    width: 249px;
    height: 120px;
    border-left: dashed 1px #999999;
}

.input
{
	font-family: Trebuchet MS;
    font-size: 100%;
}

.quote
{
    background: #D7CD99 url(../Images/bkgd_Quote.jpg) repeat-x top;
    font-size: 80%;
    border: solid 1px #FFF;
    padding: 10px;
    margin-bottom: 15px;
}
.smallfont
{
    font-size: 80%;
}
.smallfont input
{
    font-size: 80%;
}





a
{
	color: #15659D;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#productaccordion .accordion_toggle
{
    background: #D7CD99 url(../Images/bkgd_Quote.jpg) repeat-x top;
    border: solid 1px #999;
    font-size: 80%;
    padding: 5px;
    cursor: pointer;
    margin: 0 0 1px 0;
}
#productaccordion .accordion_toggle_active
{
    background: #D7CD99 url(../Images/bkgd_Quote.jpg) repeat-x top;
    border: solid 1px #999;
    font-size: 90%;
    padding: 5px;
    cursor: pointer;
    margin: 0;
}
#productaccordion .accordion_content
{
    font-size: 80%;
    overflow: hidden;
}

.grid
{
    width: 100%; 
    margin: 5px;
}
.head
{
    background-color: #333; 
    color: White;
    font-weight: normal;
    font-size: 80%;
    text-indent: 5px;
}
.row1
{
    background-color: #EEE;
}
.row2
{
    background-color: #FFF;  
}

.inventoryimage img
{
    border: solid 1px #000000;
}

.inventory
{
    list-style: none;
    margin: 0 0 0 10px;
}

.inventory .title
{
    font-weight: bold;
    font-size: 145%;
}

.inventory .desc
{
    font-style: italic;
    font-size: 80%;
}

.inventory .price
{
    font-style: italic;
    color: #006600;
    font-size: 150%;
}

a img
{
    border: none;
}
