/* @group html */

body {
	background-color: #333;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

img {
	border: 0px;
}

a {
	color: #0056ff;
	text-decoration: none;
}

.falseButton {
	color: #0056ff;
}

.falseButton:hover {
	color: #1728ff;
	cursor: pointer;
}


a:hover {
	color: #1728ff;
}

.showmore {
	color: #747474;
}



/* @end */

/* @group spaces */

.page {
	width: 960px;
	margin: auto;
	position: relative;
}

.precontainer {
	background: url(../../frontend/fortunesrl/pre-container.png) no-repeat 0 bottom;
	height: 60px;
	margin: 0;
}

.slogan {
	margin-left: 50px;
	vertical-align: bottom;
}

.location {
	float: right;
	margin-top: -40px;
	margin-right: 20px;
	color: #eee;
}

.container {
	background: url(../../frontend/fortunesrl/hor-b.png) repeat-y;
	min-height: 700px;
	margin: 0;
	padding-right: 20px;
}

.band {
	width: 256px;
	height: 92px;
	position: absolute;
	left: -2px;
	top: 70px;
	background-image: url(../../frontend/fortunesrl/band.png);
}

.navigation {
	position: absolute;
	top: 60px;
	right: -4px;
	width:700px;
	height: 52px;
	background: url(../../frontend/fortunesrl/band-band.png) no-repeat right center;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: right;
}

.inside-nav {
	margin-left: 30px;
	margin-top: 8px;
}

.navigation ul {
	
}

.navigation li {
	display: table-cell;
	padding: 9px;
}

.navigation li.active {
	background: url(../../frontend/fortunesrl/band-band-hover.png) repeat-x 0 -4px;
}

.navigation li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

.navigation li a:hover {
	text-shadow: 0px 0px 3px #cce2ff;
}

.sub_cat {
	display: inline;
	text-align: right;
	padding: 10px;
}

.sub_nav {
	float: right;
}

.shoulder {
	padding-left: 30px;
	width: 220px;
	margin-right: 0px;
	padding-top: 50px;
	position: relative;
	float: left;
}

.shoulder-text {
	color: #424242;
	line-height: 2em;
	padding-left: 30px;
	font-size: 12px;
	padding-right: 20px;
}

.content {
	width: 670px;
	text-align: justify;
	display: table-cell;
	padding-right: 30px;
	color: #333;
	padding-left: 20px;
	line-height: 1.7em;
	position: relative;
}

.footer {
	min-height: 200px;
	background: url(../../frontend/fortunesrl/footer.png) no-repeat 0 top;
	margin: 0;
	padding-left: 30px;
	padding-top: 5px;
	color: #ddd0aa;
	line-height: 1.5em;
	font-size: 1.1em;
}

.footer a {
	color: #ddd0aa;
}

.footer a:hover {
	color: #FFFFBB;
}

.falsefooter {
	background: url(../../frontend/fortunesrl/falsefooter.png) no-repeat;
	height: 25px;
}

.footer-form {
	float: left;
	width: 570px;
	padding-right: 20px;
	text-align: right;
}

.footer-contacts {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.footer-title {
	width: 100px;
	font-weight: bold;
}



/* @end */

/* @group objects
 */

.lang-click {
	padding: 4px;
}

.lang-click-on {
	padding: 4px;
	background-color: #3b3b3b;
	color: #6d6d6d;
}

.lang-click {

}

.lang-click:hover {
	background-color: #515151;
	cursor: pointer;	
}

.pic-preview {
	border: 1px solid #3e3e3e;
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	margin: 3px;
}

.map {
	border: 1px solid #676767;
	-moz-box-shadow: 0px 0px 3px #444;
	-webkit-box-shadow: 0px 0px 3px #444;	
}

.footer-form label {
	line-height: 30px;
}

.footer-form input[type=text] {
	border: 1px solid #4b463a;
	background-color: #352e2f;
	color: #ddd0aa;
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding: 8px 3px;
}

.footer-form textarea {
	border: 1px solid #4b463a;
	background-color: #352e2f;
	color: #ddd0aa;
	font: 12px Georgia, "Times New Roman", Times, serif;
}



/* @end */
