html, body, ul, ol, li, p, 
	h1, h2, h3, h4, h5, h6, 
	form, fieldset, a, img { 
	margin: 0; 
	padding: 0; 
	border: none;
}

body {
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#33445c;
	font-family: Arial;
	font-size: 0.7em;
	margin: 0 auto;
	color: #3f3f3f;
}

a {
	color: #579add;
}
a:hover {
	color: #579add;
	text-decoration: none;
}

p {
	font-size: 1em;
	padding: 5px 0px;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #3268ae;
	padding-top: 2px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6a8596;
	padding: 4px 0px;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #33445c;
	padding: 3px 0px;
}
h4 {
	background-image:url(images/h4.jpg);
	background-repeat: no-repeat;
	font-size: 1.2em;
	color: #33445c;
	text-transform: uppercase;
	font-weight: normal;
	padding: 8px 0px 3px;
	margin-top: 4px;
}
h5 {
	font-size: 1.5em;
	font-weight: normal;
	color: #7d94b4;
	padding: 8px;
}
.text-special {
	color: #e9a124;
}
.news-box {
	float: left;
	width: 200px;
	margin-left: 8px;
	color: #526176;
	font-size: 1.1em;
	line-height: 1.5em;
}
.image {
	border: 1px solid #8fa9ce;
}
.image-no-border {
	border: none;
}
.button {
	padding: 2px 5px;
	background-color: #00b0ef;
	color: #fff;
	border: none;
	font-size: 1.1em;
}
.button:hover {
	border: none;
}

.lista {
	list-style-type: circle;
	padding-left: 17px;
	font-size: 1.1em;
	line-height: 1.5em;
}

#wrapper {
	width: 911px;
	margin: 0 auto;	
}
#content {
	background-image:url(images/bg-page.jpg);
	background-repeat: repeat-y;
	width: 911px;
}
#header {
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 911px;
	height: 72px;
}
.top-menu {
	float:right;
	margin-top:40px;
	padding-right: 20px;
}
.top-menu li {
	float: left;
	list-style-type: none;
	font-size: 1.1em;
}
.top-menu a {
	display:block;
	float:left;
	color: #637792;
	padding: 0px 8px 0px 8px;	
}
.top-menu a:hover {
	color: #fff;
	text-decoration: none;
}
#menu {
	background-image:url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	width: 909px;
	height:45px;
	margin-left: 1px;
}

.menu {
	float: left;
}
.menu li {
	float: left;
	list-style-type: none;
	font-size: 1.3em;
}
.menu a {
	display:block;
	float:left;
	color: #fff;
	padding: 15px 62px 13px;
	text-decoration: none;
}
.menu a:hover {
	background-image:url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px -45px;
	color: #2b3a4e;
	text-decoration: none;
}
.menu .delimiter {
	background-image: url(images/menu-bar.jpg);
	background-repeat: no-repeat;
	width: 1px;
	height: 45px;
}

#middle {
	background-image:url(images/bg-middle.jpg);
	background-repeat: repeat-x;
	padding-top: 1px;
	width: 909px;
	height: 260px;
	margin-left: 1px;
}
#page {
	width: 911px;
}

#page-bottom {
	background-image:url(images/bg-bottom.jpg);
	width: 911px;
	height: 1px;
	font-size: 1px;
}

#copyright {
	clear:both;
	float: right;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #94afd5;
}

#left {
	float: left;
	width: 650px;
}
#right {
	float: left;
	width: 230px;
	margin-left: 10px;
	color: #5a6b82;
}

.right-menu {
	margin: 2px 0px;
}
.right-menu li {
	float:left;
	list-style-type: none;
	font-size: 1.2em;
}
.right-menu a {
	background-image:url(images/menu-right-bg.jpg);
	background-repeat: no-repeat;
	display:block;
	float:left;
	color: #3369AF;
	padding: 3px 0px 4px 23px;
	width: 207px;
	text-decoration: none;
	margin: 1px 0px;	
}
.right-menu a:hover {
	background-position: 0px -23px;
	color: #fff;
	text-decoration: none;
}
.right-menu a.sub {
	background-position: 0px -46px;
}
.right-menu a.sub:hover {
	background-position: 0px -69px;
}

/* middle styles */
.nice-content {
	padding: 10px;
}
.nice-title {
	font-size: 1.4em;
	color: #93a3ba;
	line-height: 1.6em;
	font-weight:bold;
}
.nice-highlight {
	color: #68b6ff;
}

.nice-text {
	color: #778dab;
	line-height: 1.6em;
}

.button-big {
	float:left;
	display: block;
	background-image:url(images/button-big.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 188px;
	height: 64px;
	text-align:center;
	padding-top: 20px;
	font-size: 1.5em;
	color: #ffc32c;
	margin-right: 20px;
}
/* page styles */
.box-top {
	background-image:url(images/bg-box-top.jpg);
	background-repeat: no-repeat;
	width: 638px;
	height: 6px;
	font-size: 1px;
}
.box-middle {
	background-color: #e7eff2;
	width: 618px;
	padding: 4px 10px;
}
.box-bottom {
	background-image:url(images/bg-box-bottom.jpg);
	background-repeat: no-repeat;
	width: 638px;
	height: 6px;
	font-size: 1px;
}

.list li {
	background-image:url(images/list-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	font-size: 1em;
	padding: 2px 16px;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


