#envelope {
	margin: auto;
	width: 900px;
	height: 400px;
}
	/* === HEADER === */		
	#envelope #header {
		height: 224px;
		background: url('../imgs/bg_header.jpg') no-repeat #282c2f;
		position: relative;
	}	
		#envelope #header a#home_link {
			display: block;
			width: 250px;
			height: 100px;
			position: absolute;
			top: 40px;
		}
		/* === HORIZONTAL MENU === */	
		#envelope #header ul#h_menu {
			width: 900px;
			margin: 0 0 0 180px;
			padding: 0;
			position: absolute;
			top: 186px;
			font-family: 10px arial, helvetica, sans-serif;
		}
			#envelope #header ul#h_menu li {
				display: inline;
				padding: 15px 5px 15px 5px;
				float: left;
			}
				#envelope #header ul#h_menu li a {
					color: white;
					padding: 9px 7px 8px 7px;
					text-decoration: none;
				}
					#envelope #header ul#h_menu li a.curr {
						border-bottom: 4px solid #DA1720;
					}
					#envelope #header ul#h_menu li a:hover {
						border-top: 4px solid #DA1720;
					}
	#envelope #container1 {
		width: 900px;
		background: transparent url(../imgs/bg_container1.gif) left;
		margin: 20px 0 20px 0;
	}
		#envelope #container1 #menu {
			float: left;
			width: 185px;
			padding: 0 0 0 0;
		}
			#envelope #container1 #menu h2 {
				padding: 2px 0 0 15px;
				margin: 0 0 0 0px;
				background: transparent url(../imgs/bg_h.gif) no-repeat scroll 0 0;
			}
			/* === VERTICAL MENU === */
			#envelope #container1 #menu ul {
				list-style:none;
				margin: 15px 0 0 0px;
				padding: 0;
				font-size: 11px;
			}
				#envelope #container1 #menu ul li { 
					background:url(../imgs/bg_li.gif) 0 0 repeat-x;
					padding: 0px 0 12px 6px;
					width: 165px;
				}
				#envelope #container1 #menu ul li a { 
					background:url(../imgs/bull.gif) 0 5px no-repeat;
					padding:0 0 0 10px;
					color: #989898;
					text-decoration:none;
				}
					#envelope #container1 #menu li a:hover, #envelope #container1 #menu li a.curr { 
						text-decoration:none;
						color:#DA1720;
					}
			#envelope #container1 #menu div.shutz_logo {
				color: #989898;
			}
				#envelope #container1 #menu div.shutz_logo img {
					margin: 25px 0 10px 0;
				}		
		#envelope #container1 #main {
			width: 530px;
			float: left;
			padding: 0px 14px 0 10px;
			color: #989898;
			font-size: 12px;
		}
		/* === BANNERS === */
		#envelope #container1 #banners {
			width: 155px;
			float: right;
			text-align: right;
		}
			#envelope #container1 #banners img {
				margin: 0 0 3px 0;
			}
			#envelope #container1 #banners p {
				padding: 0;
				margin: 0 0 10px 0;
			}
	/* === FOOTER === */
	#envelope #footer {
		height: 40px;
		background: #292B2C;
		padding: 15px;
		color: #B7B7B7;
	}		
		#envelope #footer .left {
			width: 340px;
			float: left;
		}
		#envelope #footer .right {
			width: 340px;
			float: right;
			text-align: right;
		}
/* === HELPS TAGS === */
.clear {
	clear: both;
}
/* === GALERY === */
table.galery_list {
}
	table.galery_list td {
		text-align: center;
		vertical-align: top;
		xpadding: 0 10px 0 10px;
	}
	table.galery_list td h3 {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 11px;
		font-style: italic;
		font-weight: normal;
	}
		table.galery_list td h3 a {
			text-decoration: none;
		}
			table.galery_list td h3 a:hover {
				text-decoration: underline;
			}
	table.galery_list td img {
		border: 1px solid #737778;
	}
table.galery td {
	padding: 0;
	text-align: center;
}
	table.galery td img {
		border: 1px solid #737778;
	}
/* === DOPYT === */	
table#contact_form {
	border-collapse: collapse;
}
	table#contact_form td {
		padding: 0 0 10px 0;
		vertical-align: top;
	}
		table#contact_form td.right {
			text-align: right;
		}	
		table#contact_form td label {
			padding: 0;
			font-size: 11px;
		}
		table#contact_form td input {
			width: 245px;
		}
		table#contact_form td textarea {
			height: 163px;
			width: 245px;
		}
	table#contact_form tr.submit td {
		text-align: right;
		border-top: 1px solid #565656;
		padding: 5px 0 0 0;
	}
		table#contact_form tr.submit td input {
			background: #DA1720;
			color: white;
			border: 0;
			font-size: 10px;
			width: 70px;
		}
/* === LOGIN === */	
table#login_form {
	border-collapse: collapse;
}
	table#login_form td {
		padding: 0 0 10px 0;
		vertical-align: top;
	}
		table#login_form td label {
			padding: 0;
			font-size: 11px;
		}
		table#login_form td textarea {
			height: 160px;
		}
	table#login_form tr.submit td {
		text-align: right;
		border-top: 1px solid #565656;
		padding: 5px 0 0 0;
	}
		table#login_form tr.submit td input {
			background: #DA1720;
			color: white;
			border: 0;
			font-size: 10px;
		}		
/* === FORGET === */	
table#forget_form {
	border-collapse: collapse;
}
	table#forget_form td {
		padding: 0 0 10px 0;
		vertical-align: top;
	}
		table#forget_form td label {
			padding: 0;
			font-size: 11px;
		}
		table#forget_form td textarea {
			height: 160px;
		}
	table#forget_form tr.submit td {
		text-align: right;
		border-top: 1px solid #565656;
		padding: 5px 0 0 0;
	}
		table#forget_form tr.submit td input {
			background: #DA1720;
			color: white;
			border: 0;
			font-size: 10px;
		}
/* === REGISTRATION === */	
table#reg_form {
	border-collapse: collapse;
}
	table#reg_form th {
		padding: 0 0 10px 0;
		vertical-align: top;
		text-align: left;
	}
	table#reg_form td {
		padding: 0 0 10px 0;
		vertical-align: top;
		text-align: right;
	}
		table#reg_form td label, table#reg_form th label {
			padding: 0;
			font-size: 11px;
		}
		table#reg_form td textarea {
			height: 87px;
			width: 250px;
			margin: 0 0 10px 0;
		}
		table#reg_form td input, table#reg_form th input {
			width: 250px;
		}
		table#reg_form td input.btn {
			width: auto;
		}
	table#reg_form tr.submit td {
		text-align: right;
		border-top: 1px solid #565656;
		padding: 5px 0 0 0;
	}
		table#reg_form tr.submit td input {
			background: #DA1720;
			color: white;
			border: 0;
			font-size: 10px;
		}	
/* === CONTACT === */
div#map {
	width: 533px; 
	height: 300px;
	overflow: hidden;
}			
/* === MAIN TAGS === */			
body {
	margin:0; 
	padding:0; 
	background:#000000;
	font: 10px arial, helvetica, sans-serif;
}
a {
	color: white;
}
img {
	border: 0;
}
h1 {
	font-size: 20px;
	color: white;
	background: transparent url(../imgs/bg_h.gif) no-repeat scroll 0 3px;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 16px;
	color: white;
	background: transparent url(../imgs/bg_h.gif) no-repeat scroll 0 0px;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
	xfont-style: italic;
}
h3 {
	font-size: 14px;
	color: white;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}
h4 {
	font-size: 12px;
	color: white;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}
h5 {
	font-size: 11px;
	color: white;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}
b, strong {
	color: white;
	font-weight: normal;
}
