/*
Theme Name: Barracuda Products Wordpress Theme 2 (Two)
Theme URI: http://www.drizhepolov.com
Description: The Barracuda Products Wordpress Theme (Two). Blue
Version: 0.9
Author: Vladimir Drizhepolov
Author URI: http://www.drizhepolov.com
Tags: 123
*/


body {
	background:url("images/bg_line.png") repeat-x top;
	padding: 20px;
	font-family:Verdana,Arial;
	color:#333333;
	font-size:12px;
}

#logo {
	background: url("images/logo2.png") no-repeat center center;
	width:1054px;
	height:120px;
}

#sun {
	position:absolute; 
	height:424px; 
	width:424px; 
	top:0; 
	left:0; 
	background:url("images/sun.png") no-repeat; 
	z-index:-100
}
.clearboth {
	clear:both;
}

#menu {
	height:36px;
	width:1020px;

	overflow:hidden;
}

/* NAVIGATION */

ul#menunav {
	padding:0;
	list-style:none;
	margin: 0px;
	width:1020px;
	height:36px;
	background:url("images/menux.jpg") repeat-x scroll center bottom transparent;
}

ul#menunav li {
	float:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333333;

	border-left:1px solid #797979;
}
ul#menunav li:first-child {border-left:none} 

ul#menunav li a{
	
	color:#012B53;
	display:block;
	font-size:11px;
	height:36px;
	line-height:36px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	text-transform:uppercase;
}

ul#menunav li a:hover{
	color:#797979;
}



#content-cont {
	min-height:100px;
	width:1002px;
	background: #ffffff;
	margin-bottom:1px;
	padding-top:10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}


#tableSideBar {
	width:280px;
	float:left;
	color:#333333;
	font-family:Verdana,Arial;
	font-size:12px;
	text-align:left;
}

table#tableSideBar .tabletext {
	background: url("images/tablebody.png") repeat-y right;
	padding:7px;
}

table#tableSideBar .tabletext a {
	color:#FF6600;
	border:none;
}


table#tableSideBar .tablehead {
	background-image: url(images/tablehead.png);
	background-repeat: no-repeat;
	height:34px;
	padding-left:15px;
}

table#tableSideBar .tablesubhead {
	background:url(images/tablesubhead.png);
	height:27px;
	padding-left:15px;
}

table#tableSideBar .tableleftSide {
	background: url(images/tablebody.png) repeat-y left;
	padding-left:5px;
	padding-right:5px;
}

table#tableSideBar .tableleftText {
	background: url(images/tablebody.png) repeat-y left;
	padding-left:15px;
	padding-right:5px;
}

table#tableSideBar .tablebottom {
	background:url(images/tablebottom.png) no-repeat;
 }



h1 {
	padding:0;
	margin:0;
	font-size:16px;
	font-family:Verdana,Arial;
	color:#333333;
	padding-bottom:7px;
}

h2 {
	padding:0;
	margin:0;
	font-size:12px;
	font-family:Verdana,Arial;
	color:#333333;
	padding-bottom:5px;
}

#menunav .home {
	margin-right:0px;
	padding-right:36px;
	background:url("images/menuicons/paw.png") no-repeat right top;
}

#menunav .home:hover {
	color:#FFFFFF;
	background:url("images/menuicons/paw.png") no-repeat right bottom;
}

#menunav .suites {
	margin-right:0px;
	padding-right:47px;
	background:url("images/menuicons/bed.png") no-repeat right top;
}

#menunav .suites:hover {
	color:#FFFFFF;
	background:url("images/menuicons/bed.png") no-repeat right bottom;
}

#menunav .gallery {
	margin-right:0px;
	padding-right:42px;
	background:url("images/menuicons/camera.png") no-repeat right top;
}

#menunav .gallery:hover {
color:#FFFFFF;
	background:url("images/menuicons/camera.png") no-repeat right bottom;
}

#menunav .attr {
	margin-right:0px;
	padding-right:43px;
	background:url("images/menuicons/mount.png") no-repeat right top;
}

#menunav .attr:hover {
	color:#FFFFFF;
	background:url("images/menuicons/mount.png") no-repeat right bottom;
}

#menunav .rates {
	margin-right:0px;
	padding-right:39px;
	background:url("images/menuicons/pen.png") no-repeat right top;
}

#menunav .rates:hover {
	color:#FFFFFF;
	background:url("images/menuicons/pen.png") no-repeat right bottom;
}


#menunav .maps {
	margin-right:0px;
	padding-right:36px;
	background:url("images/menuicons/comp.png") no-repeat right top;
}

#menunav .maps:hover {
	color:#FFFFFF;
	background:url("images/menuicons/comp.png") no-repeat right bottom;
}



#menunav .contact {
	margin-right:0px;
	padding-right:40px;
	background:url("images/menuicons/phone.png") no-repeat right top;
}

#menunav .contact:hover {
	color:#FFFFFF;
	background:url("images/menuicons/phone.png") no-repeat right bottom;
}








































