@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Asenine';
	src: url('../fonts/ASENINE_WIDE.eot');
	src: url('../fonts/ASENINE_WIDE.eot?#iefix') format('embedded-opentype'),url('../fonts/ASENINE_WIDE.svg') format('svg'),url('../fonts/ASENINE_WIDE.ttf') format('truetype');
	font-family: 'MAGISTRALBLACKC';
	src: url('../fonts/MAGISTRALBLACKC.eot');
	src: url('../fonts/MAGISTRALBLACKC.eot?#iefix') format('embedded-opentype'),url('../fonts/MAGISTRALBLACKC.svg') format('svg'),url('../fonts/MAGISTRALBLACKC.ttf') format('truetype');
}
.error{
	color:red !important;
	background-color:#fbfbf6;
	font-size:12px;
	border:1px #ff0000 solid !important;
	font-size:12px;
	-webkit-box-shadow: 0px 0px 5px red !important;  
	-moz-box-shadow: 0px 0px 5px red !important;  
 	box-shadow: 0px 0px 5px red !important;
}
.valid{
	color:#0C0 !important;
	background-color:#fbfbf6;
	font-size:12px;
	border:1px #0C3 solid !important;
	font-size:12px;
	-webkit-box-shadow: 0px 0px 5px #0C0 !important;  
	-moz-box-shadow: 0px 0px 5px #0C0 !important;  
	box-shadow: 0px 0px 5px #0C0 !important;
}
body{
	background-color:#f6f6f6;
	background:url(../images/bg.png) repeat top;
	color:#43443f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0 auto;
}

#redline{
	background-color:#a80301;
	height:5px;
	width:100%;
	margin-top:0;
}

#resize{
	margin: 0 auto;
	width:960px;		
}

#globalcontain{	
	margin: 0 auto;
	width:960px;	
	-webkit-box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
	-moz-box-shadow:    0px 0px 15px rgba(200,200,200, 0.75);
	box-shadow:         0px 0px 15px rgba(200,200,200, 0.75);
	behavior:url(PIE.php);
}

#header{
	position:relative;
	width:960px;
	height:200px;
	left:29px;
	top:15px;
    -pie-background: linear-gradient(#ededed, #f9f9f9); /*PIE*/	
	background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(249,249,249,1) 100%);
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), 	color-stop(100%,rgba(249,249,249,1)));
	background:  -webkit-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%);
	background:  -o-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%);
	background:  -ms-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%);
	background:  linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%);
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	-webkit-border-top-left-radius: 20px;
	 border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	border-radius: 20px 20px 0px 0px;
	padding-top:15px;
	-webkit-box-shadow: 0px -1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px -1px 1px rgba(255, 255, 255, 1);
	box-shadow:         0px -1px 1px rgba(255, 255, 255, 1);
	behavior:url(PIE.php);
}

#headercontain{
	top:-20px;
	position:relative;
	left:-29px;
	width:1020px;
	height:200px;
	background:url(../images/headerback.png) no-repeat top;
	margin-top:15px; 
	-moz-border-radius-topleft: 20px;
	behavior:url(PIE.php);
}

#bannercontain{
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	position:relative;
	margin-top:-10px;
	width:960px;
	height:340px;
	background:url(../images/bannerback.png) #f9f9f9 no-repeat top;
	padding-top:15px;
}

#contain{
	background:#f9f9f9;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	width:960px;

}

#whitebox{
	background:#FFF;
	-moz-border-radius:15px; 
	-ms-border-radius:15px; 
	-o-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;
	border: 1px solid #E9E9E9;
	width:600px;
	position:relative;
	left:180px;
	height:130px;
	behavior:url(PIE.php);
}

#redbox1{
	position:relative;
	height:165px;
	width:285px;
	margin-top:0;
	float: left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	top:10px;
	-moz-border-radius:15px; -ms-border-radius:15px; -o-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;
	padding-left:12px;
	color: #FFF;
	border: 1px solid #FFF;	
	text-decoration:none;
    background: rgb(134,3,3); /* Old browsers */
    -pie-background: linear-gradient(rgba(134,3,3,1) 0%, rgba(193,5,5,1) 100%); /*PIE*/	
	background: -moz-linear-gradient(rgba(134,3,3,1) 0%, rgba(193,5,5,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(134,3,3,1)), color-stop(100%,rgba(193,5,5,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(rgba(134,3,3,1) 0%,rgba(193,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(rgba(134,3,3,1) 0%,rgba(193,5,5,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(rgba(134,3,3,1) 0%,rgba(193,5,5,1) 100%); /* IE10+ */
	background: linear-gradient(rgba(134,3,3,1) 0%,rgba(193,5,5,1) 100%); /* W3C */
	-webkit-box-shadow: 0px -1px 1px rgba(100,  100,  100, 0.75), inset 0 -9px 15px -7px rgba( 20,  20,  20, 0.75) ;
	-moz-box-shadow: 0px -1px 1px rgba( 100,  100,  100, 0.75), inset 0 -9px 15px -7px rgba( 20,  20,  20, 0.75) ;
	box-shadow:   0px -1px 1px rgba( 100,  100,  100, 0.75), inset 0 -9px 15px -7px rgba( 20,  20,  20, 0.75) ;
	behavior:url(PIE.php);

}
#arrowList {
	margin-left:-29px;
	margin-top:0px;
}

#arrowList li {
	background-image:url('../images/ul_arrow.png');
  	background-position: 2px 9px;
  	_background-position: 2px 9px;
  	background-repeat: no-repeat;
  	list-style-type: none;
	padding-left:15px;
	padding-top:6px;
	list-style-position:outside;
}


#redboxtitle{
	font-family:MAGISTRALBLACKC;
	font-size:19px;
	padding-left:0px;
	margin-top:5px;
	text-shadow: 2px 2px 4px rgba(40, 40, 40, 1);
	behavior:url(PIE.php);
}

#textboxtitle{
	font-family:MAGISTRALBLACKC;
	font-size:19px;
	margin-left:10px;
	margin-top:15px;
	color:#999;
	text-shadow: 1px 1px 6px rgba(175, 175, 175, 0.7);
	behavior:url(PIE.php);
	clear:both;
}

#textbox{
	width:297px;
	margin-top:0;
	float: left;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	text-align:justify;
	
}
#footercontain{
	position:relative;
	left:-28px;
	top:58px;
	width:1020px;
	height:200px;
	background:url(../images/footerback.png) no-repeat top;
	margin-top:-200px; 
	-moz-border-radius-topleft: 20px;
	z-index:-99;
	behavior:url(PIE.php);
}
#footer{
	position:relative;
	margin-top:0px;
	margin-bottom:25px;
	top:0px;
	background-color:#f9f9f9;
	width:960px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	display:inline-block;
	padding-top:20px;
	padding-bottom:6px;
	height:15px;
	
    -pie-background: linear-gradient(#f9f9f9,#ededed, ); /*PIE*/	
	background: -moz-linear-gradient(bottom, rgba(233,233,233,1) 0%, rgba(249,249,249,1) 100%);
	background:  -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(233,233,233,1)), 	color-stop(100%,rgba(249,249,249,1)));
	background:  -webkit-linear-gradient(bottom, rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%);
	background:  -o-linear-gradient(bottom, rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%);
	background:  -ms-linear-gradient(bottom, rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%);
	background:  linear-gradient(to top, rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%);
	
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	-webkit-border-bottom-left-radius: 20px;
	 border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-radius: 0px 0px 20px 20px;
	vertical-align:bottom;
	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 1px 1px rgba(255, 255, 255, 1);
	box-shadow:         0px 1px 1px rgba(255, 255, 255, 1);
	behavior:url(PIE.php);
	color:#888;
}

a.connexion {
	color:#a80301;
}

a.connexion:hover {
	color:#a80301;
}

#connexion{
	margin: 0 auto 0;
	background:url(../images/connect.png) no-repeat;
	width:142px;
	height:27px;
	padding-top:6px;
	text-align:center;
	float:right;
	font-size:14px;
}

#loginform {
    -moz-border-radius: 6px;
    background: #eee;
    -webkit-border-radius: 6px;
    border: 1px solid #536376;
	border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
	box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
    padding: 14px 22px;
    width: 400px;
    position: relative;
    display: none;
	behavior:url(PIE.php);
}

#loginform #loginform_form {
    margin-top: 13px;
}

#loginform label {
    display: block;
    margin-bottom: 10px; 
    color: #000;
    font-size: .9em;
}
  
#loginform label input {
    display: block;
    width: 380px;
    height: 24px;
    padding: 2px 8px;
    font-size: 1.2em;
    line-height: 28px;
}

#loginform_x { 
    width: 14px; height: 14px;
    overflow: hidden; line-height: 1000px;
    display: block;
    position: absolute; top: 5px; right: 5px;
    background: url(../images/loginform_x.png)
}

#address{
	position:relative;
	left:5px;
	top:6px;
	width:500px;
}

#logo{
	height:100px;
	width:300px;
	position:relative;
	top:5px;
	left:25px;
}

#header_right{
	float:right;
	position:relative;
	right:20px;
	top:-110px;
	text-align:right;
}

input, select {
    outline: none;
}

input.searchbtn{
	background-image: url("../images/searchbtn.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	cursor: pointer;
	font-weight:bold;
	height: 30px;
	padding-bottom: 2px;
	width: 90px;
	font-size:12px;
	color:#888;
	text-align:center;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}

input.searchbtn:hover{
	color:#222;
	background-image: url("../images/searchbtn_hover.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}

input.search{
	color: #43443f;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 209px;
	height: 30px;
	border:none;
	text-align:justify;
	padding-left:15px;
	background:url(../images/search.png) no-repeat;
}

#ico_fb {
	position:relative;
	top:6px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url('../images/ico_fb_gray.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	border: none;
	text-decoration: none;
}

#ico_fb:hover {
   background-image: url('../images/ico_fb_blue.png');   background-position:0px 0px;
}
#ico_yt {
	position:relative;
	top:6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../images/ico_yt_gray.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	border: none;
	text-decoration: none;
}

#ico_yt:hover {
   background-image: url('../images/ico_yt_red.png');   background-position:0px 0px;
}
#ico_google {
	position:relative;
	top:6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image:url(../images/google.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border: none;
	text-decoration: none;
}

#ico_google:hover {
   background-image: url('../images/googlered.png');   background-position:0px 0px;
}
.menu ul{
	list-style:none;
	display:inline-block;  
	position:relative; 
	top:-52px; 
	width:100%
}

.menu li{
	float:left; 
	position:relative; 
	padding-left:37px; 
	padding-right:37px;
}

.menu a{  }


#menu1{
	position:relative;
	width:940px;
	height:50px;
	margin:0 auto;
	color:#FFFFFF;
	font-size:16px;
	font-family:MAGISTRALBLACKC;
	text-shadow: 2px 2px 4px rgba(40, 40, 40, 1);
	-moz-border-radius:15px; 
	-ms-border-radius:15px; 
	-o-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;
	border: 1px solid #fff;	
	text-decoration:none;
    background: rgb(134,3,3); /* Old browsers */
    -pie-background: linear-gradient(rgba(134,3,3,1) 0%, rgba(193,5,5,1) 100%); /*PIE*/	
	background: -moz-linear-gradient(rgba(134,3,3,1) 0%, rgba(193,5,5,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(134,3,3,1)), color-stop(100%,rgba(193,5,5,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(rgba(134,3,3,1) 0%,rgba(193,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(rgba(134,3,3,1) 0%,rgba(193,5,5,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(rgba(134,3,3,1) 0%,rgba(193,5,5,1) 100%); /* IE10+ */
	background: linear-gradient(rgba(134,3,3,1) 0%,rgba(193,5,5,1) 100%); /* W3C */
	-webkit-box-shadow: 0px -2px 1px rgba(180,  180,  180, 0.75), inset 0 -9px 7px -7px rgba(30, 30, 30, 0.75) ;
	-moz-box-shadow: 0px -2px 1px rgba( 180,  180,  180, 0.75, inset 0 -9px 7px -7px rgba(30, 30, 30, 0.75) );
	box-shadow:   0px -2px 1px rgba( 180,  180,  180, 0.75), inset 0 -9px 7px -7px rgba(30, 30, 30, 0.75) ;
	behavior:url(PIE.php);
}

#contactmap {
	border:1px #999 solid; 
	border-radius:5px;
}

a {
	color:#FFF;
	border:0px;
    transition-property:color; 
    transition-duration: 0.2s, 0.2s; 
    transition-timing-function: linear, ease-in;
    -webkit-transition-property:color; 
    -webkit-transition-duration: 0.2s, 0.2s; 
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property:color; 
    -moz-transition-duration: 0.2s, 0.2s; 
    -moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color; 
    -o-transition-duration: 0.2s, 0.2s; 
    -o-transition-timing-function: linear, ease-in;
	text-decoration:none;
}

a:active{
	color:#FFF;
}
a:hover{
	color:#FFF;
}
#header_right_links{
	color:#888;
	font-size:12px;
	font-weight:bold;
}
#header_right_links:hover{
	color:#000;
}
#footer_links{
	color:#666;
}
#footer_links:hover{
	color:#000;
}
a.arrowListLinks {
color:#444;
}
a.arrowListLinks:hover {
color:#000;
}#sliderContainer {
	position:relative;
	height: 225px;
	width: 300px;
	z-index:0;
	background-image: url('../images/slider_back.png');
	background-repeat: no-repeat;
	background-position:0px 302px;


}
#slider {
	position: relative;
	overflow: hidden; 
	height: 225px;
	width: 300px; 
	border:1px #FFF solid;
}

#slider img {
	position: relative;
	display:block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
#slider::before {
	display:block;
    content:'';
    position:absolute;
    height: 225px;
	width: 300px;
	z-index:999;
    -moz-box-shadow:inset 0px 0px 20px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow:inset 0px 0px 20px 1px rgba(0,0,0,0.5);
    box-shadow:inset 0px 0px 20px 1px rgba(0,0,0,0.5);

		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}