/* COLORS 
	light brown grey: #e7e3da
	medium brow grey: #cfc8b6
	dark brown: #49402e
	light green: #edf2eb
	medium blue: #017bbe
*/

/* MAIN CONTAINER AND BORDER*/
#main_container {
	text-align: center;
}

#main_border {
	width: 710px;
	margin: 10px auto 0px auto;
	border: 2px solid #e7e3da;
}

#main_border_space {
	margin: 5px;
}

/* HEADER */
#header_logo {
	width: 100%;
	height: 100px;
	background-image: url(../images/header-background-1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header_logo img {
	width: 281px;
	height: 80px;
	margin: 10px auto 0px auto;
}

/* MENU */
#menu_bar {
	width: 100%;
	background-color: #cfc8b6;
}

#menu_bar table {
	margin: 0px auto;
	text-align: center;
	border-top: 3px solid #cfc8b6;
}

#menu_bar table a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-family: times;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 2px 15px 3px 15px;
}

#menu_bar table a:hover {
	color: #017bbe;
}

#menu_bar table a.selected {
	color: #017bbe;
	background-color: #edf2eb;
}

#submenu_bar {
	height: 24px;
	border: 3px solid #cfc8b6;
	border-top: 0px;
	background-color: #edf2eb;
}

#submenu_bar table {
	margin: 0px auto;
	text-align: center;
}

#submenu_bar table a {
	color: #49402e;
	display: block;
	text-decoration: none;
	font-family: times;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding: 0px 10px;
}

#submenu_bar table a:hover {
	color: #017bbe;
}

#submenu_bar table a.selected {
	color: #017bbe;
}

#main_content_box #submenu_bar_footer table {
    margin-top: 20px;
    border-left: 1px solid #cfc8b6;
}

#submenu_bar_footer td {
    padding: 0 10px;
    border-right: 1px solid #cfc8b6;
    font-size: 12px;
}

#submenu_bar_footer a {
	color: #49402e;
}

.flag{
	margin-top:4px;
	margin-left:15px;
	margin-right:15px;
}

/* IMAGE BAR */

#image_bar {
	width: 100%;
	background-image: url(../images/pattern-vine.gif);
	background-repeat: repeat;
	border-bottom: 5px solid #cfc8b6;
	text-align: center;
}

#image_bar img{
	margin: 0px auto;
	width: 478px;
	height: 205px;
	display: block;
}

#image_bar #slideshow {
	position: relative;
	margin: 0px auto;
	width: 478px;
	height: 205px;
}

#image_bar #slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
}

/* IMAGE SELECT BAR */
#image_select_bar {
	width: 100%;
	text-align: center;
}

#image_select_bar table {
	margin: 10px auto 0px auto;
}

#image_select_bar #thumbnails table td {
	width: 64px;
	height: 64px;
}

#image_select_bar #thumbnails table img {
	width: 60px;
	height: 60px;
}

#image_select_bar #thumbnails td a {
	border: 2px solid #fff;
	display: block;
}

#image_select_bar #thumbnails td a:hover {
	border: 2px solid #017bbe;
}

#image_title_bar{
	width: 100%;
	background-color: #cfc8b6;
	text-align: center;
	border-bottom: 5px solid #cfc8b6;
}
	

/* MAIN CONTENT */
#main_content_bar {
	width: 100%;
	background-color: #edf2eb;
	text-align: center;
	padding: 15px 0px 10px 0px;
	margin-top: 10px;
}

#main_content_box {
	width: 478px;
	margin: 0px auto;
	text-align: center;
}

#main_content_box #header {
	width: 100%;
	background-image: url(../images/content-header-bar.gif);
	background-repeat: none;
	text-align: center;
	margin-bottom: 15px;
}

#main_content_box #header img {
	margin: 0px auto;
	width: 400px;
	height: 51px;
}

#main_content_box #header.home {
  background-image: none;
}

#main_content_box #header.home img {
  height: 80px;
}

#main_content_box p {
	color: #49402e;
	font-size: 10px;
	text-align: left;
}

#main_content_box p.center {
	text-align: center;
}

#main_content_box h1 {
	color: #49402e;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#main_content_box h1.center {
	text-align: center;
}

#main_content_box h2 {
	color: #49402e;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
}

#main_content_box h2.center {
	text-align: center;
}

#main_content_box ul {
	color: #49402e;
	font-size: 10px;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 10px;
}

#main_content_box table {
	margin: 10px auto;
	text-align: left;
	color: #49402e;
	font-size: 10px;
}

#main_content_box #columns td{
	padding-right: 30px;
}

#main_content_box #columns td.last {
	padding-right: 0px;
}

#main_content_box #stars {
	width: 75px;
	height: 19px;
	margin: 25px auto;
}

/* SPECIALS */

#specials_box {
	margin: 0px auto;
	text-align: center;
}

#specials_box table {
	margin: 0px auto;
}

#specials_box td {
	border: 10px solid #cfc8b6;
}

#specials_box img {
	width: 204px;
	height: 97px;
}

/* BOTTOM MENU */

#bottom_menu_bar {
	width: 700px;
	margin: 0px auto 10px auto;
	text-align: center;
}

#bottom_menu_bar table {
	margin: 0px auto;
	vertical-align: middle;
	border-bottom: 2px solid #e7e3da;
}

#bottom_menu_bar td {
	padding-right: 20px;
}

#bottom_menu_bar td.last {
	padding-right: 0px;
}

#bottom_menu_bar a {
	color: #49402e;
	font-size: 10px;
	line-height: 40px;
	text-decoration: none;
}

#bottom_menu_bar a:hover {
	color: #000;
	text-decoration: underline;
}

/* FOOTER */

#footer_bar {
	width: 700px;
	margin: 10px auto;
	text-align: center;
}

#footer_bar p {
	color: #49402e;
	font-size: 0.8em;
	line-height: 1.5em;
}

#footer_bar a {
	text-decoration: none;
}

#footer_bar a:hover {
	color: #000;
	text-decoration: underline;
}

#footer_bar #logo {
	width: 130px;
	height: 44px;
	margin: 10px auto;
}


/**Specials Page**/	
#main_content_box #specials {
    border-top: 1px solid #cfc8b6;
}

#main_content_box #specials img {
    margin: 0px auto;
    border: 1px solid #cfc8b6;
}

#main_content_box #specials td {
    border-bottom: 1px solid #cfc8b6;
    vertical-align: top;
    padding: 20px 0;
}

#main_content_box #specials td.image {
    padding-right: 20px;
}

#main_content_box #specials .image{
    text-align: center;
}
