/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.7.0 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/***************************
	Main Tags
***************************/
html, body {
	height: 100%;
}

body {
	text-align:center;
	background-color: #131313;;
	color:#fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}

a {
	text-decoration:underline;
	color:#fff;
}

a:hover {
	color:#eb302d;
}

a:active {
  outline: none;
}

p, ul {
	margin:1em 0;
}
span {
	color: #528422;
}

strong {
	font-weight: bold;
}

:focus {
  -moz-outline-style: none;
}

hr {
	display: block;
	clear: left;
	visibility: hidden;
}

/***************************
	Fixes
***************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
}

/***************************
	Main
***************************/

#main {
	padding: 50px 0 0 0;
}

#main .wrap {
	width:940px;
	margin:0px auto;
	text-align:left;
	border: 1px solid #343434;
	background: transparent url(../images/bg.png) repeat;
	min-height:625px;
	height:auto !important;
	height:625px;
}

#top {
	position: relative;
	height: 130px;
}

#logo {
	width:204px;
	height: 62px;
	position: absolute;
	top: 40px;
	left: 40px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/logo.gif) no-repeat;
}

#navigation {
	position: absolute;
	top: 50px;
	right: 107px;
}

#navigation li {
	display:block;
	float:left;
	height:45px;
	margin:0 0 0 30px;
}

#navigation a {
	color: #FFF;
	font-size: 24px;
	text-decoration: none;
}

#navigation a:hover, #navigation li a.selected {
	color: #eb302d;
}

#content {
	padding: 0 110px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 24px;
}

#content .gallery-item {
	margin: 10px 0;
}

#content .gallery-item a {
	display: block;
	width: 720px;
	height: 109px;
	border: 2px solid #131313;
}

#content .gallery-item a:hover {
	border: 2px solid #d82029;
}

#footer {
	padding: 5px 0 20px 0;
	font-size: 12px;
	text-align: right;
	color: #b4b4b4;
}