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

* {
	margin: 0;
	padding: 0;	
}

body {
	background: url(../images/bgr.jpg) top no-repeat #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b3b3b3;
}

a {
	outline: none;
	text-decoration: none;
	color: #ff6633;
}

a:hover {
	color: #b3b3b3;
}

img {
	border: none;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff6633;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 5px;
}

/**common**/


#wrapper {
	width: 960px;
	margin: auto;
	margin-top: 57px;
}

#top {
	width: 960px;	
}

#navigation {
	width: 925px;
	height: 34px;
	padding-top: 8px;
	padding-left: 25px;
	background:url(../images/navigation_bgr.jpg) top repeat-x;
}

#navigation img {
	float:left;
}
#main {
	width: 960px;
	min-height: 500px;
	background: #2c2c2c;
	margin-top: 26px;
}

.main_nobox {
	width: 900px;
	padding-left: 25px;
}

#footer {
	width: 960px;
	height: 50px;
	background:#000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.table_discography {
	color:#b3b3b3;
}

.table_discography h1 {
	padding-bottom: 0;
}

.table_discography td {
	padding: 3px 10px 3px 25px;
}

.shade_gray {
	background: #1e1e1e;
}
.border {
	border: 1px solid #111;
}
.border_bottom {
	border-bottom: 1px solid #111;
}
.border_bottom td {
	border-bottom: 1px solid #111;
}
.small_note {
	font-size: 10px;
}

.form_leftcol {
	width: 270px;
}

.form_rightcol {
	width: 290px;
	margin-left: 50px;
}

.sidetxt {
	width: 270px;
}

.thankyou {
	width: 610px;
	text-transform: uppercase;
	padding-top: 50px;
}
.txtbox {
	background: #2c2c2c;
	color: #b3b3b3;
	width: 250px;
	border: 1px solid #111;
	padding: 3px;
}
.txtbox_webiste {
	background: #2c2c2c;
	color: #b3b3b3;
	width: 219px;
	border: 1px solid #111;
	padding:3px;
}
.txtbox_mssg {
	background: #2c2c2c;
	color: #b3b3b3;
	width: 250px;
	height: 158px;
	border: 1px solid #111;
	padding:3px;
}
.bttn {
	background: #2c2c2c;
	color: #ff6633;
	border: 1px solid #111;
	padding:3px;
	cursor: pointer;
}
.bttn:hover {
	color:#b1b1b1;
}
/**common**/


/**home**/

.viewvideo {
	margin-right: 40px;
	font-size: 11px;
}

.home_darkshaded_box {
	width: 903px;
	height:241px;
	background:url(../images/dark_shaded_box.jpg) top no-repeat;
	margin-left: 7px;
	margin-top: 30px;
	padding: 0px 20px 0px 20px;
}

.home_lightshaded_box {
	width: 903px;
	height:238px;
	background:url(../images/light_shaded_box.jpg) top no-repeat;
	margin-left: 7px;
	margin-top: 30px;
	padding: 0px 20px 0px 20px;
}


.showreel20 {
	margin-left: 58px;	
}

.home_col {
	width: 420px;
	margin-right: 30px;
}

/**home**/


/**contact**/

#contact_form{
	width: 300px;
}

.contact_info {
	width: 250px;
	margin-left: 30px;
}
	

/**contact**/



/**misc **/

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	clear:both;
}

.imgborder {
	border: 2px solid #1f1f1f;	
}

.imgright {
	margin-left: 20px;
}

.img_inner {
	border: 2px solid #111;
	padding: 2px;
	margin-left: 20px;
}

.orange {
	color: #ff6633;
}

.list_txt {
	list-style: outside;
	margin-left: 15px;
	color: #ff6633;
}
.list_txt span {
	color:#b3b3b3;
}

/**misc**/
