/* CSS Document */

* { padding: 0px; margin: 0px; border: 0px; }

body{
	text-align: center;
	background:  #8c8c8c;
	font-family: verdana;
	font-size: 14px;
	margin-top: 2em;
	padding-bottom: 10px;
}

#super-wrapper{
	margin: auto;
	text-align: left;
	width: 760px;

}

html>body #superwrapper{
	
}

#navigation{
	background: url(../images/container-background.jpg) top center repeat-y;
	padding: 0px 40px 20px;
	text-align: right;
	font-size: .9em;
	color: #aaa;
}

#navigation a{
	text-decoration: none;
	color: #999;
}

#navigation a:hover{
	color: #333;
}
#flash-container{
	background: url(../images/container-background.jpg) top center repeat-y;
	padding: 0 40px 0;
	overflow: hidden;
}
	
#container{
	background: url(../images/container-background.jpg) top center repeat-y;
	padding: 4em 40px 0;
	overflow: hidden;
}
#email-container{
	background: url(../images/container-background.jpg) top center repeat-y;
	padding: 4em 40px 0;
	overflow: hidden;
	height:560px;
}
#booking-container{
	background: url(../images/container-background.jpg) top center repeat-y;
	padding: 4em 40px 0;
	overflow: hidden;
	height:350px;
}
#container-left{
	margin-right: 280px;
}

#container-right{
	width: 275px;
	float: right;
	text-align: center;
	height:100%;
}

#container-right img{
	padding: .4em;
	border: 1px solid #8c8c8c;
}

#container-top{
	height: 20px;
	background: url(../images/container-top.jpg);
}

#container-bottom{
	height: 20px;
	background: url(../images/container-bottom.jpg);
}

p{
	padding: .5em 1em;
	line-height: 1.6em;
	text-align: justify;
}

p.first{
	padding: 0 1em .5em;
}

/*========================= TABLE ========================*/
table{
	font-size: .9em;
	margin-bottom: 2em;
	padding: .3em 0;
}

td{
	padding: .3em;
}

tr.odd td{
	background: #f3f3f3;
}

tr.even td{
	background: #d6d6d6;
}

h1{
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	padding: .3em 0;
	color: #ccc;
	text-align: center;
}

h2{
	font-size: 1.4em;
	color: #777;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: .7em;
}

p.sag{
	text-align: center;	
	font-size: .8em;
	padding: .2em 0;
}

p.attributes{
	text-align: center;
	font-size: .9em;
	padding: 0;
	margin: 0 0 1em;
}



.title{
	font-weight: bold;
}

#container-right a{
	color: #8c8c8c;
	margin: 1em 0;
}

#container-right a:hover{
	color: #000;
	font-weight: bold;
}
a.main{
	color: #8c8c8c;
	margin: 1em 0;
}
a.main:hover{
	color: #000;
	font-weight: bold;
}
#container-left a{
	color: #555;
}

#container-left a:hover{
	color: #C00;
}

#container-left a img{
	background: url(../images/img_background.jpg) center no-repeat;
	border: none;
	padding: 5px;
	margin: 8px;
}

#container-left span.title a{
	color: #555;
	text-decoration: none;
}

#container-left span.title a:hover{
	color: #ccc;
	text-decoration: none;
}

#container-left h2{
	text-align: left;
	padding: .5em 1em;
	font-size: .9em;
	color: #000;
}

.center{
	text-align: center;
}
