/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	text-align: center;
	font-size: 99%;
}

#stripe{
	width: 100%;
	height: 17px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 130px;
	left: 0;
	background: url('img/stripe.gif');
}

#bridge{
	position: absolute;
	display: block;
	margin: 0 auto;
	width: 744px;
	height: 17px;
	top: 130px;
	background: url('img/bridge.gif') top no-repeat;
}

#bridge_index{
	position: absolute;
	display: block;
	margin: 0 auto;
	width: 744px;
	height: 17px;
	top: 130px;
	background: url('img/bridge_index.gif') top no-repeat;
}

#bridge_tara{
	position: absolute;
	display: block;
	margin: 0 auto;
	width: 744px;
	height: 17px;
	top: 130px;
	background: url('img/bridge_tara.gif') top no-repeat;
}

#bg{
	position: absolute;
	height: 318px;
	width: 157px;
	top: 147px;
	margin-left: -140px;
	background: url('img/flor.jpg');
}

#header{
	display: block;
	margin: 0 auto;
	height: 140px;
	width: 744px;
	text-align: left;
	background: #FFF;
}

#home a {
	position: absolute;
	display: block;
	margin: 0 auto;
	height: 122px;
	width: 295px;
	top: 0px;
	background: url('img/logo.gif') top no-repeat;
}

#tara a {
	position: absolute;
	display: block;
	margin: 0 auto;
	height: 122px;
	width: 348px;
	top: 0px;
	background: url('img/tara.gif') top no-repeat;
}

#home a:hover {
	background: url('img/logo_hover.gif') top no-repeat;
}

#right{
	position:relative;
	float:right;
	top:85px;
	right:18px;
	height:45px;
	width:314px;
	background: url('img/menu.gif') top left no-repeat;
}

#right UL{
	float:right;
	position:relative;
	margin:0;
	padding:0;
	width:314px;
	height:45px;
	list-style-type:none;
}

#right LI{
	position:absolute;
	top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#993300;
	font-weight:bold;
	font-size:9px;
	text-align:center;
}

#right SPAN{
	display: none;
}

#righttara{
	position:relative;
	float:right;
	top:85px;
	right:18px;
	height:45px;
	width:74px;
	background: url('img/taramenu.gif') top left no-repeat;
}

#righttara UL{
	float:right;
	position:relative;
	margin:0;
	padding:0;
	width:314px;
	height:45px;
	list-style-type:none;
}

#righttara LI{
	position:absolute;
	top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#993300;
	font-weight:bold;
	font-size:9px;
	text-align:center;
}

#righttara SPAN{
	display: none;
}


#caza a, #serv a, #agre a{
	background: transparent;
	position: absolute;
	width: 110px;
	height: 95px;
}

#caza a{
	left: 1px;
	width: 71px;
	height: 45px;
}
#caza a:hover{
	left: 1px;
	background: url('img/caza_hov.gif') top left no-repeat;
}
#serv a{
	left: 77px;
	width: 75px;
	height: 45px;
}
#serv a:hover{
	left: 77px;
	background: url('img/serv_hov.gif') top left no-repeat;
}
#agre a{
	position:absolute;
	left: 154px;
	width: 91px;
	height: 45px;
}
#agre a:hover{
	position:absolute;
	left: 154px;
	background: url('img/agre_hov.gif') top left no-repeat;
}
#spa a{
	position:absolute;
	left: 248px;
	width: 61px;
	height: 45px;
}
#spa a:hover{
	position:absolute;
	left: 248px;
	background: url('img/spa_hov.gif') top left no-repeat;
}

#taraserv a{
	background: transparent;
	position: absolute;
	left: 220px;
	width: 71px;
	height: 45px;
}

#wrap{
	margin: 0 auto;
	width: 744px;
	background: #fff url('img/bg.gif') 50% 0;
}

#description{
	margin: 0 auto;
	width: 744px;
	background: #fff url('img/description.gif') 50% 0;
}

#content{
	margin: 0;
	padding: 0px;
	float: left;
	width: 461px;
	text-align: left;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#content_tara{
	margin: 0;
	padding: 0px;
	width: 744px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#hotel_tara {
	margin:20px auto;
	border:2px solid #C7C7C7;
}

#sidebar{
	margin: 0px;
	float: left;
	width: 265px;
}

#specifications{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#c2977a;
	text-align:left;
}
#specifications UL{
	margin:20px 10px 20px 50px;
	list-style:none;
}
#specifications LI{
	padding:4px 0 4px 16px;
	background:transparent url("img/spec_bullet.gif") top left no-repeat;
	line-height:19px;
}

.paragraph{
	margin: 16px 10px 4px 28px;
}

.hr	{
	display:block;
	height: 50px;
	background: url("img/hr.gif") center no-repeat;
	clear: both;
}

.img_left { 
	float:left; 
	display:block;
	width:173px; 
	height:134px;
	padding: 4px; 
	text-decoration:none;
} 
.img_right { 
	float:right; 
	display:block;
 width:173px; 
	height:134px;
	padding: 4px; 
	margin-right: 0;
	text-decoration:none;
} 

.shadowed {
	margin: 5px 8px 0px 5px;
	border: 3px solid white;
	width: 160px;
}

DIV.col_right {
	width:215px;
 float:right;
}
DIV.col_left {
 float:left;
	width:215px;
}
DIV.col_right P, DIV.col_left P {
	margin: 15px 0 30px;
}

.section P {
	margin: 10px;
}
.section .header {
	display:block;
	margin:15px auto;
}
.spec_images {
	margin:0 0 20px;
}
.footer {
	display:block;
	margin:10px 10px 10px auto;
}

strong{
	padding: 15px 45px 0px 0;
	
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
 	font-style:italic;
	color:#930;
}

h1{
	padding: 15px 45px 0px 0;
	
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
 	font-style:italic;
	color:#930;
}


strong IMG {
	margin-bottom:-3px;
	margin-right:-4px;
}
.detail {
	display: block;
	margin: 15px 0;
	text-align:right;
}
.detail A {
	margin-right:20px;
	padding: 0 0 2px 15px;
	text-decoration:none;
	color:#b7b498;
	background: url("img/detail.gif") top left no-repeat;
	cursor:pointer;
}
.detail A:hover {
	border-bottom: 1px solid #930;
}

#foot{
	clear:both;
	width: 744px;
	height: 25px;
	background: #fff url('img/bottom.gif') no-repeat;
}
#foot_tara{
	clear:both;
	width: 744px;
	height: 25px;
	background: #fff url('img/bottom_tara.gif') no-repeat;
}
#bottom{
	padding:10px 0 25px;
 background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#999;
}
#bottom P{
	width:450px;
	text-align:right;
	padding: 10px 5px;
	margin: 0;
	border-right: 1px solid #CCC;
}

#bottom_tara{
	padding:10px 0 25px;
 background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#999;
}
#bottom_tara P{
	width:700px;
	text-align:right;
	padding: 10px 5px;
	margin: 0;
	border-right: 1px solid #CCC;
}

.hide{
	display: none;
}
.backlinks {
	font-family: Verdana;
	font-weight:normal;
	color:#94947B;
	text-decoration:none;
}
.backlinks:hover {
	text-decoration:underline;
}

a.notext {
	text-indent: -9000px;
}

.right {
	float: right;
}
.left {
	float: left;
}

a.details {
	color: #7f0000;
	font-weight: bold;	
	background: url('img/hand.gif') no-repeat;
	padding-left: 16px;
}

.detailsimg {
	width: 700px;
}


