/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

html, body
{	
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
}

form { margin: 0px 0px; padding: 0px 0px;}

h1,h2,h3,h4,h5,h6 {
	padding:0px 0px;
	margin: 0px 0px;
}           

h1{font-size:160%;}
h2{font-size:150%;} 
h3{font-size:140%;} 
h4{font-size:130%;}
h5{font-size:120%;}
h6{font-size:110%;} 

/* Product Styles */
.products {
	padding: 15px 15px 0px 15px;
}

.productsTitleText {
	font-family: "TrebuchetMS";
	color: #4F81BD;
	font-size: 14px; 
}

.productsMainText {
	padding: 0px 30px 10px 5px;;
	font-family: "TrebuchetMS";
	color: #77787B;
	font-size: 14px; 
	}


/* Background Images */
.productBG { background-image: url(images/productNavBG.jpg); background-repeat: no-repeat; }
.bottom { background-image: url(images/bottom.jpg); background-repeat: no-repeat; }
.subMain { background-image: url(images/subMain.jpg); background-repeat: no-repeat; }
.picBG { background-image: url(images/picBG.jpg); background-repeat: no-repeat; background-position:center; }


/* Text Styles */
.titleText
{
	font-family: "Trebuchet MS";
	font-size: 31px;
	color: #569FD3;
	font-weight: normal;
}

.mainText
{
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 15px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #77787B;
	font-weight: normal;
}

.mainText3
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #77787B;
	font-weight: normal;
}

.mainTextNav
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #77787B;
	font-weight: normal;
}


/* Navigation Styles */
.mainNav
{
	background-image: url(images/navBG.jpg); background-repeat: repeat-x;
	border-right: 1px solid #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.mainNavText
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.mainNavText2
{
	padding-left: 10px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}


.CopyrightNotice
{
	font-family: Arial; 
	font-size: 9px;
	color: #FFFFFF;
	padding: 1px 5px 1px 5px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}