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

body {
	background-image:url(../images/bg_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left:opx;
}
a {
	color:#757575;
text-decoration:none;
}
img {border:0;}

/*BOXES*/

#contact-but {
	position:absolute;
	top:18px;
	left:752px;
	width:200px;
}
#contentbox {
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	font-size:13px;
	width:950px;
	color:#757575;
}
#prices {
	background-image:url(../images/box-bot-bg.jpg);
	background-repeat:repeat-x;
}
.prices_cell {
	background-color:#FFF;
}
.prices_blue {
	color:#009dc7;
	font-size:14px;
	font-weight:bold;
}
.prices_grey {
	color:#CCC;
	font-size:14px;
	font-weight:bold;
}
#block_testimonies {
	border-top:solid;
	border-top-color:#F30;
	border-top-width:5px;
	color:#333;
	font-size:14px;
	background-image:url(../images/top_testimonies.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

/*TITLES*/
H1 {font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
font-size:26px;
letter-spacing:-1;
font-weight:normal;
color:#545454;
}
H1 a {
color:#545454;
}
.big-white {
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	font-size:26px;
	text-shadow:2px;
	letter-spacing:-1;
	font-weight:normal;
	color:#FFF;
	padding:2px;
}
.big-dark {
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	font-size:26px;
	text-shadow:2px;
	letter-spacing:-1;
	font-weight:normal;
	color:#333;
	padding:2px;
}
.big-white2 {
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	text-shadow:#999;
	font-size:29px;
	text-shadow:2px;
	letter-spacing:-1;
	font-weight:bold;
	padding-bottom:0px;
	color:#FFF;
}

/*BUTONS*/
.green {
	color:#FFF;
	font-size:11.5px;
	font-weight:bold;
	background-color:#82ba0a;
padding:7px;
}
.green:hover {background-color:#CCC;
}
.violet {
	color:#FFF;
	font-size:11.2px;
	font-weight:bold;
	background-color:#f11fb4;
padding:7px;
}
.violet:hover {background-color:#CCC;
}
.orange {
	color:#FFF;
	font-size:11.2px;
	font-weight:bold;
	background-color:#F60;
	padding:7px;
}
.orange:hover {background-color:#CCC;
}

/*MENU*/
#menubox {
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-top-width:1px;
	border-top-color:#CCC;
	border-top-style:solid;
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	font-size:14px;
	font-weight:bold;
}
#menubox a {
	color:#9d9d9d;
}
.m1 {
	margin-right:17px;
}
.m1:hover {
	border-bottom-color:#36F;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m1-active {
	margin-right:17px;
	border-bottom-color:#36F;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m2 {
	margin-right:17px;
}
.m2:hover {
	border-bottom-color:#F60;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m2-active {
	margin-right:17px;
	border-bottom-color:#F60;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m3 {
	margin-right:17px;
}
.m3:hover {
	border-bottom-color:#F30;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m3-active {
	margin-right:17px;
	border-bottom-color:#F30;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m4 {
	margin-right:17px;
}
.m4:hover {
	border-bottom-color:#FC0;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m4-active {
	margin-right:17px;
	border-bottom-color:#FC0;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m5 {
	margin-right:17px;
}
.m5:hover {
	border-bottom-color:#09F;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m5-active {
	margin-right:17px;
	border-bottom-color:#09F;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m6 {
}
.m6:hover {
	border-bottom-color:#999;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m6-active {
	border-bottom-color:#999;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m7 {
	margin-right:17px;
}
.m7:hover {
	border-bottom-color:#66C;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}
.m7-active {
	margin-right:17px;
	border-bottom-color:#66C;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-bottom:5px;
}

.block {
	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color:#FFF;
	font-size:14px;
}
.block-bottom {
    padding: 8px;
    background: #333;
    color: #fff;
	font-weight:bold;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	vertical-align:top;
}
.block-orange {
	padding: 8px;
	font-size:20px;
	color: #fff;
	font-weight:bold;
	background-color:#45A6D3;
	vertical-align:top;
}
.block-orange a {
	color: #EDEDED;
	font-size:12px;
}
.blue {
	color:#999;
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	font-size:16px;
}
.blue:link {color:#999}
