@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic&subset=latin,latin-ext);

/* *** CSS RESET *** */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
blockquote,q {quotes: none}
blockquote:before,blockquote:after,q:before,q:after {content: none}
:focus {outline: 0}
ins {text-decoration: none}
del {text-decoration: line-through}
table {border-collapse: collapse; border-spacing: 0}
input {margin: 0; padding: 0;}
* {margin: 0; padding: 0;}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
.clearfix {display:inline-block}
.clearboth {clear:both;}
button {cursor: pointer;}

/* *** GLOBAL *** */

a {
	text-decoration: none;
}

.clearer {
	height: 0;
	clear: both;
}

/* *** STRUCTURE *** */

body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: #fff;
	min-width: 1000px;
}

.wrapper {
	position: relative;
	width: 1198px;
	margin: 0 auto;
}

header {
	position: relative;
	z-index: 2;
	height: 90px;
	float: left;
	width: 100%;
	background: url('../graph/header-bg.jpg');
	background-repeat:repeat;
}

#MainContent {
	position: relative;
	z-index: 1;
	width: 100%;
	float: left;
	background: #fff;
}

#content {
	position:relative;
	width:1198px;
	margin:0px auto;
}

/* *** HEADER *** */

header .logo img {
	float: left;
}

.logo {
	float: left;
	margin-top:5px;
	display:block;
	z-index:100;
	position:relative;
}

.social {
	float: right;
	display: block;
	margin-top:10px;
	margin-left:20px;
}

.social img {
	float: left;
	margin-right:5px;
}

.fb:hover img {
	opacity: 0.9;
	filter: alpha(opacity = 90);	
}

#MainMenu {
	position: relative;
	z-index: 20;
	float: right;
	margin-top:55px;
	display:block;
	margin-right:-80px;
}

#MainMenu a {
	color: #fff;
	font-weight: normal;
	text-transform:uppercase;
}

#MainMenu a.fold {
	padding:0px 0px 25px 0px;
}

#MainMenu .current > a, #MainMenu > li > a:hover, #MainMenu > li:hover > a {
	text-shadow: 0px 0px 6px #ffffd4;
	filter: glow(color=#ffffd4,strength=3);
}

#MainMenu > li {
	position: relative;
	float: left;
	list-style: none;
	margin-left: 45px;
}

#MainMenu > li:first-child {
	margin-left: 0;
}

#MainMenu > li > a {
	color: #fff;
	font-weight:600;
}

#MainMenu .submenu {
	top: 42px;
	width: 1198px;
	margin-left: -585px;
	padding: 20px;
	position: absolute;
	background: url('../graph/header-bg.jpg');
	display: none;
	height:450px;
}

#MainMenu .submenu li {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
	padding: 3px 0;
	font-size:11px;
	background:#545454;
	margin-bottom:1px;
}

#MainMenu .submenu .maincolumn {
	float:left;
}

#MainMenu .submenu .column {
	width: 205px;
	height: 100%;
	text-align: center;
	margin-right:30px;
	margin-top:10px;
	display:block;
}

#MainMenu .submenu .maincolumn .top_photo {
	top:350px;
	position:absolute;
	box-shadow:5px 5px 2px #000;
	height:120px;
}

#MainMenu .submenu .column li.main {
	background:#fff;
}

#MainMenu .submenu .column li.main a {
	color:#545454;
}

#MainMenu li:hover .submenu {
	display: block;
}

#MainMenu li .submenu a:hover {
	color: #d9d9d9;
}

#MainMenu .submenu strong {
	font-weight: 600;
	color: #e2a4c7;
	text-transform:uppercase;
	text-decoration: overline;
}

/* *** FOOTER *** */

footer {
	height:320px;
	position:relative;
	float:left;
	margin-top:20px;
	width: 100%;
	border-top:#810000 solid 2px;
	padding: 22px 0px 3px 0px;
	color: #9e9e9e;	
}

footer .box {
	float:left;
	position:relative;
	margin-right:49px;
}

footer .box2 {
	float:left;
}

footer .box2 a {
	display:table;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	color:#04007d;
	margin-bottom:3px;
	padding:2px 5px;
}

footer .box2 a:hover {
	background:#04007d;
	color:#fff;
}

/* *** LOGS *** */

#Logs {
	text-align: center;
	float: left;
	width: 100%;
}

#Logs .wrapper {
	padding:30px 0 18px 0;
}

#Logs .title {
	color: #9E9E9E;
	font-weight: 600;
	text-align: left;
	font-size: 11px;
	padding-bottom: 15px;
}

#Logs .wrapper {
	border-bottom: 2px solid #9E9E9E;
}

#Logs img {
	margin: 0 25px;
	width: 150px;
}

.txt p {
	padding-bottom: 20px;
	line-height:24px;
}

.txt ul {
	padding-left: 14px;
	padding-bottom: 18px;
}

.txt ul li {
	margin: 0 0 2px 0;
	line-height:24px;
}

.txt a {
	color: #701348;
}

.txt a:hover {
	text-decoration: underline;
}

.txt strong {
	color: #701348;
	font-weight: 600;
}

sub {
	vertical-align: super;
	font-size: 10px;
}

/* *** CAROUSEL - GALLERY *** */

section#sgallery_fr {
	width:100%;
	height:160px;
	float: left;
	background: url('../graph/header-bg.jpg');
	background-repeat:repeat;
}

ul#sgallery {
	float: left;
	width: 100%;
	height:160px;
}

ul#sgallery li {
	float: left;
	list-style: none;
	margin-right: 47px;
	width: 162px;
}

ul#sgallery a {
	display:block;
}

ul#sgallery a img {
	float:left;
	border:solid 4px #fcfcfc;
	border-radius:5px;
}

.carousel-content {
	padding-top: 16px;
	width: 1000px !important;
}

#sgallery_fr .wrapper {
	height: 160px;
}

#sgallery a {
	display:block;
	height:120px;
	width:154px;
}

#sgallery a img {
	float:left;
	margin: 0;
	border:solid 4px #fcfcfc;
	border-radius:5px;
	height:120px;
	width:154px;
}

#sgallery_fr .prev-link, #sgallery_fr .next-link {
    position: absolute;
    width: 16px;
    height: 47px;
    top: 59px;
    z-index: 2;
    cursor: pointer;
}

#sgallery_fr .prev-link:hover, #sgallery_fr .next-link:hover {
    opacity: 0.80;
    filter: alpha(opacity = 80);       
}

#sgallery_fr .prev-link {
    left: -25px;
    background: url('../graph/prev.png') no-repeat;      
}

#sgallery_fr .next-link {
    right: -23px;
    background: url('../graph/next.png') no-repeat;      
}

.line-box {
	width: 100%;
	height:10px;
	float: left;
	background: url("../graph/header-bg.jpg");
}
/*
::selection {
	background: transparent;
}

::-moz-selection {
	background: transparent;
}
*/