@charset "utf-8";
body {
	margin: 0px;
	height: auto;
	
}
#header {
	background-repeat: no-repeat;
	height: 182px;
	background-image: url(../graphics/headerbg.gif);

}
#middle {
	height: 386px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: 35px center;
	background-color: #FFEDD5;
}
.greentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 550px;
	padding-top: 40px;
	line-height: 16px;
}
.specials {
	height: 25px;
	width: 364px;
	margin-left: 420px;
}
#specials {
	width: 364px;
	height: 50px;
	margin-left: 450px;
	padding-top: 20px;
	background-position: bottom;
	margin-top: 0px;
}


#greentextholder {
	width: 550px;
	margin-left: 230px;
}


#content {
	width: 1000px;
	height: 946px;
	margin-right: auto;
	margin-left: auto;
}
#green {
	height: 378px;
	background-image: url(../graphics/green-section.gif);
	width: 1000px;
}
#footer {
	background-image: url(../graphics/footer.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#menubar {
	height: 46px;
	width: 378px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 493px;
	margin-top: 0px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.portfolio {
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:946px;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index: 6;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:500px;
	width:800px;
	border:2px solid #cecece;
	padding:12px;
	font-size:13px;
	background-color: #FFEDD5;
	z-index: 7;
	background-image: url(../graphics/specials.gif);
	background-repeat: no-repeat;
}
#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#FFFFFF;
	font-weight:700;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 7;
	margin-top: 10px;
	margin-right: 10px;
}
#popupContactPrint {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6A0C0C;
	font-weight:700;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 7;
	margin-top: 495px;
	margin-right: 10px;
}

#button{
	cursor: pointer;
}

