/* font pixel size equivalents 

	2.12em = 24px
	1.82em = 20px
	1.64em = 18px
	1.46em = 16px
	1.36em = 15px
	1.27em = 14px
	1.18em = 13px
	1.09em = 12px
	1em = 11px
	.91em = 10px
	.82em = 9px;
*/

body {
	background: #FFFFFF none;
	margin: 0px 0px 16px 0px;
	font-size: 69%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #212121;
}

div, img {
	position: relative; 
	display: block;
}

form, select, input {
	margin: 0px;
	padding: 0px;
}

/* ========== HEADER ELEMENTS ========== */

div#header {
	width: 980px; height: 57px;
	padding-top: 13px;
}

img#logo {
	margin: 0px 0px 0px 19px;
}


/* ^^^^^^^^^^ /HEADER ELEMENTS ^^^^^^^^^^ */

/* ===== styles for 2-row layout - no secondary leftnav ==== */
table#mainTableLPColumn2 td#mainBody {
	width: 537px;
	border-top: 4px solid #FFFFFF;
}


/* ===== styles for 1-row layout - no secondary leftnav or right column ==== */
table#mainTableLP td#mainBody {
	width: 781px;
	border-right: 1px solid #FFFFFF;
}


/* ===== styles for Right-column ==== */


td#rightColumn {
	background: #ddd7b9 url(/Commercial/Images/ProductsPromotion/images/lp/contact_bottom.gif) bottom left no-repeat;
	width: 240px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-size: 1em;
	border-top: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
}

table#rightFeatureItem td {
	background: #EEF2EE url(/Commercial/Images/ProductsPromotion/images/body/body_bottom.gif) bottom left no-repeat; 
	width: 240px;
	padding: 18px 0px 60px 0px;
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-size: 1em;
	border-top: 2px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
}

td#rightFeatureItem h2 {
	font-size: 1.09em;
	font-weight: normal;
	color: #2E621B;
	margin-top: 0px; 
	margin-bottom: 6px;
}

ul, li {
	margin: 0px;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
}

td#rightFeatureItem ul.arrowLP li {
	padding: 0px 0px 3px 10px;
	list-style: none;
	background: transparent url(/Commercial/Images/ProductsPromotion/images/lp/link_arrow_rnav.gif) 0 3px no-repeat;
}

td#rightFeatureItem a {
	color: #212121;
	text-decoration: none;
}

td#rightFeatureItem a:hover {
	text-decoration: underline;
}

td#rightFeatureItem a.itemLink {
	color: #2E621B;
	text-decoration: none;
}

td#rightFeatureItem a.itemLink:hover {
	text-decoration: underline;
}

/* ===== body column elements ===== */
td#mainBody {
	width: 442px;
	background: #EEF2EE url(/Commercial/Images/ProductsPromotion/images/body/body_bottom.gif) left bottom no-repeat;
	padding: 20px 0px 50px 0px;
	vertical-align: top;
}

td#mainLPBody {
	width: 442px;
	background: #EEF2EE url(/Commercial/Images/ProductsPromotion/images/body/body_bottom.gif) left bottom no-repeat;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	vertical-align: top;
}

.normal, img.normal, form.normal {
	margin-right: 14px; 
	margin-left: 14px;
}

.noflash {
	margin-right: 7px; 
	margin-left: 7px;
}

/* ^^^^^ /body column elements ^^^^^ */

/* ========== MAIN TABLE ELEMENTS ========== */

td#mainA, td#mainB, td.mainGutter, td#mainBody, td#mainRight {
	text-align: left;
	vertical-align: top;
}

td.mainGutter {
	width: 4px;
}

/* ===== body column text ===== */

td#mainBody h1#style{
	font-size: 1.82em;
	font-weight: normal;
	color: #2E621B;
	margin-top: 0px; 
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #2E621B;
}

td#mainBody h2#paraHeading {
	font-size: 1.36em;
	font-weight: normal;
	color: #2E621B;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border: none;
}

td#mainBody p.header {
	font-weight: bold;
	margin-bottom: 5px;
}

td#mainBody p {

	font-size: 1em;
	margin-top: 0px; margin-bottom: 20px;
	padding: 0px;
}

td#mainBody p a {
	color: #335599;
	text-decoration: none;
}

td#mainBody p a:visited {
	color: #60589B;
}

td#mainBody p a:hover {
	text-decoration: underline;
}

/* ^^^^^ /body column text ^^^^^ */

/* ========== FOOTER ELEMENTS ========== */
div#footer {
	margin: 16px 0px 0px 200px;
	width: 442px;
	text-align: center;
}

div#footer span.linksDivider {
	margin: 0px 7px;
}
/* ^^^^^^^^^^ /FOOTER ELEMENTS ^^^^^^^^^^ */
/* ========== FOOTER TEXT ========== */
div#footer {
	font-size: .91em;
	color: #212121;
}

div#footer a {
	color: #5A441D;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}
/* ^^^^^^^^^^ /FOOTER TEXT ^^^^^^^^^^ */
