* {
padding: 0;
margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	color: #000;
	line-height: normal;
}

/* -------------------- HEADER -------------------- */

#logo {
   padding-top: 5px;
   width: 860px;
   padding-left: 18px;
}

/* -------------------- Nav -------------------- */

.button_left {
   margin-right: 2px;
   background-image:url(images/button_left.gif);
   background-repeat: no-repeat;
   width: 134px; 
   height: 34px;
   display: block;
   float: left;
}

.button_left a {
   font-size: 13px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #FFFFFF;   
}

.button_left a:hover {
   font-size: 13px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #CCCCCC;  
}

.button_left p {
   text-align: center;
   padding-top: 8px;
}

.button_left_on {
   margin-right: 2px;
   background-image:url(images/button_left_on.gif);
   background-repeat: no-repeat;
   width: 134px; 
   height: 34px;
   display: block;
   float: left;
}

.button_left_on a {
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #FFFFFF;   
}

.button_left_on a:hover {
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #CCCCCC;  
}

.button_left_on p {
   text-align: center;
   padding-top: 8px;
}

.button_middle {
   margin-right: 2px;
   background-image:url(images/button_middle.gif);
   background-repeat: no-repeat;
   width: 134px; 
   height: 34px;
   display: block;
   float: left;
}

.button_middle a {
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #FFFFFF;   
}

.button_middle a:hover {
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #CCCCCC;  
}

.button_middle p {
   text-align: center;
   padding-top: 8px;
}

.button_middle_on {
   margin-right: 2px;
   background-image:url(images/button_middle_on.gif);
   background-repeat: no-repeat;
   width: 134px; 
   height: 34px;
   display: block;
   float: left;
}

.button_middle_on a {
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #FFFFFF;   
}

.button_middle_on a:hover {
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #CCCCCC;  
}

.button_middle_on p {
   text-align: center;
   padding-top: 8px;
}

.button_right {
   background-image:url(images/button_right.gif);
   background-repeat: no-repeat;
   width: 134px; 
   height: 34px;
   display: block;
   float: left;
}

.button_right a {
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #FFFFFF;   
}

.button_right a:hover {
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #CCCCCC;  
}

.button_right p {
   text-align: center;
   padding-top: 8px;
}

.button_right_on {
   background-image:url(images/button_right_on.gif);
   background-repeat: no-repeat;
   width: 134px; 
   height: 34px;
   display: block;
   float: left;
}

.button_right_on a {
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #FFFFFF;   
}

.button_right_on a:hover {
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #CCCCCC;  
}

.button_right_on p {
   text-align: center;
   padding-top: 8px;
}

/* -------------------- Content -------------------- */

#contentContainer {
   margin-top: 12px;
   width: 425px;
   float: left;
   font-size: 16px;
   color: #363363;
}

#contentContainer p {
	margin-left: 18px;
	margin-right: 18px;
	padding-bottom: 10px;
	color: #000;
}

#contentContainer li {
   margin-left: 46px;
   padding-top: 5px;
   color: #1b8e82;
   font-weight: bold;
}

.contentHeading {
	font-size: 16px;
	color: #1b8e82;
	font-weight: bold;
}

#topsalesPoints {
	width: 401px;
	height: 210px;
	margin-bottom: 12px;
	background-image: url(images/sales_points.png);
	background-repeat: no-repeat;
	margin-left: 18px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	visibility: visible;
	overflow: visible;
}

#tspOne {
	padding-top: 18px;
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 170px;
	color: #000;
}

#tspTwo {
	font-size: 16px;
	font-weight: bold;
	margin-left: 170px;
	color: #006;
}

.contentborderTop {
   background-image: url(images/content_border_top.gif);
   background-repeat: no-repeat;
   width: 401px;
   height: 5px;
   margin-left: 18px;
   font-size: 0px;
}

.contentborder {
   background-image: url(images/content_border.gif);
   background-repeat: repeat-y;
   margin-left: 18px;
}

.contentborderBottom {
   background-image: url(images/content_border_bottom.gif);
   background-repeat: no-repeat;
   width: 401px;
   height: 5px;
   margin-left: 18px
}

/* -------------------- Form -------------------- */

#formContainer {
	margin-top: 12px;
	width: 435px;
	float: right;
}

#formContainer li {
   margin-left: 36px;
   margin-right: 18px;
   padding-top: 10px;
   color: #1b8e82;
   font-weight: bold;
}

#formborderTop {
   background-image: url(images/form_border_top.gif);
   background-repeat: no-repeat;
   width: 401px;
   height: 5px;
   margin-left: 6px;
   font-size: 0px;
}

#formborder {
   background-image: url(images/form_border.gif);
   background-repeat: repeat-y;
   margin-left: 6px;
}

#formborderBottom {
   background-image: url(images/form_border_bottom.gif);
   background-repeat: no-repeat;
   width: 401px;
   height: 5px;
   margin-left: 6px;
}

#mainformHeading {
	font-size: 20px;
	font-weight: bold;
	color: #363636;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.formHeading {
   width: 365px;
   margin-left: 13px;
   margin-bottom: 10px;
   padding-bottom: 5px;
   border-bottom: #89d9d0 solid 1px;
   color: #1b8e82;
   font-weight: bold;
   font-size: 18px;
}

.fieldHeading {
   font-size: 14px;
   color: #363636;
   margin-left: 13px;
   width: 128px;
   float: left;
   margin-bottom: 10px;
}

.formField {
   width: 255px;
   float: left;
   margin-bottom: 9px; 
}

#submitButton {
   text-align: right;
   margin-right: 36px;
   margin-left: 18px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-bottom: #89d9d0 solid 1px;
}
.buttonclass{
	background-image:url(images/quote_button.gif);
	margin-right: 36px;
	width:160px;
	height:60px;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border:0;
	background-color: #FFF;
	background-repeat: no-repeat;
	float: right;
}

.formFooter {
   font-size: 11px;
   color: #363636;
   margin-right: 18px;
   margin-left: 10px;
   padding-top: 10px;
}

.formFooter a {
   font-size: 11px;
   color: #1b8e82;
   text-decoration: none;
}

.tyHeading {
   margin-left: 18px;
   padding-bottom: 10px;
   color: #1b8e82;
   font-weight: bold;
   font-size: 18px;
}

/* -------------------- Footer -------------------- */

#footerNav {
   background-image: url(images/bottom_nav.gif);
   background-repeat: no-repeat;
   margin-left: 18px;
   margin-right: 18px;
   margin-top: 17px;
   margin-bottom: 17px;
   width: 814px;
   height: 34px;
}

#bottomNav {
   width: 407px;
   height: 34px;
   float: left;
   font-size: 14px;
   margin-top: 9px;
}

#bottomNav a {
   color: #FFFFFF;
   text-decoration: none;
}

#bottomNav a:hover {
   color: #CCCCCC;
}

#copyright {
   width: 407px;
   height: 34px;
   float: left;
   color: #FFFFFF;
   font-size: 14px;
}

#copyright p {
   text-align: right;
   margin-right: 18px;
   padding-top: 9px;
}

#footerDisclaimer {
   font-size: 11px;
   color: #7f7f7f;
   margin-left: 18px;
   margin-right: 18px;
}

#footerDisclaimer p {
   padding-bottom: 5px;
}
#contentContainer .contentborder p img {
	font-style: italic;
}
extra text {
	font-style: italic;
}
#contentContainer .contentborder p {

}
.textadd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: italic;
	text-align: left;
	white-space: normal;
	left: 8px;
}
.namebold {
	font-size: small;
	font-weight: bold;
}
