/*--------------------------------------------
	Body and general formatting
--------------------------------------------*/

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#636366;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-290px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:778px;
	height:580px;
	clear:left;
	background:url(../img/background_w_flower_6.gif);
}




/*--------------------------------------------
	Main layout frame & headers
--------------------------------------------*/

#top_logo {
	margin: 0 auto; 
	width: 420px;
	height: 135px;
	float:left;
	border:solid 0px #000000;
}

#top_email {
	margin: 0 auto; 
	width: 329px;
	height: 135px;
	float:left;
	border:solid 0px #000000;
}

#email_form {
	margin:110px 0 0 0;
	padding:0;
	float:right;
	height:16px;
	border:solid 0px #000000;
}


#content {
	margin: 0 auto; 
	width: 720px;
	height: 420px;
	float:none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border:solid 0px #000000;
}

#menu_frame {
	margin: 0 auto; 
	width:187px;
	height:420px;
	border:solid 0px #000000;
	float:left;
}


#main_frame {
	margin: 0 auto; 
	width:525px;
	height:420px;
	border:solid 0px #000000;
	float:right;
}


#main_center {
	margin: 0 auto; 
	width:245px;
	height:410px;
	border:solid 0px #000000;
	background-color: #636366;
	float:left;
}

#main_center div { display:none; }
#main_center div.on { display:block; }

#main_right {
	margin: 0 auto; 
	width:265px;
	height:410px;
	border:solid 0px #000000;
	float:right;
}


/*--------------------------------------------
	menu
--------------------------------------------*/

#menu_1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu_1 {
	width: 115px;
	height: 85px;
	margin: 0 10px 10px 0;
	float: right;
	background-color: #636366;
	}
	
#menu_1 li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  	height: 10px;
	text-decoration: none;
	outline:none;
	}	
	
#menu_1 li a:link, #menu_1 li a:visited {
	color: #FFF;
	display: block;
	padding: 8px 0 0 10px;
	outline:none;
	}
	
#menu_1 li a:hover,
#menu_1 li a.selected  {
	color: #592417;
	padding: 8px 0 0 10px;
	}

#menu_2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu_2 {
	width: 115px;
	height: 125px;
	margin: 0 10px 0 0;
	float: right;
	background-color: #636366;
	}
	
#menu_2 li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  	height: 30px;
	text-decoration: none;
	outline:none;
	}	
	
#menu_2 li a:link, #menu_2 li a:visited {
	color: #FFF;
	display: block;
	padding: 8px 0 0 10px;
	}
	
#menu_2 li a:hover,
#menu_2 li a.selected {
	color: #592417;
	padding: 8px 0 0 10px;
	}

/*--------------------------------------------
	Etc
--------------------------------------------*/

#home_txt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#212060;
	font-style:italic;
	}

#title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#212060;
	font-weight:bold;
	}
	
#txt_description {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#fff;
	text-decoration:none;
	}
	
#txt_description_s {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#fff;
	}
	
#menu, #design, #people, #people_jenny, #people_brett {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	line-height:15px;
	color:#fff;
	}
	
#menu a:link, #design a:link, #people a:link, #people_jenny a:link, #people_brett a:link,
#menu a:visited, #design a:visited, #people a:visited, #people_jenny a:visited, #people_brett a:visited{
	color:#fff;
	text-decoration:none;
	outline:none;
	}
	
#menu a:hover, #design a:hover, #people a:hover, #people_jenny a:hover, #people_brett a:hover {
	color: #592417;
	}
	
#information {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#fff;
	text-decoration:none;
	}

#menu_2  { display:none; }
#menu_2.on { display:block; }

.input_email {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: smaller;
	border-style:solid;
	border-width:1px;
	border-color:#262324;
	background:#808285; 
	vertical-align:top; 
	margin:0; 
	padding:0; 
	height:14px;
	width:133px;
	}