/* MarcoPolo CSS Document */

html {height:100%}
body {
	background-color: #dad7de;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	margin:0px;
	padding:0px;
}
body,td,th {
	font-size: 11px;
}
a:link {
	color: #510C6A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #510C6A;
}
a:hover {
	text-decoration: none;
	color: #510C6A;
}
a:active {
	text-decoration: underline;
	color: #510C6A;
}
a img {
	border: none;
}
h1, h2, h3 {
	margin: 0;
	color: #510c6a;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}
h4 {
	margin: 0;
	color: #676767;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}
form {
	margin:0;
	padding:0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#canvas {
	position:relative;
	width: 790px;
	background: url(../images/border-bg.gif) repeat-y;
	text-align: left;
	margin: 0px auto 0px auto;
}
#container {
	position:relative;
	width: 768px;
	left:12px;
	background-color: #FFFFFF;
	text-align: left;
}
#bordertl {
 display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px;
	height: 180px;
	background: url(../images/border-tl.gif) no-repeat;
}
#bordertr {
 display: block;
	position: absolute;
	left: 780px;
	top: 0px;
	width: 12px;
	height: 180px;
	background: url(../images/border-tr.gif) no-repeat;
}
#borderbot {
	display: block;
	clear:both;
	position: relative;
	width: 790px;
	height: 12px;
	background: url(../images/border-bot.gif);
}
#borderbl {
	display: block;
	position: absolute;
	left: 0px;
	top: -180px;
	width: 12px;
	height: 180px;
	background: url(../images/border-bl.gif) no-repeat;
}
#borderbr {
	display: block;
	position: absolute;
	left: 780px;
	top: -180px;
	width: 12px;
	height: 180px;
	background: url(../images/border-br.gif) no-repeat;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************* #Head **************/

#masthead{
	position:relative;
	width: 768px;
	height: 175px;
	background-color: #A2B3BD;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headdiv{
	height: 14px;
	background-color: #510c6a;
	clear: both;
}
#headimage{
position:relative;
	width: 100%;
	clear: both;
}
#headtext {
	clear: both;
	margin: 0px 0px 20px 7px;
	padding: 10px 0px 0px;
}
#logo {
	float: right;
	margin-top: 88px;
	padding-right: 26px;
}

/************* #Navigations Styles **************/

#nav {
	padding-left: 18px;
	width: 485px;
	height: 175px;
	overflow: hidden;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none; 
	white-space: nowrap;
}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a {
	float: left;
	padding: 175px 0 0 0;
	overflow: hidden;
	width: 43px;
	height: 0px !important; 
	height /**/:175px; /* for IE5/Win */
	}
#nav a:hover {
	background-position: -43px 0;
	}
#nav a:active {
	background-position: -0px 0;
	}
#nav a.selected,
body.home #nav_home a, body.home #nav_home a:hover,
body.menu #nav_menu a, body.menu #nav_menu a:hover,
body.reservations #nav_reservations a, body.reservations #nav_reservations a:hover,
body.diary #nav_diary a, body.diary #nav_diary a:hover,
body.contactus #nav_contactus a, body.contactus #nav_contactus a:hover,
body.directions #nav_directions a, body.directions #nav_directions a:hover,
body.gallery #nav_gallery a, body.gallery #nav_gallery a:hover,
body.feedback #nav_feedback a, body.feedback #nav_feedback a:hover,
body.kids #nav_kids a, body.kids #nav_kids a:hover,
body.blog #nav_blog a, body.blog #nav_blog a:hover,
body.hire #nav_hire a, body.hire #nav_hire a:hover {
	background-position: -86px 0;
	}
#nav_home a  {
	background: url(../images/nav_home.gif) no-repeat left top;
	}
#nav_menu a  {
	background: url(../images/nav_menu.gif) no-repeat left top;
	}
#nav_reservations a  {
	background: url(../images/nav_reservations.gif) no-repeat left top;
	}
#nav_diary a  {
	background: url(../images/nav_diary.gif) no-repeat left top;
	}
#nav_contactus a  {
	background: url(../images/nav_contactus.gif) no-repeat left top;
	}
#nav_directions a  {
	background: url(../images/nav_directions.gif) no-repeat left top;
	}
#nav_gallery a  {
	background: url(../images/nav_gallery.gif) no-repeat left top;
	}
#nav_feedback a  {
	background: url(../images/nav_feedback.gif) no-repeat left top;
	}
#nav_kids a  {
	background: url(../images/nav_kids.gif) no-repeat left top;
	}
#nav_blog a  {
	background: url(../images/nav_jobs.gif) no-repeat left top;
	}
#nav_hire a  {
	background: url(../images/nav_hire.gif) no-repeat left top;
	}

/************* #Content Styles **************/

#contentwrapper {
	clear: both;
	position:relative;
	width: 768px;
	background: #FAFAFB url(../images/bg_grad.gif) repeat-x bottom;
	/*overflow: hidden;*/
}

#contentwrapper {
min-height:322px;
  height:auto !important;
  height:322px;
}

#contentmargin {
	padding-top: 18px;
	padding-bottom: 24px;
	padding-left: 27px;
	padding-right: 27px;
}
#contentmain {
	/*width: 706px;*/
	margin: 0;
}
.heading {
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	
}
.content {
	clear:both;
	margin: 7px 7px 0px
}
.contentbox {
	background-color:#FFFFFF;
	padding: 12px;
	margin: 14px 0px 0px;
}
.contentborder {
	margin-top: 7px;
	margin-bottom: 14px;
	border: 7px solid #FFFFFF;
}
.border7px {
	border: 7px solid #FFFFFF;
}

.content p, .contentbox p {
	margin: 0px 0px 14px;
	padding: 0px;
}
.content h4, .contentbox h4 {
	margin-bottom: 7px;
}
.contenthead {
	height: 40px;
	background: url(../images/bg_boxes-top.gif) repeat-x;
	padding-left: 7px;
	
}
.contenthead div {
	padding-top: 8px;
}

/************* #Column Styles **************/
.headingleft {
	float: left;
	width: 326px;
	display: inline;
}
.headingright {
	float: right;
	width: 326px;
	display: inline;
}
.columns {
	position:relative;
	width: 711px;
	background: url(../images/boxes-middle.gif) repeat-y left top;
}
.columns p {
	margin: 6px 0px 6px;
	padding: 0px;
}
.columns h2  {
	color: #510C6A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 6px;
	padding-top: 6px;
	letter-spacing: 0.1em;
}
.columnsborder {
	clear: both;
	width: 706px;
	background: url(../images/boxes-top.gif) no-repeat left;
	height: 7px;
	font-size: 1px;
	line-height: 1px;
}
.columnleft {
	float: left;
	width: 326px;
	margin-left: 7px;
	display: inline;
}
.columnright {
	float: right;
	width: 326px;
	margin-right: 7px;
	display: inline;
}
.columnhead {
	height: 40px;
	background: url(../images/bg_boxes-top.gif) repeat-x;
}

.columnhead .columnbutton {
	float: left;
	padding: 10px;
}

.columnhead .columntitle {
	float: right;
	padding: 14px;
}
.columncontent {
	margin: 10px;
}
.columntable {
	margin-top: 26px;
	border-collapse: collapse;
	width: 100%;
}
.columntable th {
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #510C6A;
}
.columntable td {
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(../images/dashes-h.gif) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	vertical-align: bottom;
}
.columntable td p {
	margin: 0;
}

/************* #Dashed Column Styles **************/
.dashes {
	margin-left: 7px;
}
.dashescolumns {
	width: 706px;
	background: url(../images/dashes-middle.gif) repeat-y left top;
}
.dashesimage {
	width: 706px;
	background: url(../images/dashes-image.gif) repeat-y left top;
}
.dashes p, .dashesimage p {
	margin: 6px 0px 6px;
	padding: 0px;
}
.dashes h2, .dashesimage h2  {
	color: #510C6A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 6px;
	padding-top: 6px;
	letter-spacing: 0.1em;
}
.dashesimage .dashesright {
	margin-right: 0px;
}
.dashesleft {
	float: left;
	width: 320px;
	margin-left: 7px;
	display: inline;
}
.dashesright {
	margin-left: 372px;
	margin-right: 6px;
}

.dashesimageleft {
	float:left;
	width: 212px;
	display: inline;
}
.dashesimageright {
	margin-left: 216px;
	margin-right: 1px;
	text-align: right;
}
.dashestop {
	clear: both;
	width: 706px;
	background: url(../images/dashes-top.gif) no-repeat left bottom;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.dashesbottom {
	clear: both;
	width: 706px;
	background: url(../images/dashes-top.gif) no-repeat left top;
	height: 1px;
	font-size: 1px;
}
.hrdashes {
	clear: both;
	background: url(../images/dashes-h.gif) repeat-x left center;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 4px 0px;
}

/*********** #Gallery styles ***********/

#gallery {
	position: relative;
	width: 768px;
	height: 476px;
	clear: both;
	overflow: hidden;	
}
#galleryflash {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	overflow:inherit;
}
#galleryimage {
	position: relative;
	left: 0px;
	top: 0px;
	overflow:inherit;
}
#gallerynav {
	position: absolute;
	left: 334px;
	top: 412px;
	z-index: 101;
}
#gallerytext {
	position: absolute;
	top: 457px;
	left: 0px;
	width: 768px;
	z-index: 102;
	text-align: center;
	color: #999999;	
}

/*********** #Footer styles ***********/

#footer{
	clear:both;
	border-top: 1px solid #eeeeee;
	position:relative;
	background: #FFFFFF;
	/*width:768px;*/
	/*height:23px;*/
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 2px;
}
#footerLinks {
	padding-left: 34px;
}

#footerLinks, #footerLinks td, #footerLinks a, #footerLinks a:link, #footerLinks a:visited {
	font-size: 10px;
	color: #BAAFC5;
	letter-spacing: -1px;
	text-decoration: none;
}
#footerLinks a:hover {
	text-decoration: underline;
}
#copyright {
	clear:both;
	background: #dad7de;
	padding-top: 0px;
	padding-bottom: 6px;
	text-align:right;
	font-size: 10px;
	color: #6C5C7C;
	letter-spacing: -1px;
	padding-right:36px;
}
#copyright, #copyright td, #copyright a, #copyright a:link, #copyright a:visited {
	font-size: 10px;
	color: #6C5C7C;
	letter-spacing: -1px;
	text-decoration: none;
}
#copyright img {
	vertical-align: middle;
}

/*********** general styles ***********/
#pagenumbers {
	color: #6C5C7C;
	margin-top: 14px;
}
.displayblock{
	display:block;
}
.clearboth {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.purpletext {
	color: #510c6a;
}
.msgtext {
	color: #990000;
}
.normal {
	font-weight: normal;
	text-decoration: none;
}

.dashedboxes {
}
.dashedbox{
	border: dotted 1px #CCC;
	width: 337px;
	margin-right: 5px;
	float: left;
	padding: 5px;
	
}
.dashedboxright{
	border: dotted 1px #CCC;
	width: 337px;
	margin-left: 5px;
	float: left;
	padding: 5px;
}
