body
{
	margin: 0px;
	background: #ffffff url(images/layout/bg.jpg) fixed;
	height: 100%;
	font-family: times,"Times New Roman",serif;
	line-height: 13pt;
}

/* ----- LAYOUT ----- */

#strip
{
	position: absolute;
	top: 50px;
	left: 0px;
	background-image: url(images/layout/bg_strip.jpg);
	height: 150px;
	width: 100%;
	z-index: 20;
}
#shade
{
	position: absolute;
	top: 200px;
	left: 0px;
	background-image: url(images/layout/bg_shade.jpg);
	height: 75px;
	width: 100%;
}

#logo
{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 150px;
	z-index: 30;
}

#contentShade
{
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -350px;
	background-image: url(images/layout/content_shade.jpg);
	width: 700px;
	height: 75px;
}

#content
{
	position: absolute;
	top: 275px;
	left: 50%;
	margin-left: -350px;
	width: 670px;
	padding: 0px 15px;
	min-height: 74%;
	background: transparent url(images/layout/content_bg.jpg) repeat-y left top;
}

/* hack that FF does not get but IE does */
* html div#content
{
	height: 74%;
}

.displayImg
{
	margin: 4px;
	float: left;
	border: 1px solid #000;
}
/* ----- NAVIGATION ----- */

.img_home, .img_about, .img_contact, .img_order
{
	position: relative;
	float: left;
	border: 0px solid #000;
}

.img_home
{
	margin-left: 46px;
}
.img_about
{
	margin-left: 85px;
}
.img_contact
{
	margin-left: 70px;
}
.img_order
{
	margin-left: 57px;
}

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

ul#nav li
{
	position: relative;
}

li ul
{
	position: absolute;
	top: 58px;
	left: 51px;
	width: 97px;
	display: none;
	list-style: none;
	border: 1px solid #6C4539;
	background-color: #EFDCCD;
}

li ul li
{
	margin-left: -40px;
	padding: 2px 6px;
}

li:hover ul, li.over ul
{
	display: block;
}

/* ----- HACKS FOR THE DROPDOWN ---- */
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%;}
* html ul#nav li ul li { clear: both; width: 125px; margin-left: 0; }
* html ul#nav li ul { left: 11px }
* html ul#nav li a { height: 1%; }
/* End */

/* ----- LINKS ----- */
#contentShade a
{
	border: 0;
	color: #A46956;
	font-size: 15pt;
}
#contentShade a:link, #contentShade a:visited
{
	text-decoration: none;
}
#contentShade a:hover, #contentShade a:active
{
	color: #DC8366;
}

ul#nav li ul li a:link, ul#nav li ul li a:visited
{
	font-style: normal;
	font-size: 11pt;
	font-weight: bold;
	color: #A35644;
}
ul#nav li ul li a:hover, ul#nav li ul li a:active
{
	text-decoration: underline;
	color: #A35644;
}

a:link
{
	font-weight: bold;
	color: #A35644;
}
a:visited
{
	color: #A35644;
}
a:hover,a:active
{
	font-style: italic;
	color: #A35644;
}

/* ----- FORM STYLES ----- */
#formLeft
{
	margin-top: 15px;
	position: relative;
	float: left;
	text-align: right;
	padding-right: 5px;
	line-height: 25px;
}
#formRight
{
	padding-top: 15px;
	position: relative;
	text-align: left;
	line-height: 25px;
}
.explain
{
	font-size: 8pt;
	line-height: 6pt;
}

/* Fix IE, hide from IE Mac \*/
* html #formRight input
{
	margin-top: 3px;
}
/* End */

.textInput
{
	width: 300px;
}
.areaInput
{
	width: 450px;
	height: 200px;
}

/* ----- "NEW" STYLES ----- */
.newIcon_blue, .newIcon_purple, .newIcon_lavendar, .newIcon_green
{
	font-style: italic;
	font-weight: bold;
}

.newIcon_blue
{
	color: #CCFFFF;
}
.newIcon_purple
{
	color: #800080;
}
.newIcon_lavendar
{
	color: #CC99FF;
}
.newIcon_green
{
	color: #99CC00;
}

/* ----- HEADINGS H1-H6 ----- */
h1
{
	font-size: 1.6em;
}
h2
{
	font-size: 1.2em;
}
h2.pt
{
	font-size: 14pt;
}

/* ----- LISTS ----- */
#catListing
{
	margin-top: -10px;
	list-style: none;
}
#catListing li
{
	float: left;
	margin: 7px 35px 0 0;
}
#catListing li a:link
{
	font-weight: normal;
}


/* ----- OTHER ----- */
.item
{
	font-size: 12pt;
	font-weight: bold;
}

#logo img
{
	font-size: 18pt;
	font-style: italic;
	color: #A46956;
}


/*

Clear Hack
Created by Holly and John at positioniseverything.net
URI:http://www.positioniseverything.net/easyclearing.html

*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */