body {
	font: normal 11pt tahoma, verdana, sans-serif;
    color: #035287;
	text-align: center;
	background:#CCCCCC;
}

td {
    vertical-align: top;
    font: normal 12pt tahoma, verdana, sans-serif;
    color: #035287;
    }

h1 {
	font-size: 1.8em;
	color: #0e5a79;
}
h2 {
	font-size: 1.6em;
	color: #1f83ab;
	margin-top: 5px;
	padding: 0;
}
h3 {
	font-size: 1.4em;
	color: #000099;
	margin: 5px 0 2px;
	text-align: center;
}
h4 {
	font-size: 1.2em;
	color: #90b2bf;
}
h5 {
	font-size: 1.2em;
	color: #5ba6c4;
}
h6 {
	font-size: 1.2em;
	color: #1f83ab;
}

.max {
    width: 60%;
	margin-left: 20%;
    border: 0;
    }

.x {
    display: inline;
    }
.home_left_img {
    width: 503px;
    height: 500px;
    border: 1px solid #000000;
    background: url('../images/eyedock_home_left.jpg') top left no-repeat #fff;
    }
.home_main {
    width: 650px;  
	height: 500px;
	
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
    background: url('../images/eyedock_curves_logo.jpg')  top left no-repeat #fff;
	background-position: -300px 0px;
	position:relative;
	border: 1px solid blue;
    }

a:link, a:visited {
    text-decoration: none;
    color: #3e7ef3;
    }
a:hover {
    color: #1ec519;
    }
    


.area1 {
    width: 50%;
    background: url('../images/eyedock_home_area1.jpg') top left no-repeat;
    }
.title {
    padding: 10px 10px 0 10px;
    font-size: 14pt;
    width: 320px;
    }
.intro {
    padding: 0 15px;
    font-size: 9pt;
    line-height: 1.5em;
    width: 320px;
    }



.navbar { 
  /*  vertical-align: middle;
	text-align: center;*/
    font: bold 11pt verdana, sans-serif;
    background: url('../images/eyedock_home_navbar_bg.jpg') top left repeat-x;
    /*padding: 0 10px 0 10px;*/
	width: 100%;
	position:absolute;
	left:0;
 	top:127px;

    }



.area2 {
    width: 50%;
    padding: 5px;
    background: url('../images/eyedock_home_area2.jpg') top left no-repeat;
    }
.search_title {
    font-size: 24pt;
    }
.search1 {
    padding: 0 0 0 25px;
    font-size: 9pt;
    }
.search2 {
    padding: 0 0 0 10px;
    font-size: 9pt;
    }
.see_thru {
    opacity: .5;
    filter: alpha(opacity=50);
    }