@charset "utf-8";

/* ---------- base styles ------------- */

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #999966;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}
#container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/sidebar_bg.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
a:link {
	color: #8a3f16;
}
a:visited {
	color: #8a3f16;
}

a:hover {
	text-decoration: underline;
	color: #424224;
}

/* ----------------- header styles ---------------*/

#header {
	height: 135px;
	background-color: #c7c77f;
	background-image: url(images/turkey_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logoImage {
	width: 200px;
	height: 135px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h2 {
	position: absolute;
	top: 0;
	left: 265px;
	padding-top: 2px;
	font-size: 16px;
	color: #8a3f16;
}
#topnav li {
	display: inline;
}
#header ul {
	position: absolute;
	margin: 0;
	right: 25px;
	top: -1px;
	width: 600px;
	height: 25px;
	list-style: none;
	padding-top: 4px;
}
#header ul a {
	float: right;
	padding: 0 1.0em;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* --------------------- sidebar styles ------------------------ */

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
}
#hbg {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #67674a;
	text-align: center;
}
#h_logo img {
	padding-top: 10px;
}
.h_more {
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
.h_more a {
	color: #FFFFFF;
}

#showcase {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#showcase img {
	padding-top: 10px;
}
.s_more {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}
#giftcard {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#c_info {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
.bold {
	font-weight: bold;
}

/* --------------------- content styles ------------------------ */

#mainContent {
	width: 755px;
	float: right;

} 
#nav {
	height: 30px;
}
#foxmenucontainer{
	height:30px;
	display:block;
	margin-left: 1px;
}
#foxmenu{
	position:relative;
	display:block;
	height:30px;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:5px 22px 0 22px;
	height:25px;
	background:transparent url(images/foxmenu_bg-OFF.gif) no-repeat top left;
}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;}

#flash {
	background: url(images/rotate/rotate.php) no-repeat center top;
	height: 218px;
	background-color: #424224;
}
#l_col {
	float: left;
	width: 325px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#r_col {
	float: right;
	width: 325px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#l_col ul {
	margin: 0;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 15px;
	list-style: none;
}
#r_col ul {
	margin: 0;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 15px;
	list-style: none;
}
#logos {
	float: left;
	padding-left: 20px;
	padding-top: 25px;
}
#p_logo {
	float: right;
	text-align: left;
	padding-right: 30px;
	padding-top: 25px;
}
#p_logo ul {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

/* -------------------- footer styles -------------------------------- */

#footer {
	position: relative;
	font: 0.9em;
	clear: both;
	height: 64px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}
#address {
	position: absolute;
	float: left;
	width: 185px;
	left: 0px;
	bottom: 0px;
	height: 54px;
	padding-top: 10px;
	padding-left: 15px;
	color: #fff;
	background-color: #8a3f16;
}
#copy {
	position: absolute;
	float: left;
	left: 275px;
	top: 25px;
}
#design {
	float: right;
	right: 15px;
	top: 10px;
	width: 125px;
	position: absolute;
}
#pagetitle {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#map {
	text-align: center;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}

/* -------------------- contact form styles -------------------------------- */

/* contain interior floats */
#formWrap {
	float:left;
	margin-left: 35px;
	}
#formWrap p{
	position: relative;
	width: 100%;
	}
#formWrap form {
	width: 540px;
	margin-left: 30px;
	margin-top: 20px;
}
fieldset {
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	display: block;
	padding-left: 25px;
}
legend {
	padding: 2px 5px;
	color: #663300;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#formWrap p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #602E0C;
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 1.4em 0;
}
.submit {
	margin-left: 10px;
	}
.clear {
	clear:both;
	}
input {
	width: 200px;
	}
textarea {
	width: 300px;
	margin-top: .5em;
}
label {
	float:left;
	margin-right: 2em;
	}
label.top {
	display:block;
	float:none;

