body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: center;
	background-color: #330000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#products-landing-box {
	text-align: center;
	float: left;
	width: 329px;
	padding-top: 30px;
	padding-right: 10px;
}
#products-landing-box  p {
	padding-top: 17px;
	padding-right: 25px;
	padding-left: 25px;
}
#breadcrumb-box {
	height: 60px;
	width: 679px;
	padding-top: 14px;
}
#breadcrumb-box p {
	margin: 0px;
	padding: 0px;
}
#breadcrumb {
	height: 22px;
	width: 679px;
	background-image: url(/images/breadcrumb-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#breadcrumb  ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#breadcrumb ul li {
	float: left;
}
#breadcrumb ul li a {
	text-decoration: none;
	height: 17px;
	font-size: 10px;
	color: #5c5c5c;
	padding-right: 5px;
	padding-left: 25px;
	background-color: #E8E8E8;
	display: block;
	padding-top: 5px;
	background-image: url(/images/breadcrumb.gif);
	background-repeat: no-repeat;
}
#breadcrumb ul li a.first {
	text-decoration: none;
	height: 17px;
	font-size: 10px;
	color: #5c5c5c;
	padding-right: 5px;
	padding-left: 10px;
	background-image: none;
}
#right-buttons {
	width: 224px;
	padding-top: 8px;
}
#right-buttons img {
	padding-top: 1px;
}
#right-nav-box {
	width: 222px;
	padding-bottom: 7px;
}
#right-nav {
	width: 222px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-left-color: #d6d6d6;
}
#right-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#right-nav ul li {
}
#right-nav ul li a {
	height: 26px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	background-image: url(/images/right-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 30px;
}
#right-nav ul li a.selected {
	background-image: url(/images/right-nav-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#right-nav ul li a:hover {
	background-image: url(/images/right-nav-o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#right-nav ul li a:hover.selected {
	background-image: url(/images/right-nav-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sub-nav ul li a {
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(/images/subnav-arrow.gif);
	padding-left: 30px;
	background-color: #f9f8f8;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: 10px;
}
#sub-nav ul li a:hover {
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	color: #C40000;
	text-decoration: none;
	background-image: url(/images/subnav-arrow-o.gif);
	padding-left: 30px;
	background-color: #f9f8f8;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: 10px;
}
#sub-nav ul li a.selected {
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	color: #C40000;
	text-decoration: none;
	background-image: url(/images/subnav-arrow-o.gif);
	padding-left: 30px;
	background-color: #f9f8f8;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: 10px;
}
#sub-nav ul li a:hover.selected {
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	color: #C40000;
	text-decoration: none;
	background-image: url(/images/subnav-arrow-o.gif);
	padding-left: 30px;
	background-color: #f9f8f8;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: 10px;
}

a:link {
	color: #666666;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #C40000;
}
a:active {
	color: #C40000;
}
h1 {
	font-size: 36px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #c40000;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #C40000;
}
h3 {
	font-size: 18px;
}

.left {
	float: left;
}
.right {
	float: right;
}
#header {
	height: 86px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 86px;
	width: 173px;
}
#rogerslogo {
	float: right;
	height: 86px;
	width: 173px;
}
#center-top-links {
	float: left;
	height: 41px;
	width: 512px;
	padding-top: 45px;
	padding-left: 102px;
	text-align: left;
}
#dot-bg {
	background-image: url(/images/dots.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 425px;
	width: 2500px;
	margin-right: auto;
	margin-left: auto;
}
#corp-login {
	float: left;
	height: 33px;
	width: 159px;
	text-align: left;
	padding-top: 6px;
	padding-left: 14px;
}
#body-box {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#white-body-bg {
	background-image: url(/images/white-float-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.subpage-pad {
	padding-bottom: 171px;
}



#white-body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #FFFFFF;
}
#white-body-bottom {
	background-image: url(/images/white-float-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	height: 475px;
}




#midpage {
	width: 940px;
	text-align: left;
	padding-left: 20px;
}
#lefthand-box {
	float: left;
	width: 680px;
	padding-bottom: 29px;
	padding-right: 20px;
}
#righthand-box {
	float: left;
	width: 225px;
	padding-top: 14px;
}
#icon-box {
	height: 201px;
	width: 220px;
	background-image: url(/images/icon-box-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#icon-box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#icon-box ul li {
	height: 50px;
	width: 220px;
}
#icon-box ul li a {
	text-decoration: none;
	height: 50px;
	width: 220px;
	font-size: 14px;
	display: block;
	color: #333333;
}
#icon-box  ul  li  a.retail {
	text-decoration: none;
	height: 32px;
	width: 180px;
	font-size: 14px;
	padding-top: 18px;
	padding-left: 40px;
	display: block;
	color: #333333;
	background-image: url(/images/but-retail.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#icon-box ul li a.specials {
	text-decoration: none;
	height: 32px;
	width: 180px;
	font-size: 14px;
	padding-top: 18px;
	padding-left: 40px;
	display: block;
	color: #333333;
	background-image: url(/images/but-specials.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#icon-box ul li a.learn {
	text-decoration: none;
	height: 32px;
	width: 180px;
	font-size: 14px;
	padding-top: 18px;
	padding-left: 40px;
	display: block;
	color: #333333;
	background-image: url(/images/but-learn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#icon-box ul li a:hover {
	color: #C40000;
}
.dot-link {
	height: 2px;
	width: 2px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 4px;
}
#footer-box {
	clear: both;
	height: 100px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	color: #f10505;
	font-size: 12px;
}
#footer-box p {
	margin: 0px;
	padding: 0px;
}
#footer-box a:link {
	color: #F10505;
	text-decoration: none;
}
#footer-box a:visited {
	color: #CD0202;
	text-decoration: none;
}
#footer-box a:hover {
	color: #F10505;
	text-decoration: underline;
}
#footer-box a:active {
	color: #F10505;
	text-decoration: underline;
}
#footer-links {
	text-align: left;
	float: left;
	width: 523px;
}
#footer-copyright {
	text-align: right;
	float: right;
	width: 350px;
}

#topnav-box {
	background-image: url(/images/topnav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}
#topnav {
	float: left;
	height: 39px;
	width: 782px;
	text-align: left;
	padding-left: 5px;
}
#topnav, #topnav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1;

}
#topnav  a   {
	display: block;
	height: 27px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	color: #FCFFFA;
	font-size: 15px;
	padding-top: 12px;
}
.but01  {
	width: 45px;
}
.but02 {
	width: 87px;
}
.but03 {
	width: 85px;
}
.but04 {
	width: 133px;
}
.but05 {
	width: 99px;
}
#topnav  a:hover   {
	background-image: url(/images/topnav-o.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#topnav  a.selected   {
	background-image: url(/images/topnav-o.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#topnav  li  {
	float: left;
}
#topnav li ul { /* second-level lists */
	position: absolute;
	width: 177px;
	left: -999em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD494B;
}
#topnav li li a {
	display: block;
	height: 18px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 177px;
	padding-left: 15px;
	background-color: #840001;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FD494B;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FD494B;
	border-left-color: #FD494B;
}
#topnav li li a:hover {
	color: #C40000;
	background-image: none;
	background-color: #E8E8E8;
}
#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}


/* iphone css */
#iPhone-600containor {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
	float: left;
	padding-bottom: 20px;
}
#iPhone-600containor p {
	padding-top: 15px;
}
#iPhone-600containor  h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#iPhone-header {
	width: 590px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#iPhone-navbar {
	background-image: url(/images/iPhone/iphone-nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 51px;
	width: 100%;
	float: left;
}
#iPhone-header  p {
	text-align: left;
	width: 235px;
	clear: left;
}
#iPhone-600containor .right {
	float: right;
}
#iPhone-features {
	width: 590px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
#iPhone-feature-box {
	float: left;
	width: 180px;
	padding-top: 20px;
}
#iPhone-feature-box.mid {
	padding-right: 10px;
	width: 180px;
	padding-left: 8px;
}
#iPhone-feature-box.end {
	padding-right: 0px;
	width: 180px;
	padding-left: 15px;
}
#iPhone-feature-box-text  {
	width: 150px;
}
#iPhone-600containor .legal {
	font-size: 10px;
	font-style: italic;
}
#iPhone-600containor .left  {
	padding-right: 10px;
	float: left;
}
#iPhone-feature2-box {
	float: left;
	width: 270px;
	padding-top: 20px;
	padding-right: 20px;
}
#iPhone-feature2-box-text {
	width: 180px;
	float: left;
}
#iPhone-more-features {
	width: 590px;
	float: left;
}
#iPhone-feature3-box {
	float: left;
	width: 270px;
}
#iPhone-feature4-box {
	float: left;
	width: 270px;
	padding-top: 20px;
	padding-right: 20px;
}


/* News */
div.NewsStory
{
	padding-top: 3px;
	padding-bottom: 15px;
}
div.NewsTitle
{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}
div.NewsAbstract
{
	font-size: 9pt;
	padding-bottom: 2px;
}


/* Glossary */
div.GlossaryTerm
{
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	padding-bottom: 2px;
}
div.GlossaryDescription
{
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 14px;
}

/* FAQ */
div.FAQQuestion
{
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
}
div.FAQAnswer
{
	padding-top: 3px;
	padding-bottom: 3px;
}
div.FAQTop
{
	text-align: right;	
	padding-bottom: 10px;
	font-size: 8pt;
}	

/* bios */
#bio-box {
	width: 660px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
	padding-top: 20px;
}
#bio-box img {
	float: left;
	border: 1px solid #999999;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-top: 5px;
}
#bio-box h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#bio-box h2 {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
}

/*consumer promos*/

#promo-box {
	width: 660px;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
}
#promo-box     img {
	margin-right: 13px;
	margin-top: 3px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#promo-box p {
	width: 342px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#promo-box h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	float: right;
	width: 342px;
}
#promo-box h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	float: right;
	width: 342px;
}
#promo-box h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	float: right;
	width: 342px;
}



table.Contacts {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.Contacts td {
	width: 50%;
	vertical-align: top;
	padding-bottom: 15px;
	padding-top: 3px;
}


table.LoginTable {
	width: 100%;
	padding: 0px;
}
table.LoginTable td {
	vertical-align: top;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
}
table.LoginTable td.field {
	text-align: right;
	padding-bottom: 3px;
	width: 140px;
	vertical-align: top;
}
table.LoginTable td.button {
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
}
div.FieldError { 
	font-size: 8pt;
	color: red;
	padding-top: 2px;
}

