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

* {
	margin: 0px;
	padding: 0px;
}
img, object {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	outline: 0 none;
}


input:-moz-focus-inner {
 border: 0;
 padding: 0;
}

@font-face {
	font-family: 'impact';
	src: url('font/impact.eot');
	src: url('font/impact?#iefix') format('embedded-opentype'), 
	 url('font/impact.woff') format('woff'),  
	 url('font/impact.ttf') format('truetype'),  
	 url('font/impact.svg') format('svg');
}





body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/light-pattern.png);
	
}


.clear {
	clear:both;
}

.header {
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	height:104px;
	min-width: 960px;
	position:relative;
	
	
}

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

.header_menu {
	float:left;
	padding-top:7px;
	position:relative;
	z-index:30;
}

.header_menu  li {
	list-style-type:none;
	float:left;
	padding-right:33px;
}

.header_menu li a {
	text-decoration:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.header_menu li a.phone {
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;
	display:block;
	padding-left:25px;
}

.header_menu li a.mail {
	background-image:url(../images/mail.png);
	background-repeat:no-repeat;
	display:block;
	padding-left:25px;
}

.header_text {
	float:right;
	padding-top:7px;
}

.header_text p {
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.menu {
	padding-top:56px;
	position:relative;
	width:960px;
	margin:0 auto;
	
}



.menu li  {
	list-style-type:none;
	float:left;
	padding-right:23px;
	
	
}


.menu li a {
	text-decoration:none;
	color:#494949;
	font-size:13px;
	text-transform:uppercase;

}

.menu li a:hover {
	color:#d136ab;
	
	
}
.menu ul.menu_left {
	padding-top:13px;
	padding-left:30px;
}

.menu ul.menu_right {
	padding-top:13px;
}






.menu ul.menu_left li a:hover {
	bottom:10px;
	position:relative;
	color:#d136ab;
	
}
.menu ul.menu_left li a.active {
	bottom:10px;
	position:relative;
	color:#d136ab;
	
}





.menu ul.menu_left li a:hover span.arrow {
	 
  display:block;
  background-image:url(../images/arrow.png);
  background-repeat:no-repeat;
    background-position:center center;

	height:10px;
	position:relative;
	bottom:-33px;
}

.menu ul.menu_left li a.active span.arrow  {
	display:block;
  background-image:url(../images/arrow.png);
  background-repeat:no-repeat;
    background-position:center center;

	height:10px;
	position:relative;
	bottom:-33px;

}




.menu ul.menu_right li a:hover {
	bottom:10px;
	position:relative;
	color:#d136ab;
	
}
.menu ul.menu_right li a.active {
	bottom:10px;
	position:relative;
	color:#d136ab;
	
}


.menu ul.menu_right li a:hover span.arrow {
	 
  display:block;
  background-image:url(../images/arrow.png);
  background-repeat:no-repeat;
    background-position:center center;

	height:10px;
	position:relative;
	bottom:-33px;
}

.menu ul.menu_right li a.active span.arrow  {
	display:block;
  background-image:url(../images/arrow.png);
  background-repeat:no-repeat;
    background-position:center center;

	height:10px;
	position:relative;
	bottom:-33px;

}



.menu li.separator {
	background-image:url(../images/separator.png);
	background-repeat:no-repeat;
	display:block;
	width:1px;
	height:10px;
	margin-top:7px;
	
	
}


.menu ul.menu_left {
	float:left;
}


.menu ul.menu_right {
	float:right;
}



.logo {
	position:absolute;
	top:33px;
	left:356px;
	width:262px;
	float:left;

}

.container  {
	width:960px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #d3d3d3;
	margin-top:64px;
	-webkit-box-shadow: 0px 0px 3px 1px #d6d6d6;
    box-shadow: 0px 0px 3px 1px #d6d6d6; 
}


.container_cont {
	padding-top:30px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:30px;
	
}

.left_side  {
	width:200px;
	float:left;
	padding-right:38px;
}

.box {
	width:200px;
	padding-bottom:41px;
}

.secondBox {
	padding-bottom:0px;
}

.left_side h3 {
	font-size:18px;
	color:#333333;
	text-transform:uppercase;
	font-weight:normal;
	border-left:5px solid #d136ab;
	padding-left:10px;
	line-height:15px;
}


.hr {
	background-image:url(../images/splitter.png);
	height:8px;
	margin-top:10px;
}

.services_menu {
	width:200px;
	padding-top:5px;
}

.services_menu li {
	list-style-type:none;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:8px;
	margin-top:8px;
}

.services_menu li.last {
	border-bottom:none;
}

.services_menu li a {
	text-decoration:none;
	color:#333333;
	font-size:14px;
	text-transform:uppercase;
}

.services_menu li a:hover {
	color:#d136ab;
}

.services_menu li a.active {
	color:#d136ab;
}

.banner {
	padding-top:20px;
	position:relative;
}

.banner_text {
	position:absolute;
	top:10px;
	left:0px;
}


.banner_text h4 {
	font-size:30px;
	color:#7c7c7b;
	font-family:impact;
	text-transform:uppercase;
	text-align:center;
}

.banner_text h4 span {
	color:#6f2175;
	padding-left:65px;
	
}

.banner_text p {
	font-size:13px;
	color:#666666;
	text-align:right;
	padding-right:15px;
}

.banner_text span strong {
	font-size:36px;
}

.banner2_text {
	position:absolute;
	top:30px;
	left:15px;
}

.banner2_text p {
	font-size:14px;
	color:#666666;
	text-align:center;
	
}

.banner2_text p span {
	color:#6f2175;
	font-size:16px;
}

.right_side {
	width:640px;
	float:left;

}

.right_side h3 {
   font-size:18px;
	color:#333333;
	
	font-weight:normal;
	border-left:5px solid #d136ab;
	padding-left:10px;
	line-height:15px;
	text-transform:capitalize;
}

.large_box {
	padding-top:310px;
	
}

.large_box h3 {
	font-size:18px;
	color:#333333;
	
	font-weight:normal;
	border-left:5px solid #d136ab;
	padding-left:10px;
	line-height:15px;
	
}

.large_box p {
	padding-top:20px;
	font-size:15px;
	color:#666666;
	
}

.large_box p b {
	color:#333333;
}

.large_box ul {
	width:320px;
	float:left;
	padding-top:40px;
}


.large_box ul li {
	list-style-type:none;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-bottom:7px;
}

.large_box ul li img {
	padding-top:6px;
	padding-right:5px;
}

.large_box ul.leftMenu {
	float:left;
}


.footer  {
	width:960px;
	margin:0 auto;
	background-color:#fff;
	border-top:1px solid #b22e92;
	margin-top:30px;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	-webkit-box-shadow: 0px 0px 3px 1px #d3d3d3;
    box-shadow: 0px 0px 3px 1px #d3d3d3; 
}

.footer_cont  {
	padding-left:40px;
	padding-right:40px;
	padding-top:6px;
	padding-bottom:6px;
}

.footer_menu {
	padding-bottom:10px;
	padding-left:50px;
}

.footer_menu li {
	list-style-type:none;
	float:left;
	padding-left:40px;
}

.footer_menu li a {
	text-decoration:none;
	color:#494949;
	font-size:12px;
}


.footer_menu li a:hover {
	color:#d136ab;
}

.footer_menu li a.active {
	color:#d136ab;
}

.hr1 {
	background-color:#dfdfdf;
	height:1px;
	width:880px;
	
}

.footer_text  {
	padding-top:10px;
}

.footer_text p {
	font-size:11px;
	color:#999999;
	float:right;
}

.footer_text p.copyright {
	float:left;
}

.footer_text p a {
	text-decoration:none;
	color:#999999;
}

.footer_text p a:hover {
	color:#d136ab;
}

.slide_box {
	position:relative;
}

#slides {

	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}


.slides_container {
	width:640px;
	overflow:hidden;
	position:relative;
	display:none;
	border-bottom:1px solid #d440af;
}


.slides_container div.slide {
	width:640px;
	height:270px;
	display:block;
}
	

	


.slides_container a {
	width:640px;
	height: 270px;
	display: block;
}
.slides_container a img {
	display: block;
}




.pagination {
	margin: 10px auto 0;
	width: 150px;
	position: absolute;
	top: 0px;
	left:10px;
	z-index: 30;
}
.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
	padding-right: 10px;
	
}
.pagination li a {
	display: block;
	width: 15px;
	height: 0;
	padding-top: 15px;
	background-image:url(../images/unactive.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
	
}
.pagination li.current a {
	display: block;
	width: 15px;
	height: 0;
	padding-top: 15px;
	background-image:url(../images/active.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
	
}
.pagination li a:hover {
	display: block;
	width: 15px;
	height: 0;
	padding-top: 15px;
	background-image: url(../images/active.png));
	background-position: 0 0;
	float: left;
	overflow: hidden;

}
.pagination li.current a {
	background-position: 0 0px;
}

.shadow {
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	height:23px;
	width:640px;
	margin-top:1px;
	position:absolute;
	top:485px;
	
}



.shadow2 {
	background-image:url(../images/shadoww.png);
	background-repeat:no-repeat;
	width:960px;
	height:34px;
	margin-top:4px;
	position:absolute;
	top:98px;
	z-index:-2;
}


.picture_box {
	width:231px;
	float:left;
	padding:5px;
	border:1px solid #efefef;
	margin-top:19px;
	margin-right:26px;
}

.picture_box p {
	text-align:center;
}


.about_text {
	width:371px;
	float:left;
	
	padding-top:16px;
}

.about_text p {
	font-size:13px;
	color:#666666;
}

.about_text_center {
	padding-top:16px;
}


.about_text_center p {
	font-size:15px !important;
	color:#666666;
	padding-bottom:20px;
}


.about_text_center p b {
	color:#333333;
	font-size:15px;
}

.text_colum {
	width:189px;
	float:left;
	padding-right:36px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
	color:#666666;
}

.text_colum p {
	font-size:13px;
	color:#666666;
}


.last {
	padding-right:0px !important;
	
}


.about_text_center .picture_box {
	width:183px;
	float:left;
	padding:5px;
	margin-right:27px;
	margin-top:0px;
	margin-bottom:24px;
	
}
.about_text_center .last {
	margin-right:0px;
}

.about_text_center .picture_box p {
	text-align:center;
	padding:0px;
}

.contacts {
	width:307px;
	float:left;
	padding-right:47px;
	color:#666666;

}

.second {
	width:225px;
}

.contacts p {
	padding-bottom:0px;
}

.contacts p b {
	color:#666666;
}


.enter_form {
	width:640px;
	padding-top:32px;
}



.enter_form input {
	width:290px;
	padding-right:3px;
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
	border:1px solid #cccccc;
	background-color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#656565;
	margin-top:6px;
	margin-bottom:10px;
	-webkit-box-shadow: inset 0px 1px 2px 0px #dfdfdf;
    box-shadow: inset 0px 1px 2px 0px #dfdfdf;
}

.enter_form p label {
	font-size:13px;
	color:#666666;
}

.enter_form input.large {
	width:630px;
}

.enter_form textarea {
	width:630px;
	padding-right:3px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #cccccc;
	background-color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#656565;
	margin-top:6px;
	margin-bottom:10px;
	-webkit-box-shadow: inset 0px 1px 2px 0px #dfdfdf;
    box-shadow: inset 0px 1px 2px 0px #dfdfdf;
	resize:none;
}


p.numbers {
	float:left;
	margin-right:20px;
	margin-top:6px;
	border:1px solid #cccccc;
	padding:0px !important;
}

.enter_form p.small {
	float:left;
}
.enter_form p.small input {
	width:126px;
	float:left;
}


.enter_form p.submit {
	width:137px;
	padding-right:2px;
	float:left;
}

.enter_form p.submit input {
	background:#d444b1; 
	background: -moz-linear-gradient(top, #d444b1  0%, #d444b1 50%, #d136ab 0%, #d136ab 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d136ab), color-stop(50%, #d136ab), color-stop(50%, #d136ab), color-stop(100%, #d136ab)); 
	background: -webkit-linear-gradient(top, #d444b1 0%, #d444b1 50%, #d136ab 50%, #d136ab 100%); 
	background: -o-linear-gradient(top, #d444b1 0%, #d444b1 50%, #d136ab 50%, #d136ab 100%); 
	background: -ms-linear-gradient(top, #d444b1 0%, #d444b1  50%, #d136ab  50%, #d136ab 100%); 
	background: linear-gradient(to bottom, #d444b1 0%, #d444b1 50%, #d136ab 50%, #d136ab 100%); 
	font-size:14px;
	font-weight:bold;
	text-shadow:0 -1px #d136ab;
	color:#fff;
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: capitalize;
    width:136px;
	cursor:pointer;
	padding-top:6px;
	padding-bottom:6px;
	
	-webkit-box-shadow: 0px 1px 3px 0px #cccccc;
     box-shadow: 0px 1px 3px 0px #cccccc; 
}

.enter_form p.submit input:hover {
  background:#d136ab; 
	background: -moz-linear-gradient(top, #d136ab  0%, #d136ab 50%, #d444b1 0%, #d444b1 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d136ab), color-stop(50%, #d136ab), color-stop(50%, #d444b1), color-stop(100%, #d444b1)); 
	background: -webkit-linear-gradient(top, #d136ab 0%, #d136ab 50%, #d444b1 50%, #d444b1 100%); 
	background: -o-linear-gradient(top, #d136ab 0%, #d136ab 50%, #d444b1 50%, #d444b1 100%); 
	background: -ms-linear-gradient(top, #d136ab 0%, #d136ab  50%, #d444b1  50%, #d444b1 100%); 
	background: linear-gradient(to bottom, #d136ab 0%, #d136ab 50%, #d444b1 50%, #d444b1 100%); 
	
	
	-webkit-box-shadow: 0px 1px 3px 0px #cccccc;
     box-shadow: 0px 1px 3px 0px #cccccc;
	
}

.enter_form p.reset {
	
	float:right;
}

.enter_form p.reset input {
	background:#414141; 
	background: -moz-linear-gradient(top, #414141  0%, #414141 50%, #333333 0%, #333333 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(50%, #414141), color-stop(50%, #333333), color-stop(100%, #333333)); 
	background: -webkit-linear-gradient(top, #414141 0%, #414141 50%, #333333 50%, #333333 100%); 
	background: -o-linear-gradient(top, #414141 0%, #414141 50%, #333333 50%, #333333 100%); 
	background: -ms-linear-gradient(top, #414141 0%, #414141  50%, #333333  50%, #333333 100%); 
	background: linear-gradient(to bottom, #414141 0%, #414141 50%, #333333 50%, #333333 100%); 
	font-size:14px;
	font-weight:bold;
	text-shadow:0 -1px #371830;
	color:#fff;
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: capitalize;
    width:87px;
	cursor:pointer;
	padding-top:6px;
	padding-bottom:6px;
	
	-webkit-box-shadow: 0px 1px 3px 0px #cccccc;
     box-shadow: 0px 1px 3px 0px #cccccc; 
	
}

.enter_form p.reset input:hover {
	background:#333333; 
	background: -moz-linear-gradient(top, #333333  0%, #333333 50%, #414141 0%, #414141 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(50%, #333333), color-stop(50%, #414141), color-stop(100%, #414141)); 
	background: -webkit-linear-gradient(top, #333333 0%, #333333 50%, #414141 50%, #414141 100%); 
	background: -o-linear-gradient(top, #333333 0%, #333333 50%, #333333 50%, #414141 100%); 
	background: -ms-linear-gradient(top, #333333 0%, #333333  50%, #414141  50%, #414141 100%); 
	background: linear-gradient(to bottom, #333333 0%, #333333 50%, #414141 50%, #414141 100%); 
	
	
	-webkit-box-shadow: 0px 1px 3px 0px #cccccc;
     box-shadow: 0px 1px 3px 0px #cccccc;
	
	
}

p.line {
	background-color:#dfdfdf;
	height:1px;
	width:640px;
	margin-top:9px;
	margin-bottom:13px;
	padding:0px;
}


.map {
	width:630px;
	border:1px solid #efefef;
	padding:5px;
	margin-top:20px;
}



table {
	border:1px solid #dfdfdf;
	background-color:#fff;
	width:640px;
	border-collapse:collapse;
}

tr.labels {
	border-bottom:2px solid #dfdfdf;
}


tr.labels td {
	color:#333333;
	font-weight:bold;

	
}


table .row  {
	border-bottom:1px solid #dfdfdf;
}

td {
	font-size:13px;
	color:#666666;
	padding-left:9px;
	padding-right:9px;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif
	
}



.form_table {
	width:640px;
	padding-top:17px;
	padding-bottom:27px;
}




.second_table td {
	text-align:left;
}

.enter_form p.check {
	padding-bottom:10px;
}

input[type=checkbox] {
     display:none;
}
 
input[type=checkbox] + label {

  background-image:url(../images/uncheked.png);
  background-repeat:no-repeat;
  height:16px;
  display:inline-block;
   padding: 0 0 0 0px;
  *background-image:none;
  background-image:none\0; 
 background-image:none \0/;
 
   
}

input[type=checkbox]:checked + label {

  background-image:url(../images/cheked.png);
  background-repeat:no-repeat;
  height:16px;
  display:inline-block;
  padding: 0 0 0 0px;
  background-image:none\0; 

 
 
}


.enter_form  p.check label {
	padding-left:21px;
}

.enter_form  p.check input {
	width:17px;
	border:none;
	box-shadow:none;
  -webkit-box-shadow:none;
 
	
}



    input[type=checkbox] {
    *display:block;
    *float:left;
	
    }
    label { *background-image:none;}
    input[type=checkbox].css-checkbox + label{ *padding-left:0px;}

       input[type=checkbox] {
    display:block\9;
    float:left\9;
    }
   
    label { *background-image:none\9;}
	
   
    input[type=checkbox].css-checkbox + label{ padding-left:0px\9;}
	
	
	.enter_form p.check label {
		*padding-left:-15px;
		
	}
    
   .enter_form p.check label {
		padding-left:5px\9;
		padding-top:11px\9;
	}
  


.enter_form p.smallform {
	width:300px;
	float:left;
	padding-right:40px;
}


.enter_form p.checkLarge {
	width:300px;
	float:left;
	padding-right:38px;
	
}

.enter_form p.checksmall {
	width:90px;
	float:left;
	padding-bottom:16px;
}

.enter_form p.checkmedium {
	width:160px;
	float:left;
	padding-top:4px;
	padding-bottom:10px;
}

.enter_form p.check label a {
	text-decoration:none;
	color:#d136ab;
}


.enter_form p.check label a:hover {
	text-decoration:underline;
}



p.linesecond {
	margin:0px;
	margin-bottom:15px;
}

.enter_form p.title1Form {
	padding-bottom:17px;
}



.enter_form p.titleForm {
	padding-top:15px;
	padding-bottom:17px;
}

.enter_form p.line {
	padding:0px;
}


.enter_form p {
	padding-bottom:10px;
}

.enter_form1 {
	padding-top:0px;
}

.bottom_picture {
	margin-bottom:10px;
}

.text {
	color:#666666;
	font-size:13px;
}

.text p b {
	font-size:15px;
	color:#333333;
	font-weight:bold;
      
	
}

.text table{
    border: none !important; 
    background-color:none !important;
    border-collapse: separate !important;
   	
}

.text table td{
    border: none !important; 
    border-collapse: separate !important;
    border-bottom: none !important;
    border-right: none !important;
	
}

.caption {
	z-index:500;
	
	
	top:122px;
	
	
	position:absolute;
	bottom:20px;
	right:23px;
	
}




.caption h4 {
	font-size:36px;
	font-weight:bold;
	text-align:right;
	color:#d136ab;
	text-shadow:0 1px #fff;
	
}

.caption h4 span {
	color:#4d2176;
	text-transform:uppercase;
}

.caption h5 {
	font-size:23px;
	color:#535353;
	font-weight:normal;
	text-shadow:0 1px #fff;
	text-align:right;
	padding-bottom:10px;
}

.caption p {
	color:#999999;
	font-size:13px;
	text-align:right;
}

ul.podmenu {
 width:150px;
 padding-left:20px;
 padding-right:10px;
 padding-top:10px;
 padding-bottom:10px;
 background-color:#fff;
 position:absolute;
 margin-left:-25px;
    top:98px;
 
 -webkit-box-shadow: 0px 0px 4px 0px #949494;
    box-shadow: 0px 0px 4px 0px #949494;
 z-index:9999;

 
 visibility:hidden;
   opacity:0;
    transition:visibility 0s linear 0.7s,opacity 0.7s linear;
  -webkit-transition: visibility 0s linear 0.7s,opacity 0.7s linear ; 
    -moz-transition: visibility 0s linear 0.7s,opacity 0.7s linear;  
    -o-transition:visibility 0s linear 0.7s,opacity 0.7s linear;  
 

}



.menu li:hover ul.podmenu {
 opacity:1;
 visibility:visible;
 transition:opacity 0.7s linear; 

 position:absolute;
 
 z-index:9999;
 
     -webkit-transition: opacity 0.7s linear;  
    -moz-transition: opacity 0.7s linear;  
    -o-transition:opacity 0.7s linear;  
  
 
}




ul.podmenu li {
 padding-right:0px;
 padding-bottom:10px;
 float:none;
    
 

}


ul.podmenu li a {
 font-size:12px;
 
 
 
 
 
}


ul.podmenu li a:hover {
 bottom:0px  !important;
 position:relative;
 color:#d136ab;
 
 
}

ul.podmenu li a.active {
 bottom:0px  !important;
 position:relative;
 color:#d136ab;
 
}

span.error {
	font-size:11px;
	color:#ff0000;
	
}


p.error {
	font-size:11px;
	color:#ff0000;
}


p.suc  {
	color:#289b00;
	font-size:14px;
	font-weight:normal;
}


p.suc strong {
	font-weight:normal;
}

#privacy_form  {
 width:590px;
 background-color:#fff;
    border: 1px solid #D3D3D3;
    box-shadow: 0 0 3px 1px #D6D6D6;
    
}

.privacy_cont {
 padding:20px;
}

.privacy_cont h4 {
 font-size:14px;
 color:#333333;
 text-transform:uppercase;
 font-weight:normal;
 text-align:center;
 padding-bottom:10px;
}

.privacy_cont h5 {
 font-size:14px;
 color:#333333;
 font-weight:normal;
 padding-bottom:10px;
}

.privacy_cont p {
 font-size:12px;
 color:#666666;
 text-align:justify;
 padding-bottom:5px;
}