body  {
	font: 100% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #0D3899; /*#0E3349;*/
}
.pageFrame{
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
	font-size : 12px;
}
.pageFrame td {
	font-size : 12px;
}
.pageFrame th {
	font-size : 12px;
	font-weight: bold;
}
ul {
	font-size : 13px;
	list-style : none;
	list-style-image: url(/images/triangle.gif);
	list-style-position:outside;
	margin : 20px;
	margin-top: 0px;
	padding : 0px;
}
li a:link, li a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display : block;
	padding : 0.4em 0em 0.4em 0.5em;
	background-color : #FFFFFF;
	color : #20679B;
	text-decoration : none;
}
li a:hover, {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display : block;
	padding : 0.4em 0em 0.4em 0.5em;
	background-color : #20679B;
	color : #FFFFFF;
	text-decoration:none;
	font-style:italic;
}
/* Shared classes */
.descriptionBoxPurple {
	width : 46%;
	margin : 10px;
	padding : 10px; 
	border-top : 8px solid #B395CE;
	border-bottom : 1px solid #B395CE;
	background-color: #FCFBFA;
}
.descriptionBoxPurple ul {
	font-size: 12px;
}

.descriptionBoxGreen {
	width : 46%;
	/*float:right;*/
	margin : 10px;
	padding : 10px; /*
	margin-top : 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom:10px;*/
	border-top : 8px solid #A0F27E;
	border-bottom : 1px solid #A0F27E;
	background-color: #FCFBFA;
}
.descriptionBoxGreen ul {
	font-size: 12px;
}


/* Main outer frame for the whole page layout */
#outerTable { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size : 12px;
} 
#innerTable {
}


/* The navigation sidebar at the left side of the page */
#navigationBar {
}
#navigation {
	/*position : absolute;
	top : 0;
	left : 0;*/
	background-color : #FFFFFF;
	width:80%
	border : none;
	padding: 0px 0; 
}
#navigation li {
	border-bottom : 1px solid #F2830D;
}
#contactUs {
	width:80%;
	/*position : absolute;
	bottom : 7px;*/
	padding-left : 4px;
	padding-top : 2px;
	padding-bottom : 10px;
	background-color: #FCFBFA;
	font-size : 12px;
	color : #0D3899;
	border-top:0px solid #0D3899;
	border-bottom:1px solid #0D3899;
	margin-bottom:7px;
}
#contactUs h1 {
	font-size : 13px;
}

/* Footer */
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E08D2C;
	text-align: center;
	font-size : 10px;
	color: #FFFFFF;
	height:40px;
} 
#footer a:link, #footer a:visited {
	color : #FFFFFF;
	text-decoration : none;
}


#mainContent {
}
#homeLogo {
	height : 155px;
	padding : 10px;
	border : 0px solid #000000;
	width:100%;
}
.verdana14greybold {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display:inline;
}
.verdana13redbold {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EC1C24;
	text-decoration: none;
	font-weight: bold;
	display:inline;
}
.verdana13bluebolditalic {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #20679B;
	font-style:italic;
	font-weight: bold;
	display:inline;
}
.verdana18bluebold {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #20679B;
	text-decoration: none;
	font-weight: bold;
	display:inline;
}
.verdana16redbold {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EC1C24;
	text-decoration: none;
	font-weight: bold;
	display:inline;
}
#homepageButtonsContainer {
	padding : 0px;
	background-color : #F2830D;
	height : 78px;
	border-bottom: solid 1px #F2830D;
}
.homepageButton {
	width : 188px;
	padding : 2px;
	padding-bottom:0px;
	float : left;
}
#productBannerContainer {
	text-align:left;
	height : 32px;
	padding : 10px;
	padding-left: 0px;
	border : 0px solid #000000;
}
.descriptionContainer {
	width: 100%;
	height : 170px;
	border : 0px solid #000000;
	font-size: 12px;
	color:#0D3899;
	padding:0px;
	margin:0px;
}
/*.descriptionContainer ul {
	list-style : none;
	list-style-image: url(/images/triangle.gif);
	list-style-position:outside;
	margin : 20px;
	padding : 0px;
}*/
.descriptionContainer h1 {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.descriptionContainer h2 {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.sectionHeader {
	height:36px;
	background-color:#E08D2C;
	padding:0px;
	font-size:20px;
	color:#FFFFFF;
}
.sectionHeader td{
	width:100%;
	height : 36px;
	background-color:#E08D2C;
	padding:0;
	font-size:20px;
}
.sectionHeader h1{
	background-color:#E08D2C;
	padding:0;
	font-size:20px;
	display:inline;
}
#sectionHeaderImg {
	/*position:absolute; 
	top:50%; */
	height:28px;
	margin-top:-14px; 
}
#sectionHeaderText {
	/*position:absolute; 
	top:50%; */
	height:26px;
	margin-top:-13px; 
	margin-left: 36px;
	color : #FFFFFF;
	font-weight : bold;
}
/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#badgeImageContainer {
	height : 100px;
	border-bottom : 2px solid #6AA3C6;
}
.pFrame table{
	width : 100%;
	font-size: 12px;
	text-align:center;
	color : #0D3899;
}
.pFrame th {
	padding : 5px;
	background-color:#E08D2C;
	color : #FFFFFF;
	font-size:12px;
}
.pFrame td {
	padding:2px;
	background-color:#F0B16C;
}
.panel td{
	background-color:#FFFFFF;
	color:#0D3899;
	border-left: 0px solid #E08D2C;
	border-right: 0px solid #E08D2C;
}
.pricePanel td{
	padding-top : 10px;
	text-align:left;
	background-color:#FFFFFF;
}

.pricePanel ul {
	background-color:#FFFFFF;
	text-align:left;
	font-size : 12px;
	/*list-style : none;
	list-style-image: url(/images/triangle.gif);
	list-style-position:outside;
	margin-left : 20px;
	padding : 0px;*/
}
.row {
  	/*clear: both;*/
  	padding-top: 7px;
}
.label {
  	text-align: right;
	vertical-align:top;
}
.formw {
  	text-align: left;
	margin-left:10px;
	/*border:solid 0px #000000*/
} 
.formContainer {
	background-color: #FCFBFA;
	border-bottom:1px solid #0D3899;
	border-top:1px solid #0D3899;
	margin-top: 7px;
	margin-bottom : 7px;
}
#formPurple {
	border-top : 8px solid #B395CE;
	border-bottom : 1px solid #B395CE;
}
#formGreen {
	border-top : 8px solid #A0F27E;
	border-bottom : 1px solid #A0F27E;
}
.formTable {
	width:100%;
	background-color: #FCFBFA;
}
.formTable td {
	padding:10px;
}
.formTable th {
	padding:0px 10px 10px 10px;
	font-size:14px;
}
.fixingsTable {
	width : 100%;
	border:1px solid #6AA3C6;
}
.fixingsTable th {
	padding:10px;
	background-color:#6AA3C6;
	text-align:center;
}
.fixingsTable td {
	background-color:#FFFFFF;
	text-align:center;
	padding:10px;
}
.calculator {
	width:100%;
	background-color:#FCFBFA;
	border-bottom:1px solid #0D3899;
	border-top:1px solid #0D3899;
}
.calculator th{
	padding : 10px;
	text-align:center;
	font-size : 14px;
}
.calculator td{
	padding : 10px;
	text-align:left;
}



