@charset "utf-8";
/* CSS Document */
input[name="interested"] {
display: none;
}
body,html {
	font-family: Tahoma;
	font-size:12px;
	}
body {
	background-color:#fff9ed;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	margin-top:0;
}
body a {
	text-decoration:none;
	color:#333;
}
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:36px;
	margin-left:20px;
	float:left;
	margin-top:0;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:22px;
	margin-top:0;
	color:#666;
}
h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:36px;
	margin-left:20px;
	margin-top:0;
	color:#FFC;
}
#top {
	position:absolute;
	height:30px;
	width:960px;
	background: rgba(153,153,153,0.15);
	font-size:11px;
	line-height:28px;
	text-align:right;
	padding-right:40px;
	color: #999;
}
.content {
	background:#fff;
	width:100%;
	top:0;
	padding-top:20px;
	box-shadow:0px 0px 15px #333333;
	margin-bottom:25px;
}
.content:after
{
content:".";
line-height:30px;
display:block;
clear:both;
visibility:hidden;
}

.header {
	width:960px;
	height:150px;
	background:#FFF;
	padding:20px;
	margin-bottom:30px;
}
#left {
	width:500px;
	float:left;
	margin-top:70px;
}
#right {
	width:285px;
	float:right;
	margin-top:60px;
}

#right #icon1 {
	width:60px;
	height:60px;
	float:left;
	background-image:url(images/icon1.png);
	border:5px solid #333;
	border-radius:50%;
	box-shadow:0px 120px 5px transparent;
	transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	opacity:1;
	margin-right:25px;
}
#right #icon1:hover {
	border:5px solid #999999;
	background-image:url(images/icon1a.png);
	opacity:0.8;
	margin-top:5px;
	box-shadow:0 30px 15px #E2E2E2;
	perspective:150;
	-webkit-perspective:150;
}
#right #icon2 {
	width:60px;
	height:60px;
	float:left;
	background-image:url(images/icon2.png);
	border:5px solid #333;
	border-radius:50%;
	box-shadow:0px 120px 5px transparent;
	transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	opacity:1;
	margin-right:25px;
}
#right #icon2:hover {
	border:5px solid #999999;
	background-image:url(images/icon2a.png);
	opacity:0.8;
	margin-top:5px;
	box-shadow:0 30px 15px #E2E2E2;
}
#right #icon3 {
	width:60px;
	height:60px;
	float:left;
	background-image:url(images/icon3.png);
	border:5px solid #333;
	border-radius:50%;
	box-shadow:0px 120px 5px transparent;
	transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	opacity:1;
	margin-right:25px;
}
#right #icon3:hover {
	border:5px solid #999999;
	background-image:url(images/icon3a.png);
	opacity:0.8;
	margin-top:5px;
	box-shadow:0 30px 15px #E2E2E2;
}
#menu {
	float:left;
	width:260px;
	height:540px;
	padding-left:20px;
	position:relative;
}
#menu ul {
	list-style:none;
	text-indent:0px;
	margin: 0; padding: 0;
}
#menu ul li {
	transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
}
#menu ul li:hover {
	margin-left:5px;
}
#menu ul li a {
	text-decoration:none;
	color:#333;
	font-size: 34px;
	transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
}
#menu ul li a:hover {
	color:#960;
	/*text-shadow:0 0 15px #666;*/
}
#main {
	float:right;
	width:720px;
	height:540px;
	display:block;
	background:#000000;
}
#vitajte {
	position:absolute;
	bottom:0;
	height: 72px;
width: 200px;
color:#AAA;
font-size:10px;
}
.article {
	border-left:1px dashed #CCCCCC;
	margin-left:280px;
	padding-left:20px;
	width:679px;
	margin-top:10px;
	text-align:justify;
}
#footer {
	width:960px;
	padding:20px;
	background: rgba(153,153,153,0.25);
	bottom:0;
	color: #666;
	line-height: 23px;
padding-top: 30px;
height: 235px;
}
#footer a {
	color: #666;
}
#footer a:hover {
	text-shadow:0px 0px 8px #000000;
}
.footer_l{
	width:260px;
	float:left;
}
.footer_r{
	float:left;
	padding-left:20px;
	width:679px;
}
.footer_r2{
	float:left;
	padding-left:20px;
	width:212px;
	border-left:1px dashed #CCCCCC;
}
#copyright {
	padding-left:20px;
	padding-right:20px;
	height:27px;
	background-color: rgba(0,0,0,.85);
	box-shadow:0 0 15px #000000;
	padding-top:15px;
	font-size:10px;
	color:#666;
}
#footer img {
	opacity:0.7;
	display:inline-block;
	vertical-align:middle;
}
#returntotop {
	position:fixed;
	border-radius: 10px 10px 0px 0px;
	width:140px;
	height:50px;
	background:#333;
	margin-left:-70px;
	left:50%;
	top:100%;
	margin-top:-50px;
	font-size:10px;
	text-align:center;
	padding-top:7px;
	color:#FFF;
	opacity:0.4;
	border:1px solid #333;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#returntotop:hover {
	opacity:0.95;
	
	color:#999;
}
#returntotop span {
	opacity:0.2;
		transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#returntotop:hover span {
	opacity:0.8;
}
#returntotop img {
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
margin-bottom:3px;
}
#returntotop:hover img {
-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3));
	transform: scale(1.3);
}


/*********icon menu****************/
#tri_ikonky {
  z-index:9999;
width: 142px;
margin: 0;
padding: 0;
position: fixed;
right: 268px;
bottom: 0;
font: bold 12px tahoma;
  font-family: Tahoma;
float: left;
border: 3px solid rgba(255,255,255,0.6);
border-bottom-width: 2px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-khtml-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-khtml-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding;
-khtml-background-clip: padding;
background-clip: padding-box;
-moz-box-shadow: 0px 0px 4px #000;
-webkit-box-shadow: 0px 0px 4px #000;
-khtml-box-shadow: 0px 0px 4px #000;
box-shadow: 0px 0px 4px #000;

}
#tri_ikonky2 {
  z-index:9999;
width: 124px;
margin: 0;
padding: 0;
position: fixed;
right: 425px;
bottom: 0;
color: #505050;
font: bold 12px tahoma;
  font-family: Tahoma;
float: left;
border: 3px solid rgba(255,255,255,0.6);
border-bottom-width: 2px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-khtml-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-khtml-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding;
-khtml-background-clip: padding;
background-clip: padding-box;
-moz-box-shadow: 0px 0px 4px #000;
-webkit-box-shadow: 0px 0px 4px #000;
-khtml-box-shadow: 0px 0px 4px #000;
box-shadow: 0px 0px 4px #000;
}
#tri_ikonky3 {
  z-index:9999;
width: 124px;
margin: 0;
padding: 0;
position: fixed;
right: 564px;
bottom: 0;
color: #505050;
font: bold 12px tahoma;
  font-family: Tahoma;
float: left;
border: 3px solid rgba(255,255,255,0.6);
border-bottom-width: 2px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-khtml-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-khtml-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding;
-khtml-background-clip: padding;
background-clip: padding-box;
-moz-box-shadow: 0px 0px 4px #000;
-webkit-box-shadow: 0px 0px 4px #000;
-khtml-box-shadow: 0px 0px 4px #000;
box-shadow: 0px 0px 4px #000;
}
.ikonkyColor {
border-color: #0557a0;
  list-style-type: none;
  
font: bold 12px tahoma;
  font-family: Tahoma;
}
.footerIkonky {
background: #c9e1ed;
height:35px;
  
font: bold 12px tahoma;
  font-family: Tahoma;
}
#tri_ikonky a {
  float:left;
  margin:2px 0 0 0;
    opacity:0.8;
  width:34px;
  
font: bold 11px tahoma;
  font-family: Tahoma;
}
#tri_ikonky2 a {
  float:left;
  margin:3px 0 0 0;
  color: #505050;
  
font: bold 11px tahoma;
  font-family: Tahoma;
}
#tri_ikonky2 img {

    opacity:0.8;
}
#tri_ikonky3 a {
  float:left;
  margin:3px 0 0 0;
  color: #505050;
  
font: bold 11px tahoma;
  font-family: Tahoma;
}
#tri_ikonky3 img {

    opacity:0.8;
}


div.subwrapper {
position:fixed !important;
top:100%!important;
margin-top:-188px;
left:100%!important;
margin-left:-497px;
transform: rotate(-90deg);
-ms-transform: rotate(-90deg); 
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg); 
-ms-transform: rotate(-90deg);
width:100px;
}



#vystrcenie1, #vystrcenie2, #vystrcenie3, #vystrcenie4, #vystrcenie5, #vystrcenie6 {
  width:105px;
  height:220px;
  padding:2px;

}
div.iconsubmenu{
width:300px; /*default width of each icon sub menu*/
position:fixed;
visibility:hidden;
padding:0;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}














#c_box {
  z-index:9999;
  cursor:pointer;
width: 250px;
margin: 0;
padding: 7px 0 0 0;
position: fixed;
right: 3px;
bottom: 0;
font: bold 12px tahoma;
  font-family: Tahoma;
float: left;
border: 3px solid rgba(255,255,255,0.6);
border-bottom-width: 2px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-khtml-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-khtml-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding;
-khtml-background-clip: padding;
background-clip: padding-box;
-moz-box-shadow: 0px 0px 4px #000;
-webkit-box-shadow: 0px 0px 4px #000;
-khtml-box-shadow: 0px 0px 4px #000;
box-shadow: 0px 0px 4px #000;

}
.c_boxColor {
border-color: #0557a0;
  list-style-type: none;
  
font: bold 12px tahoma;
  font-family: Tahoma;
}
.footerc_box {
background: #c9e1ed;
height:28px;
  
font: bold 12px tahoma;
  font-family: Tahoma;
}

#c_box span {
	color:#505050;
	margin: 3px 0 0 5px !important;
	position:absolute;
}
#c_box a {
	text-decoration:none !important;
}
.c_box_link1 {
	position:absolute;
	top:13px;
	left:176px;
	color:#039;
	font-size:9px;
	font-weight:normal;
}
#c_box_link2 {
	position:absolute;
	top:13px;
	left:204px;
	color:#039;
	font-size:9px;
	font-weight:normal;
}








.c_box_true_close {
height: 41px;
width:42px;
top: 5px;
left: 201px;
position: absolute;
cursor:pointer;
	background-image:url('http://data.atria.sk/chat_close2.png');
}
.c_box_true_close img {
-webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.c_box_true_close img:hover {
	opacity:0.3;
}
.c_box_true_close2 {
position: fixed;
right: 0;
bottom: 0;
height: 42px;
width: 170px;
/* background-color: #000; */
margin-right: 86px;
cursor:pointer;
}
#c_box_true {
	position:fixed;
	right:3px;
	bottom:47px;
	padding:5px 5px 10px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	display:none;
	background:#c9e1ed;
	opacity:0.99;
	width:240px;
	height:300px;

	color:#CCC;
	overflow: auto;
	overflow-x: hidden;
	border: 3px solid rgba(255,255,255,0.6);

-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;

-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;

-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-khtml-border-top-left-radius: 5px;
border-top-left-radius: 5px;

-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-khtml-border-top-right-radius: 5px;
border-top-right-radius: 5px;

-moz-background-clip: padding;
-webkit-background-clip: padding;
-khtml-background-clip: padding;

background-clip: padding-box;
-moz-box-shadow: 0px 0px 4px #000;
-webkit-box-shadow: 0px 0px 4px #000;
-khtml-box-shadow: 0px 0px 4px #000;
box-shadow: 0px 0px 4px #000;
	line-height:16px;
	z-index:10000;
}
.c_box_input, .c_box_textinput {
	width: 225px;
border: 2px solid #345381;
border-radius: 4px;
padding: 5px;
color: #345381;
font-weight:bold;
font-family: Tahoma;
font-size:12px;
margin: 4px 0 4px 0;
}
.c_box_textinput {
height: 123px;
font-weight:normal !important;
}
.c_box_submit {
width: 65px;
border: 2px solid #345381;
border-radius: 4px;
padding: 5px;
margin-top: 5px;
height: 35px;

color:#FFF;
background: rgb(52,83,129); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzQ1MzgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjNzA4YjllIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjMzAzZjViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NjA2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(52,83,129,1) 0%, rgba(112,139,158,1) 47%, rgba(48,63,91,1) 98%, rgba(68,96,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(52,83,129,1)), color-stop(47%,rgba(112,139,158,1)), color-stop(98%,rgba(48,63,91,1)), color-stop(100%,rgba(68,96,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(52,83,129,1) 0%,rgba(112,139,158,1) 47%,rgba(48,63,91,1) 98%,rgba(68,96,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(52,83,129,1) 0%,rgba(112,139,158,1) 47%,rgba(48,63,91,1) 98%,rgba(68,96,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(52,83,129,1) 0%,rgba(112,139,158,1) 47%,rgba(48,63,91,1) 98%,rgba(68,96,107,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(52,83,129,1) 0%,rgba(112,139,158,1) 47%,rgba(48,63,91,1) 98%,rgba(68,96,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#345381', endColorstr='#44606b',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
-webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
font-weight:bold;
font-family: Tahoma;
font-size:12px;
cursor:pointer;
}
.c_box_submit:hover {
	background: rgb(52,83,129); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzQ1MzgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjNzA4YjllIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjMzAzZjViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NjA2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(45deg,  rgba(52,83,129,1) 0%, rgba(112,139,158,1) 47%, rgba(48,63,91,1) 98%, rgba(68,96,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(52,83,129,1)), color-stop(47%,rgba(112,139,158,1)), color-stop(98%,rgba(48,63,91,1)), color-stop(100%,rgba(68,96,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(52,83,129,1) 0%,rgba(112,139,158,1) 47%,rgba(48,63,91,1) 98%,rgba(68,96,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(52,83,129,1) 0%,rgba(112,139,158,1) 47%,rgba(48,63,91,1) 98%,rgba(68,96,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(52,83,129,1) 0%,rgba(112,139,158,1) 47%,rgba(48,63,91,1) 98%,rgba(68,96,107,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(52,83,129,1) 0%,rgba(112,139,158,1) 47%,rgba(48,63,91,1) 98%,rgba(68,96,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#345381', endColorstr='#44606b',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}
#submitted {
border: 0px;
position: absolute;
top: 270px;
left: 79px;
width: 165px;
height: 35px;
}
#c_contact {
background-color: #384F72;
position: fixed;
right: 0;
bottom: 0;
z-index: 20000;
height: 40px;
width: 258px;
border: 0px;
border-radius: 5px;
margin-bottom: 45px;
margin-right: 2px;
color: #fff;
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
padding-top: 7px;
cursor:pointer;
/*box-shadow: 0 0 13px #2B2B2B;*/
	}
	#c_contactimg {
		
position: absolute;
top: 10px;
left: 16px;
		position:absolute;
height: 28px;
		}
		#c_contact span {
margin-left: 87px;
line-height: 16px;
		}
