/************************Browser Reset*****************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfooter,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************Colors*****************************************/
#1 {
	color: #666;
}
#3 {
	color: #C33C2D;
}
/************************Basic Elements*****************************************/
a img {
	border: 0px;
	text-decoration: none;
}
a,a:visited {
	color: #C23A2D;
}
a {
	color: #C33C2D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #fff url(../images/bg_repeat.png) repeat-x scroll 0 0;
	text-align: center;
	font-family: Century Gothic,"Century Gothic",arial,Helvetica;
	color: #343434;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
code {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 15px 20px;
	display: block;
	color: black;
	white-space: nowrap;
	overflow: auto;
}
h1 {
	color: #C33C2D;
	padding-top: 20px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 b {
	color: #C23A2D;
	font-family: Century Gothic,Arial,sans-serif;
}
h2 {
	font-weight: 100;
	font-size: 14px;
	font-family: Century Gothic,Arial,sans-serif;
	padding: 0 0 0 2px;
	margin: 0px;
}
h3 {
	padding: 4px 10px;
}
input {
	height: 35px;
	width: 255px;
	background: transparent url(../images/input-bg.png) no-repeat;
	border: 1px solid #FFF;
	vertical-align: middle;
	font-size: 16px;
	color: #3f3f3f;
	padding: 0 5px;
}
label {
	margin: 0 3px;
	font-size: 12px;
	color: #C33C2D;
}
p {
	color: #343434;
	margin: 15px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 15px;
	font-size: 12px;
}
table a {
	text-decoration: none;
	font-weight: bold;
}
table {
	padding: 0;
	margin: 0 0 50px 0;
	border: 1px solid #999;
	border-width: 1px 1px 1px 0;
}
td img {
	float: left;
	margin-top: -3px;
}
td {
	padding: 6px 12px 6px 10px;
	font-size: 11px;
	border-left: 1px solid #999;
}
textarea {
	border: 1px solid #000;
}
textarea {
	width: 480px;
	height: 36px;
}
ul,li {
	font-size: 12px;
}
/************************Classes*****************************************/
.small {
	color: #666;
	font-size: 9px;
	font-weight: normal;
}
.alignleft {
	float: left;
	margin: 0 6px 4px 10px;
}
.alignright {
	float: right;
	margin: 0 0 4px 10px;
}
.current {
	color: #666;
}
.featured {
	margin: 8px;
	font-size: 18px;
	font-weight: normal;
}
.clearfix {
	clear: both;
}
.centered {
	text-align: center;
	margin: 0 auto;
}
.float-left {
	float: left;
}
.wider {
	width: 520px;
}
#content {
	width: 500px;
	float: left;
	margin-bottom: 25px;
}
#content .content-block p img {
	max-width: 475px;
	height: auto;
}
#content .content-block h1 a {
	font-weight: normal;
}
#content div.content-block ul li {
	margin: 10px;
	line-height: 14px;
}

#content div.content-block ul.infolist li {
	margin-left: 0;
}

#shadow {
	background: url(../images/bg_shadow.png) repeat-y top center;
	position: relative;
}
#header {
	height: 86px;
	background-image: url(../images/1pxheader.png);
	margin-bottom: 15px;
}
a#signIn {
	float: right;
	position: relative;
	top: -20px;
	right: 24px;
}
#logo img {
	position: relative;
	top: 8px;
	left: 12px;
}
#menu a {
	color: #343434;
	font-weight: normal;
	font-size: 14px;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#menu {
	height: 25px;
	width: auto;
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 9999;
	background: url(../images/menu_bg-r.png) repeat-x 0 0;
}
#menu ul li {    /* --------was only #menu ul--------*/
	background: url(../images/menu_bg-l.png) no-repeat left top;
	height: 25px;
	line-height: 24px;
	padding: 0 6px 0 9px;
	float: left;
	list-style: none;
}
#menu ul .item {
	display: none;
	background: #afb8ca;
}
#menu li.item {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid; 
	left: -8px;
	padding:1px 2px 0 11px;
	position: relative;
	width: 100%;
	border-color: #7b8b9b;
}
#menu li.item a {
	font-size: 11px;
}
li.top {
	margin-bottom: 1px;
}
#menu ul:hover .item {
	display: block;
	background: #afb8ca;
	width: 100%;
}
#menu ul:hover .item a {
	color: #343434;
	text-decoration: none;
	font-size: 11px;
}
#menu ul:hover .item a:hover {
	color: #FFF;
}
#container {
	background-colors: #FFF;
	width: 857px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	display: block;
}
.content-block {
	padding: 0 0 0 35px;
}
#contact_options {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #000;
}
/************************Home Header*****************************************/
#home-top-image {
	position: relative;
	top: -15px;
}
#home-top-image img {
	border-bottom: 1px solid #CCC;
}
#demo-phone {
	position: absolute;
	z-index: 999;
	top: -7px;
	left: 594px;
}
#demo-phone img {
	border: none;
}
#callout {
	display: block;
	width: 341px;
	height: 260px;
	position: absolute;
	right: 207px;
	top: 0;
	z-index: 999;
	background: url(../images/callout.png);
}
#callout h1 {
	margin-left: 32px;
	font-size: 32px;
}
#callout p {
	font-size: 14px;
	text-align: left;
	padding: 0px 48px 0 35px;
	font-family: Century Gothic;
	line-height: 20px;
}
a.centered img {
	margin: 10px 50px 0 50px;
}
#social-icons {
	text-align: center;
	margin-bottom: 25px;
}
#social-icons a img {
	padding: 10px;
}
/************************Sidebar*****************************************/
#sidebar {
	width: 310px;
	float: left;
	position: relative;
	left: 47px;
	top: 25px;
	margin-bottom: 20px;
}
#sidebar.home {
	background: #FFF url(../images/sideshadow_middle.png) repeat-y;
	width: 320px;
	float: left;
	position: relative;
	left: 37px;
	margin-bottom: 25px;
}
#sidebar-top {
	background: transparent url(../images/sideshadow_top.png) no-repeat;
	height: 116px;
}
.sidebox {
	margin: 0 0 25px 0;
}
.sidebox h3 {
	border: 0px;
	background: #333 url(../images/sidebox-header.png) repeat-x;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 15px;
}
.sidebox p {
	margin: 25px 20px 20px 35px;
}
#sidebar div.sidebox p a.alignright {
	width: 90px;
	font-weight: normal;
	text-align: center;
}
div.sidebox form {
	width: 260px;
	position: relative;
	left: 35px;
}
.sidebox ul {
	width: 295px;
	position: relative;
	left: 25px;
}
.sidebox ul li {
	margin: 10px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #CCC;
}
span.news-meta {
	margin: 10px 20px 0 35px;
	display: block;
	color: #666;
}
h4.news-title {
	margin: -5px 20px 0 35px;
	line-height: 14px;
}
p.news-blurb {
	margin: 10px 20px 5px 35px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
a.news-more {
	text-align: right;
	display: block;
	font-size: 11px;
	font-weight: normal;
}
/************************Footer*****************************************/
#footer {
	display: block;
	clear: both;
	width: 858px;
	height: 40px;
	padding: 0 0 0 0;
	margin-left: -1px;
	background-color: #343434;
	border-top: 1px solid #111;
	color: #FFF;
}
#footer ul {
	margin: 12px 0 0 0;
	font-size: 10px;
	color: #FFF;
	padding-left: 10px;
}
#footer ul li { 
	float: left;
}
#footer a {
	color: #FFF;
	font-weight: normal;
}
#fshadow {
	background: transparent url(../images/bottom_shadow.png) no-repeat top center;
	display: block;
	height: 30px;
	width: 100%;
}
/************************Carrier Pages*****************************************/
#content.wide {
	width: 600px;
	margin: 0 0 0 10px;
}
#content.wide .content-block {
	padding-left: 10px;
}
.content-block-carrier {
	background: #FFF url(../images/alltel_bg.png) no-repeat;
	height: 255px;
	margin-top: 25px;
}
.content-block-carrier h1 {
	padding: 90px 0 0 10px;
}
.content-block-carrier p {
	color: #FFF;
	width: 370px;
	padding-left: 10px;
}
#sidebar.carrier {
	width: 225px;
	left: 22px;
	position: relative;
}
#sidebar.carrier div.sidebox h3 {
	margin-left: 0;
}
#sidebar.carrier div.sidebox p {
	margin: 0 10px;
}
div.carrier-feature-box1 {
	background: #FFF url(../images/support_bg.png) no-repeat;
	height: 214px;
	width: 184px;
	margin: 10px;
	float: left;
}
div.carrier-feature-box1 p {
	font-size: 18px;
	position: relative;
	top: 5px;
	left: 9px;
	width: 109px;
	line-height: 22px;
}
div.carrier-feature-box2 {
	background: #FFF url(../images/widgets_bg.png) no-repeat;
	height: 214px;
	width: 190px;
	margin: -4px 200px;
}
div.carrier-feature-box2 p {
	font-size: 18px;
	position: relative;
	top: 18px;
	left: 15px;
	width: 124px;
	line-height: 22px;
}
div.carrier-feature-box3 {
	background: #FFF url(../images/faq_bg.png) no-repeat;
	height: 214px;
	width: 190px;
	margin: 1px 410px;
	position: relative;
	top: -224px;
}
div.carrier-feature-box3 p {
	font-size: 18px;
	position: relative;
	top: 18px;
	left: 15px;
	width: 132px;
	line-height: 22px;
}
.sidebox ul.carrier {
	width: 235px;
	position: relative;
	left: 0;
}
.sidebox ul.carrier li {
	margin: 10px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #CCC;
}
.sidebox ul.carrier li a {
	font-weight: normal;
}
/************************Blog Pages*****************************************/
.post-meta {
	margin: 5px 0;
}
.post-footer {
	height: 38px;
	padding: 5px 0 0 5px;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	background-color: #F9F9F9;
	line-height: 16px;
	font-size: 10px;
	clear: both;
}
.post-footer img {
	position: relative;
	top: 4px;
	margin-top: -4px;
}
#social-icons-small {
	text-align: center;
	margin: 10px 0 0 0;
	position: relative;
	left: 30px;
	width: 250px;
}
#social-icons-small img {
	width: 30px;
}
#social-icons-small a img {
	padding: 5px;
}
#comments ol li p {
	padding: 5px 5px 0 5px;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-top: 1px solid #EEE;
	background-color: #e5e5e5;
	line-height: 16px;
	font-size: 10px;
}
#comments ol li.alt p {
	padding: 5px 5px 0 5px;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-top: 1px solid #EEE;
	background-color: #F9F9F9;
	line-height: 16px;
	font-size: 10px;
}
#comment-form form textarea {
	height: 90px;
	width: 255px;
	border: 1px solid #FFF;
	background: url(../images/textfield-bg.png) no-repeat;
	vertical-align: middle;
	font-size: 16px;
	color: #7f7f7f;
	padding: 0 5px;
	overflow: hidden;
}
span.name {
	font-weight: bold;
}
span.date {
	font-size: 8px;
	font-weight: bold;
	display: block;
	text-align: right;
	padding-right: 10px;
}
#comment-form {
	width: 500px;
}
ul.recent-posts {
	width: 265px;
	position: relative;
	left: 27px;
}
ul.recent-posts li {
	width: 100%;
	padding-right: 8px;
}
/*************************How to Use Page**************************************/
div.exampleinfo {
	margin: 0 0 15px 32px;
}
div.exampleinfo p {
	margin: 10px 0 0 0;
}
div.exampleinfo p.exampletop {
	margin-top: 0;
}
div.exampleinfo p.textinfo,
div.faqs-answers p.textinfo {
	margin: 0 0 0 15px;
}
div.troubleshooting h4 {
	color: #C33C2D;
	font-size: 13px;
	font-weight: normal;
	margin-top: 15px;
}
div.troubleshooting ul {
	margin: 15px 0;
	list-style-type: none;
}
div.troubleshooting ul li{
	margin: 7px 0;
}
/************************Virgin Mobile****************************************/
input.check_availability {
	padding-top: 2px;
}
/************************FAQs Pages******************************************/
ol.faqs {
	margin: 15px 0;
}
ol.faqs li {
	margin: 7px 0;
}
ol.faqs li a {
	font-weight: normal;
}
.faqs-answers h4 {
	margin-top: 20px;
}
.faqs-answers h4 a {
	font-weight: normal;
	font-size: 13px;
}
.faqs-answers ol {
	margin: 10px 10px 0 10px;
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 16px;
}
/********************Terms & Conditions***************************************/
.terms-conditions h4 {
	font-size: 13px;
	margin-bottom: 2px;
}
.terms-conditions p {
	margin-top: 0;
}
/************************Press Release*****************************************/
.content-block h3 {
	font-size: 14px;
	padding: 0;
	font-weight: normal;
	margin: 10px 0;
	line-height: 16px;
}
.press-box {
	margin: 15px 0;
	padding: 5px;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
.press-box ol li {
	line-height: 15px;
	margin-bottom: 8px;
	background-color: #f1f1f1;
	padding: 2px;
}
.press-box ol li a {
	font-weight: bold;
	color: #343434;
}
.press-box ol li a span {
	color: #000;
	font-size: 10px;
	font-weight: normal;
}
/************************Private Beta*****************************************/
.beta h2 {
	margin: 10px 0;
	color: #C33C2D;
	font-size: 16px;
}
.beta .content-block form img {
	position: relative;
	top: 11px;
}
.beta #nav ol {
	left: 575px;
	width: 282px;
}
.beta #content {
	width: 525px;
}
.beta #sidebar {
	width: 300px;
	left: 32px;
}
.beta input {
	width: 245px;
}
/************************Wide Columns*****************************************/
.wide .content-block form img {
	position: relative;
	top: 11px;
}
.wide #content {
	width: 525px;
}
.wide #sidebar {
	width: 300px;
	left: 32px;
}
.wide input {
	width: 245px;
}
/************************Widget List and Review*****************************************/
.widget-list {
	margin: 10px 0;
	padding: 5px;
	border: 1px dotted #bfbfbf;
}
.widget-list img {
	float: left;
	margin: 0 15px 0 0;
}
.widget-list h3 {
	width: 385px;
	float: left;
	font-weight: bold;
}
input#submit-review {
	width:99px;
	height: 30px;
	background: #FFF;
}
.widget-detail p {
	display: block;
	margin-left: 70px;
}
.widget-detail img {
	float: left;
}
/************************Partners*****************************************/
.partner h3 {
	font-weight: bold;
}
.partner {
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 25px;
}
/************************404*****************************************/
img.float-left {
	margin-right: 10px;
	position: relative;
	top: -70px;
}
.error-page ul {
	padding: 20px 0;
	list-style-type: square;
	list-style-position: inside;
	color: #C33C2D;
}
.error-page ul li {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.error-page ul li span {
	color: #343434;
	font-size: 13px;
}

#content.center-full {
	width: 750px;
	margin-left: 50px;
}
#content.center-full .content-block h1, #content.center-full .content-block h2 {
	margin-left: 156px;
}
/************************News Page*****************************************/
.press-box ol li a {
	display: block;
}
.press-box ol li a:hover {
	text-decoration: none;
	color: #C33C2D;
}
.press-box ol li a img {
	position: relative;
	top: 4px;
}

/************************Phone Provisioning*****************************************/
div.provis-step1, div.provis-step2, div.provis-step3 {
	width: 200px;
	margin: 30px 10px;
	float: left;
	font-size: 28px;
	height: 80px;
	border: 1px solid #bfbfbf;
	padding: 25px 5px 5px 10px;
}
h1.alignleft {
	text-align: left;
	position: relative;
	left: -145px;
	width: 100%;
}

div.provis-step1 p, div.provis-step2 p, div.provis-step3 p { 
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#content div.content-block div.provis-step4 p {
	margin: 20px;
	line-height: 20px;
}
input#prov-phone-number {
	width: 105px;
	background-image: none;
	border: 1px solid #7f7f7f;
	padding: 0;
}
div.provis-step4 {
	width: 690px;
	height: 100%;
	border: 1px solid #bfbfbf;
	clear: both;
	margin: 10px;
}