* {margin:0; padding:0;}

div {border: 0px solid red}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666;
}

h2 {font-size: 14px; line-height: 25px;}

img {margin: 0; padding: 0; border: 0;}

a:link, a:visited {color: #fff;}
a:hover {color: #666;}

.block {
	height: 100%;
	min-height: 900px;
	width: 800px;
	padding-left: 21px;
	margin: 0 auto;
}

.inner {background: #000; height: 100%; min-height: 900px;}

* html .block {height: 100%;}
* html .inner {height: 100%;}

#header {}

ul#menu			{height: 20px; list-style-type: none; padding-left: 5px; border-bottom: 1px solid;}
ul#menu-active	{height: 20px; list-style-type: none; padding-left: 0px; border-bottom: 1px solid; padding-top: 5px; margin-bottom: 0;}

ul#menu li, ul#menu-active li {
	width: 95px;
	float: left;
	text-align: center;
}

ul#menu			li a {font-size: 10px; text-decoration: none; display: block; cursor: pointer;}
ul#menu-active		li a {font-size: 11px; text-decoration: none; display: block; height: 20px;  color: #736e6e;}

#main-frame	{padding: 0; margin: 0; border-bottom: 1px solid #5a5b59; height: 600px; overflow:hidden; /* hide horizontal scrollbar*/}
#text		{padding-left: 15px; padding-right: 15px;}
#footer		{text-align: right; padding-right: 20px;}

p#photo img {padding: 20px;}


div.arrow-left, div.arrow-right,div.arrow-right-notactive	{padding: 20px;}

div.arrow-left			{background: url(img/arrow-left.png) center no-repeat; width: 15px; height: 32px;}
div.arrow-right			{background: url(img/arrow-right.png) center no-repeat; width: 15px; height: 32px;}
div.arrow-right-notactive	{background: url(img/arrow-right-notactive.png) center no-repeat; width: 15px; height: 32px;}

a div.arrow-left			{background: url(img/arrow-left.png) center no-repeat; width: 15px; height: 32px; cursor: hand;}
a div.arrow-right			{background: url(img/arrow-right.png) center no-repeat; width: 15px; height: 32px; cursor: hand;}
a:hover div.arrow-left		{background: url(img/arrow-left-active.png) center no-repeat;}
a:hover div.arrow-right		{background: url(img/arrow-right-active.png) center no-repeat;}

.photo {text-align: center;}
td.photo {vertical-align: middle;}
td.photo img {vertical-align: middle;}

.gallery {
	list-style: none;
	margin: 5px 0 20px 25px;
	padding: 0;
}

.gallery li {
	width: 100px;
	height: 140px;
	padding: 4px;
	margin: 0;
	float: left;
	position: relative;
}

.gallery li:hover	img {border: 1px solid #fff;}
.gallery 		img {border: 1px solid #5a5b59;}

input {background: #000; border: 0; border-bottom: 1px solid #5a5b59; color: #fff;}
textarea {background: #fff; border: 0; color: #000;}

.req {color: #c90c0c; font-size: 16px;}

#contact {margin-left:40px; margin-top:30px; color: #fff;}
#contact h1 {font-weight: normal; font-size: 30px}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}
.hidden	{border-bottom: 1px solid #5a5b59;}
.error	{border-bottom: 1px solid red;}
* html .clearfix { height: 1%;}

