* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
body {
	background-color: #E9E9E9;
	margin-top: 5px;
}
p {
	color: #666666;
	font-size: 0.70em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
#contact {
	width: 310px;
	border: #CCCCCC solid 1px;
	padding: 20px;
	padding-top: 10px;
}
label {
	color: #666666;
	display: block;
	font-size: x-small;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
input {
	font-size: small;
	width: 100%;
	padding: 1px;
	color: #666666;
	border: #CCCCCC solid 1px;
	background-color: #FFFFFF;
}
textarea {
	font-size: small;
	width: 100%;
	color: #666666;
	padding: 1px;
	border: #CCCCCC solid 1px;
	background-color: #FFFFFF;
}
h1, h2 {
	font-family: "Trebuchet MS";
	color: #F5A748;	
}
h1 {
	font-weight: normal;
	font-size: x-large;
	margin-bottom: 10px;
}
h2 {
	font-size: medium;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}
a {
	color: #3485B4;
}
a:hover {
	color: #FF6633;
}
#wrapper {
	background-color: #FFFFFF;
	padding: 15px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#phones {
	font-size: 9px;
	color:#999999;
	float: right;
}
#baner {
	padding: 10px;
	padding-bottom: 20px;	
	margin-bottom: 5px;
}
#banermofis {
	margin-top: 5px;
	float: right;
	color: #838383;
	font-size: x-small;
}

#baner img {
	float: left;
	border: 0;
}
.box {
	width: 320px;
}
#footer {
	margin-top: 20px;
	border-top: #CCCCCC solid 1px;
	width: 690px;
	background-color: #EFECE9;
	padding: 5px;
}

#languages {
	margin-top: 30px;
}
.countrychoice {
	width: 300px;
}

.countrychoice img {
	float: left;
	margin-right: 10px;
	border: 0;
}
.countrychoice h5 a {
	text-decoration: none;
}
.countrychoice p {
	margin-top: 5px;
}

.countrychoice p a {
	color:#999999;
	text-decoration: none;
}
#menu {
	border-top: #CCCCCC solid 1px;
	background-color:#EFECE9;
	padding: 4px;
	margin-bottom: 15px;
}
#menu ul li {
	list-style: none;
	display:inline;
}
#menu ul li a {
	color: #666666;
	font: 11px/15px "Trebuchet MS"; 
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px;
	border-right: #FFFFFF solid 1px;
}
#menu ul li a:hover {
	background-color:#FFFFFF;
	color: #F5A748;
}
#menu ul li a:active {
	background-color:#FFFFFF;
}