@charset "utf-8";

body {
	background-image: url(./images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center center;
	SCROLLBAR-FACE-COLOR: #fffef9;
	SCROLLBAR-HIGHLIGHT-COLOR: #fffef9;
	SCROLLBAR-SHADOW-COLOR: #fffef9;
	SCROLLBAR-3DLIGHT-COLOR: #fffef9;
	SCROLLBAR-ARROW-COLOR: #b5b5a2;
	SCROLLBAR-TRACK-COLOR: #fffef9;
	SCROLLBAR-DARKSHADOW-COLOR: #fffef9;
}

a img {
	border: 0;
}

#outer {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -295px;
	min-width:900px;
	left: 0px;
}

#inner {
	margin: auto;
	height: 590px;
	width: 900px;
	position:relative;
}

#top-holder {
	float:left;
	display:inline;
	width:900px;
	height:95px;
}

#centre-holder {
	float:left;
	display:inline;
	width:900px;
	height:457px;
	overflow: hidden;
}

#flash-holder {
	float:left;
	display:inline;
	width:542px;
	height:457px;
}

#text-holder {
	float:left;
	display:inline;
	width:338px;
	height:375px;
	overflow:auto;
	margin-left:10px;
	margin-bottom: 10px;
	padding-right:10px;
}

#butt-holder {
	float:left;
	display:inline;
	width:358px;
	height:75px;
	text-align:center;
}

#nav-holder {
	float:left;
	display:inline;
	width:900px;
	height:20px;
	text-align:center;
	z-index:1;
}

#nav-holder a:hover {
color:#d2d2d2;
}

#siteby-holder {
	float:right;
	display:inline;
	width:90px;
	height:16px;
	margin-top:-20px;
	text-align:right;
	z-index:2;
}

#holdittogether {
float:left;
display:inline;
width:358px;
height:457px;
}

.text-nav {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#4d4b4c;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.text-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #9a9a8c;
	letter-spacing: 0.1em;
}

.text-main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight: bold;
	line-height: 16px;
}

.text-valentine {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC0000;
	font-weight: bold;
	line-height: 16px;
	border: solid 1px #CC0000;
	padding: 5px;
}

.text-siteby {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b6b6a3;
	text-decoration:none;
}

.text-caps {
	text-transform: uppercase;
	font-size: 12px;
}

.button2 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight: bold;
	background-color: #9a9a8c;
	border:1px solid #FDFEF8;
	padding-right:10px;
	padding-left:10px;
	padding-top: 3px;
	padding-bottom:3px;
	text-decoration:none;
}

.button-valentine 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight: bold;
	background-color: #CC0000;
	border:1px solid #FDFEF8;
	padding-right:10px;
	padding-left:10px;
	padding-top: 3px;
	padding-bottom:3px;
	text-decoration:none;
}

/* form styling */

form p {
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

label {
	float: left;
	display: inline;
	width: 100px;
}

input.formbox, textarea {
	padding-left: 2px;
	background-color: #fffef9;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	border: #9a9a8c solid 1px;
	width: 185px;
}

select {
	background-color: #fffef9;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	border: #9a9a8c solid 1px;
}

.selectdate {
	width: 58px;
}

.submit {
	background-color: #fffef9;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	border: #9a9a8c solid 1px;
	margin: 0;
	padding: 0;
	margin-left: 100px;
}

/* End of form styling */

#map-container {
	height:457px;
	width:542px;
	float:left;
	display:inline;
}

#frame {
	z-index:1;
	position:absolute;
	height:457px;
	width:542px;

}
#google {
	width: 504px;
	height:442px;
	margin-left:18px;
	margin-top:6px;
	z-index:2;
	position:absolute;
}