/* @group Chrome */
body {
	font: normal 62.5% "lucida grande",verdana,tahoma,arial,sans-serif;
	background: #181818;
	margin: 0;
	padding: 0; }
body * { margin: 0; padding: 0; }

a { color: #fff; text-decoration: underline; font-weight: bold; }
a:hover { text-decoration: none; }

h1 { color: #fff; font-size: 3em; float: left; }
p { padding: 3px 10px 5px; font-size: 1.2em; color: #fff; line-height: 1.4em; }

#wrapper { width: 950px; margin: 10px auto; }
	#header { position: relative; height: 3.7em; }
	
	#header ul { position: absolute; bottom: 0; list-style: none; right: 150px; }
			#header ul li { font-size: 1.4em; padding-left: 11px; margin-right: 8px; float: left; background: #343231 url(../images/tab/left.gif) top left no-repeat; }
			#header ul li a { outline: none; display: block; padding: 4px 11px 4px 0px; text-decoration: none;  background: #343231 url(../images/tab/right.gif) top right no-repeat; color: #fff; font-weight: normal; }
			#header ul li a:hover { text-decoration: underline; }
			#header ul li#selected { background: #736b68 url(../images/tab/leftSelected.gif) top left no-repeat; }
				#header ul li#selected a { display: block; font-style: normal; padding: 4px 11px 4px 0px; font-weight: bold; background: #736b68 url(../images/tab/rightSelected.gif) top right no-repeat; cursor: s-resize; }
				#header ul li#selected a:hover { text-decoration: none; }
				
	#content { width: 950px; height: 604px; clear: both; background: #867e7b url(../images/bg_01.jpg) no-repeat right top; position: relative; }
		h2 { background: #4b4744; color: #fff; padding: 4px 10px; font-size: 1.6em; font-weight: normal; margin: 0; text-transform: uppercase; }
		#primary { width: 330px; float: left; margin: 20px 0 20px 20px; display: inline; }
		#secondary { width: 190px; float: left; margin: 20px 0 20px 20px; display: inline; }
		#ref { position: absolute; bottom: 20px; left: 20px; width: 535px; }
	
		body#show #video { width: 580px; clear: both; margin: 0 0 0 20px; height: 370px; }


	#slideshow { width: 944px; padding: 3px; text-align: center; background: #000; clear: both; }
		#slideshow img { margin: 3px; }
	#footer { height: 50px; text-align: right; color: #aaa; }
		#footer a { color: #aaa; text-decoration: underline; font-weight: bold; }
		#footer a:hover { text-decoration: none; }
/* @end */