body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414042;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6d6e71;
}
h2 {
	font-size: 12px;
	color: #000000;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
h4 {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

body {
	background-image: url(/images/bg-sub.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-attachment: scroll;
	background-position: center top;
	background-color: #FFFFFF;
	text-align: center;
}
a, a:link, a:visited, a:active {
	color: #333132;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FAB700;
	text-decoration: none;
}
dl {
	margin: 0px;
	padding: 0px;
}
dt {
	font-size: 11px;
	color: #414042;
	font-weight: bold;
	text-transform: uppercase;
}
dd {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #414042;
}
dl  a {
	font-size: 10px;
}


#container {
	width: 1116px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
}

#header-container {
	height: 186px;
	width: 1116px;
	background-color: #E9B428;
}
#header-sides {
	height: 186px;
	width: 68px;
	float: left;
}
#header-sides.left {
	background-image: url(/images/bg-sub-left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header-sides.right {
	background-image: url(/images/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header {
	height: 186px;
	width: 980px;
	float: left;
}

#body-container {
	background-image: url(/images/bg-sub-body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1116px;
	padding-top: 28px;
}
#body {
	width: 906px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 28px;
}
#body ul   {
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#body li    {
	background-image: url(/images/bullet-commande.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 12px;
	font-size: 12px;
	color: #414042;
}

/* top navigation elements */
#mainnav-container {
	height: 41px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1016px;
}
#nav {
	text-align: center;
	height: 41px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 11em;
	height: 28px;
	padding-top: 13px;
	font-size: 13px;
	font-weight: bold;
	color: #6d6e71;
	text-decoration: none;
}
#nav li { /* all list items */

	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
	border-right: 1px solid #ccc;
}
#nav li.first {
	float: left;
	width: 12em;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 0px;
}
#nav a:hover {
	display: block;
	width: 11em;
	height: 28px;
	background-image: url(/images/nav/butt-bg-o.gif);
	background-position: 50%;
	padding-top: 13px;
	text-decoration: none;
	color: #333132;
}
#nav a.selected {
	display: block;
	width: 11em;
	height: 28px;
	background-image: url(/images/nav/butt-bg-o.gif);
	background-position: 50%;
	padding-top: 13px;
	text-decoration: none;
	color: #333132;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li {
	width: 12em;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
}

#nav li li a {
	display: block;
	width: 12em;
	height: 16px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #6d6e71;
	background-image: url(/images/nav/butt-sub-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
#nav li li a:hover {
	display: block;
	width: 12em;
	height: 16px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #333132;
	background-image: url(/images/nav/butt-sub-bg-o.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
#content {   /* Also remember that because we're floating things, the content underneath the dropdowns also needs to be cleared (clear: left). */

	clear: left;
	color: #ccc;
}

/* footer elements - bottom-container increased from 80 to 300 to allow for grey bottom on shorter pages*/
#bottom-container {
	height: 300px;
	background-image: url(/images/bg-bottombar.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	bottom: 0px;
	left: 0px;
}
#bott-nav {
	height: 20px;
	width: 1116px;
	margin-right: auto;
	margin-left: auto;
}
#bott-nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bott-nav li {
	display: inline;
}
#bott-nav a {
	padding-left: 12px;
	font-size: 10px;
	color: #BABABA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BABABA;
	padding-right: 12px;
}
#bott-nav a.last {
	padding-left: 12px;
	font-size: 10px;
	color: #BABABA;
	padding-right: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bott-info-container {
	height: 60px;
	width: 1116px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	float: left;
	height: 35px;
	width: 201px;
	font-size: 10px;
	color: #858585;
	text-align: right;
	padding-top: 25px;
	padding-right: 30px;
}
#rogers {
	float: left;
	height: 60px;
	width: 264px;
}

#phone-number {
	float: left;
	height: 38px;
	width: 555px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-top: 22px;
}
#phone-number a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

div.GlossaryTerm
{
	font-size: 10pt;
	font-weight: bold;
	color: #003333;
	padding-bottom: 2px;
}
div.GlossaryDescription
{
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 14px;
}
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;
}
#submenu a, #submenu a:active, #submenu a:link, #submenu a:visited
{
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
#submenu a:hover
{
	color: #ffc82e;
	text-decoration: none;	
}


#iPhone-700containor {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#iPhone-700containor  h2 {
	font-size: 20px;
	color: #1A1A1A;
}
#iPhone-header {
	float: left;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#iPhone-header  p {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 600px;
	clear: left;
	padding-top: 15px;
}
.tagline {
	padding-top: 50px;
	float: right;
}
#iPhone-features {
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	float: left;
	margin-bottom: 20px;
}
#iPhone-feature-box {
	float: left;
	width: 233px;
	padding-top: 20px;
}
#iPhone-feature-box.end {
	padding-right: 0px;
	width: 215px;
	padding-left: 15px;
}
#iPhone-feature-box.mid {
	padding-right: 10px;
	width: 215px;
	padding-left: 8px;
}
#iPhone-feature-box-text  {
	clear: left;
	width: 210px;
}
.legal {
	font-size: 10px;
	font-style: italic;
}
.left  {
	padding-right: 10px;
	float: left;
}
#iPhone-more-features {
	width: 700px;
	float: left;
}
#iPhone-etc {
	width: 700px;
	padding-bottom: 20px;
	float: left;
}
#iPhone-etc-features {
	float: left;
	width: 350px;
	padding-top: 20px;
}
#iPhone-etc-box-text {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#iPhone-etc-features.end {
	float: left;
	width: 330px;
	padding-top: 20px;
	padding-left: 20px;
}

