@charset "utf-8";
/* CSS Document */

body {background:#000000;}

a:link{color: #a3bccf; text-decoration:none;}
a:active{color: #a3bccf; text-decoration:none;}
a:visited{color: #a3bccf; text-decoration:none;}
a:hover{color: #999999; text-decoration:none;}

.header {
background:url(../images/index/header_bg.jpg);
}

.menubackground { background-color:#001b37;}

/*** START OF BODY ***/

.zoomer {
	height: 420px;
	width: 900px;
	margin: 10px 30px;
	position: absolute; 
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 15px 10px;
	width: 400px;
}
ul.thumb li {
	margin: 0; padding: 0px;
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
}
ul.thumb li img {
	width: 100px; height: 100px;
	border: 1px solid #111111;
	padding: 0px;
	background: #111111;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(../images/index/thumbs/thumb_bg.png) no-repeat center center;
	border: none;
}
#main_view {
	float: right;
	padding: 0;
	margin-right: 10px;
}
#main_view img{
	width:420px;
	height:420px;
}

/*** END OF BODY ***/


/*** START OF FOOTER ***/
#prop-calc-area {width:954px; height:81px; background:url(../images/index/footerplaceholder.png) no-repeat;}
#prop-calc-area form {padding:40px 0 0 22px;}
#prop-calc-area select {width:237px; height:27px; border:2px solid #38628a; margin-right:18px;}
#prop-calc-area input#prop-submit {width:120px; height:26px; background:#38628a; border:2px solid #0f2025; vertical-align:bottom; margin-left:9px; font:bold 1.2em arial; color:#FFFFFF;}
/*** END OF FOOTER ***/
