/*#############################################################
Name: avgust-group
Date: 29-02-2008
URL: http://www.luckry.com
#############################################################*/
@charset "utf-8";

html, body {
	margin: 0; 
	padding: 0;
	overflow: auto;
}

body {
	width: 100%; max-width: 100%;
	background-color: #333;
	font: 400 0.8em arial, sans-serif;
	color: #ccc;
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #f58220;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#left {
	position: absolute; top: 0; left: 0; 
	overflow: hidden; 
	height: 100%; width: 35%;
	text-align: right;
	background: #333 url('../images/fade.jpg') no-repeat right;
}

#outer {
	position: absolute; left: 0; top: 10%;
	width:100%;
	height: auto;
	top:20%;
	margin-top: -100px;
}
		
#outer ul{
	text-decoration:none;
	list-style: none;
	padding:0;
}
#outer li{
}

#outer ul li a{
	text-decoration: none;
    color: #aaa;
	display: block;
	margin: 0;
	padding: 0px 30px 0px 0px;
    font: 400 18px 'trebuchet ms', arial, sans-serif;
    color: #aaa;
}

#outer ul li a:hover {
	display: block;
	color: #f58220;
	background: #282828;
	text-decoration: none;
}

#contacts {
  
}


body > #left {
	position:fixed;
}

#main {
	height: 100%;
	margin: 20px 2% 2% 35%;
	padding-top: 0px !important;
	padding-top: 20px;
	overflow: visible;
}
		
#header {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}

#header img {
	margin: 0px;
	padding: 0px;

	border: 0px;
}

span.B_crumbBox {
	display: block;
	margin: 20px 0px 5px 6%;
	text-align: left;
}

#main h1 {
	display: block;
	margin: 10px 0px 5px 6%;
	font: 400 25px 'century gothic', 'trebuchet ms', arial, sans-serif;
	color: #fff;
	text-align: left;
}

h2 {
	display: block;
	margin: 0 0 5px 0;
	font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
	color: #fff;
}


	span.title {
		display: block;
		margin: 0 0 5px 0;
		font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		}

	img.logo {
		margin-right: 26px;
		border:0px;
		}



	.credit a, .credit a:hover {
		color: #555;
		}

	.number {
		float: left; 
		width: 2.0em;
		font: 600 1.3em arial, sans-serif;
		padding-right: 5px;
		text-align: right;
		}

	div.main {
		margin-left: 2.9em;
		margin-bottom: 25px;
		border-left: solid 1px #3a3a3a;
		padding: 0 30px 30px 5px;
		background: #333 url('../images/corner.jpg') no-repeat bottom right;
		}


	a img.main:hover {
		background: #cf0;
		}

	div.quote {
		margin: 8px 0 12px 10px; color: #fff;
		background: #2a2a2a url('../images/quote.jpg') repeat-x top;
		border-bottom: solid 1px #2e2e2e; 
	 	border-right: solid 1px #2e2e2e; 
	 	border-left: solid 2px #0c0;
		padding: 8px;
		line-height: 1.7em;
		}

	p.comment {
		font-size: 0.9em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		text-align:left;
		}

	span.credit {
		display: block;
		text-align: center;
		color: #555;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'trebuchet ms', arial, sans-serif;
		}


