@charset "utf-8";
/* CSS Document */

/* -----------------------------------
	reset
-----------------------------------	*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, dl, dt {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font: normal .7em/1.4em Arial, sans-serif;
	color: #676767;
	background: url(../images/bg-main-02.jpg) center top;
}
ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
h1 {
	color: #369;
}

/* -----------------------------------
	content
-----------------------------------	*/

#container {
	width: 1002px;
	margin: 0 auto;
	background-color: #f4f4f4;
	border: solid 1px #e5e4e4;
}
#top {
	width: 100%;
	margin: 0 auto;
	height: 69px;
	background-color: #efefee;
	border-bottom: solid 1px #fff;
	position: relative;
}
#top .logo a img {
	border: 0;
	float: left;
	margin: 5px 30px 0 10px;
}
#language {
	width: 120px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 0;
	text-align: right;
}
#language a img {
	border: 0;
	margin-left: 5px;
}
#language .flag {
	margin-left: 30px;
}
#menu {
	width: 450px;
	float: left;
	margin: 28px 12px 0 0;
}
#menu li {
	float: right;
	margin-left: 20px;
	display: inline;
	text-transform: uppercase;
	font: 700 1.1em/1.5em Arial, sans-serif;
}
#menu li a, #menu li a:visited {
	color: #878787;
	text-decoration: none;
	border-bottom: solid 2px #efefee;
	padding-bottom: 4px;
}
#menu li a:hover, #menu li .current {
	color: #c00;
	border-bottom: solid 2px #fff;
	padding-bottom: 4px;
}

/* -----------------------------------
	search box
-----------------------------------	*/

#search {
	width: 270px;
	float: right;
	margin: 20px 8px 0 0;
	position: relative;
}
#search input {
	width: 220px;
	height: 18px;
	border: 1px solid #e5e4e4;
	font: normal 1.1em/1.5em Arial, sans-serif;
	background: #fff;
	padding: 5px 30px 5px 8px;
	margin-bottom: 8px;
	color: #888;
}
.go {
	width: 32px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	z-index: 1;
	margin: 0 0 0 -32px;
	cursor: pointer;
	background: url(../images/button-search.png) no-repeat center top;
}
.go:hover {
	background: url(../images/button-search.png) no-repeat center -30px;
}

/* -----------------------------------
	banner and side navigation
-----------------------------------	*/

#banner {
	width: 1000px;
	height: 373px;
	margin: 0 auto;
	position: relative;
	border-bottom: solid 1px #e5e4e4;
	border-top: solid 1px #d4d4d3;
	background-color: #fff;
}
.img-container {
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 368px;
}
.img-container .belt {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	height: 373px;
	overflow: hidden;
}
.img-container .panel {
	float: left;
	overflow: hidden;
	margin: 0;
	width: 1000px;
}
#side-menu {
	width: 500px;
	height: 300px;
	position: absolute;
	z-index: 3;
	top: 45px;
	left: 0;
	font: 700 1.4em/1.6em Arial, sans-serif;
	text-transform: uppercase;
}
#side-menu li {
	float: left;
	margin-bottom: 8px;
	background: url(../images/bg-menu.png);
	display: block;
	clear: both;
}
#side-menu li a, #side-menu li a:visited {
	padding: 5px 7px;
	color: #369;
	text-decoration: none;
	display: block;
}
#side-menu li a:hover {
	padding: 5px 7px;
	color: #c00;
}
#side-menu .current {
	color: #c00;
}
#banner-title {
	width: 540px;
	height: 25px;
	padding: 6px 5px 2px 15px;
	position: absolute;
	top: 340px;
	right: 0px;
	background: #fff;
	z-index: 4;
}
#banner-title p a, #banner-title p a:visited {
	width: 240px;
	float: left;
	overflow: hidden;
	color: #676767;
}
#banner-title p a:hover {
	color: #c00;
}

/* -----------------------------------
	banner-pagination
-----------------------------------	*/

.banner-pagination {
	width: 240px;
	float: right;
	font: 400 1em/1.3em Arial, sans-serif;
}
div.banner-pagination {
	padding: 3px;
	margin: 0 3px;
	text-align: right;
}	
div.banner-pagination a {
	margin-right: 3px;
	padding: 2px 5px;
	text-decoration: none;
	color: #464646;		
}
div.banner-pagination a:hover, div.meneame a:active {
	background-color: #c00;
	color: #fff;
}
div.banner-pagination span.current {
	margin-right: 3px;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
	background: #c00;
}
div.banner-pagination span.disabled {
	margin-right: 3px;
	padding: 2px 6px;
	color: #464646;
}

/* -----------------------------------
	page-pagination
-----------------------------------	*/

.pagination {
	width: 100%;
	float: left;
	margin: 15px 0 30px;
	clear: both;
	font: 400 1.2em/1.5em Arial, sans-serif;
}
div.pagination {
	padding: 3px;
	text-align: center;
}	
div.pagination a {
	margin-right: 3px;
	padding: 2px 5px;
	text-decoration: none;
	color: #464646;		
}
div.pagination a:hover, div.meneame a:active {
	background-color: #c00;
	color: #fff;
}
div.pagination span.current {
	margin-right: 3px;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
	background: #c00;
}
div.pagination span.disabled {
	margin-right: 3px;
	padding: 2px 6px;
	color: #464646;
}

/* -----------------------------------
	content
-----------------------------------	*/

#content {
	width: 960px;
	margin: 0 auto;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #e5e4e4;
	padding: 35px 20px 10px;
}
#content h1.title-01 {
	font: 400 1.8em/1.8em Arial, sans-serif;
	float: left;
	width: 918px;
	margin: 0 0 30px 10px;
	padding: 2px 2px 2px 15px;
	background: #fff;
	border-left: solid 4px #c00;
	color: #212121;
}
#content h1.title-01 a, #content h1.title-01 a:visited {
	color: #212121;
	text-decoration: none;
}
#content h1.title-01 a:hover {
	color: #c00;
}
#content h1 .breadcrumb {
	margin-left: 20px;
	font-size: 14px;
	color: #454545;
}
#news {
	width: 100%;
	margin: 0 auto 32px;
	float: left;
	clear: both;
}
#news h1 {
	width: 100px;
	float: left;
	margin: 0 40px 0 10px;
	font: 700 2.1em/2em "Arial Black", Gadget, sans-serif;
	letter-spacing: -.1em;
	text-transform: uppercase;
	color: #c00;
}
#news p {
	width: 770px;
	float: left;
	padding: 7px 20px 7px 7px;
	background: #fff;
	border: solid 1px #f4f4f4;
	display: block;
}
#news p a, #news p a:visited {
	color: #676767;
	text-decoration: none;
	cursor: pointer;
}
#news p a:hover {
	color: #333;
}
#news p:hover {
	border: solid 1px #e5e4e4;
	cursor: pointer;
	color: #333;
}
#news .date {
	width: 35px;
	float: left;
	font: 700 1em/1.5em Arial, sans-serif;
	color: #fff;
	background: #9c0;
	padding: 0 3px;
	margin-right: 12px;
}
#news .txt {
	width: 715px;
	float: right;
}
#news .txt strong {
	width: 100%;
	float: left;
	clear: both;
}
.main, .contact-main, .main-results {
	font: normal 1.1em/1.5em Arial, sans-serif;
}
.main, .main-results {
	width: 98%;
	margin: 0 auto 30px;
	clear: both;
}
.main-results h1 {
	width: 100%;
	float: left;
	color: #369;
	font-weight: 700;
	margin: 0 auto;
}
.main-results p {
	width: 100%;
	float: left;
}
.main-results .links {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.contact-main {
	width: 50%;
	float: left;
}
.main h1, .contact-main h1 {
	font: 700 1.1em/1.5em Arial, sans-serif;
	margin-bottom: 20px;
	padding: 2px 16px;
	/*background: url(../images/bg-h1-main.jpg);*/
	border-bottom: solid 1px #df5d51;
}
.contact-main h1 a, .contact-main h1 a:visited {
	color: #069;
	border-bottom: 0;
}
.contact-main h1 a:hover {
	border-bottom: 0;
}
.main a, .main a:visited, .contact-main a, .contact-main a:visited, .main-results a, .main-results a:visited {
	color: #df5d51;
	text-decoration: none;
	border-bottom: dotted 1px #df5d51;
}
.main a:hover, .contact-main a:hover, .main-results a:hover {
	color: #212121;
	border-bottom: dotted 1px #212121;
}
.main ul, .contact-main ul {
	list-style-position: outside;
	margin: 0 0 3.1% 4%;
}
.main ul li, .contact-main ul li {
	background: url(../images/bullet.gif) no-repeat left 50%;
	padding-left: 16px;
}
.main p, .contact-main p {
	margin-bottom: 1.6%;
}
.main table, contact-main table {
	margin: 15px 0;
	font: 400 1em/1.5em Arial, sans-serif;
	background: #dadada;
	padding: 4px;
}
.main table tr, .main table td, .contact-main tr, .contact-main td {
	background: #fff;
	padding: 3px 5px;
}
#map {
	width: 430px;
	height: 320px;
	float: right;
	border: solid 1px #dadada;
	margin-top: 70px;
}
#groups {
	width: 100%;
	float: left;
	clear: both;
}
#groups li {
	width: 300px;
	height: 200px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #e5e4e4;
	float: left;
	display: inline;
	background: #fff;
	margin: 0 10px 22px;
}
#groups li a img {
	float: left;
	border: 0;
}
#groups li h1 {
	font: 700 1.2em/1.3em Arial, sans-serif;
	margin: 7px 10px 0;
	height: 42px;
	overflow: hidden;
	width: 90%;
	float: left;
}
#groups li p {
	width: 90%;
	height: 33px;
	float: left;
	margin: 0 10px 10px;
	overflow: hidden;
}
.album {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
}
.album li {
	float: left;
	display: inline;
	margin: 0 10px 15px;
}
.album li a img {
	border: solid 2px #fff;
}
.album li a:hover img {
	border: solid 2px #f4887d;
}
.order {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	color: #efaca7;
}
.order a {
	text-decoration: none;
}
.order .order-btn, .order .pdf-btn {
	padding: 0 12px;
	background: #df5d51;
	color: #fff;
	display: block;
	height: 30px;
	border: 0;
	float: right;
	cursor: pointer;
	float: right;
	font: 400 1.2em/2.2em Arial, sans-serif;
}
.order .order-btn:hover, .order .pdf-btn:hover, .apply-online .apply-btn:hover {
	background: red;
	padding: 0 12px;
}
.order .pdf-btn {
	margin-left: 5px;
}
.apply-online {
	width: 100%;
	float: right;
	text-align: center;
	margin: 0 0 20px;
	color: #efaca7;
}
.apply-online a {
	text-decoration: none;
}
.apply-online .apply-btn {
	padding: 0 12px;
	background: #df5d51;
	color: #fff;
	display: block;
	height: 30px;
	border: 0;
	float: right;
	cursor: pointer;
	float: right;
	font: 400 1.1em/2.2em Arial, sans-serif;
}
.btt {
	width: 31px;
	height: 30px;
	float: right;
	margin-left: 5px;
	cursor: pointer;
	display: block;
	background: #df5d51 url(../images/sprite.png) no-repeat -70px 2px;
}
.btt a {
	text-decoration: none;
}
.btt:hover {
	background: red url(../images/sprite.png) no-repeat -70px 2px;
}
.more {
	width: 155px;
	float: right;
	text-align: right;
	text-transform: lowercase;
	margin-right: 20px;
}
.more a, .more a:visited {
	color: #c00;
}
.more a:hover {
	color: #333;
}

/* -----------------------------------
	footer
-----------------------------------	*/

#footer-up {
	width: 960px;
	margin: 0 auto;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 20px;
	clear: both;
}
#newsletter {
	width: 310px;
	float: left;
	padding: 13px 20px 10px;
	background: #b2ad9d url(../images/bg-newsletter.png);
	color: #fff;
	border: solid 1px #fff;
}
#newsletter p {
	font: 700 1.1em/1.5em Arial, Helvetica, sans-serif;
	color: #df5d51;
	margin-bottom: 5px;
}
#newsletter input {
	width: 220px;
	height: 18px;
	border: 1px solid #f8d0cc;
	font: normal 1.1em/1.5em Arial, sans-serif;
	background: #fff;
	padding: 5px;
	margin-bottom: 8px;
	color: #888;
	float: left;
}
#newsletter .btn, .order-btn {
	padding: 1px 3px 3px;
	background: #df5d51;
	color: #fff;
	display: block;
	width: 75px;
	height: 30px;
	border: 0;
	float: right;
	cursor: pointer;
}
#newsletter .btn:hover, .order-btn:hover {
	background: red;
	padding: 1px 3px 3px;
}
#certificates {
	width: 520px;
	float: right;
}
#certificates li {
	float: right;
	margin-left: 20px;
	display: inline;
}
#footer {
	width: 1002px;
	margin: 0 auto;
	height: 48px;
	background: url(../images/bg-footer.jpg);
	border-bottom: solid 10px #343434;
	clear: both;
	position: relative;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #c00;
}
.social {
	width: 73px;
	height: 32px;
	position: absolute;
	top: -53px;
	left: 400px;
	z-index: 4;
	background: url(../images/sprite.png) no-repeat left top;
}
.social li {
	width: 32px; 
	height: 32px; 
	background: url(../images/sprite.png) no-repeat 0 0; 
	display: block;
	position: absolute;
}
.social li a {
	width: 32px; 
	height: 32px; 
	display: block; 
	text-decoration: none;
}
.social .twitter {
	left: 0;
}
.social .facebook {
	left: 36px;
	background-position: -36px 0;
}
.social .twitter a:hover {
	background: url(../images/sprite.png) 0 -32px no-repeat;
}
.social .facebook a:hover {
	background: url(../images/sprite.png) -36px -32px no-repeat;
}
#submenu {
	float: right;
	width: 550px;
	margin: 20px;
}
#submenu li {
	float: right;
	margin-left: 20px;
}
.copy {
	width: 330px;
	float: left;
	margin: 20px;
}

/* -----------------------------------
	clearfix
-----------------------------------	*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix { height: 1%; }

/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
.clear { 
	clear: both; 
}

