/* hide from ie on mac \*/

	html {
		height: 100%;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #fff;
		font-family: arial; color: #999;
	}
	
	a {text-decoration: none; color: #999;}
	a:hover {text-decoration: none; color: #000;}
	a.email {text-decoration: none; color: #cc3300;}
	a.email:hover {text-decoration: underline; color: #cc3300;}
	.thumb {float:left; padding-right: 10px; padding-bottom: 10px;}
	.thumbs {clear: both; float:left;}
	.footer {clear: both; float:left; font-family: arial; color: #999; font-size: 10px; text-align:center; width:770px; padding-top:10px;}
	.footer2 {clear: both; float:left; font-family: arial; color: #999; font-size: 10px; text-align:center; width:770px; padding-top:50px;}
	
	#container {width:780px; margin: 0 auto;}
	
	#navcontainer {font-size: 13px; padding-bottom: 10px; letter-spacing:1px; color:#000;}
	
	#logo {padding:30px 0px;}
	
	#contact {font-size: 12px; color:#777; padding-bottom: 10px; line-height: 18px;}
	
/* CONTACT FORM */

input, textarea { border: 2px solid #ccc; }

#page-wrap {
	width: 600px;
	min-height: 600px;
}

form {
	padding: 10px 0 0 0;
}

label {
	display: block;
	font-size: 1em;
	padding-top:10px;
	font-weight: bold;
}

label.error {
	position: absolute;
	top: -25px;
	left: 100px;
	color: #da3939;
	font-size: .8em;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}

#formLeft {
	width: 600px;
	float: left;
	}
	
	#formLeft input {
		width: 300px;
		font-size: 1.4em;
	}
	
	#formLeft textarea {
		width: 400px;
		height: 200px;
		display: block;
		font-size: 1.3em;
		overflow: auto;
	}
	
#formLeft .input-bg {
		background: url(images/form-sm-bg.jpg) bottom left no-repeat transparent;
		height: 45px;
		margin-bottom: 10px;
		position: relative;
	}
	
.submit-button {
	width: 100px;
	float: right;
}

	
/* These styles create the dropdown menus. */

#navbar {
   margin: 0;
   padding: 0;
   height: 15px; }
   
#navbar li {
   list-style: none;
   float: left; }
   
#navbar li a {
   display: block;
   height:18px; /* height of subcategories */
   padding: 0px 0px;
   color: #999;
   text-decoration: none; }
   
#navbar li ul {
   display: none; 
   width: 120px;  /* Width to help Opera out */
   z-index:100; }
   
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; 
   padding-top: 5px;}
   
#navbar li:hover li, #navbar li.hover li {
   float: none; }
   
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #fff;
   color: #000; }
   
#navbar li li a:hover {
   background-color: #e3e3e3; }
