body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	padding: 0;
	margin: 0;
	color: #ffe3ba;
	background-color: #831111;
	cursor: default;
}

a {
	color: #fff;
	text-decoration: none;
}

a img {
	border: none;
}

#top-nav {
	position: absolute;
	top: 50px;
	right: 25px;
}

#main {
	position: relative;
	height: 662px;
	background: url('../../images/wall-paper-bg.jpg') repeat-x #831111;
}

#main,#footer,#bottom,#plinth {
	min-width: 1100px;
}

#logo {
	position: relative;
	height: 230px;
	text-align: center;
}

#logo img {
	margin-top: 50px;
	left: 5%;
}


#plinth {
	width: 100%;
	height: 15px;
	background-color: #400a05;
}

#plinth-line1 {
	height: 1px;
	background: url('../../images/plinth-line1.png') no-repeat center
		#951b13;
}

#plinth-line2 {
	height: 14px;
	background: url('../../images/plinth-line2.png') no-repeat center;
}


.main-door {
	position: absolute;
	top: 80px;
	left: -65px;
	background: url('../../main/images/main-door-bg.jpg') no-repeat 108px 70px;
}

#container{
	margin-left: 30%;
	width: 90%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#content {
	height: 663px;
	margin-left: 24%;
	padding-left: 20px;
    overflow: hidden;
}

.content-text{
	font-size: 16px;
	text-align: justify;
	margin-right: auto;
	margin-top: -40px;
}

.glamour-input {
	FILTER: alpha(opacity =         80);
	moz-opacity: 0.8;
	opacity: 0.8;
	border: none;
	width: 256px;
	height: 34px;
	background: url('../images/inpun-bg.png');
	font-size: 27px;
	text-align: center;
	position: relative;
}

#bottom {
	background: url('../images/secondary-bottom-bg.png') repeat-x #7f0e07;
	width: 100%;
	height: 80px;
	border-bottom: 2px solid #a70000;
}

#bottom-nav {
	float: right;
	width: 100%;
	background: url('../images/secondary-bottom-menu-bg.png') repeat-x;
	height: 43px;
	margin-top: 17px;
}

#bottom-nav a {
	font-size: 14px;
	font-weight: bolder;
}

#bottom-nav input {
	border: 1px #000 solid;
	font-size: 12px;
}

#bottom-nav ul {
	margin: 0;
	padding: 0;
}

#bottom-nav li {
	list-style-type: none;
	display: inline;
	padding-right: 2px;
	height: 43px;
}

.dotted-bottom-nav {
	padding-left: 12px;
	background: url('../../images/dotted-bottom-nav.gif') no-repeat left;
}

.bottom-nav-points {
	position: relative;
	text-align: center;
}

#footer {
	background-color: #831111;
	clear: both;
	width: 100%;
	color: #fff;
	bottom: 0px;
}

#footer a {
	color: #d7b469;
	text-decoration: none;
}

#footer a:hover {
	color: #efdaae;
	text-decoration: underline;
}

#footer img {
	
}

#copyright {
	width: 32%;
	float: left;
	padding: 10px;
}

#contacts {
	text-align: center;
	width: 32%;
	float: left;
	margin-top: 7px;
}

#web-studio {
	text-align: right;
	width: 32%;
	float: right;
	padding: 10px;
}

.fullText {
	text-decoration: none;
	color: #000;
}

.fullText:hover {
	text-decoration: underline;
	color: #000;
}

form{display: inline;}