/* DEFAULT TEMPLATE STYLES */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#holder {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


/* WRAPPERS */
#top {
	background-image: url("../image/web/wrapper/top_bg.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 100px;
}
#middle {
	background-image: url("../image/web/wrapper/middle_bg.gif");
	background-position: top;
	background-repeat: repeat-y;
}
#bottom {
	background-image: url("../image/web/wrapper/bottom_bg.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 40px;
}


/* CONTAINERS */
#printelements {
	display: none;
}
#menu1 {
	height: 30px;
	width: 725px;
	margin: 0px 25px 5px 25px;
	padding-left: 25px;
}
#animation {
	height: 165px;
	width: 750px;
	margin: 0px 25px 5px 25px;
	background-image: url("../image/web/menu/menu2_back.gif");
	background-position: top;
	background-repeat: repeat-y;
}
#logobuttons {
	min-height: 75px;
	width: 750px;
	padding: 0px 20px 5px 25px;
}
.logobutton {
	height: 75px;
	margin-right: 5px;
	min-width: 15px;
	float: left !important;
}
.logobutton img {
	vertical-align: middle;
}
#messages {
	width: 750px;
	padding: 0px 25px 0px 25px;
	background-image: url("../image/web/wrapper/messages_bg.gif");
	background-position: top;
	background-repeat: repeat-y;
	float: left !important;
}
#fpnews {
	width: 750px;
	margin: 0px 25px 5px 25px;
	background-image: url("../image/web/wrapper/fpnews_bg.gif");
	background-position: top;
	background-repeat: repeat-y;
	float: left !important;
}
#fpcontent {
	width: 695px;
	margin: 20px 70px 20px 45px;
}
#content {
	width: 750px;
	margin: 5px 25px 5px 25px;
	background-image: url("../image/web/wrapper/content_bg.gif");
	background-position: top;
	background-repeat: repeat-y;
}
#widecontent {
	width: 695px;
	margin: 20px 70px 20px 45px;
}
#footersearch {
	width: 750px;
	margin: 5px 25px 5px 25px;
}
#menu2 {
	width: 750px;
	margin: 0px 25px 0px 25px;
	background-image: url("../image/web/menu/menu2_back.gif");
	background-position: top;
	background-repeat: repeat-y;
	float: left !important;
}
#menu2fp {
	width: 750px;
	margin: 0px 25px 0px 25px;
	background-image: url("../image/web/menu/menu2fp_line.gif");
	background-image: none;
	background-position: 0px 50px;
	background-repeat: no-repeat;
	float: left !important;
}
#hr {
	height: 20px;
	width: 750px;
	margin: 0px 25px 0px 25px;
	float: left;
}
#footer {
	height: 30px;
	width: 750px;
	margin: 0px 25px 0px 25px;
	float: left;
}
#footer div {
	margin: 10px 35px 0px 35px;
}


/* ELEMENTS */
.logo {
	margin: 0px 0px 0px 60px;
}
.message {
	width: 375px;
	float: left;
}
.item {
	margin: 20px 40px 20px 35px;
}
.search {
	padding: 0px 0px 10px 0px;
}
.search .formline {
	width: 114px; /* 120px */
}
.header {
	border-top: 5px solid #ffffff;
}
.address, .times {
	border-top: 5px solid #ffffff;
	padding: 20px 0px 20px 35px;
}
.pageleft {
	width: 210px;
	height: 100%;
	float: left;
}
.pageright {
	width: 475px;
	float: left;
	margin: 35px 40px 40px 25px;
}
.newsitem {
	float: left;
	width: 290px;
	height: 130px;
	margin: 30px 50px 0px 35px;
}
.newsitem img {
	float: right;
	margin-left: 30px;
}
.newsitem div {
	height: 110px;
}
.menu2item {
	background-image: url("../image/web/menu/menu2_line.gif");
	background-image: none;
	background-position: top;
	margin: 20px 0px 20px 35px;
}
.hr {
	margin-left: 35px;
}
.nixel {
	width: 750px;
	height: 1px;
	clear: both;
	margin-left: 25px;
	line-height: 1px;
}


/* FORM STYLES */
.formbut { 
	color: #ffffff; 
	font-weight: bold;
	background-color: #990000;
	border: 1px solid #990000;
	height: 20px;
	cursor: pointer;
}
.formline { 
	color: #666666; 
	border: 1px solid #242526; 
	height: 14px;
	background-color: #ffffff;
	width: 194px; /* 200px */
	line-height: 14px;
	padding: 3px 3px 3px 3px;
}
.formarea {
	color: #666666;  
	border: 1px solid #242526;
	background-color: #ffffff;
	width: 194px; /* 200px */
	height: 60px;
	padding: 3px 3px 3px 3px;
}


/* MENU STYLES */
.menu1, .menu1:hover, .menu1selected, .menu1selected:hover {
	font-weight: bold;
	color: #ffffff;
	display: block;
	float: left;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
}
.menu1:hover {
	color: #242526;
	background-color: #fefefe;
}
.menu1selected, .menu1selected:hover {
	background-color: #990000;
}
.menu2, .menu2selected {
	color: #ffffff;
	display: block;
	float: left;
	width: 150px;
	margin-right: 15px;
	padding-left: 10px;
	background-image: url("../image/web/menu/menu2_dot.gif");
	background-position: left;
	background-repeat: no-repeat;
}
.menu2:hover {
	color: #242526;
	background-color: #fefefe;
}
#menu2fp .menu2:hover {
	color: #999999;
	background-color: #242526;
}
.menu2selected, .menu2selected:hover {
	color: #ffffff;
	background-color: #242526;
	background-image: none;
}


/* ExtraZake FUNCTION STYLES */
.highlight {
	background-color: #FFFF00;
}
.formrequired {
	color: #FFFF00;
}
.photothumb {
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	text-align: center;
}

@media Print {
	html, body, .printable, #holder, #middle, #messages, #fpnews, #content, #fpcontent, #hr {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	html, body, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, img {
		color: #000000;
		background-color: #ffffff;
	}
	.noprint {
		display: none;
	}
	#printelements {
		display: block;
	}
	#content {
		margin-left: 0px;
	}
	#fpcontent {
		margin-left: 20px;
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		color: #000000;
	}
}
