/***************************

COLORCHART

E5E6E8 gray bg
BCBE00 green
CF003D red
BE001B font red
4D4D4D font gray
****************************/

body {
	background: #E5E6E8;
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	line-height:1.5em;
	color: #4D4D4D;
}

#container {
	width: 975px;
	margin: 12px auto 0 auto;
	background: white url(/image/container_bg.gif) repeat-y;
}

	/*	HEADER	*/
	#header {
		overflow: auto;
	}
		#header #headerLeft {
			width: 166px;
			height: 167px;
			background: white url(/image/header_left.gif) no-repeat;
			float: left;
		}
		#header #headerRight {
			width: 809px;
			height: 133px;
			background: white url(/image/header_right.gif) no-repeat;
			float: left;
			text-indent: -999em;
		}
		
	
	
	/*	WRAPPER	*/
	#wrapper {
		overflow: auto;
		margin: 10px 0 0 0;
		clear: both;
	}
	
		#thumbs {
			width: 500px;
			float: left;
			margin: 0 0 0 20px;
		}
			#thumbs ul {
				overflow: auto;
				margin: 0 0 20px 0;
			}
				#thumbs ul li {
					float: left;
					width: 72px;
				}
					#thumbs a:link, #thumbs a:visited {
						width: 72px;
						height: 70px;
						margin: 0 auto;
						padding: 8px 0 0 0;
						display: block;
						border: 1px solid white;
						background: transparent;

						text-align: center;
						color: #808080;
						text-decoration: none;
						font-style: italic;
						font-size: 75%;
						line-height:1.2em;
					}
					#thumbs a:hover, #thumbs a:active {
						border: 1px solid #E5E5E5;
						background: #F8F9F9;
					}
						#thumbs a img {
							border: 1px solid #9F9F9F;
						}


		
		#photos {
			width: 630px;
			float: left;
			margin: 0 0 0 20px;
		}
			#photos div {
				display: none;
			}
			#photos div#photo1 {
				display: block;
			}
			
			#photos div img {
				border: 1px solid #9F9F9F;
			}


		
		#textbar {
			width: 281px;
			float: right;
			margin: 0 20px 0 0;
		}
			a#bestel_button {
				display: block;
				width: 281px;
				height: 57px;
				margin: 0 0 25px 0;
				background: url(/image/button_bestel.gif);
				text-indent: -999em;
				
			}
			#textbar p {
				margin: 0 0 10px 0;
			}
				#textbar p strong {
					color: #BE001B;
					font-weight: bold;
				}
				#textbar p em {
					color: #999999;
					font-style: italic;
				}
				#textbar p em a {
						color: #555;
				}
				
			


/*		SITEWIDE		*/

a:link, a:visited {
	color: #BE001B;
	text-decoration: none;
}
a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}






/*		FOOTER		*/

#footer {
	width: 975px;
	margin: 12px auto 0 auto;
	padding: 10px 0 15px 0;
	background: #E5E6E8 url(/image/container_bottom.gif) no-repeat;
	
	text-align: center;
	font-size: 90%;
}
