/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. Used with Permission.                             */
/* May not be duplicated or reproduced.                                                  */
/*                                                                                       */
/* Please check for cross-browser compatibility prior to making changes                  */
/* MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */


/* basic elements
 * ------------------------------------------------------------------------------------- */
body, div, ul, li, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #EECA65 url(../images/bg.jpg) top left repeat-x;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #582410;
	line-height: 16px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #582410;
	text-decoration: underline;
}
a:hover, a:active {
	color: #BD703C;
	text-decoration: underline;
}

span {
	display: none;
}

form span { display: inline; }

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#wrapper {
	background: url(../images/wrapper_bg.jpg) left top repeat-y;
	width: 758px;
	margin: 0px auto;
	text-align: left;
}

#main {
	width: 758px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/index/column_right_bottom_img.jpg) right bottom no-repeat;
}

h1 {
	font-size: 14px;
}
h2	{
	font-size: 13px;
	color: #000000;
}
h3	{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
	
	
/* HORIZONTAL sprite nav
 * ------------------------------------------------------------------------------------- */
#menu {
	background: url(../images/menu.jpg) left top no-repeat;					
	width: 758px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#menu li span {display: none;}
#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu li, #menu a {height: 26px; display: block;}
#menu-01 {left: 323px; width: 85px;}
#menu-02 {left: 408px; width: 201px;}
#menu-03 {left: 609px; width: 130px;}

#menu-01 a:hover {background: transparent url(../images/menu.jpg) -323px -26px no-repeat;}
#menu-02 a:hover {background: transparent url(../images/menu.jpg) -408px -26px no-repeat;}
#menu-03 a:hover {background: transparent url(../images/menu.jpg) -609px -26px no-repeat;}

	/* begin son of suckerfish */

	#menu li ul {
		position: absolute;
		left: -9999px;
		background-color: #FAD585;
	}
	
	#menu li ul li {
		height: 20px;
		background-color: #FAD585;
	}
	#menu li ul li a {
		width: 100%;
		height: 20px;
		line-height: 20px;
	}
	#menu li ul li a span {
		display: block;
		border: 1px solid #000000;
		text-align: center;
	}
	
	#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
		font-size: 11px;
		color: #000000;
		text-decoration: none;
	}

	#menu li:hover ul, #menu li.sfhover ul	{ left: auto; }

	#menu-02 ul a:hover { 
		background-image: none;
		background-color: #D4933A; 
	}
	
	#menu-02 ul, #menu-02 li { width: 201px; }


/* content
 * ------------------------------------------------------------------------------------- */
#banner {
	background: url(../images/banner.jpg) left top no-repeat;
	width: 758px;
	height: 333px;
}

#content-container {
	background: url(../images/content_bg.jpg) left top no-repeat;
	width: 758px;
	margin: 0px auto;
	padding: 0px;
}

#column-left {
	width: 215px;
	float: left;
}
	#column-left form {
		margin-left: 35px;
		padding-bottom: 15px;
	}
	#column-left p, #column-left h1, #column-left h2 {
		margin-left: 45px;
		line-height: 13px;
	}

#column-center {
	width: 303px;
	float: left;
}
	#column-center p, #column-center h1, #column-center h2 {
		margin-left: 25px;
		margin-right: 20px;
	}
	
	#column-center ul {
		margin-left: 45px;
	}
	
#column-right {
	width: 240px;
	float: left;
}

	#column-right p, #column-right h1, #column-right h2 {
		margin-left: 35px;
		margin-right: 10px;
	}
	
	#column-right ul {
		list-style: none;
		margin-left: 35px;
		padding-top: 10px;
	}
	.img-right {
		float: right;
		margin-right: 25px;
	}

#sub-content-container {
	background: url(../images/content_bg.jpg) left top no-repeat;
	width: 758px;
	margin: 0px auto;
	padding: 0px;
}

#sub-content-right {
	width: 543px;
	float: left;
}

	#sub-content-right p, #sub-content-right h1, #sub-content-right h2, #sub-content-right h3 {
		margin-left: 25px;
		margin-right: 35px;
	}
	
	
	#sub-content-right ul {
		margin-left: 45px;
		margin-right: 35px;
	}
	
/* footer
 * ------------------------------------------------------------------------------------- */
#page-footer {
	background: url(../images/page_footer.jpg) left top no-repeat;
	width: 758px;
	height: 30px;
	clear: both;
	border-bottom: 1px solid #582410;
}

#footer {
	width: 758px;
	margin: 0px auto;
	padding: 14px;
	text-align: center;
}

	#footer li { 
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	
	#footer a:link, #footer a:visited {
		color: #582410;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #BD703C;
		text-decoration: underline;
	}

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */
 
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #582410;
	border: 1px solid #D2906E;
	background-color: #F9D68A;
	margin-bottom: 2px;
}

.quickcontact {
	width: 150px;
}

.top {
	display: block;
	text-align: right;
	font-size: 10px;
}

.big-form label, .big-form-field {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.big-form label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

.big-form br {
	clear: left;
}
div.clear {
	clear: both;
}
img.img-right {
	float: right;
	padding: 0px 0px 5px 10px;
}
	
.red { color: #FF0000; }
.warning { margin: 20px 30px 20px 20px; padding: 10px; background-color: #FF0000; color: #fff; }	
.required { color: #FF0000; font-style: italic; }
#quickcontact { margin: 0; padding: 0; }
#quickcontact .warning { margin-left: 40px; }
#quickcontact .warning p { margin-left: 0; color: #fff; }
#quickcontact table { width: 140px; }
#quickcontact table td { padding-bottom: 2px; font: 10px/13px Arial, Helvetica, sans-serif;  }
#quickcontact input.quickinput { padding-left:3px; width: 130px; background-color:#F9E583 !important; /* to prevent highlighting by Google Toolbar */ border: 1px solid #D2906E; color:#582410; vertical-align: middle; }
#quickcontact textarea { width: 130px; background-color:#F9E583 !important; /* to prevent highlighting by Google Toolbar */ border: 1px solid #D2906E; color:#582410; }
#quickcontact img.validator { vertical-align: middle; background-color: #fffed3; }
	