/* LAST UPDATED 04.08.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

body {
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #50312b;
	background: #c8b9b6;
}

strong, em { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

.brown { color: #50312b; }
.orange { color: #f4682f; }

p, ul, ol {
	margin: 0;
	padding: 0 0 16px;
}

a {
	color: #f4682f;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a img { border: 0; }

.alignLeft {
	float: left;
	margin: 0 16px 2px 0;
}

.alignRight {
	float: right;
	margin: 0 0 2px 16px;
}

.border {
	padding: 10px;
	border: 2px #dae370 solid;
}

ul, ol { margin: 0 0 0 28px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul {
	list-style: none;
	margin: 0 0 0 35px;
	padding: 0;
}

	#nav li { float: left; }

	#nav li a {
		display: block;
		padding: 0 12px;
		font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
		font-size: 13px;
		line-height: 30px;
		color: #50312b;
		text-decoration: none;
		text-transform: uppercase;
	}

	#nav li a:hover { color: #f4682f; }

/* LEVEL TWO */

#nav ul ul {
	position: absolute;
	left: -999em;
	width: 200px;
	margin: 0;
	text-align: left;
}

	#nav li li a {
		width: 172px;
		line-height: 1.5em;
		padding: 5px 14px;
		font-size: 12px;
		color: #3f3c3d;
		text-decoration: none;
		background-image: none;
		background-color: #f7f7f2;
	}

	#nav li li a:hover { background-color: #dcdcc7; }

/* LEVEL THREE */

#nav ul ul ul { margin: -22px 0 0 200px; }

#nav li:hover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul { left: auto; }

#nav li:hover { position: static; } /* for IE7 sticky issue */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

.wrap { margin: 0 auto; }

.clear { width: 100%; overflow: hidden; }

#header {
	height: 196px;
	background-color: #fff;
	border-bottom: 12px #f5682f solid;
}

	#header .wrap {
		position: relative;
		padding-top: 16px;
		width: 856px;
		height: 180px;
		text-align: center;
	}

	#searchBox {
		position: absolute;
		top: 10px;
		left: 0;
		text-align: left;
	}

	#nav {
		position: absolute;
		bottom: 5px;
		left: 0;
	}

#content { background-color: #dddf79; }

	#content .wrap {
		width: 680px;
		min-height: 350px;
		padding: 20px;
		background-color: #fff;
	}

#footer {
	height: 125px;
	font-size: 12px;
	color: #fff;
	background: url('../Images/bg-footer.gif') top repeat-x;
}

	body#home #footer {
		height: 225px;
		background: url('../Images/bg-footerHome.gif') top repeat-x;
	}

	#footer a { color: #fff; }

	#footer .wrap {
		padding-top: 30px;
		width: 760px;
	}

	body#home #footer .wrap { padding: 0; }

	#featured {
		margin: 0 auto;
		padding-top: 16px;
		width: 636px;
		height: 135px;
	}

		.box {
			float: left;
			margin-left: 30px;
			padding: 8px;
			width: 156px;
			height: 91px;
			background-color: #fff;
		}

		#newsletterWrap {
			position: relative;
			background-color: #f5682f;
			padding: 0;
			border: 8px #fff solid;
		}

			#newsletterWrap p {
				padding: 0;
				font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
				text-align: center;
				color: #fff;
				text-transform: uppercase;
			}

	#copyright {
		float: left;
		width: 444px;
	}

	#login {
		position: relative;
		float: right;
		margin-right: 30px;
		width: 225px;
	}

	#logged-out { background: url('../Images/client-login.gif') top left no-repeat; }

	#logged-in { text-align: right; }

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 8px 8px 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textBox {
	padding: 2px 3px;
	border: 1px #c8b9b6 solid;
}

#searchBox .textBox {
	width: 125px;
	margin-right: 5px;
}

#searchBox input { vertical-align: middle; }

#login .textBox {
	margin: 0 0 7px 85px;
	width: 100px;
	color: #c8b9b6;
	font-size: 11px;
}

#login .button {
	position: absolute;
	bottom: 5px;
	right: 0;
}

#newsletterWrap input, #newsletterWrap img { position: absolute; }

#newsletterWrap .name, #newsletterWrap .email, #newsletterWrap .captchaImage { left: 8px; }

#newsletterWrap .name, #newsletterWrap .email, #newsletterWrap .captchaBox {
	padding: 2px;
	font-size: 11px;
	color: #c8b9b6;
	background: #fff;
	border: 0;
}

#newsletterWrap .name, #newsletterWrap .email { width: 136px; }

#newsletterWrap .name { top: 18px; }

#newsletterWrap .email { top: 40px; }

#newsletterWrap .captchaImage, #newsletterWrap .captchaBox { top: 62px; }

#newsletterWrap .captchaBox {
	right: 8px;
	width: 60px;
}

#newsletterWrap .button {
	top: 85px;
	right: 8px;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3 {
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding-bottom: 12px;
}

h4 {
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding-bottom: 0px;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

h1 {
	font-size: 24px;
	color: #c8b9b6;
	text-transform: uppercase;
	padding-left: 18px;
	background: url('../Images/dot.gif') 0 8px no-repeat;
}

h2 { font-size: 22px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }
