html, body, ul, li, h1, h2, h3, h4, p {
	padding: 0;
	margin: 0;
	list-style: none;
	}

html {
	text-align: center;
	}	
	
body {
	width: 860px;
	text-align: left;
	margin: 0 auto;
	font: 76.1% / 1.4em Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	outline: none;
	}

/************************* MENU ******************************/	
#menu {
	width: 100%;
	height:32px; 
	position:relative; 
	z-index:100;
	}

#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
#menu ul li {
	border-bottom: 1px solid #fff;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	position:relative;
	color: #000;
	}
/* style the links for the top level */
#menu a {
	display:block;
	height:30px; 
	line-height:29px;
	text-decoration: none;
	color: #000000;
	text-indent: -9999px;
	}
#home {
	width: 120px;
	}
	
#home a  {
	background: #fff url(../images/home.gif) no-repeat 0 0;
	}
	
#home a:hover  {
	background-position: -178px 0;
	}
	
#media {
	width: 105px;
	}
	
#media a  {
	background: #fff url(../images/media.gif) no-repeat 0 0;
	}
	
#media a:hover  {
	background-position: -145px 0;
	}
	
#buy {
	width: 80px;
	}
	
#buy a  {
	background: #fff url(../images/buy.gif) no-repeat 0 0;
	}
	
#buy a:hover  {
	background-position: -141px 0;
	}
	
#press {
	width: 120px;
	}
	
#press a  {
	background: #fff url(../images/press.gif) no-repeat 0 0;
	}
	
#press a:hover  {
	background-position: -179px 0;
	}
	
#contact {
	width: 123px;
	}

#contact a  {
	background: #fff url(../images/contact.gif) no-repeat 0 0;
	}
	
#contact a:hover  {
	background-position: -123px 0;
	}
	
/************* SUB MENU ********************/
#menu ul ul {
	visibility:hidden;
	position:absolute;
	top:31px;
	left:0;
	width: 156px;
	}
	
#menu ul li ul li {
	width: 52px;
	float: left;
	}

#menu ul li ul li a {
	display: block; 
	height:auto;;
	padding: 0;
	}
	
#menu #look a  {
	width: 50px;
	background: #fff url(../images/look.gif) no-repeat 0 0;
	}
	
#menu #look a:hover  {
	background-position: -52px 0;
	}
	
#menu #listen a  {
	width: 50px;
	background: #fff url(../images/listen.gif) no-repeat 0 0;
	}
	
#menu #listen a:hover  {
	background-position: -50px 0;
	}

#menu #watch a  {
	width: 50px;
	background: #fff url(../images/watch.gif) no-repeat 0 0;
	}
	
#menu #watch a:hover  {
	background-position: -50px 0;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */

	



/* style the top level hover */
#menu ul a:hover, #menu ul ul a:hover{
	
	}
#menu :hover > a, #menu ul ul :hover > a {
	}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility:visible; 
	}

.current {
	color: #FF9900 !important;
	}

/************************* END MENU ******************************/	
#intro {
	padding: 20px 0 0 0;
	}
	
.clearfix {
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
	}
	
#content {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 30px 0;
	}
	
#content a, #intro a {
	color:#de2968;
	text-decoration:none;
	}
	
.clearfix object, .clearfix embed {
	float: left;
	padding: 0 10px 0 0;
	}

.col_2 {
	width: 390px;
	float: left;
	
	}

.col_2_3 {
	float: left;
	width: 553px;
	padding: 0 20px 0 0;
	}
	
.col_2_3 ul {
	padding: 0 20px 0 0;
	border-right: 1px solid #e6f666;
	}
	
.col_1_3 {
	float: left;
	width: 286px;
	}
	
.col_1_3 li {
	padding: 0 0 1.3em 0;
	}
	
	
.split_col li {
	width: 48%;
	float: left;
	height: 10em;
	margin: 0 10px 0 0;
	}
	
.article_list li {
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
	}
	
#gallery {
	padding: 20px 0 0 0;
	}
	
#gallery li {
	text-align: center;
	float: left;
	width: 120px;
	height: 150px;
	padding: 10px;
	}
	
#gallery li img {
	padding: 5px;
	border: 1px dotted #000;
	}
	
/************* HEADINGS *********************/
h1 {
	position: relative;
	width: 100%;
	height: 114px;
	background: transparent url(../images/feathers.jpg) 100% 0 no-repeat ;
	border-bottom: 3px solid #000;
	}
	
h1 a {
	position: absolute;
	display: block;
	width: 165px;
	height: 43px;
	margin: 50px 0 0 10px;
	text-indent: -9999px;
	background: transparent url(../images/heading.jpg) 0 0  no-repeat;
	}
	
h2 {
	font-size: 2.2em;
	font-weight: normal;
	padding: 0.5em 0 0.3em 0;
	}
	
h3 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 0.5em 0 0.3em 0;
	}
	
/************* END HEADINGS *********************/
	
label {
	display: block;
	}
	
input, textarea {
	border: 1px solid #000;
	padding: 2px;
	}
	
.form li {
	padding: 0 0 10px 0;
	}
	
img {
	border: none;
	}
	
.thumb {
	text-align: center;
	width: 200px;
	height: 200px;
	float: left;
	}

#footer {
	border-top: 3px solid #000;
	}
	

