/* ***********************************************************************
 * Resets
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

DIV.reset {
    clear: both;
    font-size: 0;
}


/* ***********************************************************************
 * Formatting and appearance
 * *********************************************************************** */

BODY {
    background-color: #2F3126;
/*    overflow: -moz-scrollbars-vertical; */
}

BODY, TABLE TR TD, TABLE TR TH {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #41443A;
}

TABLE, IMG {
    border: 0;
}

H2 {
	font-size: 17px;
	font-weight: bold;
	color: #92BA09;
}

H3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #92BA09;
}

H4 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

A:link, A:visited, A:active {
    color: #92BA09;
    text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

TABLE TR TH {
    font-weight: bold;
    color: #92BA09;
}

.retailBrand,
.highlight {
	color: #92BA09;
}

.retailBrand {
	font-weight: bold;
}

.retailBrand A {
	text-decoration: underline;
}

.finePrint {
	font-size: 9px;
	font-style: italic;
}

.required {
	color: #BA096D;
}

DIV#columnWrapper {
	background-image: url("/images/background-columns-354-353.gif");
	background-repeat: repeat-y;
}

P#credits,
P#credits A {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 10px;
	color: #686962;
	text-decoration: none;
}

P#credits A:hover {
	color: #AAAAAA;
	text-decoration: none !important;
}


/* ***********************************************************************
 * Layout
 * *********************************************************************** */

BODY {
	margin-top: 25px;
}

P, UL, OL {
    margin-bottom: 16px;
}

P {
	line-height: 16px;
}

H2 {
	margin-bottom: 24px;
}

UL LI {
    margin-left: 1.5em;
}

TABLE {
    border-collapse: collapse;
}

TABLE TR TD,
TABLE TR TH {
    text-align: left;
    vertical-align: top;
}

DIV#bodyWrapper {
    width: 799px;
    margin-left: auto;
    margin-right: auto;
}

DIV#nav {
	/* avoid gap below nav links in IE6 */
	font-size: 0;
}

DIV#nav UL {
	text-align: right;
	margin-bottom: 0 !important;
	height: 32px !important;
	line-height: 0;
}

DIV#nav UL LI {
	display: inline;
	margin-left: 3px;
	list-style-type: none;
}

DIV#logoWrapper,
DIV#contentWrapper {
	float: left;
}

DIV#logoWrapper {
	text-align: right;
}

DIV#logoWrapper IMG {
	margin-bottom: 3px;
}

DIV#columnWrapper {
	min-height: 177px;
}

DIV#leftCol {
	width: 354px;
	padding-bottom: 24px;
}

DIV#leftCol H2,
DIV#leftCol P {
	margin-left: 35px;
	margin-right: 35px;
}

DIV#leftCol P.heading {
	margin: 0;
	padding-bottom: 16px;
}

DIV#leftCol P {
	line-height: 14px;
}

DIV#rightCol {
	width: 353px;
	padding-top: 24px;
	padding-bottom: 24px;
}

DIV#rightCol H2,
DIV#rightCol H3,
DIV#rightCol H4,
DIV#rightCol P {
	margin-left: 18px;
	margin-right: 32px;
	line-height: 16px;
}

P.productLogo {
	padding-bottom: 16px;
	border-bottom: 1px dotted #C9CAC9;
}

P.productLogoLast {
	border-bottom: 0 !important;
}

TABLE {
	margin-left: 18px;
	width: 335px; /* 353 - 18 */
}

TABLE#services {
	margin-left: 24px;
	width: 329px; /* 353 - 24 */
}

TABLE#services TR TD {
	line-height: 14px;
	padding-right: 10px;
	vertical-align: bottom;
}

TABLE#retail TR TD {
	padding-bottom: 12px;
	line-height: 16px;
}

TABLE#retail TR TD {
	padding-right: 20px;
}

TABLE#retail TR TD P {
	margin: 0 !important;
}

P#credits {
	margin-top: 9px;
	margin-left: 7px;
	margin-bottom: 9px;
}

P#credits .separator {
	margin-left: 5px;
	margin-right: 5px;
}
