/* 
	2007 Copyright Summit Recording Group. All Rights Reserved.
	Images and content may not be reproduced or reused in any fashion. 
	
	Feel free to use any of the styles below, however this unique combination and layout is copyright. 
*/

/* Reset browser defaults */
* {margin:0;padding:0}

/* --------- Global Styles ---------- */

body {
	font:.6875em/1.5 Verdana, Arial, Helvetica, sans-serif;
	background-color:#393939;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-table;}
.small {font-size:.92em}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.skip {
	display:none;
	/* \*/
	display:block;
	/* */
	position:absolute;
	left:-5000px;
	top:-5000px;
	width:1px;
	height:1px;
}
/*---------------------- Tags ------------------------*/
/*------ <a> ----- */

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


/*------ <h> ----- */
h2 {
	font:2em/1.5 Arial, Helvetica, sans-serif;
	color:#a20101;
	margin-bottom:.5em;
}
	h2 span {color:#333}
		h2 a {display:block;text-decoration:none}
		h2 a:hover {text-decoration:underline}

	/*h2 a.dr {background:#fff url(../images/dr_logo.png) no-repeat 0 0}
	h2 a.sr {background:#fff url(../images/sr_logo.png) no-repeat 0 0}*/


/*---------------------- Layout ------------------------*/

#header-wrap, #stage-wrap, #footer-wrap {width:100%;text-align:center}

#header-wrap {background:#fff url(../images/header-wrap_bg.png) repeat-x 0 0}

#header, #stage, #footer {width:800px;text-align:left;margin:0 auto}

#header {height:100px;background:transparent url(../images/logo.png) no-repeat 75px 61px}

#stage-wrap {background-color:#fff}
#stage {width:740px;_width:800px;padding:30px 0 60px 60px}
	#stage div {width:370;float:left;text-align:center}	
	#stage div.left {width:339px;margin-right:30px;border-right:1px dotted #ccc;display:inline;}
	#stage div img {display:block;margin:0 auto 0 auto;border:1px solid #ccc;padding:2px}
	#stage div a:hover img {border:1px solid #999}
#footer-wrap {background-color:#393939;border-top:3px solid #a20101}

	#footer {width:670px;padding:.5em 0 1em 130px}
		#footer p {margin-bottom:.1em;color:#a6a5a5}
