/* CSS Document */
.navigation {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#3F4246;
}
.navigation a {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#3F4246;
}
.navigation a:hover {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.ser_title {
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#2D2D2D;
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:thin solid #E0E0E0;
}
.ser_text {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#767676;
	line-height:18px;
}
img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.right {
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.right_small {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.down_title {
	font-size:20px;
	font-family:"Trebuchet MS";
	color:#02ecf7;
}
.down_link {
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#909091;
}
.down_link a {
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#909091;
}
.down_link a:hover {
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#02ecf7;
}

.form {
	background-color:#FFFFFF;
	color:#2F3236;
	border:solid thin #FFFFFF;
	width:140px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:3px;
}
.send2 {
	background-color:#2F3236;
	color:#959595;
	border:solid thin #2F3236;
	width:60px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}


/* ------------ CONTACT ---------------- */
.contact_form {
	background-color:#E3E3E3;
	color:#8B8B8B;
	border:solid thin #C1C1C1;
	width:200px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:3px;
}
.contact_comments {
	background-color:#E3E3E3;
	color:#8B8B8B;
	border:solid thin #C1C1C1;
	width:200px;
	height:85px;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:3px;
}
.contact_send2 {
	background-color:#E3E3E3;
	color:#8B8B8B;
	border:solid thin #B8B4B4;
	width:50px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}