/* DEFAULT STYLE SHEET */

@import url(/css/reset.css);

/* BASIC SELECTORS
==================== */
body {
	background: rgb(0,0,0);
}
body, div, p, th, td, input, select, textarea {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
p {
	margin: 0 0 1em;
}
#login p {
	color: #fff;
}
blockquote {
	background: transparent url(../images/close-quote.gif) no-repeat bottom right;
}
blockquote p {
	background: transparent url(../images/open-quote.gif) no-repeat top left;
	line-height: normal;
	font-weight: bold;
	padding: 8px 0 20px;
	margin-bottom: 0;
	text-indent: 30px;
}


/* HEADINGS
==================== */
h1 {
	font-size: 24px;
	margin-bottom: .5em;
}
h2 {
	font-size: 18px;
	margin-bottom: .5em;
	color: #148ab2;
}
.column h2 {
	color: #ffe100;
	background: #181818;
	margin: 0;
	padding: 10px 5px;
	text-align: center;
	border-bottom: 2px solid #148ab2;
}
.phone h2 {
	font-size: 16px;
	color: #333;
}
#login h2 {
	color: #000;
	border-bottom: 2px solid #ffe100;
	padding-bottom: 1px;
}
h3 {
	font-size: 150%;
	margin-bottom: .5em;
}
#login h3 {
	color: #fff;
}
h4 {
	font-size: 14px;
	margin-bottom: .2em;
}
h5 {
	font-size: 100%;
}


/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
	list-style: disc;
}
.column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column li {
	margin-bottom: 1px;
}


/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* LINK STYLES
==================== */
a:link, a:visited {
	color: #148ab2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #ffe100;
}
a img {
	border: none;
}
a.outline img{
	border: 1px solid white;
}
a.outline:hover img{
	border-color: black;
}
#footer a {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
}
#login a {
	color: #fee100;
}
.column li a:link, .column li a:visited {
	display: block;
	width: 250px;
	padding: 20px 0;
	background: #333;
	color: white;
	text-align: center;
}
.column li a:hover {
	background: #181818 url(/images/header-bg.gif);
	color: #ffe100;
	text-decoration: none;
}


/* PAGE LAYOUT
==================== */
#headercontainer {
	height: 100px;
	background: #181818 url(/images/header-bg.gif) repeat-x;
	border-bottom: 2px solid #148ab2;
}
#header {
	width: 820px;
	height: 100px;
	margin: 0 auto;
}
#logo {
	width: 201px;
	height: 59px;
	position: absolute;
	margin: 25px 0 0 0;
	background: url(/images/sprint-logo.gif) no-repeat;
}
#wdlogo {
	width: 200px;
	height: 100px;
	position: absolute;
	margin: 0 0 0 620px;
	background: url(/images/wd-logo.gif) right no-repeat;
}
#headerContact {
	width: 400px;
	margin: 0px 0 0 210px;
	padding-top: 12px;
	line-height: 1.2;
	font-size: 12px;
	color: #ccc;
	text-align: center;
	position: absolute;
}
#headerContact .large {
	font-size: 30px;
	color: #fff;
}
#navcontainer {
	height: 35px;
	background: #ccc url(/images/navcontainer-bg.gif) repeat-x;
}
#maincontainer {
	background: #232323;
	border-bottom: 2px solid #148ab2;
}
#content {
	width: 776px;
	margin: 0 auto;
	padding: 20px;
	background: white;
	border: 2px solid #ccc;
	border-width: 0 2px;
	min-height: 400px;
}
#footer {
	width: 776px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	font-size: 10px;
	color: #999;
}
#statusbar {
	margin: 0 0 20px;
	text-align: center;
}
#statusbar a {
	border-left: 1px solid #ddd;
}
#login {
	float:left;
	margin-right: 10px;
	background: url(/images/login-bg.gif) no-repeat;
	padding: 5px 10px;
	width: 232px;
	height: 220px;
	overflow: hidden;
}
#banner {
	float:left;
	width: 514px;
	height: 220px;
	background: #272727;
	color: #fff;
}
.column {
	width: 250px;
	float: left;
	margin-right: 12px;
}
.last {
	margin: 0;
	width: 252px;
}


/* NAVIGATION
==================== */
#navbar {
	width: 788px;
	margin: 0 auto;
}
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#nav li {
	display: inline;
}
ul#nav a {
	display: block;
	float: left;
	padding: 0 10px;
	font-size: 14px;
	line-height: 35px;
	color: #333;
	text-decoration: none;
}
ul#nav a:hover {
	background: #333;
	color: white;
}
ul#nav a.current {
	background: #fff;
	color: #000;
	font-weight: bold;
	border: 1px solid silver;
	border-width: 0 1px;
}


/* TYPOGRAPHY
==================== */
.listprice {
	text-decoration: line-through;
}
.yourprice {
	font-weight: bold;
	color: #000;
}
.feature, .phone .feature {
	background: #222;
	color: #f8de37;
	padding: .8em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0;
	text-align: center;
}

/* MISC CLASSES
==================== */
.clearing {
	clear: both;
	padding-bottom:1px;
}
.centered {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft/*, div.alignleft*/ {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright/*, div.alignright*/ {
	float: right;
	margin: 0 0 .5em 1em;
}
.subhead {
	font-size: 16px;
	color: #148ab2;
	margin: 15px 0;
}
.callout {
	background: #eee;
	border: 1px dotted silver;
	padding: 1em;
	margin-bottom: 20px;
}
.section {
	margin-bottom: 15px;
}
.notice {
	background: #fff7d9 url(../images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallnotice {
	background: #fff7d9 url(../images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.warning {
	background: #ffefef url(../images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallwarning {
	background: #ffefef url(../images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
.statusmessage {
	background: #fff7d9/* url(../images/notice-sm.gif) 5px 50% no-repeat*/;
	border: 1px solid red;
	padding: 5px 30px;
	color: black;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.disclaimer {
	font: italic 12px/1.2em Georgia, "Times New Roman", Times, serif;
}