/*
	Gateway Guest Lodge CSS - Default.css
	Started: 28 November 2006
*/

/* ---------- Tag Styles ---------- */

html,body
{
    background: url(../images/background.jpg);
    font-family: "Georgia", serif;
	font-size:14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

img
{
    background: #eee6d4;
	border: 1px solid #000000;
	margin-top: 40px;
	padding: 10px;
}

a > img
{
    border: 1px solid #000000;
	padding: 10px;
}

a:hover > img
{
    background: #b34527;
	border: 1px solid #000000;
	padding: 10px;
}

/* ---------- Link Styles ---------- */

.dp a:link {
	font-weight: bold;
	color: #990006;
	text-decoration: underline;
}

.dp a:hover {
	font-weight: bold;
	color: #990006;
	text-decoration: none;;
}

.dp a:visited {
	font-weight: bold;
	color: #990006;
}

.buttons a
{
    background: #f9f1de;
	border: 1px solid #cccccc;
	color: #000000;
	padding: 2px;
	text-decoration: none;
}

.buttons a:hover
{
    background: #b34527;
    color: #ffffff;
}

/* ---------- Layout Styles ---------- */

#container
{
	background: #f9f1de;
	border-left: 7px solid #2f1a0e;
	border-right: 7px solid #2f1a0e;
	border-top: 2px solid #2f1a0e;
	height: 100%;
	margin: 0 auto;
    position: relative;
    width: 750px;
}

#header
{
	background: #fdfaf3;
	background: url(../images/header_bg_3.jpg);
	border-bottom: 2px solid #2f1a0e;
 	height: 115px;
}

#content
{
	height:100%;
	overflow:auto;
}

#list_container
{
    line-height: 15px;
	padding-top: 81px;
	width: 750px;
}

#body_content
{
	height:100%;
	overflow:auto;
}

#bc_left
{
    background: #eee6d4;
	background-image: url(../images/index_br.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
    float: left;
    height: 700px;
	text-align: left;
	width: 486px;
}

#bc_left_services
{
    background: #eee6d4;
	background-image: url(../images/services_br.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
    float: left;
    height: 700px;
	text-align: left;
	width: 486px;
}

#bc_left_facilities
{
    background: #eee6d4;
	background-image: url(../images/facilities_br.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
    float: left;
    height: 700px;
	text-align: left;
	width: 486px;
}

#bc_left_cuisine
{
    background: #eee6d4;
	background-image: url(../images/cuisine_br.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
    float: left;
    height: 700px;
	text-align: left;
	width: 486px;
}

#bc_left_contact
{
    background: #eee6d4;
	/*background-image: url(../images/contact_br.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
    float: left;
    height: 700px;
	text-align: left;
	width: 486px;
}

#bc_right
{
    background-image: url(../images/bc_right_bg.gif);
	background-repeat: repeat-y;
	float: right;
	height: 700px;
	text-align: center;
	width: 264px;
}

#footer
{
    /*background: url(../images/footer_bar.gif);*/
    border-bottom: 2px solid #2f1a0e;
	border-top: 2px solid #2f1a0e;
	font-size: 12px;
	padding: 5px;
	height: 15px;
}

/* ---------- Misc Styles ---------- */

#title_001
{
    color: #958d7f;
    font-size: 25px;
	left: 10px;
	position: relative;
	top: -15px;
	z-index: 2;
}

#title_002
{
    font-size: 50px;
	left: -140px;
	position: relative;
	top: 25px;
	z-index: 1;
}

#title_003
{
    font-size: 25px;
	left: 300px;
	position: relative;
	top: 5px;
	z-index: 1;
}

#decoration_001
{
    background: url(../images/decor_snippets.gif) no-repeat;
	height: 24px;
	margin-left: 80px;
 	margin-top: 20px;
	width: 96px;
}

/* ---------- Header Tabs ---------- */

#tabs ul
{
    list-style:none;
	margin:0;
    padding: 10px 10px 0;
}
#tabs li
{
    background:url("../images/tabs/cap.gif") no-repeat left top;
	float:left;
    margin-bottom: -3px;
    padding:0 4px 0 9px;
}
#tabs a
{
	background:url("../images/tabs/main.gif") no-repeat right top;
	color:#000000;
    display:block;
    float:left;
    font-size: 12px;
    font-weight:bold;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    width:.1em;
}
#tabs > ul a
{
	width:auto;
}
#tabs a
{
	float:none;
}
#tabs a:hover
{
	color:#ffffff;;
}
#home #nav_home,
#services #nav_services,
#facilities #nav_facilities,
#cuisine #nav_cuisine,
#contact #nav_contact,
#directions #nav_directions
{
	background-position:0 -150px;
    border-width:0;
}
#home #nav_home a,
#services #nav_services a,
#facilities #nav_facilities a,
#cuisine #nav_cuisine a,
#contact #nav_contact a,
#directions #nav_directions a
{
	background-position:100% -150px;
    color:#ffffff;
}
#tabs li:hover, #tabs li:hover a
{
	background-position:0% -150px;
	color:#ffffff;
}
#tabs li:hover a
{
	background-position:100% -150px;
}

