/* @group Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

More info: http://html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
	background: url(../img/background.jpg) repeat-y top left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	background-size: 100%;
    background-repeat: repeat-y;
	background-attachment: fixed;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}


nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}
/* @end */
.clear	{
	clear: both;
}

/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}



.left	{
	float: left;
}

.right	{
	float: right;
}

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

html, body, #wrapper_center {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper_center td {
   vertical-align: middle;
   text-align: center;
}

#container	{
	width: 920px;
	margin: 0 auto;
	background-color: #f9f9f9;
	box-shadow: 0 3px 5px #bcbbbb;
	padding: 20px;
}


/*-----------------------------------------------------------------
*
*
*						Navi
*
*-----------------------------------------------------------------*/

#outter1	{
	background: url(../img/logo.png) top left no-repeat ;
	background-attachment: fixed;
	padding-bottom:	140px ;	
	padding-top: 10px;
}

header	{
	width: 100%;
	margin-top: 20px;
	
} 

#logo	{
	float: left;

}

nav	{
	height: 70px;
	float: left;
	width: 800px;
	transition: all .75s ease-in-out;
	
}

nav ul	{
	position: relative;
	text-align: right;
	top: 40px;
	left: 20px;
}

nav ul li	{
	display: inline;
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	position: relative;
}

nav li a	{
	text-decoration: none;
	color: #ffffff;	
	padding-bottom: 3px;
	
}

nav li ul a	{
	text-decoration: none;
	color: #000000;	
	padding-bottom: 3px;
	
}

nav ul li:after	{
	content: "|";
	color: #ffffff;
	padding: 0 5px;
	
}

nav ul li:last-child:after	{
	content: none;
}



nav ul li a:link, nav ul li a:visited	{
	
}

nav ul li a:hover	{
	border-bottom: 2px solid #2c5949;
	padding-bottom: 3px;
	text-decoration: none;
}


nav ul li ul	{
	display: none;
	background-color: #f9f9f9;
	z-index: 99999;
}


nav ul li:hover ul	{
	display: block;
	position: absolute;
	top: 20px;
	padding-top: 10px;
	width: 220px;
	left: -10px;
}

nav ul li ul li	{
	color: #2c5949;
	background: #f9f9f9;
	display: block;
	list-style: none;
	height: 30px;
	text-align: left;
	padding: 5px 10px;
	
}

nav ul li ul li:after{
	content: none;	
}

#lang	{
	position: relative; 
	top: 26px; 
	left: 890px; 
	font-size: 9pt; 
	width: 45px;
 
}

#lang a	{
	color: #ffffff; 
	text-decoration: none;
}

#lang a:visited, #lang a:link 	{
	color: #ffffff;
}

#lang a:hover	{
	color: #9a9a39;
}

#lang a:nth-child(1):after, #lang a:nth-child(1):link:after	{
	content: " | ";
	color: #ffffff;
}

#lang a.selected	{
	color: #9a9a39;
	
}


#langc	{
	position: relative; 
	top: 26px; 

	font-size: 13pt; 

 
}

#langc a	{
	color: #ffffff; 
	text-decoration: none;
}

#langc a:visited, #lang a:link 	{
	color: #ffffff;
}

#langc a:hover	{
	color: #9a9a39;
}

#langc a:nth-child(1):after, #lang a:nth-child(1):link:after	{
	content: " | ";
	color: #ffffff;
}

#langc a.selected	{
	color: #9a9a39;
	
}
/*-----------------------------------------------------------------
*
*
*						Slider
*
*-----------------------------------------------------------------*/

	
	#banner-slide	{
		width: 960px;
		margin: 0 auto;
		font: italic 1.3em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ;
		color: #5a6e4f;
	}
	
	
/*-----------------------------------------------------------------
*
*
*						All pages
*
*-----------------------------------------------------------------*/
.page-banner	{
	text-align: center;
	box-shadow: 0 2px 4px #999;	
	margin-bottom: 20px;	
}

#container img	{
	text-align: center;
}

#container h1	{
	margin-left: 20px;
	color: #aaa;
	line-height: 2em;
	font-size: 16pt;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #907853;
}

h1 span	{
	color: #484848;
}

#container p, #container ul	{
	text-align: justify;
	line-height: 1.4em;
	padding: 0 0px;
	color: #777474;
	padding-bottom: 0px;
}



#contact-details	{
	width: 300px;
	padding-top: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#contact-details h2, form h2	{
	font-size: 13pt;
	color: #5A6E4F;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 17pt;
}

#contact-details p	{
	text-align: left;
	margin: 10px 0;
	padding: 0;
}

#contact-details a:link, #contact-details a:visited	{
	color: #478d75;
	text-decoration: none;
}

h4	{
	margin-left: 35px;
	font-weight: lighter;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 10px;
	color: #2c5949;
}


table	{
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

table td, table th	{
	width: 300px;
	border: 1px solid #ccc;
	text-align: left;
	padding: 10px 0;
	padding-left: 10px;
	color: #2c5949;
}

table span	{
	font-weight: 400;
	font-size: 10pt;
	padding: 5px 0;
	position: relative;
	top: 10px;
}
/*-----------------------------------------------------------------
*
*
*						Gallery
*
*-----------------------------------------------------------------*/

.mask { margin: 20px 0; width:920px; height:523px; overflow:hidden; padding-bottom: 30px; }
ul.images { position:relative; top:0px;left:0px;   }
  ul.images li { position: relative; list-style: none;  }
.images img	{
	margin: 0 auto;
	box-shadow: 0px 3px 5px #444;
	display: block;
	height: 550px;
}



.arrows	{
	height: 40px;
}
ul.triggers { position: relative; top:330px; width: 260px; margin: 0 auto; list-style: none; }
    ul.triggers li { 
        float:left; margin:0px; font: bold 16px arial; cursor:pointer;
        background-color:#ccc; color:#000; padding:10px;
    }ul.triggers li.selected {background-color:red; color:#000; list-style: none;
	}


.control {position: relative; color:#999; cursor:pointer; z-index: 9999;
box-shadow: none; top: -400px;
}
.prev { left:-5px; }
.next { left:845px; }

#links a	{
	padding: 20px;
	color: #2c5949;
	text-decoration: none;
	font-size: 12pt;
	letter-spacing: 1px;
	
}

.inty::after	{
	content: url(../img/arrow-up.png);
	position: relative;
	top: 2px;
	margin-left: 5px;
}

.exty::after	{
	content: url(../img/arrow-right.png);
	position: relative;
	top: 2px;
	margin-left: 5px;
}

#links span	{
	color: #a2a3a2;
}

#links a:hover	{
}


#gallery img{
	opacity: 1;
	transition: all .5s ease-in;
	shape-rendering: auto;
	box-shadow:  0px 3px 5px #444;
}

#gallery	{
	padding: 0 20px;
	margin: 20px 30px 0; 
}

#gallery img:hover	{
	opacity: 1;
}

figcaption	{
	position: relative;
	top: -47px;*/
	color: white;
	zoom: 1;
	padding: 0 20px;
}

figcaption h3	{
	position: relative;
	top: 16px;
	left: 20px;
	font-weight: lighter;
	font-size: 1.2em;	
	color: white;
}





/*-----------------------------------------------------------------
*
*
*						Form
*
*-----------------------------------------------------------------*/
form	{
	margin-left: 20px;
	padding-top: 20px;
	width: 500px;
	margin-top: 20px;
}

form input	{
	height: 22px; 
	width: 200px;
	margin: 10px 5px;
	font-size: 11pt;
	padding: 4px;
	border: 2px solid #d7d6d6;
	
}


form label	{color: #777474;}

input:focus, textarea:focus	{
	border: 2px solid rgb(139, 183, 167);
}

textarea	{
	margin-left: 5px;
	width: 413px;
	height: 150px;
	padding: 10px;
	font-size: 11pt;
	border: 2px solid #d7d6d6;
	
}

.btn_sbmt	{
	width: 120px;
	position: relative;
	background-color: #478d75;
	padding: 4px 8px;
	font-weight: lighter;
	color: white;
	text-align: center;
	margin-bottom: 20px;
	height: 40px;
	font-size: 10pt;
	border: none;
	cursor: pointer;
	box-shadow: 0px 0px 1px #244a3d;
}


.btn_sbmt:hover	{
	box-shadow: inset 0 2px 4px #244a3d;
}


