html {
	height: 100%; /* Force Mozilla Browsers to show Vertical scroll bar*/
}


body {
	margin: 0;
	padding: 0;
/* 	text-align: center;*/
  	font: 12px Arial, Geneva, Helvetica, sans-serif; 
	color: #000;
	min-height: 101%; /* Force Mozilla Browsers to show Vertical scroll bar*/
	background: #ddd;
}

h1 {
  font: Bold 18px Verdana, Geneva, Helvetica, sans-serif;
  color: #000;
}

h2 {
	font: Bold 24px Verdana, Geneva, Helvetica, sans-serif;
	text-align:center;
	color: #E11D29;
	filter: Shadow(Color=#666666, strength:3, Direction=135);
	width:470px;
}


    
#maincontainer {
	margin: 0 auto;
	width:763px;
	margin-top:0px;
} 

a img {
	border: none;
}


#header {
	height: 191px;
	width:763px;
	background-image: url(/assets/header.jpg);
	background-color: #FFF;
/*	border-bottom:6px solid #2C84BE;*/
	border-bottom:6px solid #E11D29;
}

#contentcontainer { /* FAUX START */
 	background: url(/assets/2col-faux.jpg);
	background-color:white;
 	padding-bottom: 26px;
 	overflow: auto;
 	width: 100%;
}

#leftcontent {
	float:left;
	width:570px;
	margin: 26px 20px 20px 20px;
	min-height: 340px;
}

#leftcontent li{
	margin-bottom:15px;
}

#rightcontent {
	float:right;
	width:150px;
	margin: 26px 0 0 0px;
}

h1 {
	font: Bold 18px Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 26px;
}

#footer {
	height: 26px;
	width: 763px;
	clear:both;
	margin:0;
/*	border-top:6px solid #2C84BE;*/
 	background: url(/assets/bg.jpg);
	background-color:white;
  	font: 11px Arial, Geneva, Helvetica, sans-serif;
	color: #2C84BE;
	border-top:6px solid #E11D29;
}

#leftfooter {
	float: left;
	margin-left: 20px;
	margin-top: 6px;
}


#rightfooter {
	float: right;
	margin-right: 20px;
	margin-top: 6px;
}

a:link ,a:visited, a:active {
	color: #2C84BE;
	font: bold 11px Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;  
}


a:hover {
	color: #E11D29;
	text-decoration: underline;
}


#rightfooter a:link, #rightfooter a:visited, #rightfooter a:active {
	color: #0C2080;
	font: bold 11px Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;  
}


#rightfooter a:hover {
	color: #0C2080;
	text-decoration: underline;
}

.leftmarimg {
	margin: 0px 0px 10px 15px;
	border: 1px solid #2C84BE;
}

.centerit {
	text-align: center;
}

.hghlght {
	font: bold 16px Arial, Geneva, Helvetica, sans-serif;
	color: #2C84BE;
}

form p {
clear:left;
margin:0px;
margin-bottom:7px;
}

form p label {
float:left;
	width:30%;
padding-left:30px;

}

.labeltop {
	vertical-align: top;
}

.padpc {
width:80%;
}

textarea {
	width: 217px;
}

select {
	width: 221px;
	#width: 223px;
}

#leftcontent .inputwidth {
	width: 217px;
}

.padright {
padding-left:30px;

}

.clqty {
	width: 20px;
}

.remborder {
width:150px;
border: 0px;
}

.ordertotal {
border: 0px;
font-weight: bold;
color: red;
}

#leftcontent table {
margin: 26px 0px 26px 0px;
padding-left:30px;

}

.butpad {
padding: 26px 0px;
}

/*
------------------- START NAV -------------------
*/

#navcontainer {
	width: 125px;
	margin-left:12px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font: Bold 12px Arial, Helvetica, sans-serif;
}

#navcontainer li {
	border: 1px solid #2C84BE;
	margin-bottom:6px;
}

#navcontainer a {
	display: block;
	width: 120px;
	padding:1px 0px 1px 5px;
}

#navlist a:visited, #navlist a:active, #navcontainer a:link {
	color: #2C84BE;
	text-decoration: none;
	border-left: 7px solid #F2F7FD;
}

#navcontainer a:hover {
	text-decoration: none;
	border-left: 7px solid #2C84BE;
}

/*
------------------- END NAV -------------------
*/

