html,
body {
	min-width: 1024px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13.4px;
	color: #10253f;
	text-decoration: none;
	background: #252530 url(../images/background.png) top center repeat-y;
}

a,
p a {
	color: #ff5050;
	text-decoration: none;
}

.h1 a {
	color: #10253f;
	text-decoration: none;
}

p a,
.h1 a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover,
p a:hover {
	color: #10253f;
	text-decoration: none;
}

.h1 a:hover {
	color: #ff5050;
	text-decoration: none;
}

p {
	display: block;
	text-align: justify;
	line-height: 24px;
}

.h1 {
	display: block;
	text-align: left;
	font-size: 13.4px;
	line-height: 22px;
	font-weight: 700;
	padding: 0 0 40px 0;
}

.strong {
	font-weight: 700;
}


/* ////////////////////////////////////////////////////////////////////////////// CONTAINER ////////////////////////////////////////////////////////////////////////////////////// */

#container {
	position: relative;
	width: 869px;
	height: auto;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
}

/* ///////////////////////////////////////// HEADER /////////////////////////////////////////////// */

#header {
	position: relative;
	width: 869px;
	height: 137px;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
}

#logo a {
	position: absolute;
	width: 134px;
	height: 64px;
	top: 55px;
	left: 0;
	margin: 0;
	padding: 0;
	background: transparent url(../images/logo.png) center center no-repeat;
}

/* ///////////////////////////////////////// MENU /////////////////////////////////////////////// */

#nav {
	position: absolute;
	width: 634px;
	bottom: 19px;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 13.4px;
	text-transform: uppercase;
	text-align: center;
	cursor: default;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#nav ul li {
	display: inline-block;
	margin: 0 -4px 0 0;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 20px 0 20px;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#nav ul li a:hover {
	color: #ff5050;
	text-decoration: none;
}

#nav ul li.active,
#nav ul li.active:hover {
	color: #ff5050;
	text-decoration: none;
	padding: 0 20px 0px 20px;
}

#nav ul li.active a,
#nav ul li.active a:hover {
	color: #ff5050;
	text-decoration: none;
	padding: 0;
}


/* ////////////////////////////////////////////////////////////////////////// CONTENT ////////////////////////////////////////////////////////////////////////////////////////// */

#content {
	position: relative;
	width: 869px;
	min-height: 427px;
	height: auto;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	background: #F2F2F2;
}

.content-home {
	position: absolute;
	width: 420px;
	height: auto;
	top: 123px;
	left: 73px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 30px;
}

/* ///////////////////////////////////////// SLIDESHOW /////////////////////////////////////////////// */

#slideshow {
	position: absolute;
	width: 325px;
	height: 325px;
	top: 51px;
	right: 51px;
	margin: 0;
	padding:0;
}

.tcycle,
.tcycle img {
	width: 100%;
	height: auto;
	margin: 0;
	padding:0;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

.content-left {
	position: relative;
	float: left;
	width: 235px;
	height: auto;
	top: 0;
	left: 0;
	margin: 0;
	padding: 51px 0 51px 17px;
}

.tab-selected a,
.tab-selected a:hover {
	color: #ff5050;
	text-decoration: none;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

#content-1,
#content-2,
#content-3 {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: opacity 0.3s linear 0.1s;
	-moz-transition: opacity 0.3s linear 0.1s;
	-o-transition: opacity 0.3s linear 0.1s;
	-ms-transition: opacity 0.3s linear 0.1s;
	transition: opacity 0.3s linear 0.1s;
}

.show {
	display: block;

	opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.hide {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;

	opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

.content-right {
	position: relative;
	float: left;
	width: 634px;
	height: auto;
	top: 0;
	left: 0;
	margin: 0;
	padding: 51px 51px 51px 17px;
}

.content-right span.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0 8px 0 5px;
}

.content-right-img {
	position: absolute;
	top: 128px;
	left: 0;
	margin: 0 -235px;
	padding: 0;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#footer {
	position: relative;
	width: 869px;
	height: 40px;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	color: #959595;
	font-size: 10px;
	text-align: left;
	line-height: 40px;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#clear {
	clear: both !important;
	display: block !important;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
}