/* CSS Document */

/* global */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
.home, .restaurant {
	background-color: #F2DA9B;
}
.menus, .testimonials {
	background-color: #ECF4B9;
}
.gallery {
	background-color: #EE9791;
}
.weddings {
	background-color: #E0F2F7;
}
.contact {
	background-color: #CA8C7A;
}
a {
	color: #7B8083;
	text-decoration: underline;
}
		a:hover {
			color: #8F8251;
			text-decoration: none;
		}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

/*-- nav-bar --*/

#mainNav {
	margin: 0px auto;
	width: 735px;
	text-align: center;
	border-top-style: none;
}
		#mainNav ul{
			margin: 0px;
			padding: 0px;
			float: left;
			width: 755px;
			list-style-type: none;
		}
		#mainNav li{
			float: left;
			vertical-align: middle;
		}
		#mainNav a{
			color: #FFFFFF;
			text-decoration: none;
			float: left;
			display: block;
			padding-top: 4px;
			padding-right: 0.7em;
			padding-bottom: 4px;
			padding-left: 0.7em;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
			font-size: 0.8em;
			margin: 10px 1px;
			background-color: #000000;
			width: 85px;
			text-align: right;
		}
		#mainNav a:hover {
			text-decoration: none;
			color: #E6BF5E;
		}
		
/*-- secondary nav-bar --*/

#secondNav {
	margin: 0px;
	width: 150px;
	text-align: center;
}
		#secondNav ul{
			margin: 0px;
			padding: 0px;
			width: 150px;
			list-style-type: none;
		}
		#secondNav li{
			vertical-align: middle;
		}
		#secondNav a{
			color: #FFFFFF;
			text-decoration: none;
			display: block;
			padding-top: 4px;
			padding-right: 0.7em;
			padding-bottom: 4px;
			padding-left: 0.7em;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
			font-size: 0.8em;
			margin: 10px 1px;
			background-color: #000000;
			text-align: right;
		}
		#secondNav a:hover {
			text-decoration: none;
			color: #E6BF5E;
		}
		
/* main layout boxes */

#top {
	width: 785px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
	.home-top, .restaurant-top {
		background-image: url(images/home-bg-top.gif);
		background-repeat: no-repeat;
	}
	.menus-top, .testimonials-top {
		background-image: url(images/menus-bg-top.gif);
		background-repeat: no-repeat;
	}
	.gallery-top {
		background-image: url(images/gallery-bg-top.gif);
		background-repeat: no-repeat;
	}
	.weddings-top {
		background-image: url(images/weddings-bg-top.gif);
		background-repeat: no-repeat;
	}
	.contact-top {
		background-image: url(images/contact-bg-top.gif);
		background-repeat: no-repeat;
	}
#wrap {
	width: 785px;
	margin: 0px auto;
	padding: 0px;
}
	.home-wrap, .restaurant-wrap {
		background-image: url(images/home-bg.gif);
		background-repeat: repeat-y;
		background-position: center top;
	}
	.menus-wrap, .testimonials-wrap {
		background-image: url(images/menus-bg.gif);
		background-repeat: repeat-y;
		background-position: center top;
	}
	.gallery-wrap {
		background-image: url(images/gallery-bg.gif);
		background-repeat: repeat-y;
		background-position: center top;
	}
	.weddings-wrap {
		background-image: url(images/weddings-bg.gif);
		background-repeat: repeat-y;
		background-position: center top;
	}
	.contact-wrap {
		background-image: url(images/contact-bg.gif);
		background-repeat: repeat-y;
		background-position: center top;
	}
#header {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#container {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
}
	.home-container, .restaurant-container {
		background-color: #E6C05F;
		background-image: url(images/home-content-bg.gif);
		background-repeat: no-repeat;
		background-position: top;
	}
	.menus-container, .testimonials-container {
		background-color: #DDEA88;
		background-image: url(images/menus-content-bg.gif);
		background-repeat: no-repeat;
		background-position: top;
	}
	.gallery-container {
		background-color: #EB8481;
		background-image: url(images/gallery-content-bg.gif);
		background-repeat: no-repeat;
		background-position: top;
	}
	.weddings-container {
		background-color: #C8E7F1;
		background-image: url(images/weddings-content-bg.gif);
		background-repeat: no-repeat;
		background-position: top;
	}
	.contact-container {
		background-color: #B35143;
		background-image: url(images/contact-content-bg.gif);
		background-repeat: no-repeat;
		background-position: top;
		color: #FFFFFF;
	}
#content {
	padding: 0px;
	width: 700px;
	margin-right: 35px;
	margin-left: 20px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: .9em;
}
		#mainContent {
			padding: 0px;
			float: right;
			width: 525px;
			margin: 0px;
		}
		#mainContent p {
			line-height: 1.4em;
		}
		#secondaryContent {
			padding: 0px;
			float: left;
			width: 150px;
			margin: 0px;
		}
			.home-secondaryContent, .restaurant-secondaryContent {
				background-image: url(images/home-secondary-content-bg.gif);
				background-repeat: repeat-x;
				background-position: top;
			}
			.menus-secondaryContent, .testimonials-secondaryContent {
				background-image: url(images/menus-secondary-content-bg.gif);
				background-repeat: repeat-x;
				background-position: top;
			}
			.gallery-secondaryContent {
				background-image: url(images/gallery-secondary-content-bg.gif);
				background-repeat: repeat-x;
				background-position: top;
			}
			.weddings-secondaryContent {
				background-image: url(images/weddings-secondary-content-bg.gif);
				background-repeat: repeat-x;
				background-position: top;
			}
			.contact-secondaryContent {
				background-image: url(images/contact-secondary-content-bg.gif);
				background-repeat: repeat-x;
				background-position: top;
			}
#bottom {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
	.home-bottom, .restaurant-bottom {
		background-image: url(images/home-bg-bottom.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	.menus-bottom, .testimonials-bottom {
		background-image: url(images/menus-bg-bottom.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	.gallery-bottom {
		background-image: url(images/gallery-bg-bottom.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	.weddings-bottom {
		background-image: url(images/weddings-bg-bottom.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	.contact-bottom {
		background-image: url(images/contact-bg-bottom.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 755px;
}
		#footer a {
			color: #666666;
			text-decoration: underline;
		}
		#footer a:hover {
			color: #000000;
			text-decoration: none;
		}
		
/* forms */

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCCCCC;
}
legend {
	font-weight: bold;
	display: block;
}
textarea {
	width: 300px;
	height: 100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
textarea.text {
	margin-bottom: 1em;
	margin-left: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
input.text {
	width: 300px;
	margin-bottom: 1em;
	margin-left: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
input.radio, input.checkbox, input.submit {
	width: auto;
	float: left;
	margin-right: 1em;
}
label {
	float: left;
	width: 8em;
	text-align: right;
}
fieldset#checkbox {
	margin: 0em;
	padding: 1em 0;
	background: transparent;
	border-bottom: none;
	border-right: none;
	border-top: 1px dotted #CCCCCC;
	border-left: none;
}
#checkbox h2 {
	width: 10em;
	float:left;
	font-size:1em;
	font-weight: normal;
	clear: both;
}
#checkbox div {
	width: 12em;
	float:left;
	margin-top: .8em;
}
#checkbox label {
	width: 8em;
	float:none;
	display:block;
	margin-bottom: .5em;
	text-align: left;
}

/* styled-list */

.styled-list {
	float: left;
	list-style-type: none;
}
		.styled-list li {
			float: left;
			display: block;
			text-align: center;
			margin: 3px;
			padding: 5px;
			font-size: .8em;
			width: 200px;
		}
		.styled-list .name {
			color: #BB0011;
			font-size: 1.2em;
			font-weight: bold;
		}
		.styled-list li img {
			margin: 3px;
			border: 2px solid #B8CEE1;
		}
		
/* drop down menu */

#dropmenudiv{
	position:absolute;
	border:1px solid #BDBFC1;
	border-bottom-width: 0;
	z-index:100;
}

		#dropmenudiv a{
			width: 100%;
			display: block;
			text-indent: 3px;
			border-bottom: 1px solid #BDBFC1;
			padding: 1px 0;
			text-decoration: none;
			line-height:2em;
			background-image: url(images/navBGround.gif);
			background-repeat: repeat-x;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
			background-color: #E5E6E6;
			background-image: none;
		}

/* classes */

.break {
	clear: both;
	height: 1px;
}
.second-head {
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-style: normal;
}
.home-imageborder{
	margin: 4px;
	border: 2px solid #D7A200;
}
.menu-imageborder{
	margin: 4px;
	border: 2px solid #C8DE47;
}
.gallery-imageborder{
	margin: 4px;
	border: 2px solid #D32A41;
}
.weddings-imageborder{
	margin: 4px;
	border: 2px solid #ABD8E8;
}
.col-3{
	float: left;
	width: 155px;
}