/* Global //////////////////////////////////////////////////// */

html {
	width: 100%;
	height: 100%;
	background: #6b2f00;
}

body{
	font: .8em arial,helvetica,clean,sans-serif;
	line-height:1.22em;
	background: #6b2f00;
	color: #fff;
}
h1,h2,h3,h4{
	color: #ba361e;
}
h1{font-size: 1.6em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
strong{
font-weight: bold;}

/* Main Window //////////////////////////////////////////////////// */

#window_wrap{
	width: 1016px;
	height: 535px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -508px; /* width / 2 */
	margin-top: -255px; /* height / 2 roughly */
}
#window_wrap #content_background{
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/bg_wildginger.png) 0 0 no-repeat;
	width: 1016px;
	height: 535px;
}

/* Content //////////////////////////////////////////////////// */
#content_wrap{
	position: absolute;
	top: 37px;
	left: 22px;
	width: 970px;
	height: 460px;
}

#content{
	position: absolute;
	top: 20px;
	right: 14px;
	width: 785px;
	height: 426px;
}
#content .text_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 365px;
	height: 426px;
}
#content .text_wrap .text_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 365px;
	height: 426px;
	background: url(/images/bg-text.png) top left no-repeat;

}
#content .text_wrap .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 303px;
	height: 386px;
	padding: 20px;
}
#content .close{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	cursor: hand;
	width: 35px;
	height: 35px;
}
#content p{
	margin-bottom: 1em;
}
#content h1, #content h2, #content h3, #content h4{
	margin-bottom: .2em;
}
#content_images{
	position: absolute;
	top: 20px;
	right: 14px;
}
#content_images img{
	position: absolute;
	top: 0;
	right: 0;
}

/* Side //////////////////////////////////////////////////// */

#side{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 460px;
	position: relative;
}

/* Main Nav //////////////////////////////////////////////////// */

#main_nav{
	padding-top: 25px;
	position: relative;
}

#main_nav li {
	margin: 8px 0 0 80px;
	padding-bottom: 8px;
	display: block;
	text-align: right;
	border-bottom: 1px solid #bb3d2a;
}
#main_nav li a{
	color: #2a1c10;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: -.06em;


}
.selected{
	color: #edcfb4;
}

.nav:hover{
	color: #edcfb4;
}

/* Address //////////////////////////////////////////////////// */

#address{
	width: 150px;
	position: absolute;
	bottom: 14px;
	text-align: right;
	color: #edcfb4;
	font-weight: bold;
}

#address .phone{
	padding-top: .5em;
	font-size: 120%;
}

/* Title //////////////////////////////////////////////////// */

#title{
	background: url(/images/title.png) top left no-repeat;
	width: 327px;
	height: 79px;
	position: absolute;
	top: -10px;
	left: 15px;
}

#title span{
	display: none;
}

/* Footer (lower) //////////////////////////////////////////////////// */

#lower{
	position: absolute;
	bottom: 18px;
	left: 22px;
	width: 970px;
	color: #fff4eb;
	font-size: 90%;
}

#lower #copyright{
	float: left;
}

#lower #powered_by{
	float: right;
}

#lower #powered_by a{
	color: #ffe0cd;
	text-decoration: none;
}

#lower #powered_by a:hover{
	text-decoration: underline;
}









