@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

body {
	background: url('../images/bg-tile.jpg') top center;
	font-family: Arial, Helvetica, sans-serif;
}

/* LAYOUT */
#container {
	width: 962px;
	margin: 0 auto;
	background: url('../images/header.jpg') top center no-repeat;
}

/* HEADER */
#header {
	width: 962px;
	height: 200px;
	padding: 45px 0 0 27px;
}
/* Top Navigation (using CSS Sprites technique) */
#header #topNavigation {
	width: 628px;
	height: 39px;
	background: url('../images/nav-menu-sprite.png');
	position: relative;
}
#header #topNavigation li {
	list-style: none;
	position: absolute;
	top: 0;
}
#header #topNavigation li, #header #topNavigation a {
	height: 39px;
	display: block;
}
#header #topNavigation a {
	text-indent: -9999px;
}
#header #topNavigation #homePanel {left: 0; width: 68px;}
#header #topNavigation #homePanel a:hover {background: transparent url('../images/nav-menu-sprite.png') 0 -39px no-repeat;}
#header #topNavigation #homePanel.selected a {background: transparent url('../images/nav-menu-sprite.png') 0 -78px no-repeat;}

#header #topNavigation #blogPanel {left: 70px; width: 58px;}
#header #topNavigation #blogPanel a:hover {background: transparent url('../images/nav-menu-sprite.png') -70px -39px no-repeat;}
#header #topNavigation #blogPanel.selected a {background: transparent url('../images/nav-menu-sprite.png') -70px -78px no-repeat;}

#header #topNavigation #foodPanel {left: 129px; width: 59px;}
#header #topNavigation #foodPanel a:hover {background: transparent url('../images/nav-menu-sprite.png') -129px -39px no-repeat;}
#header #topNavigation #foodPanel.selected a {background: transparent url('../images/nav-menu-sprite.png') -129px -78px no-repeat;}

#header #topNavigation #weddingsPanel {left: 189px; width: 99px;}
#header #topNavigation #weddingsPanel a:hover {background: transparent url('../images/nav-menu-sprite.png') -189px -39px no-repeat;}
#header #topNavigation #weddingsPanel.selected a {background: transparent url('../images/nav-menu-sprite.png') -189px -78px no-repeat;}

#header #topNavigation #lifePanel {left: 289px; width: 69px;}
#header #topNavigation #lifePanel a:hover {background: transparent url('../images/nav-menu-sprite.png') -289px -39px no-repeat;}
#header #topNavigation #lifePanel.selected a {background: transparent url('../images/nav-menu-sprite.png') -289px -78px no-repeat;}

#header #topNavigation #contactUsPanel {left: 359px; width: 119px;}
#header #topNavigation #contactUsPanel a:hover {background: transparent url('../images/nav-menu-sprite.png') -359px -39px no-repeat;}
#header #topNavigation #contactUsPanel.selected a {background: transparent url('../images/nav-menu-sprite.png') -359px -78px no-repeat;}

#header #topNavigation #reviewsPanel {left: 479px; width: 79px;}
#header #topNavigation #reviewsPanel a:hover {background: transparent url('../images/nav-menu-sprite.png') -479px -39px no-repeat;}
#header #topNavigation #reviewsPanel.selected a {background: transparent url('../images/nav-menu-sprite.png') -479px -78px no-repeat;}

#header #topNavigation #tonyPanel {left: 559px; width: 69px;}
#header #topNavigation #tonyPanel a:hover {background: transparent url('../images/nav-menu-sprite.png') -559px -39px no-repeat;}
#header #topNavigation #tonyPanel.selected a {background: transparent url('../images/nav-menu-sprite.png') -559px -78px no-repeat;}

/* Main Content Area */
#mainArea {
	width: 880px;
	margin: 0 auto;
	background: url('../images/main-bg-slice.jpg') top center repeat-y;
	position: relative;
	top: -105px;
	padding: 0 20px 20px 20px;
}
#mainArea #leftColumn {
	width: 570px;
	float: left;
}
#mainArea #rightColumn {
	width: 270px;
	float: right;
	padding-left: 20px;
	padding-top:64px;
}
#mainArea h1 {
	/* Replaced by dynamic image, styles here for those with JS disabled */
	color: #953747;
	margin-bottom: 20px;
}
#mainArea h2 {
	font-size: 16px;
	color: #2D4954;
	margin-bottom: 20px;
}
#mainArea h3 {
	font-size: 14px;
	color: #2D4954;
	margin-bottom: 20px;
}
#mainArea h4 {
	font-size: 11.5px;
	color: #2D4954;
	margin-bottom: 20px;
}
#mainArea p {
	line-height: 1.7;
	font-size: 11.5px;
	color: #2D4954;
	margin-bottom: 20px;
}
#mainArea a {
	color: #953747;
}
#mainArea ul {
	line-height: 1.7;
	font-size: 11.5px;
	margin: 0 0 10px 20px;
	color: #2D4954;
}
#mainArea td,
#mainArea th {
	line-height: 1.7;
	font-size: 11.5px;
	color: #2D4954;
	padding: 5px;
}
#mainArea .mceEditor td {
	padding: 0;
}

/* Sub Navigation List in Right Column */

#mainArea #rightColumn ul#subNav {
	padding:10px;
	margin:0 0 20px 0;
	background:url('../images/sub-nav-bg.png') repeat #bbb199 ;
	list-style:none;
}

#mainArea #rightColumn ul#subNav li{
	line-height:30px;
}

#mainArea #rightColumn ul#subNav a{
	text-decoration:none;
	background:url('../images/sub-nav-li-bg.png') top right repeat-y;
	padding:5px 10px;
	border-left: solid 1px #b5b2a9;
	border-bottom: solid 1px #b5b2a9;
	color: #173542;
}

#mainArea #rightColumn ul#subNav a:hover{
	text-decoration:underline;
}

#mainArea #rightColumn ul#subNav li ul li {
	list-style:none;
	line-height:20px;
}

#mainArea #rightColumn ul#subNav li ul li a {
	background:none;
	padding:none;
	border:none;
	color:#fcfcfb;
}

/* Gallery Styles */
#mainArea .imageThumbnail {
	float: left;
	text-align: center;
	margin-left: 18px;
	margin-bottom: 10px;
	width: 110px;
}
#mainArea .imageThumbnail.first {
	clear: left;
	margin-left: 0;
}
#mainArea .imageThumbnail img {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #BFBFBF;
	border-bottom-color: #9C9C9C;
	border-left-color: #F1F1F1;
	background:#faf7ee;
}
#mainArea .imageThumbnail ul {
	list-style: none;
	margin: 0;
}
#mainArea .imageThumbnail li {
	display: inline;
	margin: 0 2px;
}
#mainArea p#paging {
	text-align: center;
	color: #8B9FAA;
	margin: 20px 0 0 0;
	padding: 0;
}
#mainArea p#paging a {
	color: #8B9FAA;
}
#mainArea p#pageStatus {
	text-align: center;
	color: #BCB299;
	margin: 0;
	padding: 0;
}
#mainArea #passwordForm label {
	line-height: 1.7;
	font-size: 11.5px;
	color: #2D4954;
}
#mainArea #passwordForm label,
#mainArea #passwordForm input {
	display: inline;
}

/* Image Styles */
#mainArea p#previousLink,
#mainArea p#nextLink {
	float: left;
	width: 130px;
	text-align: center;
}
#mainArea p#previousLink a,
#mainArea p#nextLink a {
	display: block;
	width: 128px;
	height: 20px;
	padding-top: 108px;
	color: #BCB299;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FDFCF8;
	border-right-color: #D8D7D2;
	border-bottom-color: #C2C2B8;
	border-left-color: #FAF7F0;
}
#mainArea p#previousLink a {
	background: url('../images/previous-link.gif') top center no-repeat;
}
#mainArea p#nextLink a {
	background: url('../images/next-link.gif') top center no-repeat;
}
#mainArea #mainImage {
	float: left;
	text-align: center;
	width: 520px;
	margin: 0 50px;
}
#mainArea #mainImage img {
	padding: 10px;
	margin: 0 auto;
	border-width: 1px;
	border-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #BFBFBF;
	border-bottom-color: #9C9C9C;
	border-left-color: #F1F1F1;
	background:#faf7ee;
}

#mainArea p img {
	padding: 10px;
	margin: 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #BFBFBF;
	border-bottom-color: #9C9C9C;
	border-left-color: #F1F1F1;
	background:#faf7ee;
}
#mainArea #mainImage h2 {
	margin: 10px 0;
}
.highslide-caption h2 {
	color: #953747;
	margin-bottom: 5px;
}
.highslide-caption p {
	clear: both;
	padding: 5px 10px;
}
.highslide-caption label,
.highslide-caption a {
	font-size: 11.5px;
	margin: 0 5px;
	line-height: 18px;
}
.highslide-caption select {
	width: 160px;
	font-size: 11.5px;
	float: left;
}
.highslide-caption input {
	font-size: 11.5px;
	float: left;
}
.highslide-caption label {
	width: 80px;
	display: block;
	float: left;
}
.highslide-caption ul {
	clear: both;
	padding: 5px 0;
	list-style: none;
}
.highslide-caption a {
	color: #953747;
}


/* Main Bottom */
#mainBottom {
	clear: both;
	position: relative;
	top: -105px;
	background: url('../images/main-bg-bottom.jpg') bottom center no-repeat;
	height: 215px;
}
#mainBottom img {
	border: none;
	padding: 0;
	margin: 0;
}
#mainBottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mainBottom ul li {
	float: left;
	padding-left: 45px;
}
#mainBottom ul li.first {
	padding-left: 0;
}

/* FOOTER */
#footer {
	clear: both;
	position: relative;
	top: -105px;
	width: 879px;
	height: 40px;
	margin: 0 auto;
	background: url('../images/footer-bg-bottom.jpg') top center no-repeat;
	color: #2D4954;
	font-size: 12px;
}
#footer ul {
	list-style: none;
	text-align: center;
}
#footer ul li {
	float: left;
	width: 33%;
	line-height: 35px;
}
#footer a {
	color: #2D4954;
} 

/* ADMIN STYLES */
input,
textarea {
	display: block;
}
label {
	font-weight: bold;
}
#mainArea p.errorMessage {
	color: #FFF;
	border: 1px solid #000;
	background-color: #953747;
	padding: 5px;
}