/* Main CSS Document */

@import url("core.css");

#container {
	width: 950px;
	margin: 0px auto;
}


/* header */
#header {
	width: 950px;
}


/* nav */
#nav {
	width: 950px;
	height: 45px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
}
#nav li {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	width: 120px;
	list-style-type: none;
	float: left;
	display: block;
	height: 33px;
	text-align: center;
	border-right: 1px solid #264d94;
	text-transform: uppercase;
}
#nav li.onhome {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	list-style-type: none;
	width: 120px;
	float: left;
	display: block;
	height: 33px;
	text-align: center;
	border-right: 1px solid #264d94;
	color: #fff;
	background-image: url(../images/bg-home-on.gif);
	background-repeat: no-repeat;
}
#nav li.on {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	list-style-type: none;
	width: 120px;
	float: left;
	display: block;
	height: 33px;
	text-align: center;
	border-right: 1px solid #264d94;
	color: #fff;
	background-color: #051c45;
}
#nav li a {
	color: #fff;
}
#nav li a:hover {
	color: #c3eb24;
	text-decoration: none;
}



/* middle */
#middlehome {
	width: 680px;
	height: 210px;
	background-image: url(../images/bg-middle-home.jpg);
	background-repeat: no-repeat;
	padding: 30px 30px 0px 240px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}



/* content */
#content {
	width: 890px;
	margin: 0px auto;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 30px 30px 0px 30px;
}

.prodboxleft {
	width: 185px;
	float: left;
	margin: 0px 50px 20px 0px;
}
.prodboxright {
	width: 185px;
	float: right;
	margin: 0px 0px 20px 0px;
}

ul.carrier {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
ul.carrier li {
	list-style-type: none;
	padding: 5px 0px 5px 18px;
	background-image: url(../images/bullet-tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.verizon {
	width: 490px;
	height: 137px;
	background-image: url(../images/box-verizon.jpg);
	background-repeat: repeat;
	margin: 0px 0px 20px 0px;
	padding: 20px 200px 0px 200px;
}
.sprint {
	width: 490px;
	height: 137px;
	background-image: url(../images/box-sprint.jpg);
	background-repeat: repeat;
	margin: 0px 0px 20px 0px;
	padding: 20px 200px 0px 200px;
}
.att {
	width: 490px;
	height: 137px;
	background-image: url(../images/box-att.jpg);
	background-repeat: repeat;
	margin: 0px 0px 20px 0px;
	padding: 20px 200px 0px 200px;
}
.tmobile {
	width: 490px;
	height: 137px;
	background-image: url(../images/box-tmobile.jpg);
	background-repeat: repeat;
	margin: 0px 0px 20px 0px;
	padding: 20px 200px 0px 200px;
}

.boxleft {
	width: 430px;
	float: left;
}
.boxright {
	width: 430px;
	float: right;
}


ul.padded {
	margin: 0px 0px 20px 20px;
}


/* left */
#content .left {
	width: 650px;
	float: left;
}

/* right */
#content .right {
	width: 185px;
	float: right;
}
#content .right ul {
	margin: 0px;
	padding: 0px;
}
#content .right li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #ececec;
}



/* form */
#content label {
	margin: 0px 20px 0px 0px;
	padding: 5px 0px 0px 0px;	
	float: left;
	width: 50px;
}
#content .field {
	width: 180px;
	height: 23px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .txtarea {
	width: 300px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .btn {
	padding: 0px 0px 20px 70px;
}

#contentsolo label {
	margin: 0px 20px 0px 0px;
	padding: 5px 0px 0px 0px;	
	float: left;
	width: 50px;
}
#contentsolo .field {
	width: 180px;
	height: 23px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#contentsolo .txtarea {
	width: 300px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#contentsolo .btn {
	padding: 0px 0px 20px 70px;
}




/* footer */
#footer {
	width: 950px;
	color: #575353;
	padding: 60px 0px 30px 0px;
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: center;
}
#footer .copy {
	width: 300px;
	float: left;
	padding: 0px 0px 0px 30px;
}
#footer ul {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	float: right;
}
#footer li {
	margin: 0px 2px 0px 2px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer a {
	color: #575353;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* table */
table {
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
td {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
th {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #032233;
	color: #fff;
	text-transform: uppercase;
}
