body {
	margin: 0;
	padding: 0;
	color: #555;
	line-height: 1em;
	font: normal 14px "Century Gothic", Verdana, Helvetica;
	background-color: #FFFFFF;
}

#page {
	margin: 0 auto;
	background: transparent;
}

#content {
    padding: 0px;
}



/* HEADER */


#header {
	display: block;
	min-height: 600px;
	margin: 0;
	padding: 15px 0 25px 0;
	background-image: url('../images/bg/bg_main_info_girl.jpg');
	background-position: 50% 40px;
	background-repeat: no-repeat;
}

#logo {
	display: block;
	padding: 0;
	margin: 0;
}

#sub_logo {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0 0 0 0;
	color: #03a356;
	font-size: 14px;
	font-weight: normal;
}

#logo p {
	padding: 0;
	margin: 0;
}

#sub_logo p {
	padding: 10px 0;
	margin: 0;
}


#contacts_in_header {
	display: block;
	width: 270px;
	min-height: 50px;
	position: relative;
	margin: 0;
	padding: 23px 25px;
	border-top: 4px solid #5e0000;
	background-color: #a71019;
	background-image: url('../images/bg/bg_contacts_in_header_red.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #FFFFFF;
}

#contacts_in_header h1 {
	margin: 0 0 3px 0;
	padding: 0;
	font-family: "Gisha bold", "Century Gothic", Verdana;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 1px 1px 1px #5e0000;
	color: #FFFFFF;
}

#contacts_in_header p {
	padding: 0px;
	margin: 0;
	color: #FFFFFF;
	text-align: left;
	line-height: 16px;
	font-size: 14px;
}

#contacts_in_header .phone_icon {
	background-image: url('../images/phone.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 22px;
	height: 22px;
}

#address_in_header {
	display: block;
	width: 320px;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2fa9c2;
}

#address_in_header p {
	padding: 10px 0;
	margin: 0;
	line-height: 1em;
	font-size: 16px;
	color: #2fa9c2;
}

/* MAIN MENU */

#mainmenu {
	display: block;
	position: fixed;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	z-index: 10000;
	background-color: #45bcfb;
	background-image: url('../images/bg/bg_header_line.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#mainmenu ul {
	display: table;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
}

#mainmenu ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	padding: 0px 25px;
}

#mainmenu ul li a {
	display: block;
	color: #FEFFFF;
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 0;
}

#mainmenu ul li.active a {}
#mainmenu ul li a:hover { text-decoration: underline; }


#mainmenu ul li > ul {
	display: none;
	min-width: 200px;
	padding: 0;
	margin: 0;
	z-index: 1000;
}

#mainmenu ul li:hover {}

#mainmenu ul li:hover > ul {
	display: block;
	position: absolute;
	min-width: 200px;
	width: auto;
}

#mainmenu ul li:hover > ul li {
	display: block;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	box-shadow: none;
	border: 0;
	background-color: #45bcfb;
}


#mainmenu ul li:hover > ul li a {
	color: #FFFFFF;
	padding: 15px 20px;
	margin: 0 0;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}


#mainmenu ul li:hover > ul li a:hover {
	text-decoration: underline;
}


li.widthSubMenu > a:after {
	background-image: url('../images/menu_arrow_down.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	content: " ";
	position: relative;
	display: inline-block;
	width: 10px;
	height: 12px;
	padding: 0;
	margin: 0 0 0 5px;
}



/* ACTION FORM*/

#action_wrapper {
	float: left
}

#action {
	display: block;
	border-top: 4px solid #02703b;
	width: 270px;
	height: 186px;
	padding: 5px;
	margin: 20px 0 0 0;
	color: #FFFFFF;
	background-color: #1dac67;
	background-image: url('../images/bg/bg_action.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#action h2 {
	padding: 0;
	margin: 0;
	color: #ffff00;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	text-shadow: 0px 0 2px #333333;
	
}

#action .it {
	font-style: italic;
	font-size: 16px;
	text-align: center;
	margin: 20px 0 0 0;
}

#action .prices {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin: 10px 0 0 0;
}


#action .striked {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #013d20;
	padding: 0 50px 0 10px;
	
	background-image: url('../images/strike.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
}



/* CONTACT FORM */


#contact_form_wrapper {
	float: right;
}

#contact_form {
	margin: 20px 0 0 0;
	display: block;
	border-top: 4px solid #176695;
	padding: 20px;
	width: 280px;
	height: 226px;
	background-color: #58c3fb;
	background-image: url('../images/bg/bg_contact_form.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#contact_form h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	text-shadow: 1px 0 1px #555555;
	padding: 0 0 20px 0;
}

#contact_form form {
	display: block;
	padding: 0;
	margin: 0;
}

#contact_form .field_name {
	display: block;
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	background-color: #046da1;
	background-image: url('../images/men_icon.png');
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

#contact_form .field_name:hover {
	background-color: #04bd63;
}

#contact_form .field_name:hover input {
	border: 1px solid #04bd63;
	color: #04bd63;
}

#contact_form .field_name input:focus,
#contact_form .field_name input:active {
	border: 1px solid #03a356;
	color: #03a356;
}


#contact_form .field_phone {
	display: block;
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	background-color: #046da1;
	background-image: url('../images/phone_icon.png');
	background-position: 7px 50%;
	background-repeat: no-repeat;
}


#contact_form .field_phone:hover {
	background-color: #04bd63;
}

#contact_form .field_phone:hover input {
	border: 1px solid #04bd63;
	color: #04bd63;
}

#contact_form .field_phone input:focus,
#contact_form .field_phone input:active {
	border: 1px solid #03a356;
	color: #03a356;
}

#contact_form .field_name input,
#contact_form .field_phone input {
	display: inline-block;
	width: 218px;
	color: #046da1;
	padding: 10px;
	margin: 0;
	background-color: #FFFFFF;
	border: 1px solid transparent;
}

#contact_form .field_name input:hover,
#contact_form .field_phone input:hover {
	color: #04bd63;
}

#contact_form #submit {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	border: 1px solid #03a356;
	background-color: #04d671;
	padding: 10px 20px;
	text-shadow: 0 0 1px #03a356;
	width: 100%;
	cursor: pointer;
}

#contact_form #submit:hover {
	border: 1px solid #05ef7e;
	cursor: pointer;
}

#contact_form #submit:focus,
#contact_form #submit:active {
	box-shadow: 1px 1px 2px #555555 inset;
}





/* V CONTACT FORM */


#v_contact_form_wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	background-image: url('../images/bg/transparent_1.png');
	background-repeat: repeat;
	text-align: center;
	z-index: 10000;
}

#v_contact_form_table {
	display: table;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
#v_contact_form_td {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

#v_contact_form {
	margin: 0;
	display: none;
	position: relative;
	border-top: 4px solid #176695;
	padding: 20px;
	width: 280px;
	height: 226px;
	background-color: #58c3fb;
	background-image: url('../images/bg/bg_contact_form.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#v_contact_form h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	text-shadow: 1px 0 1px #555555;
	padding: 0 0 20px 0;
}

#v_contact_form form {
	display: block;
	padding: 0;
	margin: 0;
}

#v_contact_form .field_name {
	display: block;
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	background-color: #046da1;
	background-image: url('../images/men_icon.png');
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

#v_contact_form .field_name:hover {
	background-color: #04bd63;
}

#v_contact_form .field_name:hover input {
	border: 1px solid #04bd63;
	color: #04bd63;
}

#v_contact_form .field_name input:focus,
#v_contact_form .field_name input:active {
	border: 1px solid #03a356;
	color: #03a356;
}


#v_contact_form .field_phone {
	display: block;
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	background-color: #046da1;
	background-image: url('../images/phone_icon.png');
	background-position: 7px 50%;
	background-repeat: no-repeat;
}


#v_contact_form .field_phone:hover {
	background-color: #04bd63;
}

#v_contact_form .field_phone:hover input {
	border: 1px solid #04bd63;
	color: #04bd63;
}

#v_contact_form .field_phone input:focus,
#v_contact_form .field_phone input:active {
	border: 1px solid #03a356;
	color: #03a356;
}

#v_contact_form .field_name input,
#v_contact_form .field_phone input {
	display: inline-block;
	width: 218px;
	color: #046da1;
	padding: 10px;
	margin: 0;
	background-color: #FFFFFF;
	border: 1px solid transparent;
}

#v_contact_form .field_name input:hover,
#v_contact_form .field_phone input:hover {
	color: #04bd63;
}

#v_contact_form #v_submit {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	border: 1px solid #03a356;
	background-color: #04d671;
	padding: 10px 20px;
	text-shadow: 0 0 1px #03a356;
	width: 100%;
	cursor: pointer;
}

#v_contact_form #v_submit:hover {
	border: 1px solid #05ef7e;
	cursor: pointer;
}

#v_contact_form #v_submit:focus,
#v_contact_form #v_submit:active {
	box-shadow: 1px 1px 2px #555555 inset;
}


#v_close {
	display: inline-block;
	position: absolute;
	width: 23px;
	height: 22px;
	top: -22px;
	right: -22px;
	background-image: url('../images/close.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}



#message,
#v_message {
	background-color: #FFFFFF;
	position: absolute;
	width: 320px;
}


/* INFO BLOCKS */

#main_info {
	display: block;
	padding: 25px 0 20px 0;
	margin: 0 0 0 0;
	height: 60px;
	background-image: url('../images/bg/bg_main_info.png');
	background-repeat: no-repeat;
	text-align: center;
}

#main_info h1 {
	color: #03404c;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
}

#main_info p {
	color: #03404c;
	font-size: 18px;
	text-align: center;
	padding: 0;
	margin: 0;
}



.findout_more {
	display: inline-block;
	position: relative;
	padding: 0px;
	background-color: #FFFFFF;
	color: #b24706;
	text-transform: uppercase;
	border: 3px solid #FFFFFF;
}

.findout_more:hover {
	border: 3px solid #FF5500;
	box-shadow: 0 0 0px 3px #FFFFFF;
}

.findout_more a {
	display: table-cell;
	color: #b24706;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	height: 60px;
	width: 220px;
}

.findout_more a:focus,
.findout_more a:active {
	box-shadow: 2px 2px 3px 0px #DDDDDD inset;
}


.header_line {
	display: block;
	position: relative;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	vertical-align: baseline;
	/*background-image: url('../images/bg/bg_header_line.png');
	background-position: 0 0;
	background-repeat: no-repeat;*/
	background-color: #34373a;
	padding: 20px 30px 20px 30px;
}


/* ЧОМУ МИ? */

#why {
	display: block;
}

#why h4 {
	text-align: center;
	padding: 30px 0 30px 0;
	color: #046da1;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

#why .table_cell {
	text-align: center;
}

/* ПОСЛУГИ */

.bg_service {
	background-image: url('../images/bg_service.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#service {
	display: block;
	padding: 0 0 30px 0;
	margin: 10px 0 0 0;
}

#service h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	height: 20px;
	padding: 10px 0;
	margin: 0;
	background-image: url('../images/bg/bg_header_line.png');
	background-position: 0 -30px;
	background-repeat: repeat-x;
}

#service .block {
	display: inline-block;
	position: relative;
	width: 300px;
	min-height: 367px;
	padding: 0;
	margin: 20px 10px 0 10px;
	border-top: 4px solid #176695;
	vertical-align: top;
	background-color: #FFFFFF;
	box-shadow: 0 0 4px #CCCCCC;
}

#service .block h3 {
	color: #176695;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 0;
	margin: 0;
}

#service .block .content {
	display: block;
	padding: 0px 18px 5px 18px;
	font-size: 14px;
	height: 110px;
	overflow: hidden;
}

#service .block .content:hover {
	overflow: auto;
	padding: 0px 18px 5px 18px;
}

#service .block .button {
	display: block;
	width: 278px;
	height: 38px;
	background-color: #b30000;
	border: 1px solid #6d1b0a;
	margin: 5px 10px 10px 10px;
	padding: 0;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #6d1b0a;
	cursor: pointer;
}

#service .block .button:hover {
	border: 1px solid #ea471e;
}

#service .block .button:focus,
#service .block .button:active {
	box-shadow: 1px 1px 2px -1px #6d1b0a inset;
}


#reasons {
	display: block;
	padding: 40px 10px 0 10px;
}

#reasons h2 {
	color: #046da1;
	font-size: 24px;
	text-align: center;
	padding: 0 0 40px 0;
	margin: 0;
}

#reasons .disadvantages {
	background-color: #f3f3f3;
	padding: 20px;
	margin: 0 0 0 10px;
	vertical-align: middle !important;
	text-align: left !important;
	border-top: 0 none;
	border-right: 10px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	border-left: 0 none; 
}

#reasons .disadvantages h3 {
	font-weight: bold;
	font-size: 16px;
	color: #8e8e8e;
	text-align: left !important;
	text-transform: uppercase;
}

#reasons .disadvantages .content {
	font-size: 14px;
	color: #8e8e8e;
	text-align: left !important;
}

#reasons .advantages {
	padding: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle !important;
	background-color: #046da1;
	text-align: left !important;
	border-top: 0 none;
	border-left: 10px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	border-right: 0 none;
}

#reasons .advantages h3 {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left !important;
	text-transform: uppercase;
}

#reasons .advantages .content {
	font-size: 14px;
	color: #FFFFFF;
	text-align: left !important;
}

#reasons .table_cell {
	width: 50%;
}



.bg_reason_1 {
	background-image: url('../images/bg/bg_reasons.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.bg_reason_2 {
	background-image: url('../images/bg/bg_reasons.png');
	background-position: 0 -200px;
	background-repeat: no-repeat;
}

.bg_reason_3 {
	background-image: url('../images/bg/bg_reasons.png');
	background-position: 0 -400px;
	background-repeat: no-repeat;
}

.bg_reason_4 {
	background-image: url('../images/bg/bg_reasons.png');
	background-position: 0 -600px;
	background-repeat: no-repeat;
}

.bg_reason_5 {
	background-image: url('../images/bg/bg_reasons.png');
	background-position: 0 -800px;
	background-repeat: no-repeat;
}

.bg_reason_6 {
	background-image: url('../images/bg/bg_reasons.png');
	background-position: 0 -1000px;
	background-repeat: no-repeat;
}

.bg_reason_7 {
	background-image: url('../images/bg/bg_reasons.png');
	background-position: 0 -1200px;
	background-repeat: no-repeat;
}



#how_work {
	display: block;
	margin: 30px 0 50px 0;
}

#how_work h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	height: 20px;
	padding: 10px 0;
	margin: 0;
	background-image: url('../images/bg/bg_header_line.png');
	background-position: 0 -30px;
	background-repeat: repeat-x;
}

#how_work .icons {
	display: block;
	height: 65px;
	margin: 50px 0 0 0;
	background-image: url('../images/bg_how_work.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#how_work h3 {
	color: #176695;
	font-size: 14px;
}

#how_work .table_ {
	width: 100%;
}

#how_work .cell { 
	width: 130px !important;
	padding: 0 10px; 
}


#reviews {
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
}

#reviews h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	height: 20px;
	padding: 10px 0;
	margin: 0 0 20px 0;
	background-image: url('../images/bg/bg_header_line.png');
	background-position: 0 -70px;
	background-repeat: repeat-x;
}

#reviews .block {
	display: inline-block;
	border-top: 4px solid #176695;
	width: 460px;
	height: 196px;
	overflow: hidden;
	margin: 0 10px 20px 10px;
	padding: 0;
	box-shadow: 0 2px 4px #CCCCCC;
}

#reviews .block .left_side {
	float: left;
	width: 160px;
}

#reviews .block .right_side {
	float: right;
	width: 260px;
}

#reviews .block .image {
	padding: 0;
	margin: 0;
	display: block;
}

#reviews .block .right_side {
	padding: 20px;
}

#reviews .block h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 19px;
	color: #176695;
	padding: 0;
	margin: 0 0 5px 0;
}

#reviews .block .subtitle {
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	color: #03a356;
	padding: 0;
	margin: 0 0 10px 0;
}

#reviews .block .content {
	color: #282828;
	padding: 0px 0 0 0;
	margin: 0;
	line-height: 16px;
	height: 140px;
	overflow: hidden;
}

#reviews .block .content:hover {
	overflow: auto;
}


#certificates {
	display: block;
	margin: 40px 0 0 0;
	padding: 0;
}

#certificates h2 {
	color: #046da1;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: "Century Gothic";
	margin: 0 0 20px 0;
}

#certificates .block {
	display: inline-block;
	width: 300px;
	height: 237px;
	clear: none;
	border-top: 4px solid #176695;
	box-shadow: 0 0 4px #CCCCCC;
	padding: 0;
	margin: 0 10px 20px 10px;
}

#certificates .block:hover {
	border-top: 4px solid #03a356;
	box-shadow: 0 0 5px #AAAAAA;
}

#certificates .block h3,
#certificates .block h3 a {
	font-size: 18px;
	font-weight: normal;
	font-family: "Century Gothic";
	text-transform: uppercase;
	text-align: center;
	color: #176695;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
}

#certificates .block:hover h3,
#certificates .block:hover h3 a {
	color: #03a356;
	text-decoration: none;
}





/* GOOGLE MAP CODE */

#google_map {
	display: block;
	border-top: 4px solid #03a356;
	margin: 20px 10px;
}


/* FOOTER */


#footer {
	display: block;
	position: relative;
	padding: 20px 10px;
	margin: 0 auto;
	height: 100px;
}

.footer_phone {
	display: block;
	position: relative;
	padding: 0 0 10px 0;
}

.footer_phone h2 {
	color: #046da1;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1em;
	font-family: "Gisha bold", "Century Gothic", Verdana;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 0px 1px #AAAAAA;
}

.footer_phone p {
	color: #046da1;
	margin: 0;
	padding: 0 0 10px 0;
}


.footer_address,
.footer_address p {
	font-size: 16px;
	color: #03a356;
	margin: 0;
	padding: 0 0 10px 0;
}




/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

div.form {}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}



/* SPINER */

#spinner {
	display: none;
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 101;
}

#spinner div.spinner_inner {
	display: table-row;
}


#spinner div.spinner_content {
	margin: 0 auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: url('../images/bg_transparent1.png');
}




/* FLASH MESSAGES */

div.form .rememberMe label { display: inline; }
div.view { padding: 10px; margin: 10px 0; border: 1px solid #C9E0ED; }
div.breadcrumbs { font-size: 0.9em; padding: 5px 20px 20px 20px; }
div.breadcrumbs span { font-weight: bold; }
div.search-form { padding: 10px; margin: 10px 0; background: #eee; }


/* Flash messages */

div.flash-error, div.flash-notice, div.flash-success {
	padding: 0.8em 0.8em 0.8em 4em;
	margin-bottom: 1em;
	font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    background: #FFFFFF;
    min-height: 26px;
}

div.flash-error {
	color: #B90000;
	border: 1px solid #B90000;
	background-image: url('../images/admin/danger_24.png');
	background-position: 1em 1em;
	background-repeat: no-repeat;
}

div.flash-notice {
	color: #0086D3;
	border: 1px solid #0086D3;
	background-image: url('../images/admin/warning_blue_24.png');
	background-position: 1em 1em;
	background-repeat: no-repeat;
}

div.flash-success {
	color: #006E2E;
	border: 1px solid #006E2E;
	background-image: url('../images/admin/success_16.png');
	background-position: 1em 1em;
	background-repeat: no-repeat;
}

span.flash-notice {
	background: #FFFFFF;
	color: #514721;
	padding: 3px;
}

div.flash-error a { color:#8a1f11; }
div.flash-notice a { color:#514721; }
div.flash-success a { color:#264409; }


/* Wrapper, for handling hiding */

.im {
	position: fixed;
	display: block;
	top: 55px;
	right: 20px;
	margin: 0 auto;
	width: 400px;
	z-index: 10000;	
}



/* Tables style */

div.tab {
	display: table;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

div.tab_row {
	display: table-row;
}

div.tab_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}



