/* SETA MUSIC GLOBAL STYLES */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color:#660000;
	}
	
#clearfix {
	clear:both;
	height:1%;
	}
	
h1 {
	color:#660000;
	font-weight:bold;
	font-size:18px;
	}	
	
h2 {
	color:#660000;
	font-weight:bold;
	font-size:14px;
	}	
	
#wrapper {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #000;
	}
	
#disclaimer {
	width:780px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	color: #FFF;
	font-size:11px;
	text-align:right;
	background-color:#550000;
	margin-bottom:20px;
	}
			
#disclaimer p {
	padding-right:20px;
	padding-top:10px;
	}			
	
#header {
	width:780px;
	background-color:#000;
	height:100px;
	background-image:url(../images/production/bg-header.jpg)
	}	
	
#logo {
	float:left;
	width:230px;
	}
	
#nav {
	float:right;
	width:540px;
	height:25px;
	padding-top:68px;
	}
	
#nav li {
	list-style:none;
	display:inline;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	}
	
#nav li a:link {
	color:#FFCC66;
	text-decoration:none;
	}	
	
#nav li a:visited {
	color:#FFCC66;
	text-decoration:none;
	}	
	
#nav li a:active {
	color:#FFCC66;
	text-decoration:none;
	}	
	
#nav li a:hover {
	color:#FFF;
	text-decoration:none;
	}	
	
#container {
	width:780px;
	background-color:#000;	
	}	

#subnav {
	width:132px;
	float:left;
	height:500px;
	background-color:#000;
	background-image:url(../images/production/bg-subnav.png);
	background-repeat: no-repeat;
	}
	
#subnav ul {
	margin:0px;
	padding:0px;
	}	

#subnav li {
	list-style:none;
	padding-right:10px;
	font-size:11px;
	font-weight:bold;
	margin-left:35px;
	padding-top:5px;
	padding-bottom:4px;
	}
	
#subnav li a:link {
	color:#660000;
	text-decoration:none;
	}	
	
#subnav li a:visited {
	color:#660000;
	text-decoration:none;
	}	
	
#subnav li a:active {
	color:#660000;
	text-decoration:none;
	}
	
#subnav li a:hover {
	color:#333;
	text-decoration:none;
	}	
	
#content_index {
	float:right;
	width:647px;
	height:450px;
	background: url(../images/production/index.jpg) no-repeat;
	}	
	
#content {
	float:right;
	width:617px;
	background-color:#FFF;
	padding:15px;
	min-height:500px;
	line-height:20px;
	}		
	
#content_index p {
	margin-top:25px;
	padding-left:100px;
	color:#FFCC66;
	font-size:32px;
	font-weight:bold;
	text-shadow:#333;
	font-style:italic;
	}		
			
#brands {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	border-top:1px solid #CCC;
	}
	
.img_border {
	border: 1px solid #660000;
	}
	
#left {
	width: 260px;
	float:left;
	}
	
#right {
	float:right;
	width:350px;
	}		
	
.featured {
	font-size:13px;
	color:#333;
	}		
	
dd {
  	margin-bottom: 10px;
	}

dl {
  	padding: 10px;
	}

fieldset {
  	border: 1px solid #CCC;
  	padding-top: 0;
  	margin-bottom: 20px;
  	font-size: 10px;	
 	background-color: #D8D8D8;	
 	*background-color: #FFF;	
	}

legend {
	color: #FFF;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 10px;
	background-color:#666;
	border: 1px solid #CCC;
	}

dl.tbl dt {
  	float: left;
  	width: 130px;
  	text-align: right;
	}

	dl.tbl dd {
  	margin-left: 140px;
	}

dl.tbl input {
  	width: 250px;
	}
	
p.btns {
  background: #999;
  border: 1px solid #777;
  display: block;
  padding: 8px 100px 8px 8px;
  text-align:right;
	}

p.btns input {
	background-color:#666;
	border: 1px solid #999;
	color: #FFF;
	padding:3px;
	}	