@charset "utf-8";
/* Salonik Lili CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	font-size: 12px;
	margin: 0;
	background-color: #fcfcfc;
	border-top: 4px solid #424242;
}

.bold {
	font-weight: bold;
}

a.box {
	text-decoration: none;
	color: #636363;
}

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

a:active {
	color: #fcfcfc;
	text-decoration: none;
}

.top {
	position: relative;
	width: 1024px;
	max-width: 1024px;
	min-width: 1024px;
	margin: 0px auto;
	top: 20px;
}

div.logo {
	position: relative;
	display: block;
	width: 183px;
	height: 95px;
	background: url(images/logo.png) no-repeat;
	float: left;
	z-index: 10;
}

.desc {
	background: url(images/flower.png) no-repeat;
	left: 190px;
	top: 40px;
	padding-left: 34px;
	width: 160px;
	position: absolute;
	height: 24px;
	font-size: 19px;
	color: #f7a55e;
}

.sub-title {
	position: relative;
	width: 700px;
	height: auto;
	font-size: 18px;
	margin: -10px 0px 16px 25px;
}

a.logo-link {
	position: relative;
	display: block;
	width: 170px;
	height: 70px;
	top: 12px;
}

.main-menu ul, .foot-menu ul {
	position: relative;
	z-index: 100;
}

.main-menu ul a, .main-menu ul a:active {
	text-decoration: none;
	color: #636363;
}

.main-menu ul a:hover {
	color: #e98b2b;
	cursor: pointer;
}

.main-menu ul li.selected a {
	color: #f4f4f4;
}

.main-menu ul li.selected a:hover, .foot-menu ul li.selected a:hover {
	cursor: pointer;
}

.main-menu ul .selected, .foot-menu ul .selected {
	background: #f59b3b;
	-moz-border-radius: 4px;
	-webkit-radius-border: 4px;
	border-radius: 4px;
}

.main-menu {
	position: relative;
	display: block;
	width: 841px;
	height: 44px;
	float: left;
	border-bottom: 1px solid #ddd;
	top: 31px;
	text-align: right;
}

.main-menu ul li, .foot-menu ul li {
	display: inline;
	font-size: 17px;
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 0px 5px;
	list-style: none;
}

.content-menu-container {
	position: absolute;
	width: 100%;
	height: 10px;
}

.content-menu {
	position: relative;
	float: left;
	width: 290px;
	z-index: 30;
	display: inline;
	overflow: hidden;
	margin-top: -305px;
	left: 35px;
}

.content-menu-cat {
	background: url(images/button1.png) no-repeat;
	width: 247px;
	height: 36px;
	line-height: 35px;
	padding-left: 17px;
	font-size: 16px;
	margin-bottom: 2px;
	color: #fcfcfc;
	text-shadow: 1px 1px #c1782a;
	font-weight: bold;
}

.content-menu-cat a, .content-menu-cat a:active, .content-menu-cat a:hover {
	color: #fcfcfc;
	text-decoration: none;
}

.content-menu-cat a:hover {
	text-shadow: -1px -1px #c1782a;
	cursor: pointer;
}

.cmenu-sub {
	position: relative;
	width: 247px;
	height: auto;
	background: #ebebeb;
	-moz-border-radius: 4px;
	-webkit-radius-border: 4px;
	border-radius: 4px;
	margin-bottom: 3px;
	padding: 2px 0px 2px 0px;
}

a.sub-link, a.sub-link:active, a.sub-link:visited {
	position: relative;
	color: #696969;
	text-decoration: none;
	font-size: 15px;
	line-height: 18px;
}

.cmenu-entry {
	padding: 5px 14px 5px 16px;
}

a.sub-link:hover {
	color: #333;
}

.content {
	position: relative;
	border-top: 1px solid #ddd;
	top: 14px;
	width: 1024px;
	margin: 0px auto;
	display: table;
}

.subcontent {
	margin-top: -30px;
	border-top: 0px;
	width: 1024px;
	height: auto;
}

.subcontent2 {
	margin-top: -60px;
	width: 1024px;
	height: auto;
	margin-bottom: 54px;
}

.subsite-title {
	position: relative;
	width: 370px;
	margin: 0px auto;
	top: 256px;
	left: -304px;
}

.one-column {
	position: relative;
	display: table;
	width: 1024px;
	margin: 0px auto;
}

.two-columns {
	position: relative;
	display: table;
	float: left;
	width: 720px;
}

.three-columns {
	position: relative;
	display: table;
	float: left;
	width: 1024px;
	top: 24px;
}

.column-left, .column-right, .three-col-left,
.three-col-mid, .three-col-right, .three-col2-left,
.three-col2-mid, .three-col2-right {
	position: relative;
	float: left;
	margin-left: 25px;
	height: auto;
	display: inline;
}

.three-col-left, .three-col-mid, .three-col-right {
	width: 280px;
	height: 230px;
	background: #f4f4f4;
	border: 1px solid #d8d8d8;
}

.three-col2-left, .three-col2-mid, .three-col2-right {
	width: 300px;
	height: auto;
}

.three-col-right {
	width: 358px;
	line-height: 20px;
}

.column-left, .column-right {
	width: 330px;
}

.contact-col {
	position: relative;
	font-size: 15px;
	text-align: center;
	top: 50px;
}

.header, .header2, .header3, .header4 {
	position: relative;
	width: 100%;
	min-width: 1024px;
	overflow: hidden;
	z-index: 0;
}

.header {
	background: url(images/header.png) no-repeat center;
	height: 368px;
	top: 14px;
}

.header2 {
	background: url(images/header2.png) no-repeat center;
	height: 349px;
	top: 2px;
}

.header3 {
	background: url(images/header3.png) no-repeat center;
	height: 349px;
	top: 2px;
}

.header-box1, .header-box2 {
	position: relative;
	width: 294px;
	margin: 0px auto;
	left: 323px;
	padding: 20px;
	cursor: pointer;
}

.header-box1 {
	height: 132px;
	top: 22px;
}

.header-box2 {
	height: 82px;
	top: 49px;
}

img.flower {
	position: relative;
	width: 22px;
	height: 20px;
	top: 0px;
	margin-right: 10px;
	float: left;
}

.feat {
	position: relative;
	width: 220px;
	height: 26px;
	margin: 0px auto;
	top: 18px;
	padding-bottom: 6px;
}

#feat-content {
	position: relative;
	margin: 0px auto;
	width: auto;
	top: 13px;
	height: auto;
	display: table;
}

.feat-entry, .info-left, .info-right {
	position: relative;
	width: 200px;
	float: left;
	margin: 8px;
}

.feat-title, .more {
	color: #f59b3b;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 11px;
}

a.more, a.more:active, a.more:visited {
	position: relative;
	font-size: 13px;
	top: 8px;
	text-decoration: none;
}

ul.feat-pagin {
	list-style: none;
}

ul.feat-pagin li {
	display: inline;
	cursor: pointer;
	background-color: #ccc;
	padding: 1px 6px 1px 6px;
	margin: 2px;
	color: #fdfdfd;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-radius-border: 4px;
	border-radius: 4px;
}

#prev {
	position: relative;
	background: url(images/prev.png);
	width: 45px;
	height: 45px;
	top: 56px;
	cursor: pointer;
	opacity: 0.7;
	float: left;
}

#next {
	position: relative;
	background: url(images/next.png);
	width: 45px;
	height: 45px;
	top: 56px;
	cursor: pointer;
	opacity: 0.7;
	float: right;
}

.home-bottom {
	position: relative;
	display: table;
	border-top: 1px solid #ddd;
	top: 28px;
	width: 1024px;
	height: 60px;
	margin: 0px auto;
	background: url(images/sh.png) no-repeat center top;
}

.info-left, .info-right {
	width: 300px;
}

.info-left {
	margin: 18px 16px 10px 0px;
}

.info-right {
	margin: 18px 0px 10px 16px;
}

.info-img {
	float: left;
	width: 160px;
	margin: 28px 0px 0px 18px;
}

.big-title, .mid-title, .sub-title {
	color: #f6731a;
}

.big-title {
	font-size: 33px;
	font-weight: normal;
	margin: 2px 0px 10px 0px;
	letter-spacing: 1px;
}

.mid-title, .foot-title {
	font-size: 28px;
	margin: 10px 0px 10px 0px;
}

.foot-title {
	position: relative;
	color: #aaabac;
	height: auto;
}

.foot-t {
	left: 42px;
	top: 7px;
}

.footer {
	position: relative;
	border-top: 5px solid #aaabac;
	top: 70px;
	width: 100%;
	min-height: 210px;
	height: 220px;
	margin: 0px auto;
	background: url(images/footerbg.png) repeat-x;
	background-color: #333;
	display: table;
}

.paper {
	position: relative;
	width: 178px;
	height: 182px;
	background: url('images/paper.png') no-repeat;
	float: left;
	top: -39px;
	color: #f4f4f4;
	font-weight: bold;
	font-size: 12px;
	left: 100px;
}

.foot-contact {
	position: relative;
	width: 140px;
	top: 86px;
	left: 24px;
	
	text-align: center;
}

.foot-content {
	width: 1024px;
	height: auto;
	display: table;
	margin: 0px auto;
}

.foot-menu ul li.selected a, .foot-menu ul li.selected a:hover {
	color: #333;
}

.foot-menu ul li.selected {
	background: #aaa;
}

.foot-menu {
	position: relative;
	width: 315px;
	height: auto;
	float: left;
	text-align: left;
	display: block;
	left: -3px;
}

.foot-face {
	position: relative;
	width: 315px;
	height: auto;
	float: left;
	text-align: left;
	display: block;
	left: 253px;
	top: 20px;
}

.foot-menu ul li {
	display: block;
	margin: 0px;
}

.foot-menu ul {
	position: relative;
	width: auto;
	float: left;
}

.foot-menu ul a, .foot-menu ul a:active {
	text-decoration: none;
	color: #aaabac;
}

.foot-menu ul a:hover {
	color: #f4f4f4;
}

.foot-menu ul li {
	font-size: 15px;
	padding: 3px 6px 3px 6px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	width: auto;
}

.foot-right {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	left: 131px;
}

.f-right {
	left: 167px;
}

.rec-text {
	position: relative;
	color: #aaabac;
	top: 16px;
	left: 43px;
}

input.rec-mail {
	color: #333;
	font-size: 12px;
	width: 160px;
	background: #acadae;
	height: 20px;
	text-align: center;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

input.button {
	background: #e2e2e2;
	color: #444;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 0px 10px;
	display: inline;
	position: relative;
	cursor: pointer;
}

input.rec-mail, input.button {
	float: left;
	border: none;
	-moz-border-radius: 4px;
	-webkit-radius-border: 4px;
	border-radius: 4px;
}

.copyrights {
	position: relative;
	display: table;
	color: #b4b4b4;
	width: 780px;
	margin: 0px auto;
}

.copyrights a, .copyrights a:active {
	color: #f2f2f2;
	text-decoration: none;
}

.promo-tab {
	margin: 20px auto 0px auto;
	width: 856px;
}

.promo-tab td {
	-moz-border-radius: 4px;
	-webkit-radius-border: 4px;
	border-radius: 4px;
}

td.left {
	width: 400px;
}

td.tab-wide {
	width: 220px;
}

.tab-title {
	background: #f6a742;
	padding: 5px 12px 5px 12px;
	font-size: 16px;
	font-weight: bold;
	color: #fcfcfc;
	text-shadow: 1px 1px #c1782a;
}

.tab-entry1, .tab-entry2 {
	background: #f6f6f6;
	padding: 3px 12px 3px 12px;
	color: #555;
	font-size: 13px;
}

.tab-entry2 {
	background: #f0f0f0;
}

.lined {
	text-decoration: line-through;
	text-align: center;
}

.center {
	text-align: center;
}
