@charset "utf-8";
body  {
	background-color: #FFFFFF;
	/*background: url(images/homepage02.jpg) repeat-x left top;*/

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p, blockquote, ul, ol, dl, td {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 16px;
}

.MainBody p, .MainBody td, .MainBody li, blockquote {font-size:12px; line-height:16px;}
.advicedisclaim p {font-size:12px; line-height:14px; color:#003366}

h1 {
	/*color:#DB883B;
	font-family:"Times New Roman", Times, serif;*/
	color: #804000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px; 
	line-height:30px;
	margin-bottom:5px; margin-top:5px; }
	
h2 {
	color:#0671A5;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
}
	
#products h2{font-size:22px;}
	
h3 {
	color:#BC6135;
	font-size:16px;
	margin-bottom:15px;
	margin-top:5px;}

a {color:#003366}
a:visited {color:#0050A0}
a:hover {color:#BC6135}
li{margin-bottom:5px;}

.straplineH1 {color:#003366; font-size:30px; margin-bottom:5px; margin-top:0px; letter-spacing:1px;}
.straplineH2 {color:#BC6135; font-size:28px; margin-top:0px; font-style:italic; text-align:center; line-height:26px; margin-bottom:0px;}

#container { 
	width: 880px; /*  using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#topmenu {padding-top:5px;
		}

#topmenu a, #topmenu a:visited  {
	padding:10px; 
	font-size:14px;
	color:#003366;
	margin: 0px 5px 0px 5px;
	font-weight:bold;
}


a img {border:none}


.imgL {
	float: left;
	margin: 3px 15px 0px 0px;
}

.imgR {
	float: right;
	margin: 3px 0px 0px 15px;
}

.linkButton {
	display: block;
	height: 20px;
	padding: 3px 0px 0px 20px;
	background: url(images/bluebutton.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}

.linkButton:hover, .linkButton:visited {	color:#FFFFFF;}

.footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
color:#FFFFFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* side menu */
.MenuText1 {
	margin: 0px 0px 10px 0px;
	padding-top:7px;
	height:40px;
	width:165px;
	text-align:center;
	font-size: 16px;
	line-height:20px;
	font-weight:bold;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(images/Header-bg.gif) no-repeat;
}



.MenuList1 {
	margin: 0px 0px 0px 18px;
	padding: 0px;
	list-style-type:square;
	font-size: 12px;

}

/*.MenuList1 li {padding-bottom:5px;}*/

.MenuList1 a {
	display: block;
	background-color:#D1D6E5;
	text-decoration: none;
	color: #003366;
	font-weight:bold;
}

.MenuList1 a:hover, #topmenu a:hover {
	color:white;
	background-color: #C55A40;
}


.pricetext
{font-weight:bold; border:none; width:95%; text-align:left; }

.pricetext td {padding:0px;}

.prodlist
{font-weight:bold; border:none; width:95%; text-align:center; }
.prodlist td {padding:5px;}

.prodmenu td { text-align:center;
	padding:0;
	padding-bottom:5px;
	font-size: 14px;
	border:solid 6px #D1D6E5; }
	
.popup
{
    text-decoration: underline;
    cursor: hand;}
	
.prodlink {font-weight:bold}