/*GLOBAL*/
html {
	font-size: 100.1%;
	height: 100%;
	background: #000818  url(img/wrap.gif) repeat-x;
}
body {
	font: 74% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	min-width: 950px;
	height:100%;
}

li {list-style: none;}
a {text-decoration: none; color:#fff;}
a:hover {text-decoration: underline; color:#fff;}
a:visited {color:#fff;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}
h1 {
	color: b3baff;
	font-size: 1.6em;
}

#head {
	color: #fff;
	font-size: 1.8em;
	text-decoration: underline;
	padding-bottom: 10px;
	margin-top: -5px;
}
/*END GLOBAL*/

/*MAIN CONTAINER*/
.main-holder {
	background: url(img/bg.jpg) no-repeat center top;
	height: 100%;
}
#main {
	margin: 0 auto;
	width: 950px;
	height: 100%;
}
/*END MAIN CONTAINER*/

/*HEADER*/
#header {
	height: 120px;
	position: relative;
}
/*END HEADER*/

/*LOGO*/
.logo {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 17px;
	height: 84px;
	width: 330px;
	background: url(img/logo.png) no-repeat;
}
.logo a {
	width: 100%;
	height: 100%;
}
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*END LOGO*/

/*MENU*/

.menu {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 27px;
	top: 15px;
	text-transform: lowercase;
}

.menu  .active a {
	color: #fff;
}

.menu li{
	float:left;
	position:relative;
	display: inline;
	padding-left: 21px;
	text-transform: lowercase;
}

.menu li a:hover, .menu-top li.hover {
	color: #ffffff;
	text-decoration:none;
}

.menu li a {
	font-size: 13px;
	font-weight: bold;
	position: relative;
	color: #bdc7d0;
	display:block;
	text-decoration:none;
}

/*END MENU*/

/*CONTAINER*/
#container {
	width: 820px;
	overflow: hidden;
	padding: 0 0 170px 107px;
}
/*END CONTAINER*/

/*CONTENT*/

.content_big {
	float: left;
	width: 788px;
	background: url(img/content_big.jpg) no-repeat;
	padding: 18px 15px 20px 20px;
}

.content {
	float: left;
	width: 530px;
	background: url(img/content.jpg) no-repeat;
	padding: 18px 15px 20px 20px;
}

.content p, .content_big p {
	font-size: 140%;
	line-height: 180%;
}

/*text inside content*/
p, body, table {
	font-size: 13px;
	line-height: 18px;
	color: #b3bac5;
}
p {
	margin: 0 0 15px 0;
}

/*content heading*/
.colheading {
	color:#aabbcc;
	font-size: 15px;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0 0 15px;
}

/*END CONTENT*/

/*SIDEBAR*/
.sidebar {
	float: right;
	width: 210px;
	height: 469px;
	padding: 15px 15px 20px;
}

.sidebar a, .sidebar a:visited {
	color: #fff;
}

.sidebar a:hover {
	color: #aabbcc;
}
/*END SIDEBAR*/


/*FOOTER*/
#footer {
	clear: both;
	color: #fff;
	font-size: 9px;
	margin: 0;
	text-align: center;
	letter-spacing: 2px;
	height: 40px;
	padding-top: 40px;
}
/*END FOOTER*/

/*GALLERY*/
	.caption{display:none;}
	.gallery{width:515px;margin:0 auto;}
	.gallery li{width:68px;height:50px;border:3px double #111;margin: 0 2px;}
	.gallery li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	#main_image{margin:0 auto 60px auto;width:500px;}
	#main_image img{margin-bottom:10px;}
	.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	.info{text-align:left;width:500px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
	.info p{margin-top:1.6em;}
/*END GALLERY*/