/* CSS default */

body {
	font-family: Tahoma, Verdana, Helvetica, Arial CE;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 70%;
	color: #454E5C; 
}
	
table, td {
	font-family: Tahoma,Verdana, Arial CE;
	font-size: 100%;
	color: #454E5C; 
}

.frm {
	font-family: Tahoma,Verdana, Arial CE;
	font-size: 100%;
	color: #454E5C; 
}


a {
	text-decoration: none;
	color: #2B86CB; 
}

a:hover {
	text-decoration: underline;
}
			
form {
	margin: 0;
}

h1 {
	font-family: Tahoma, Verdana, Arial CE;
	padding: 0 0 6px 0;
	margin: 0 0 10px;
	font-size: 170%;
	font-weight: normal;
	color: #124889;
	background: url(../img/bg_dots.gif) repeat-x left bottom;
}

h1 strong {
	text-transform: uppercase;
}

h2 {
	font-family: Tahoma, Verdana, Arial CE;
	padding: 5px 0 6px 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	color: #2B86CB;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

#main-container {
	width: 958px;
	background: url(../img/bg_header.gif) repeat-x;
	text-align: left;
}

#header-container {
	height: 130px;
	width: 958px;
	position: relative;
	background: url(../img/bg_header.jpg) no-repeat  #2D7ACA;
}

#logo {
	top: 41px;
	left: 71px;
	position: absolute;
}

#topmenu {
	top: 52px;
	left: 332px;
	position: absolute;

}

#content-container {
	width: 958px;
}

#left-container {
	float: left;
	border-left: 4px solid #fff;
}

#left-content {
	width: 306px;
}

#center-container-home {
	float: right;
	width: 643px;
	position: relative;
}

#center-container {
	float: right;
	padding: 0 15px 25px 15px;
	background: url(../img/bg_top.gif) repeat-x;
}

#center-content {
	width: 613px;
}

#footer-container {
	width: 958px;
	color: #fff;
	background: url(../img/bg_footer.jpg) no-repeat;
	height: 31px;
	font-family: Tahoma, Verdana, Arial CE;
}

#footer-left {
	float: left;
	padding: 9px 15px;
	font-size: 90%;
}

#footer-right {
	float: right;
	padding: 9px 10px;
	font-size: 90%;
}

#home-banner {
	top: -10px;
	left: 0;
	position: absolute;
}

#banner-left {
	padding: 4px 0 17px 0;
}

#banner-left2 {
	background: url(../img/banner_left2.jpg) no-repeat;
	font-size: 90%;
	height: 226px;
	margin-bottom: 25px;
	color: #1B4970;
	line-height: 140%;
}

#banner-left2-padding {
	padding: 65px 15px 20px 15px;
}

#home-center {
	padding-top: 281px;
	background: url(../img/bg_center1.jpg) no-repeat 0 281px;
}

#center-1 {
	padding-left: 81px;
	background: url(../img/bg_dots2.gif) no-repeat 102px 72px;
}

#center-2 {
	font-size: 90%;
}

#center-2 h2 {
	font-size: 110%;
}

.basic {
	margin-top: 54px;
	padding: 8px 0 10px 0;
	background: url(../img/bg_dots.gif) repeat-x left bottom;
	color: #2B77CA;
}

.standard {
	padding: 8px 0 10px 0;
	background: url(../img/bg_dots.gif) repeat-x left bottom;
	color: #A0D363;
}

.profesional {
	padding: 8px 0 10px 0;
	background: url(../img/bg_dots.gif) repeat-x left bottom;
	color: #F8A04A;
}

.center-delimeter {
	background: url(../img/bg_center.gif) repeat-y 0 24px;
}

.more {
	text-align: right;
	font-weight: bold;
	padding: 18px 0 22px;
}

#tools-container {
	height: 33px;
	font-size: 90%;
}

#navigation {
	float: left;
	padding-top: 8px;
}

#print {
	float: right;
	padding-top: 8px;
}


