html, body {
	font-family : Geneva, Arial, Helvetica, serif;
	font-size : 12px;
	line-height: 180%;
	letter-spacing : .01em;
	color : #000000;
	margin : 0px 0px 0px 0px;
	background-color : #FFFFf8;
	
}

.page {
	margin-top : 12px;
	margin-left : auto;
	margin-right : auto;
	width : 790px;
	height : auto;
	border : 2px solid #003366;
	background-color : #ffffff;
}

.credits {

	margin-left : auto;
	margin-right : auto;
	margin-top : 8px;
	width : 790px;
	text-align : right;
	font-size : 8px;
}

.logo {
	margin : 0px;
	padding : 0px;
	border : 0px;
	height : 150px;

}

.main {

}

.splash {
	margin : 0px;
	padding : 0px;
	border : 0px;
	height : 178px;
}

.copy {
	position : relative;
	float : left;
	width : 490px;
	display : block;
	top : 6px;
	padding-left : 40px;
	padding-right : 30px;
	padding-bottom : 100px;
	padding-top : 12px;
	font-size : 14px;
}

.copyPhoto {

	float : right;
	width : 320px;
	padding : 12px;
	font-size : 80%;

}

.columnCopy {
	padding-left : 12px;
	padding-right : 12px;
	text-align : left;
	padding-top : 0px;
	border : 0px;
	margin-top: 0px;
}

.columnVideo {
	position : absolute;
	top : 384px;
	border : 0px;
	margin-top: 0px;
	margin-left : 3px;
	#margin-left : -106px;
}

.columnVideoCopy {
	padding-left : 12px;
	padding-right : 12px;
	text-align : left;
	padding-top : 160px;
	border : 0px;
	margin-top: 0px;
}

UL {
	margin : 0px;
	border : 0px;
	padding : 0px;
	padding-left : 22px;

}

.column {
	float : right;
	text-align : center;
	width : 219px;
	border : 0px;
	margin : 0px;
	padding : 0px;
	padding-bottom : 0px;
	background-image : url(img/columnBackground.jpg);	
}

.column2 {
	float : right;
	text-align : right;
	width : 180px;
	border : 0px;
	margin : 0px;
	padding : 0px;
	padding-top : 12px;
	padding-right : 40px;
	padding-left : 10px;	
	color : #666666;
}

.quote {
	font-style : italic;
	font-size : 80%;
}


.weather {

	padding-left : 6px;
	width : 210px;

}

.clear {
	float: none;
	clear: both;
}
.mainItem {
	float : left;
}
#menuTabs {
	background-image : url(img/menu/menuBackground.jpg);
	width : 790px;
	height :50px;	
	margin : 0px;
	padding : 0px;
	border : 0px;
	text-align : center;
}
.menuTab {
	border : 0px;
	margin : 0px;
	padding : 0px;
	height : 50px;
}


A.button {
	display : block;
	background-image : url(img/buttonOff.gif);
	text-align : center;
	padding-top : 14px;
	width : 181px;
	height : 36px;
	margin-left : auto;
	margin-right : auto;
	color : white;
	font-weight : bold;
	text-decoration : none;
}
A.button:HOVER {
	background-image : url(img/buttonOver.gif);
	text-align : center;
	padding-top : 14px;
	width : 181px;
	height : 36px;
	color : white;
	font-weight : bold;
	text-decoration : none;
}

A.link {
	text-decoration : none;
	color : #333366;
	border-bottom : 1px solid #9999CC;

}
A.link:HOVER {
	color : #000099;
}

A.menuTab {
	color : #ffffff;
}
.menuTab:HOVER {
	background-color : #CCCCFF;

}
.photo {

	padding : 10px;
	border : 1px solid gray;

}
.mainPhoto {
	display : block;
	padding : 10px;
	border : 1px solid gray;
	float : right;

}

H2 {
	color : #666666;

}
H3 {
	color : #666666;

}
.foot {
	width : 790px;
	text-align : right;
	font-size : .8em;
	color : #ffffff;	
	background-image : url(img/footBackground.jpg);
}
.smallprint {
	font-size : 10px;
}


INPUT.button {
	background-color : #666699;
	color : #ffffff;
	border : 0px;
	font-size : 10px;
	text-transform: uppercase;	
	padding : 4px;

}
INPUT.button:HOVER{
	background-color : #ccccff;
}

#field-title {
	font-size : 12px;
	vertical-align : top;
}
#field-value {
	font-size : 12px;
	vertical-align : top;	
}
.field-error {
	color : red;
}
.field-row {
	border-bottom : 1px solid #cccccc;

}
#price {
	font-size : 14px;
	font-weight : bold;
	width : 200px;
	text-align : center;
}
