/* CSS Document */

#contact a, #contact a:visited {color:#939393;}
#contact a:hover {color: #939393}

#copy {
	width: 500px;
	position: absolute;
	left: 52%;
    margin-left: -360px;
	line-height: 1.2;
	background-image: url(decoration/white_50percent.png);
	_background-image: none;
	_background-color: white;
	_filter: alpha(opacity=75);
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	_padding-top: 5px;
	top: 18em;
	_top: 18.5em;
	font-size: 0.8em;
}
html:not([dummy]) #copy {
	top: 15em;
	font-size: 1em;
} /* all browsers except IE 6&7 */

#copy a {text-decoration: underline;}
#copy a, #copy a:visited {color: #000000} /* black */
#copy a:hover {color: #ad1793} /* purple */

.window_small, .window_medium, .window_big  {
	background-image: url(large/modelbackgrounds/REGERSUNB.jpg);
}

.window_small, .window_medium, .window_big  {
	display: block;
	border: solid black 1px;
	height: 750px;
}
.window_small {
	margin-top: 5px;
}
.window_medium {
	margin-top: 10px;
}
.window_big   {
	margin-top: 19px;
}


.logoimg {
	display: none;
}

.logo_high, .logo_mid, .logo_low {
	width: 450px;
	position: absolute;
	left: 52%;
    margin-left: -160px;
}

.logo_high .logoimg, .logo_mid .logoimg, .logo_low .logoimg  {
	display: block;
}
.logo_high {
	top: 30px;
}
.logo_mid {
	top: 35px;
}
.logo_low {
	top: 45px;
}



#brochure_req_sbmt  {
	margin-top: 5px;
	_margin-top: 2px;
}
html:not([dummy]) #brochure_req_sbmt {
	margin-top: 10px;
} /* all browsers except IE 6&7 */

.brochure_req_itm {
	width:			100%;
	margin-bottom:	1px;
}
html:not([dummy]) .brochure_req_itm {
	margin-bottom:	2px;
} /* all browsers except IE 6&7 */

.brochure_req_itm_lbl {
	float:			left;
	width:			200px;
}
