@charset "utf-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	-webkit-font-smoothing: antialiased;
	position:relative;
	margin: 0;
	padding:0;
	font-size: 14px;
	background-color: #351F13;
	text-align: center; 
	
}
.ing{font-variant:small-caps;letter-spacing:2px}
.ing2{
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
	line-height: 20px;
}
.menu{
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:2px;
	font-size:16px;
	/* [disabled]padding-bottom: 10px; */
}
p{
	padding:0 30px 0 0px
}
#green {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased;
	position:relative;
	margin: 0;
	padding:0;
	font-size: 15px;
	background-color: #253D2E;
	text-align: left;
}

.topline{
	height:60px;
	margin: 0 0 60px 0;
	background-image:url(../images/menubg.png);
	background-repeat:repeat-x;
}

.contpad{padding: 20px;  color:#351F13; font-family:'Times New Roman', Times, serif}
.contpad2{
	padding: 20px 10px 20px 40px;
	color:#351F13;
	font-family:'Times New Roman', Times, serif
}
#scrollcontent {
	height: 580px;
	overflow: auto;
}

.scrollcontent {
	height: 580px;
	overflow: auto;
}

#scrollcontent2 {
	height: 580px;
	overflow: auto;
}


.unsubbg{
	margin:0 auto;
	padding:0;
	width:450px;
	height:750px;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-color: #253D2E;
}

.pagebg{
	margin:0 auto;
	padding:0;
	width:800px;
	height:700px;
	background-image:url(../images/pagebg.png);
	background-repeat:no-repeat;
	/* [disabled]background-color: #253D2E; */
}




	
	
	
	

a{
	outline: none;
	text-decoration: none;
	color: #351F13;
}
a:hover{
	text-decoration: underline;
	color: #351F13;
	font-weight: bold;
}
a img{ 
border: none; 
}

.gerWrapper {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	background: url(../images/ger.png) no-repeat top left;
}


.ger a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	color: #FFF;
}

.ger a :hover {
	background: none !important;
}

.ger  :hover {
	background: url(../images/gerhov.png) no-repeat top left;
}

.gerWrapper :hover {
	background: url(../images/gerhov.png) no-repeat top left;
}


.clear {
	clear:both;
	}
	
.container {
	width: 30%;
	margin: 0;
	/* [disabled]background-color: #FFF; */
	padding: 0px 0px 30px 0px;
	background-image: url(../images/bg3.png);
	height:100%;
	min-height:100%;
	color:#fff;
	float:left;
	    }
pre, code {
        font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
        font-size: 12px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
      }
pre { border: 1px solid #CCC; background-color: #EEE; color: #333; padding: 10px; overflow: scroll; }
 code { padding: 2px 4px; background-color: #F7F7F9; border: 1px solid #E1E1E8; color: #D14; }
 .flagpad{
	float:right;
	padding:10px 4px 4px 0
}
 .flagpad2{
	float:left;
	padding: 10px 8px 4px 0px
}
 .flagpad3{
	float:left;
	padding: 10px 8px 4px 10px
}

.right{
	/* [disabled]width:300px; */
	height:40px;
	background-image:url(../images/bg3.png);
	float:right;
	margin: 0 auto
}

.logo{padding:20px 0 0 0; float:right}

h1{
	font-size:28px;
	font-weight:normal;
	color:#351F13;
	padding: 0 0 10px 0;
	/* [disabled]font-style: italic; */
}

.nav{
	/* [disabled]float:left; */
	/* [disabled]height: 40px; */
	width:600px;
	margin: 0 auto;
	/* [disabled]border-bottom:1px solid #fff; */
	/* [disabled]padding-bottom:4px; */
	/* [disabled]background-image: url(../images/bg3.png); */
	font-style: italic;
	text-align: center;
	padding: 0;
	
}
.nav ul{
	float:left;
	list-style: none;
	margin:0;
	padding: 0px 0 0 30px;
}
.nav ul li{
	float:left;
	margin:0;
	padding:20px 24px 0 24px;
	border:0;
	display:inline-block;
	margin:0px 0px 0px 0px;
}

.nav ul li a{
	float:left;
	margin:0;
	text-decoration: none;
	outline: none;
	font-size: 21px;
	color:#351F13;
	display:inline-block;
	letter-spacing: 1px;
	
}

.nav ul li a.active {
	color:#351F13;
	border-bottom: 1px solid #351F13;
	
	}
.nav ul li a.active:hover{
	color:#351F13;
	}

.nav ul li a:hover{
	color:#351F13;
	text-decoration: none;
	border-bottom: 1px solid #351F13;
	font-weight: normal;
	
}

p .ing2 a.active {font-weight:bold; text-decoration:underline;}

.booking{
	float:left;
	background-color:#d3d3d3;
	padding: 0px 10px 10px 10px;
	border:1px solid #b7b7b7;
	margin-top: 15px;
}
.gray{color:#333; font-size:12px; font-style:italic}
.line{
	float:left;
	width:100%;
	margin-bottom:20px;
	height:1px;
	border-top:1px solid #fff;
	margin-top: 20px;
}

ul.lista {padding: 0 0 20px 0; margin: 0 0 0 0; list-style-position:inside;}








table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
	margin-top: 20px;
	margin-bottom: 30px;
}
thead th,
tbody th
{
	background            : #FFF url(../images/th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
	color                 : #fff;
}
tbody tr:hover
{
  background            : #FFF url(../images/tr_bck.gif) repeat;
}

tbody tr:hover td
{
	color                 : #333;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(../images/foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}



/* jQuery lightBox plugin - Gallery style */
	#gallery {

	}
	#gallery ul { list-style: none; }
	#gallery ul li {
	display: inline;
}
	#gallery img { padding-right:5px; padding-bottom:10px;
	
	}
	#gallery ul a:hover img {
	
	}
	#gallery ul a:hover { color: #fff; }

		
/* form */
input, select { vertical-align:middle; font-weight:normal;}
.formcol-1 {
	width:180px;
	margin-right:0;
	float: left;
	/* [disabled]padding-top: 30px; */
}

.formcol-1 ul{
	/* [disabled]list-style-position:inside; */
	margin:0;
	padding:0;
	list-style:none;
}
	
	.formcol-1 ul li{
	padding-bottom:20px;
	color: #3D4178;
}
.formcol-2 {
	width:330px;
	float: left;
	/* [disabled]padding-top: 30px; */
	padding-left: 20px;
}

.formcol-3 {
	width:228px;
	
}

#form .form {
	height:40px;
}
#form .form span { display:block; width:228px; height:31px; background:url(../images/input-bg.gif) no-repeat left top;}
#form .form1 span {
	display:block;
	width:228px;
	height:131px;
	background:url(../images/textarea-bg.gif) no-repeat left top;
	margin-bottom:20px;
}
#form input {
	width:171px;
	padding-top:9px;
	background:none;
	border:0;
	vertical-align:top;
	line-height:1.2em;
	margin-left:11px;
}
#form textarea {
	width:216px;
	height:122px;
	overflow:auto;
	background:none;
	border:0;
	padding:9px 0 0 11px;
}

#form p{
	margin: 0px 0 0px 0;

}
