html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #252525 url(pictures/bg01.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #000000;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

ul.style
{
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul.style li
{
	float: left;
	margin-right: 10px;
}

ul.style img
{
	display: block;
	border-radius: 4px;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	margin: 4em auto;
	background: #141414 url(pictures/bg02.png) repeat;
}

#featured-wrapper {
	overflow: hidden;
	padding: 6em 50px;
	//background: #4D4D4D;
	background: #141414 url(pictures/bg02.png) repeat;
	color: #2D2D2D;
}

#featured-wrapper h2
{
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.8em;
	color: #FFF;
}

#featured-wrapper span
{
	font-size: 0.80em !important;
	color: #323232;
}

#footer-wrapper {
	overflow: hidden;
	padding: 10em 0em;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

/** HEADER */

#header {
	overflow: hidden;
	padding-top: 3.0em;
}

/* Logo */

#logo {
	height: 240px;
	margin: 0 auto 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	text-align: center;
	text-transform: uppercase;
}

#logo h1 a {
	font-size: 2.2em;
	color: #FFF;
}

#logo h1 span {
	color: #fbe012;
	font-family: Arial;
}

#logo p {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.9em;
	font-family: Arial;
	color: #fbe012;
}

#logo p a {
	color: #595959;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #fbe012;
}

/** MENU */

#menu {
	overflow: hidden;
	width: 1100px;
	margin: 0px 50px;
	height: 80px;
	color: #000000;
	font-size: 20pt;
	border-bottom: 2px solid #272727;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-left: 2px solid #272727;
}

#menu a {
	display: block;
	margin: 0em 3em;
	padding: 1em 0em;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	text-align: center;
	font-size: 0.8em;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	color: #a9a9a9;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .first {
	border-left: none;
}

/** PAGE */

#page {
	overflow: hidden;
	height: 26em;
	padding-top: 4em;
	padding-left: 50px;
	background: url(pictures/img02.png) no-repeat right bottom;
	color: #6A6A6A;
}

#page .content
{
	width: 400px;
}

#page .content p
{
	font-size: 1.1em;
}

#page h2
{
	display: block;
	padding-bottom: 0.20em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 600;
	color: #FFF;
}

#page span
{
	display: block;
	padding-bottom: 0.50em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 200;
	color: #00FF00;
}


/* Footer */

#footer-content
{
	overflow: hidden;
	padding: 5em 0em;
	color: #9f9f9f;
	
}

#footer-content a
{
	color: #515151;
}

#footer-content h2
{
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fbe012;
}

#footer-content strong
{
	color: #9F9F9F;
}

#footer-content #box
{
	font-size: 1.3em;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0px 40px;
}

/* Footer */

#footer {
	overflow: hidden;
	padding-bottom: 3em;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	font-size: 0.80em;
	color: #525252;
}

#footer a {
	color: #666666;
}


/* GALLERY */
#gallery {
	margin: 0px 0px 0px 50px;
}

#gallery img {
	padding: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: grey;
	border-radius: 5px;
	margin: 5px 5px;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;

}

#gallery #pagination {
	text-align: center;
	margin-top: 5px;
}

#gallery #pagination a {
	background: #fff;
	padding: 4px 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin: 0px 5px;
	color: #a9a9a9;
	text-decoration: none;
}

#gallery #pagination a:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#gallery #pagination strong {
	background: #fff;
	padding: 4px 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	margin: 0px 5px;
	color: #838383;
}



