* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFAF4;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

h1 {
	color: #FF9900;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	color: #10C0F9;
	font-size: 16px;
	font-weight: normal;
}

a {
	color: #10C0F9;
	text-decoration: none;
}

a:hover {
	color: #FE7CB6;
}

input {
	background: #FFEBF5;
	color: #FA3D9A;
	border: 1px solid #FEDBEC;
	font-size: 13px;
}

input.button {
	margin: 0px;
	font: bolder 100% Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px 2px 3px; 
	background: url(../images/button-bgr.png) repeat-x; 
	color: #fff;
	cursor: pointer;
}

input.radio, input.checkbox {
	position: relative;
	top: 1px;
}

input.checkbox {
	top: 2px;
}

div#employeeCustom2 input.radio, div.search input.radio {
  top: 2px;
}

input.file {
	background: #FFEBF5;
	color: #FA3D9A;
	border: 1px solid #FEDBEC;
	font-size: 13px;
}

textarea {
	background: #FFEBF5;
	color: #FA3D9A;
	border: 1px solid #FEDBEC;
	font-size: 13px;
	height: 102px;
	width: 202px;
	font-family: Tahoma, Arial, sans-serif;
}

table {
	border: 0px;
	color: #FA3D9A;
}

.intext li {
	margin-left: 20px;
}

.payment td {
	padding: 5px 10px 5px 10px;
	border: 1px solid #FEDBEC;
	text-align: left;
}

#wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 350px;
	background: none;
}

.logo {
	margin: auto;
	width: 900px;
	height: 130px;
	clear: both;
	color: #10C0F9;
}

.logo img {
	float: left;
}

.lang {
	position: relative;
	float: left;
	width: 97px;
	height: 22px;
	background-image: url(../images/langbtn-bgr.png);
	margin-top: 0px;
	padding-top: 5px;
}

.lang a {
	color: #FA3D9A;
}

.lang a:hover {
	color: #FE7CB6;
}

#top {
	clear: both;
	width: 100%;
	height: 220px;
	color: #10C0F9;
	text-align: center;
	background-image: url(../images/header-bgr.png);
	background-repeat: repeat-x;
	background-position: top;
}

#topContent{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#topContent img {
	position: relative;
	float: left;
}

.topMenu {
	position: relative;
	float: right;
	padding-top: 15px;
}

.topMenu li {
	display: inline;
}

.topMenu a {
	display: block;
	float: left;
	width: 85px;
	text-transform: uppercase;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	position: relative;
	float: left;
	width: 445px;
	text-align: left;
	color:  #FA3D9A;
}

#left p {
	margin-bottom: 10px;
}

.form {
	position: relative;
	float: left;
	width: 445px;
	margin-bottom: 10px;
	color: #FA3D9A;
}

.form-head-login {
	position: relative;
	float: left;
	width: 435px;
	height: 28px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	background-image: url(../images/login-top.png);
}

.form-head-search {
	position: relative;
	float: left;
	width: 435px;
	height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0 10px;
	background-image: url(../images/quick-search-top.png);
}

.box-head-random, .form-head-register {
	position: relative;
	float: left;
	width: 435px;
	height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0 10px;
	background-image: url(../images/random-top.png);
}

.form-body {
	position: relative;
	float: left;
	width: 425px;
	padding: 10px;
	background-image: url(../images/form.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.form-body table {
	border: 0px;
	width: 100%;
}

.form-body td {
	padding: 2px 0;
	vertical-align: top;
}

.form-body td.field {
	width: 220px;
}

.form-body input.text {
	width: 218px;
}

.form-body td.button {
	padding-top: 10px;
	text-align: center;
}

.containMSelect {
	border: 1px solid #FEDBEC;
	position: relative;
	width: 200px;
	height: 112px;
	overflow: hidden;
}

.containMSelect select {
	position: absolute;
	width: 206px;
	height: 118px;
	top: -3px;
	left: -3px;
	padding-left: 5px;
	background: #FFEBF5;
	color: #FA3D9A;
}

.containSelect {
	border: 1px solid #FEDBEC;
	position: relative;
	width: 218px;
	height: 18px;
	overflow: hidden;
}

.containSelect select {
	position: absolute;
	width: 222px;
	height: 22px;
	top: -2px;
	left: -2px;
	background: #FFEBF5;
	color: #FA3D9A;
}

.containSelectTime {
	border: 1px solid #FEDBEC;
	position: relative;
	width: 56px;
	height: 17px;
	overflow: hidden;
}

.containSelectTime select {
	position: absolute;
	width: 60px;
	height: 22px;
	top: -2px;
	left: -2px;
	background: #FFEBF5;
	color: #FA3D9A;
}

.box-body {
	position: relative;
	font-size: 10px;
	color: #FA3D9A;
	float: left;
	width: 435px;
	padding: 10px 0 10px 10px;
	background-image: url(../images/form.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.box-body img {
	border: 0px;
}

.box-body  td {
	padding: 2px 0 2px 10px;
}

.box-body-random {
	position: relative;
	float: left;
	width: 200px;
	margin: 0 10px 10px 0;
}

.box-body-result {
	position: relative;
	float: left;
	width: 422px;
	margin: 0 10px 10px 0;
	cursor: pointer;
	background-color: #FFD2EA;
}

.box-body-result td {
	font-size: 12px;
}

.avatar {
	position: relative;
	float: left;
	width: 112px;
	height: 105px;
	text-align: center;
	margin-right: 5px;
	padding-top: 5px;
	background-image: url(../images/avatar-bgr.png);
}

.last-announce {
	position: relative;
	float: left;
	width: 410px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #FDAFD6;
	background-color: #FBE4F0;
	font-size: 12px;
}

.last-announce a {
	display: block;
	float: right;
	font-size: 10px;
}

#right {
	position: relative;
	float: right;
	width: 425px;
	padding-left: 20px;
	text-align: left;
	color:  #FA3D9A;
}

#right p {
	margin-bottom: 10px;
}

.index-categories {
	position: relative;
	float: left;
	width: 186px;
	height: 270px;
	margin: 0 25px 20px 0;
	color: #10C0F9;
	cursor: pointer;
}

.center {
	position: relative;
	float: left;
	width: 900px;
	text-align: left;
	color: #FE7CB6;
}

div.justify {
	text-align: justify;
}

.svc-box {
	position: relative;
	float: left;
	width: 280px;
	height: 355px;
	padding: 0 10px 0 10px;
	font-size: 16px;
	text-align: left;
	color: #10C0F9;
	cursor: pointer;
}

.svc-box img {
	margin: 0 0 15px 0;
}

.box-offers {
	position: relative;
	float: left;
	width: 445px;
	margin-bottom: 10px;
	color: #FA3D9A;
}

.box-offers-head {
	position: relative;
	float: left;
	width: 435px;
	height: 28px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 0 0 10px;
	background-image: url(../images/box-top.png);
}

.box-offers-body {
	position: relative;
	float: left;
	width: 415px;
	padding: 10px 10px 10px 20px;
	background-image: url(../images/form.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.box-price {
	position: relative;
	float: left;
	font-size: 35px;
	padding: 10px 20px 0 0;
	color: #FFFFFF;
}

.button-choose {
	border: 0px;
	position: relative;
	float: right;
	width: 155px;
	height: 31px;
	margin-top: 10px;
	background-image: url(../images/button-choose.png);
	cursor: pointer;
}

#footer {
	clear: both;
	width: 100%;
	height: 269px;
	text-align: center;
	background-image: url(../images/footer-bgr.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footerContent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#footerContent img {
	position: relative;
	float: right;
}

.footerMenu {
	position: relative;
	float: left;
	padding-top: 180px;
}

.footerMenu li {
	display: inline;
}

.footerMenu a {
	display: block;
	float: left;
	width: 85px;
	text-transform: uppercase;
}

div.fb-like {
	margin-top: 16px;
}

p.registration {
	font-size: 1.4em;
	margin-bottom: 0 !important;
}

p.registration a {
	margin-left: 10px;
}
