@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for Portofino Serenity
Author: Chris Robinson
Date Created: 5-14-09

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS:
AQUA BLUE: #aac4c3;
BROWN: #af8661;
OFF WHITE: #ededed;
OFF BLACK: #3d4949;
------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;

}
body{
	color: #3d4949;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bodybg.jpg) repeat-x #ededed;
}
#wrap{
	width: 920px;
	display: block;
	margin: auto;
	text-align: left;
}
p{
	margin: 1.5em 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	width: 100%;
	display: block;
	position: relative;
}
#header h1 a{
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 204px;
	height: 144px;
	text-indent: -9999px;
	float: left;
	position: absolute;
	left: 10px;
}
ul.nav{
	float: right;
	margin-right: 10px;
	margin-bottom: 15px;
	list-style-type: none;
}
ul.nav li{
	float: left;
	margin: 0 30px;
}
ul.nav li a{
	font: 22px/3.5em Georgia, "Times New Roman", Times, serif;
	color: #3d4949;
	height: 72px;
	display: block;
	float: left;
	text-decoration: none;
}
ul.nav li a:hover{
	background: url(images/hover.jpg) top center no-repeat;
}
#home ul.nav li.home  a{
	background: url(images/current.jpg) top center no-repeat;
}
#specs ul.nav li.specs a{
	background: url(images/current.jpg) top center no-repeat;
}
#rates ul.nav li.rates a{
	background: url(images/current.jpg) top center no-repeat;
}
#photos ul.nav li.photos a{
	background: url(images/current.jpg) top center no-repeat;
}
#contact ul.nav li.contact a{
	background: url(images/current.jpg) top center no-repeat;
}
/* -----------------------------------------------------------------------
=FLASH ELEMENTS
-------------------------------------------------------------------------*/
#flash{
	width: 890px;
	height: 365px;
	display: block;
	padding: 15px;
	clear: both;
	margin: 15px auto;
	text-align: center;
	background: #fff;
	border: 1px solid #cfcfcf;
}
.gallerythumbs{
	width: 282px;
	float: right;
	margin: 20px;
}
.gallerythumbs p{
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.gallerythumbs a{
	float: left;
	background: #fff;
	padding: 3px;
	margin: 6px;
	border: 1px solid #c0c0c0;
	cursor: pointer;
}
body#photos .gallerythumbs{
	width: 760px;
	float: none;
	margin: auto;
}
/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	width: 100%;
}
#content h3{
	font: 22px/1.0em Georgia, "Times New Roman", Times, serif;
}
#content ul{
	margin-left: 20px;
}
#content img.portofinoLogo{
	float: right;
	margin: 0 1.5em;
}
/* -----------------------------------------------------------------------
=TABLE ELEMENTS
-------------------------------------------------------------------------*/
table{
	border-collapse: collapse;
	margin: 1.5em 20px;
	text-align: center;
	float: left;
}
table tr td, table tr th{
	padding: 2px 7px;
	border: 1px solid #000;
}
table tr th{
	background: #aac4c3;
}
img.ratesSide{
	margin: 1.5em 0px;
	border: 1px solid #000;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	clear: both;
	display: block;
	padding: 8px 0px;
	height: 20px;
	border-top: 1px solid #3d4949;
}
#footer ul{
	margin: 0 20px;
	float: left;
	list-style-type: none;
}
#footer ul li{
	float: left;
	padding: 0 10px;
}
#footer ul li.border{
	border-right: 1px solid #3d4949;
}
#footer p{
	margin: 0 20px;
	float: left;
}
#footer a{
	color: #3d4949;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}




















