@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */

body {
	background: #202020;
	font-family: "Helvetica Neue", Helvetica, Arial;
}

p { margin: 0 0 20px; font-size: 16px; line-height: 25px; }

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

li { font-size: 20px; line-height: 135%; list-style: disc; margin: 0 0 15px; }


a {
		color:#FFF;
		text-decoration: underline;
	}
.tagline { color: #4c85c9; font-size: 28px; line-height: 140%; margin-top: 5px; }
.tagline2 { color: #fff; font-size: 22px; line-height: 140%; margin-top: 5px; }
#header {
	height: 70px;
	width: 100%;
	background: #000;
}

	#header .sub_nav {
		position: absolute;
		top: 7px;
		left: 320px;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: 200;
		font-size:18px;
		color: #FFF;
		z-index: 1;
		line-height: 25px;

	}
	
		#header .sub_nav a {
			text-decoration: none;
			margin: 0px 23px 0px 0px;
			float: left;
			color: #FFF;
			vertical-align: middle;
		}

	.logo {
		position: absolute;
		top: 10px;
		left: 0px;
	}
	
	.ipod_giant { background: url(images/blank.png) no-repeat; position: absolute; top: 90px; right: 20px; width: 346px; height: 639px; margin-bottom: 25px; }
	
	#video {
		position: absolute;
		top: 204px;
		right: 76px;
	}

#mid {
	background: url(images/bg/mid.jpg) repeat-x top center #254061;
	padding: 50px 0px 50px 0px;
	width: 100%;
	overflow: hidden;
}

	#mid p {
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: 100;
		font-size: 20px;
		line-height: 26px;
		color: #fff;
	}
	
	#mid h1 {
		font-size: 25px;
		color: #4c85c9;
		margin: 0 0 10px;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: 200;
	}
	
	
	
#mid_u {
	background: url(images/bg/mid.jpg) repeat-x top center #254061;
	width: 100%;
	overflow: hidden;
}

	#mid_u h1 {
		font-size: 40px;
		color: #4c85c9;
		margin: 0 0 20px;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: 300;
	}
	
		#mid_u h1 a {
			text-decoration: underline;
			color: #4C85C9;
		}
	
	#mid_u h2 {
		font-size: 30px;
		color: #FFF;
		margin: 0px 0px 20px 0px;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: 100;
	}
	
	#mid_u p {
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-size: 20px;
		line-height: 25px;
		color: #fff;
		margin: 0 0 30px;
	}
	
	#mid_u .grid_12 {
		padding: 30px 0px 0px 0px;
	}

	#mid_u ul {
	margin: 0px 0px 0px 20px;
	}

	#mid_u li {
		list-style: outside disc;
		margin: 0px 0px 10px 0px;
		color: #FFF
	}


#body {
	background: url(images/bg/body.png) repeat-x top left #FFF;
	width: 100%;
	overflow: hidden;
	padding: 35px 0px;
}

	.sub_nav {
		position: absolute;
		top: 30px;
		left: 0px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		color: #333;
		z-index: 1;

	}
	
		.sub_nav a {
			text-decoration: none;
			margin: 0px 25px 0px 0px;
			float: left;
			color: #333;
			vertical-align: middle;
		}
	
#footer {}
	
	#footer p {
		color:#FFF;
		font-size: 11px;
		line-height: 20px;
	}
	
	#footer p a {
		color:#FFF;
		text-decoration: underline;
	}
	
body.login {
	background: #EEEEEE url(../images/bg/body_login.png) repeat-x top;
}

body.login #container {
	background: url(../images/bg/body_overlay.png) no-repeat center bottom;
	height: 320px;
	width: 100%;
}

body.login #logo {
	width: 100%;
	text-align: center;
	margin: 30px 0px 0px 0px;
}

body.login div#login_top {
  height: 18px;
  width: 296px;
  background: url(../images/bg/login_top.png);
  margin: 30px auto 0px auto;
  clear: both;
}

body.login div#login_content {
	width: 296px;
	background: url(../images/bg/login_bg.png) bottom center no-repeat;
	clear: both;
	margin: 0px auto;
	text-align: center;
	padding: 0px 0px 30px 0px;
}

body.login #login_content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 26px;
	margin: 0px 0px 15px 0px;
	color: #414242;
}


body.login #footer_fixed {
	background: #DEDEDE;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	text-align: right;
}

body.login #footer_fixed p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin: 9px 15px;
	color: #333;
}

body.login #footer_fixed p a {
	color: #333;
	text-decoration: none;
}

button {
	margin: 15px 0px 0px 138px; 
	background: url(../images/bg/btn_sign-in.png);
	width: 74px; 
	height: 33px; 
	padding: 0px; 
	border: 0px
}

button:hover {
	cursor: pointer;
}

input {
	font-size: 18px; 
	padding: 3px; 
	margin: 15px 0px 0px 0px; 
	width: 200px; 
	font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFF; 
	border: #CCC 1px solid;
	font-weight: 200;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

input:hover {
	font-size: 18px; 
	padding: 3px; 
	margin: 15px 0px 0px 0px; 
	width: 200px; 
	font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFF; 
	border: #3399CC 1px solid;
	font-weight: 200;
}
.emphasis { color: #ffef7f; font-weight: bold; }
.emphasis a:link, .emphasis a:visited, .emphasis a:active { color: #ffef7f; font-weight: bold; }
.emphasis2 { color: #4c85c9; }
/*LOGIN PAGE*/
#login_wrapper {
	background-color: #FFF;
	background-image: url(../images/bg/login-bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}
.login_box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	position: relative;
	border: thin solid #666666;
	visibility: visible;
	height: 260px;
	width: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.form_box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	position: relative;
	border: thin solid #666666;
	visibility: visible;
	height: auto;
	width: 600px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.cart_box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	position: relative;
	border: thin solid #666666;
	visibility: visible;
	height: 100%;
	width: 100%;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.login_headers {
	font-size	: 16px;
	font-weight	: bold;
	color		: #000;
	text-align	: center;
}
.create_text {
	font-size	: 12px;
	/* font-weight	: bold; */
	font-style	: italic;
	color		: #F60;
}
.create_text a {
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}

.create_box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	visibility: visible;
	height: auto;
	width: 500px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.ac_good {
	font-size: 18px; 
	padding: 3px; 
	margin: 15px 0px 0px 0px; 
	width: 100px; 
	font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFE87C; 
	border: #CCC 1px solid;
	text-align:center;
	font-weight: 200;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.ac_good:hover {
	width: 100px; 
}
#createAccount {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	height: auto;
	width: 500px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.hidden { display: none; }
.unhidden { display: block; }
.loginHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #666666;
	height:30px;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}
.contentPane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.accountBtn {
	color: #036;
	background-color: #F30;
}
.styled-select {
   	background	: transparent;
  	font-size	: 18px; 
	padding		: 3px; 
	margin		: 15px 0px 0px 0px; 
	width		: 200px; 
	font-family	: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background	: #FFF; 
	border		: #CCC 1px solid;
	font-weight	: 200;
}
/*CART PAGES*/
.cart_note 				{ font-size: 12px; color: #f60; font-style: italic; }
.cart_head 				{ font-size: 16px; color: #f60; font-weight: bold; line-height: 175%; }
.cart_items_header 		{ font-size: 24px; color: #000; font-weight: bold; line-height: 175%; }
.cart_item 				{ font-size: 16px; color: #f60; font-weight: bold; line-height: 120%; }
.cart_item_data 		{ font-size: 16px; color: #000; font-weight: bold; line-height: 120%; }
.cart_item_device 		{ font-size: 16px; color: #000; font-weight: bold; line-height: 120%; }
.cart_item_device_data 	{ font-size: 16px; color: #686868; font-weight: bold; line-height: 120%; }
.cart_item_device_box 	{ margin: 0px 20px 20px 20px; }
.pay_by_selection		{ font-size: 16px; color: #686868; font-weight: bold; line-height: 120%; }
#dtv_sidebar { width: 230px; height: 500px; float: left; padding-right: 10px; padding-left: 15px; }
#dtv_content { color: #fff; font-size: 16px; width: 645px; height: 2000px; float: right; }
#dtv_content a { color: #ffef7f; }
#clearer { width: 100%; height: 20px; clear: both; }
