@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic&subset=latin-ext,latin);
body,td,th {
	font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a{
	text-decoration: inherit;
}
::selection{
	background-color: #900;
	color:white;
}
::-moz-selection{
	background-color: #924646;
	color:white;
}
body {
	background-image: url(body/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#main_background{
	position: fixed;
	
	width: 800px;
	height: 100%;
	
	margin: 0 -400px;
	left: 50%;

	background-color: white;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
			box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
}
#main_container{
	position: absolute;
	
	margin: 0 -400px;	
	left: 50%;
	width: 800px;
	min-height: 100%;

}
header{
	background: url(body/header_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 150px;
}
#header_bottom{
	position: absolute;
	height: 80px;
	width: 100%;
	background:url(body/header_bottom_overlay.png);
	z-index: 2;
}
#left_menu a{
	color: inherit !important;
	text-decoration: none;
}
.clear{
	float: none;
	clear: both;
}
#left{
	position: absolute;
	width: 150px;
	padding-bottom: 500px;

}
#left_menu,
#left_menu li ul{
	position: absolute;
	
	list-style:none;
	padding: 0px;
	
	z-index: 5;
}
#left_menu a{
	display: block;
	width: 100%;
}
#left_menu li{
	position: relative;
	
	cursor: default;
}
#left_menu{
	width: 150px;
	
	font-size: 12px;
	margin-top: 81px;
}
#left_menu ul{
	display: none;
}
#left_menu>li{
	display: block;
	
	background-color: #dcdcdc;
	color: #666;
	
	padding:4px 5px;
	margin-bottom: 1px;
}
#left_menu li:hover>ul,
#left_menu li:focus>ul{
	display: block;
	
	float: left;
	
	margin: 0px;
	padding-left: 1px;

	width: 150px;
	left: 150px;
	top: 0px;
	}
#left_menu li:hover,
#left_menu li:focus{
	background-color: #C00;
	color: white;
}
#left_menu>li ul li{
	display: block;
	
	background-color: rgba(20,20,20,.8);
	margin-bottom: 1px;
	padding:4px 5px;
}
#content{
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 250px;
	margin-left: 151px;
	
	min-height: 700px;
}
footer{
	position: absolute;
	bottom: 0px;
	
	width: 100%;
	height: 240px;
	
	border-top: solid 1px #999;

	background: #bfbfbf; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfbfbf 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfbfbf 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfbfbf 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfbfbf 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfbfbf 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

footer div.menu{
	color: #333;
	float: left;
	width: 200px;
	padding: 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
footer div.menu h1{
	color: #C00;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	
	border-bottom: solid 1px #900;
}
footer div.menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer div.menu ul li{
	padding: 1px;
	border-bottom: dotted 1px #666;
}

footer div.menu ul li:hover{
	background-color: rgba( 255,255,255,.3 );
}

footer div.menu a{
	color: inherit;
}
footer div.menu li:hover a{
	text-decoration: inherit;
	color: #900;
}

footer .copyright{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 1px #333;
	text-align: center;
}
#left_menu .menu_div{
	margin-top: 4px;
	border-top: solid 1px #CC0000;
	padding: 4px 5px;

	background-color: #dcdcdc;
	color: #666;
}
#partners img{
	display: block;
	max-width: 140px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: none !important;
}
#partners a:hover img{
      -webkit-filter: sepia(100%);
}
h1,h2{
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: capitalize;
}
h1{
	font-size: 2em;
	color: #C00;
}
h2{
	font-size: 1.5em;
	color: #900;

}
h1+p,
h2+p{
	margin-top: 0px;
}

hr{
	border: solid 1px #CCCCCC;
}

form fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
form fieldset ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
form fieldset ul li{
	padding-bottom: 5px;
}
form label{
	display: inline-block;
	width: 150px;
	height: 100%;
	text-align: right;
	padding-right: 10px;
}
form input[type=radio],
form input[type=checkbox]{
	margin-left: 160px;
}
form label+input[type=radio],
form label+input[type=checkbox]{
	margin-left: 0px;
}
input[type=radio]+label,
input[type=checkbox]+label{
	display: inline;
	float: none;
}
form fieldset li:hover input,
form input:focus{
	border: solid 1px #CC0000;
}

form input{
	outline: none;
	padding: 5px;
	border: solid 1px #CCCCCC;
}
form input[type=submit],
.button{
	color: white !important;
	text-decoration: inherit;
	
	padding: 5px 10px;
	border: solid 1px #C00;
	background-color: #900;
	
	cursor: pointer;
}
form input[type=submit]:hover,
form input[type=submit]:focus,
.button:hover,
.button:focus{
	background-color: #F00;
	border: solid 1px #900;
}
input[required]:after{
	/**/
}

form .input_error{
	display: block;
	margin-left: 160px;
	color: #C00;
}
form input:focus+.input_error,
form input:hover+.input_error{
	padding-left: 10px;
	-webkit-transition: padding-left .5s;
			transition: padding-left .5s;
}

#content a{
	text-decoration: inherit;
	color: #C00;
}
#content a:hover,
#content a:focus,
#content a:active{
	color: #F00;
	text-decoration: underline;
}
.placeholder{
	display: inline-block;
}

table.styled{
	border: 0px;
	margin: 0px;
}
table.styled td,
table.styled th{
	padding: 2px 5px;
	margin: 1px;
}
table.styled td{
	vertical-align: top;
	background-color: #EFEFEF;
}
table.styled tr:nth-child(odd) td{
	background-color: #F7F7F7;
}
table.styled th{
	background-color: #900;
	color: white; 
}

.gallery_dirs,
.gallery_pics {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.gallery_dirs li{
	display: block;
	font-size: 1.3em;
	min-height: 40px;
	line-height: 40px;
	background-color: #EFEFEF;
	background-image: url(body/folder_40px.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	padding-left: 55px;
}
.gallery_dirs li:nth-child(odd){
	background-color: #F7F7F7;
}

.gallery_pics li{
	display: inline-block;
	margin: 5px 4px;
	width: 150px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

.x-port{
	display: block;
	position: absolute;
	
	right: 10px;
	bottom: 35px;
	
	width: 101px;
	height: 54px;
	
	background: url(body/x-port_logo_small.png);
}
.x-port:hover,
.x-port:focus,
.x-port:active{
	background: url(body/x-port_logo_small_hover.png);
}