/* Copyright 2010. Web design and hosting by "Web Design NY" */

body {
	background:#015977 url(../images/bg.jpg) top repeat-x;
	text-align:left;
	font:.75em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1.4em;
	color:#495b61;
	margin:0;
	padding:0;
}

a {
	color:#960040;
	text-decoration:underline;
	outline:none;
}

a:hover {text-decoration:none;}

p {
	margin:0;
	line-height:1.5em;
	padding:0 0 30px;
}

p strong span {text-transform:uppercase;}

a img {border:0;}

div	{
	margin:0;
	padding:0;
	text-align:left;
}

form {
	border:none;
	margin:0;
	padding:0;
}
				
fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	color:#495b61;
	display:block;
	line-height:1.7em;
	margin:0;
	padding:3px 0;
}

input, textarea {
	border:1px solid #9fa6aa;
	border-bottom:1px solid #ececec;
	background:#fefefe;
	font:1em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1em;
	color:#495b61;
	padding:4px;
	margin:0 0 12px;
}

input:focus, textarea:focus {border:1px solid #495b61;}

input {width:174px;}

textarea {
	width:373px;
	height:75px;
	overflow:auto;
}

h1 {
	font:bold 1.25em Arial, Helvetica, Tahoma, sans-serif;
	color:#016584;
	line-height:1em;
	text-transform:uppercase;
	margin:0;
	padding:0 0 20px;
}

h1 span {
	color:#dc0460;
	font-size:1.65em;
	font-weight:normal;
}

#container {
	background:url(../images/container_bg.png) top left no-repeat;
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Header ----------------------------------------------*/

#header {
	background:url(../images/header_bg.jpg) top no-repeat;
	width:856px;
	height:240px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.logo {
	width:440px;
	height:120px;
	position:absolute;
	top:50px;
	left:0;
}

/* ---------------------------------- Content ----------------------------------------------*/

#middle {
	background:#0183a3 url(../images/middle_bg.jpg) top repeat-x;
	width:772px;
	margin:0 auto;
	padding:9px;
	position:relative;
}

#content {
	background:#fefffe;
	width:692px;
	padding:40px;
	position:relative;
}

.head {
	border:9px solid #14b7d4;
	width:322px;
	height:89px;
	padding:43px 0 0 45px;
	position:absolute;
	top:-135px;
	right:-35px;
}

.home {background:url(../images/home.jpg) top right no-repeat;}

.serv {background:url(../images/services.jpg) top right no-repeat;}

.coup {background:url(../images/coupon.jpg) top right no-repeat;}

.cont {background:url(../images/contacts.jpg) top right no-repeat;}

.head.cont {
	width:345px;
	padding-left:22px;
}

.head h1 {
	color:#dc0460;
	font-size:2.8em;
	font-weight:normal;
	padding:0;
}

.head a {
	background:url(../images/back.png) left no-repeat;
	color:#b28b9c;
	font-size:.9em;
	text-decoration:none;
	padding-left:10px;
}

.pink {
	background:#ffc4df url(../images/pink_bg.jpg) top repeat-x;
	color:#603b4c;
	padding:20px 40px 20px;
	position:relative;
	overflow:hidden;
}

.pink .box {
	width:200px;
	text-align:center;
	float:left;
	padding-top:10px;
	position:relative;
}

.pay {
	background:url(../images/pay.png) center 15px no-repeat;
	width:100%;
	height:40px;
}

.pink ul {
	list-style:disc;
	padding:0;
	margin:0;
}

.pink li {
	padding:0 0 3px;
	margin:0;
}

/* ---------------------------------- Footer ----------------------------------------------*/

#footer {
	color:#70b8c6;
	width:790px;
	height:50px;
	text-align:center;
	padding:30px 0 0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#footer a {color:#dcecef;}

/* ---------------------------------- Other ----------------------------------------------*/

a.button {
	background:url(../images/but_bg.jpg) top no-repeat;
	color:#015c79;
	width:100px;
	height:18px;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	padding:7px 0;
	cursor:pointer;
}

.form_text {width:auto;}

.form_text.fl input {margin-right:15px;}

.form_text.but {
	width:100%;
	padding:12px 0;
}

.form_text.but a.button {
	margin-right:30px;
	float:left;
}

.fl {float:left;}

.fr {float:right;}

img.fl {padding-right:30px;}

.ov_h {
	position:relative;
	overflow:hidden;
}

.ov_h a.button {
	position:absolute;
	bottom:0;
	right:172px;
}

.ov_h div.fl, .ov_h div.fr {
	position:relative;
	overflow:hidden;
}

.ov_h div.fl a.button {
	position:relative;
	right:0;
}

.ov_h div.fr {padding-bottom:52px;}

.ov_h div.fr a.button {right:90px;}

