/* CSS Document */


/*..............GLOBAL.............*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 12px; 
	line-height: 18px;
	color: #333333;
}

a:link {color: #71bc6c; text-decoration: none}
a:visited {color: #71bc6c; text-decoration: none}
a:hover {color: #71bc6c;}
a:active {color: #71bc6c;}

#container {
	position:relative;
	margin:10px auto;
	width: 950px;
	height: auto;
}





/*..............NAVIGATION.............*/



#logobanner {
	position:absolute;
	width: 734px;
	height: 126px;
	}

#logo{
	margin:0px 13px 13px 0px;
	}
	
#bannertop{
	margin:0px 0px 13px 0px;
	}

#nav {
	position:absolute;
	width: 114px;
	height: 250px;
	display:block;
	top: 138px;
	left: 0px;
	margin:0px 13px 13px 0px;
	background-image: url(../images/navbox.gif);
	background-repeat:no-repeat;
	padding: 20px 30px 10px 10px;
	text-align:right; 	
}
	
#nav a {
	font-family:Verdana; 
	font-size:10px; 
	line-height: 12px;
	font-weight:bold; 
	color:#ffffff; 
	letter-spacing: .20em; 
	display:block;
	padding-bottom:12px;
	
}

#nav a:hover {
	color:#00a2cf;
}

/*..............MAIN PANES.............*/


#main_pane_home {
	position: absolute;
	width: 576px;
	left: 157px;
	top: 139px;
}

#right_extra {
	height: 1000px;
	width:200px;
	position:absolute;
	left:734px;
	top:385px;
}

#right_extra_store {
	height: 1000px;
	width:200px;
	position:absolute;
	left:744px;
	top:385px;
}


#main_top {
	position:absolute;
	left: 157px;
	top: 138px;
	width:260px;
	height:229px;
	text-align:left;
	padding:20px 350px 0px 55px;
}

.cdhead {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: .20em;
	}

.cdtitle {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	float:left;
	padding:7px 0px 0px 6px;
}
.cdprice {
	font-family: Verdana, sans-serif;
	font-weight:bold;
	font-size: 10px;
	line-height: 15px;
	color:#FFFFFF;
	float:left;
	padding:7px 0px 0px 0px;
}

#main_copy {
	position:absolute;
	left: 157px;
	top: 387px;
	width:480px;
	height:auto;
	padding:40px 55px 100px 45px;
	background:url(../images/middle.gif) top left ;
	background-image: url(../images/middle.gif);
}	



#left_extra {
	position: absolute;
	width: 140px;
	top: 400px;
	left: 0px;
}

.click_here {
	position: absolute;
	background:url(../images/clickhere.png) top left no-repeat; 
	left: 46px;
	top: auto;
	width:155px;
	height:31px;
	margin-left:330px;
	margin-top:50px;
	text-indent:-9999px;
}

.add_to_cart {
	display:block;
	background:url(../images/addtocart.png) top left no-repeat; 
	width:83px;
	height:17px;
	margin-top:15px;
	text-indent:-9999px;
}

.go_to_store {
	display:block;
	background:url(../images/gotostore.png) top left no-repeat; 
	float:left;
	width:83px;
	height:17px;
	margin-top:15px;
	text-indent:-9999px;
}
.get_swag{
	display:block;
	background:url(../images/getswag.png) top left no-repeat; 
	float:left;
	margin:5px;
	width:83px;
	height:17px;
	margin-top:15px;
	text-indent:-9999px;
}
.get_amazon{
	display:block;
	background:url(../images/amazon2.png) top left no-repeat; 
	float:left;
	margin:0px;
	width:83px;
	height:45px;
	margin-top:1px;
	text-indent:-9999px;
}
.get_itunes{
	display:block;
	background:url(../images/itunes.png) top left no-repeat;
	float:left;
	margin:5px;
	width:83px;
	height:45px;
	margin-top:1px;
	text-indent:-9999px;
}
.get_trythis2{
	display:block;
	background:url(../images/trythis2.png) top left no-repeat;
	float:left;
	margin:0px;
	width:83px;
	height:45px;
	margin-top:1px;
	text-indent:-9999px;
}

#main_sw_copy, #main_ch_copy, #main_at_copy, .store_listing {
	font-family: Verdana, sans-serif;
	font-size:10px;
	line-height:14px;
}

#main_ch_top strong {
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	line-height:1.7em;
	letter-spacing:.05em;
}

#slideshow {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#slideshow li {
	padding:0px;
	margin:0px;
}

#copyright {
	position: absolute;
        width: 300px;
	height: 25px;
	top: 100%;
	left: 158px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

#main_contact input, textarea {
	width:460px;
}