
*
{
	outline:none;
	margin:0;
	padding:0;
}
html,body{height: 100%;
width: 100%}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555;
	background-color: #D6D6D6;
}
a	{ text-decoration:none;}
p	{ line-height:20px;}
ul	{ list-style:none;}
img	{ border:0;}

h1
{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:18px;
}
h2 {
	font-size:14px;
	font-weight: normal;
	color: #FFF;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}
small {
	font-size:12px;
	color: #FFF;
}
.clear{ width:100%; clear:both; }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */td {
	color: #F0F0F0;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#wrapper {
	background:url(../image/backgr.png);


	background-repeat:no-repeat;
	width: 100%;
	margin-right: 60%;
}
#contact_wrapper {
	opacity: 20%;
	background-repeat:no-repeat;
	width: 100%;
}

#header-top {
	display: block;
	background-color: #ECECEC;
	height: 80px;
	width: 100%;
	position: fixed;
}


.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 85px;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
	border-radius: 15px;
	box-shadow: #000;
	
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}


/*FOOTER*/
#footer {
	display: block;
	background: #b3040e;
	width: 100%;
	padding: 5px 0 30px 0;
	color: #fff;
	text-align: left;
}
#footer a {
	color: #fff;
}
#footer-inner {
	width: 75%;
	margin: auto;
}

#footer-inner .footer-block {
	float: left;
	display: inline;
	width: 180px;
	margin: 10px 25px 0 0;
}
#footer-inner .footer-block p {
	text-transform: uppercase;
	font-weight: bold;
}
#footer-inner .footer-block ul {
	margin-top: 10px;
}
#footer-inner .footer-block ul li {
	border-bottom: 1px dashed #fff;
	padding: 4px 0 8px 0;
}
#footer-inner .footer-block ul li a {
	font-size: 11px;
}
#footer-inner .footer-block ul li.link-footer {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 0 0px;
}
#footer-inner .footer-block ul li.link-footer a {
	font-size: 14px;
}
#footer-inner .copy {
	display: block;
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 10px;
}

#banner_image {
	width: 100%;
	height: auto;
}
.banner{
	position:absolute; 
	z-index:1; 
	width:100%; 
	top:0px; 
	background:#FFF; 
	border:solid 1px #CCC
	}
	
.banner h1{
	position: absolute; 
	bottom:20px; 
	right:20px; 
	font-style:italic; 
	color:#444; 
	float:right; 
	width:50%; 
	font-size:40px; 
	text-align:right; 
	line-height:100%;
	}
	
#banner1{
	background-image: url(../image/Slide-1.jpg);
	}
	
#banner2{
	background-image: url(../image/Slide-2.jpg);
	}
#banner3{
	background-image: url(../image/Slide-3.jpg);
	}
#banner4{
	background-image: url(../image/Slide-4.jpg);
	}
#banner5{
	background-image: url(../image/Slide-5.jpg);
	}
#banner6{
	background-image: url(../image/Slide-6.jpg);
	}
	
