@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d3d3d3;
	height: 100%;
}
.main_box {
	width: 725px;
	margin-top: 42px;
}
.logo {
	float: left;
	margin-bottom: 20px;
	height: 64px;
	width: 213px;
}
.email_form {
	float: right;
	margin-left: 20px;
	text-align: left;
	margin-bottom: 10px;
}

.main_box_navi {
	margin-right: 23px;
	background-image: url(../images/bg_navi.gif);
	background-repeat: no-repeat;
	float: right;
	clear: left;
}
.navi_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-bottom-style: dashed;
	width: 110px;
	border-bottom-width: thin;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 17px;
	margin-left: 17px;
	text-align: left;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
}
.navi_text_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	border-bottom-style: dashed;
	width: 97px;
	border-bottom-width: thin;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 17px;
	margin-left: 17px;
	text-align: left;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 13px;
	font-weight: normal;
	list-style-type: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0F0F0;
	text-align: left;
	padding-right: 38px;
	padding-left: 38px;
	padding-top: 25px;
}
.content_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	padding-right: 38px;
	padding-left: 38px;
	padding-top: 17px;
	color: #FFFFFF;
	text-align: left;
}
.content_tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 38px;
	padding-left: 38px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}



.main_box_top {
	background-image: url(../images/bg_content_top.gif);
	background-repeat: no-repeat;
}
.main_box_mid {
	background-image: url(../images/bg_content_y.gif);
	background-repeat: repeat-y;
}
.main_box_bot {
	background-image: url(../images/bg_content_bot.gif);
	background-repeat: no-repeat;
}
.content_img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 38px;
	padding-left: 38px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.img_body {
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	margin-left: 10px;
}
.links  {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: none;
}

.content A:link {text-decoration: underline}
.content A:visited {text-decoration: underline}
.content A:active {text-decoration: underline}
.content A:hover {text-decoration: underline; color: #3399FF;}

.btn_left {
	height: 73px;
	width: 142px;
	float: left;
	clear: left;
}
.btn_right {
	position: relative;
	height: 73px;
	width: 141px;
	z-index: auto;
	clear: right;
	float: right;
}
.btns {
	z-index: 2;
	position: relative;
	left: 117px;
	width: 728px;
	clear: both;
	bottom: 250px;
}
.paypal {
	text-align: right;
	padding-top: 10px;
}
textarea, select {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	width: 150px;
	background-color: #F0F0F0;
	TEXT-DECORATION: none;
}
input {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #F0F0F0;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.line {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.line2 {
	width: 220px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}.footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	height: auto;
	background-color: #FFFFFF;
}
.footer_img {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 500px;
	padding-right: 20px;
}
.footer_2 {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat;
	height: 150px;
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 8px;
}
