/*
	css/style.css
	*/
	
	body {
		background-color: #001423;
		background-image: url('images/bg.gif');
		background-repeat: repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-top: 0px;
		color: #ccc;
	}
	
	a, a:visited, a:active {
		color: #0066FF;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	#c {
		width: 800px;
		text-align: left;
	}
	
	#zune_main {
		background-image: url('images/main/zune_top_products_right_sid.gif');
		background-repeat: no-repeat;
		width: 510px;
		height: 175px;
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 20px;
		color: #000;
	}
	
	#nav {
		float: left;
		height: 57px;
		width: 800px;
		padding: 0px;
		list-style: none;
		background-image: url('images/navigation/nav_default_bg.gif');
		background-repeat: repeat-x;
		margin: 0px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	#nav li {
		float: left;
		margin: 0px;
		padding: 22px 2px 21px 0px;
		list-style: none;
		background-image: url('images/navigation/nav_divider.gif');
		background-repeat: no-repeat;
		background-position: top right;
	}
	
	#nav a {
		color: #fff;
		padding: 22px 10px 21px 10px;
	}
	
	#nav a:hover {
		background-image: url('images/navigation/nav_over.gif');
		background-repeat: repeat-x;
		padding: 22px 10px 21px 10px;
	}
	
	#nav li#left {
		background-image: url('images/navigation/nav_left_side.gif');
		background-repeat: no-repeat;
		background-position: top left;
		padding: 0px;
		width: 8px;
		height: 57px;
		margin: 0px;
	}
	
	#nav li#right {
		background-image: url('images/navigation/nav_right_side.gif');
		background-repeat: no-repeat;
		background-position: top right;
		float: right;
		padding: 0px;
		width: 8px;
		height: 57px;
		margin: 0px;
	}

	/*
		IE Fix
		*/
		
			* html #nav {
				height: 57px;
				width: 800px;
				padding: 0px;
				list-style: none;
				background-image: url('images/navigation/nav_default_bg.gif');
				background-repeat: repeat-x;
				margin: 0px;
				margin-bottom: 5px;
			}
			
			* html #nav li {
				float: left;
				margin: 0px;
				padding: 22px 2px 21px 0px;
				list-style: none;
				background-image: url('images/navigation/nav_divider.gif');
				background-repeat: no-repeat;
				background-position: top right;
			}
			
			* html #nav a {
				color: #fff;
				padding: 22px 10px 21px 10px;
			}
			
			* html #nav a:hover {
				background-image: url('images/navigation/nav_over.gif');
				background-repeat: repeat-x;
				padding: 22px 10px 20px 10px;
			}
			
			* html #nav li#left {
				background-image: url('images/navigation/nav_left_side.gif');
				background-repeat: no-repeat;
				background-position: top left;
				padding: 0px;
				width: 8px;
				height: 57px;
				margin: 0px;
			}
			
			* html #nav li#right {
				background-image: url('images/navigation/nav_right_side.gif');
				background-repeat: no-repeat;
				background-position: top right;
				float: right;
				padding: 0px;
				width: 8px;
				height: 57px;
				margin: 0px;
			}
	
	.dblue_left {
		background-image: url('images/boxes/dark_blue_left_side.gif');
		background-repeat: no-repeat;
		background-position: top left;
		width: 5px;
		height: 194px;
		float: left;
	}
	
	.dblue {
		background-image: url('images/boxes/dark_blue_middle.gif');
		background-repeat: repeat-x;
		height: 194px;
		margin-top: 81px;
	}
	
	/*
		IE Fix
		*/
		
		* html .dblue {
			background-image: url('images/boxes/dark_blue_middle.gif');
			background-repeat: repeat-x;
			height: 194px;
			margin-top: 10px;
		}
	
	.dblue2 {
		background-image: url('images/boxes/dark_blue_middle.gif');
		background-repeat: repeat-x;
		height: 194px;
		margin-top: 15px;
	}
	
	.dblue_right {
		background-image: url('images/boxes/dark_blue_right_side.gif');
		background-repeat: no-repeat;
		background-position: top right;
		width: 5px;
		height: 194px;
		float: right;
	}
	
	.lblue_left {
		background-image: url('images/boxes/light_blue_left_side.gif');
		background-repeat: no-repeat;
		background-position: top left;
		width: 5px;
		height: 194px;
		float: left;
	}
	
	.lblue {
		background-image: url('images/boxes/light_blue_middle.gif');
		background-repeat: repeat-x;
		height: 194px;
		margin-top: 15px;
	}
	
	.lblue_right {
		background-image: url('images/boxes/light_blue_right_side.gif');
		background-repeat: no-repeat;
		background-position: top right;
		width: 5px;
		height: 194px;
		float: right;
	}
	
	.blue_contaniner {
		padding: 10px;
		color: #ccc;
	}
	
	.boxes {
		padding-top: 10px;
		padding-right: 10px;
	}
	
	.boxes2 {
		padding-top: 10px;
		padding-left: 10px;
	}
	
	.boxes3 {
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	.right {
		float: right;
		position: relative;
		margin-top: 15px;
	}
	
	.right2 {
		float: right;
		position: relative;
		margin-top: 5px;
	}
	
	h1 {
		padding: 0px;
		margin: 0px;
		color: #8DB620;
	}
	
	h2 {
		padding: 0px;
		margin: 0px;
	}
	
	h3 {
		padding: 0px;
		margin: 0px;
		color: #FF9D00;
	}
	
	*html h1 {
		padding: 0px;
		margin: 0px;
		color: #8DB620;
		font-size: 25px;
	}
	
	*html h2 {
		padding: 0px;
		margin: 0px;
	}
	
	*html h3 {
		padding: 0px;
		margin: 0px;
		color: #FF9D00;
		font-size: 14px;
	}
	
	#footer {
		margin-top: 15px;
		margin-bottom: 15px;
		color: #cccccc;
		float: right;
	}
		
		#footer a, #footer a:visited, #footer a:active {
			color: #999999;
		}
		
		#footer a:hover {
			text-decoration: none;
		}
	
	.green_button {
		background-image: url('images/buttons/green_button.gif');
		background-repeat: no-repeat;
		width: 143px;
		height: 36px;
		text-align: center;
		padding-top: 10px;
		float: right;
		position: absolute;
		margin-left: -440px;
	}
	
		.green_button a, .green_button a:visited, .green_button a:active {
			color: #fff;
			font-weight: bold;
		}
		
		.green_button a:hover {
			text-decoration: none;
		}
	
	.blue_button {
		background-image: url('images/buttons/blue_button.gif');
		background-repeat: no-repeat;
		width: 143px;
		height: 36px;
		text-align: center;
		padding-top: 10px;
		float: right;
		position: absolute;
		margin-left: -290px;
	}
		
		.blue_button a, .blue_button a:visited, .blue_button a:active {
			color: #fff;
			font-weight: bold;
		}
		
		.blue_button a:hover {
			text-decoration: none;
		}

	.green_button2 {
		background-image: url('images/buttons/green_button.gif');
		background-repeat: no-repeat;
		width: 143px;
		height: 36px;
		text-align: center;
		padding-top: 10px;
		float: left;
		position: absolute;
		margin-left: 300px;
		margin-top: 5px;
	}
	
		.green_button2 a, .green_button2 a:visited, .green_button2 a:active {
			color: #fff;
			font-weight: bold;
		}
		
		.green_button2 a:hover {
			text-decoration: none;
		}
	
	.blue_button2 {
		background-image: url('images/buttons/blue_button.gif');
		background-repeat: no-repeat;
		width: 143px;
		height: 36px;
		text-align: center;
		padding-top: 10px;
		float: left;
		position: absolute;
		margin-left: 150px;
		margin-top: 5px;
	}
		
		.blue_button2 a, .blue_button2 a:visited, .blue_button2 a:active {
			color: #fff;
			font-weight: bold;
		}
		
		.blue_button2 a:hover {
			text-decoration: none;
		}
	
	.orange_button {
		background-image: url('images/buttons/orange_button.gif');
		background-repeat: no-repeat;
		width: 143px;
		height: 36px;
		text-align: center;
		padding-top: 10px;
		float: right;
		position: absolute;
		margin-left: -140px;
	}
	
	.orange_button2 {
		background-image: url('images/buttons/orange_button.gif');
		background-repeat: no-repeat;
		width: 143px;
		height: 36px;
		text-align: center;
		padding-top: 10px;
		float: left;
		position: absolute;
		margin-right: 140px;
		margin-top: 5px;
	}
	
		.orange_button a, .orange_button a:visited, .orange_button a:active {
			color: #fff;
			font-weight: bold;
		}
		
		.orange_button a:hover {
			text-decoration: none;
		}
		
		.orange_button2 a, .orange_button2 a:visited, .orange_button2 a:active {
			color: #fff;
			font-weight: bold;
		}
		
		.orange_button2 a:hover {
			text-decoration: none;
		}
	
	.buttons {
		float: right;
		position: relative;
	}
	
	.buttons2 {
		float: left;
		position: relative;
	}
	
	p {
		margin-bottom: 0px;
	}
	
	*html p {
		margin-top: 10px;
	}
	
	.tb_top3 {
		background-image: url('images/chart/tb_top3.gif');
		background-repeat: repeat-x;
		background-color: #013055;
		color: #fff;
	}
	
	.tb_top {
		background-image: url('images/chart/tb_top.gif');
		background-repeat: repeat-x;
		background-color: #013864;
		color: #fff;
		text-align: center;
	}
	
	.tb_top2 {
		background-image: url('images/chart/tb_top2.gif');
		background-repeat: repeat-x;
		background-color: #024478;
		color: #fff;
		text-align: center;
	}
	
	.td {
		background-image: url('images/chart/td.gif');
		background-repeat: repeat-x;
		background-color: #CBCBCB;
		color: #000;
		text-align: center;
	}
	
	.td2 {
		background-image: url('images/chart/td2.gif');
		background-repeat: repeat-x;
		background-color: #EEEEEE;
		color: #000;
		text-align: center;
	}
	
	.td3 {
		background-image: url('images/chart/td3.gif');
		background-repeat: repeat-x;
		background-color: #B1B1B1;
		color: #000;
	}
	
	.tb_main {
		background-image: url('images/chart/tb_main.gif');
		background-repeat: repeat-x;
		background-color: #FD8F00;
		color: #fff;
		text-align: center;
		font-weight: bold;
	}
	
	.tb_buy {
		background-color: #96CD20;
		background-image: url('images/chart/tb_buy.gif');
		background-repeat: repeat-x;
		color: #fff;
		text-align: center;
		font-weight: bold;
	}
	
	.tb_buy2 {
		background-color: #A9E921;
		background-image: url('images/chart/tb_buy2.gif');
		background-repeat: repeat-x;
		color: #fff;
		text-align: center;
		font-weight: bold;
	}
	
	.tb_buy3 {
		background-color: #80AF1B;
		background-image: url('images/chart/tb_buy3.gif');
		background-repeat: repeat-x;
		color: #fff;
		font-weight: bold;
	}
	
	.red {
		color: #CC0000;
		font-weight: bold;
	}
	
	.green {
		color: #009900;
		font-weight: bold;
		font-size: 17px;
	}
	
	.purchase_now a, .purchase_now a:visited, .purchase_now a:active {
		color: #fff;
		font-weight: bold;
	}
	
	.purchase_now a:hover {
		text-decoration: none;
	}
	
	.green_buy {
		background-image: url('images/buttons/green_button.gif');
		background-repeat: no-repeat;
		width: 143px;
		height: 36px;
		text-align: center;
		padding-top: 10px;
		color: #fff;
		font-weight: bold;
	}
	
		.green_buy a, .green_buy a:visited, .green_buy a:active {
			color: #fff;
			font-weight: bold;
		}
		
		.green_buy a:hover {
			text-decoration: none;
		}
	
	.hr {
		color: #666666;
	}