@charset "utf-8";
p {text-indent:30px}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #FF9;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
a:active {
	text-decoration: none;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../imgs/bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #321E0C;
}
.oneColLiqCtrHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	margin-bottom: 0px;
}
.oneColLiqCtrHdr #header {
	height: 218px;
	padding-top: 0;
	padding-bottom: 0;
}

.oneColLiqCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 16px;
	color: #FF6;
	text-align: justify;
	text-shadow: black 1px 2px 1px;
}


.oneColLiqCtrHdr #footer {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../imgs/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 168px;
	text-shadow: black 1px 2px 1px;
} 
#slide {
	height: 380px;
	width: 600px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#slide_right {
	height: 300px;
	width: 500px;
	margin-left: 630px;
	position: relative;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#slide_right_two {
	height: 320px;
	width: 500px;
	margin-left: 630px;
	position: relative;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#box_content {
	background-image: url(../imgs/box_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 81px;
	width: 370px;
	margin-left: 720px;
	text-align: center;
	vertical-align: bottom;
}
#social_content {
	background-image: url(../imgs/social_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 81px;
	width: 370px;
	text-align: center;
}
#menu_content {
	text-align: center;
	margin-top: 78px;
	width: 785px;
	margin-left: 145px;
}
#image_content {
	height: 230px;
	width: 318px;
	margin-left: 900px;
	position: absolute;
	background-image: url(../imgs/pic.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
}

div#qTip {
	padding: 5px;
	display: none;
	color: #F9D992;
	text-align: left;
	position: absolute;
	z-index: 1000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #1F1105;
	opacity: 0.45;
	-moz-opacity: 0.45;
	filter: alpha(opacity=45);
	text-transform: lowercase;
}
#submeniu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FF6;
	text-decoration: none;
	width: 650px;
	margin-top: 30px;
	position: absolute;
	margin-left: 45px;
}
#image_content_two {
	height: 230px;
	width: 318px;
	margin-left: 850px;
	position: absolute;
	background-image: url(../imgs/pic2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
}

#info_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
	color: #FF6;
	text-decoration: none;
	text-align: center;
	margin-top: 90px;
	position: absolute;
	width: 600px;
	margin-left: 40px;
}
.text_field {
	height: 25px;
	width: 250px;
	text-align: center;
	padding-top: 10px;
	background-image: url(../imgs/text.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FF9;
}
.submit_field {
	height: 30px;
	width: 80px;
	background-image: url(../imgs/button.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9;
	text-shadow: black 1px 2px 1px;
	cursor: hand;
}

