/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2003. 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                                     */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */


/* basic elements
 * ------------------------------------------------------------------------------------- */

body {
	margin: 0px;
	background-image:  url("../images/index/bg.jpg");
	background-repeat: repeat-x;
	background-color: #8B98CF;
}

p, ul, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#6B6895;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#6B6895;
}

h2, h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#6B6895;
}

.hanna {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
}

p a:link {
	color: #686698;
}
p a:visited {
	color: #686698;
}
p a:hover {
	color: #8C97CF;
}
p a:active {
	color: #8C97CF;
}

#backgroundtile {
	background-image:url(../images/index/background.jpg);
	background-repeat:repeat-y;
}

#left {
	padding: 0px;
	margin:0px;
	background-image:url(../images/index/left-gradient.jpg);
	background-position:0px 80px;
	background-repeat:no-repeat;
}

iframe.yt-video { 
	margin-left:32px;
}

#left-subpage {
	padding: 10px 25px 10px 33px;
	margin:0px;
	text-align:left;
	background-image:url(../images/sub/index_slice14.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#middle {
	padding: 10px 15px 10px 15px;
	margin:0px;
	text-align:left;
}

#right {
	padding: 10px 38px 10px 43px;
	margin:0px;
	text-align:left;
	background-image:url(../images/index/index_slice17.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:16px;
	text-align:center;
	color:#fff;
}

.footer a:link {
	color: #fff;
}
.footer a:visited {
	color: #fff;
}
.footer a:hover {
	color: #DBDFF0;
}
.footer a:active {
	color: #DBDFF0;
}

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */
 
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #E3D6BF;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
}

.quickcontact {
	width: 150px;
}

.submit {
	background-image:url(../images/index/button.jpg);
	background-repeat:no-repeat;
	width:53px; 
	height:19px; 
	border:0; 
	cursor:pointer; 
}

.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;
}

