@charset "iso-8859-1";

/*default site and styles*/

*{padding:0; margin:0;}

html, body {
	background-image: url(../images/bg_website.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000;
	text-align: left;
}

#wrapper {
	height: auto;
	min-height: 920px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/*header*/

#headerContainer {
	background-image: url(../images/bg_header.jpg);
	clear: both;
	float: left;
	padding: 0px;
	width: 960px;
	height: 138px;
}

#logo {
	background-image: url(../images/logo_umbrella.png);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	margin-bottom: 14px;
	margin-left: 4px;
	margin-top: 14px;
	padding: 0px;
	width: 300px;
	height: 110px;
}

#banner {
	background-image: url(../images/flash_banner.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 6px;
	margin-left: 190px;
	margin-right: 6px;
	margin-top: 6px;
	padding: 0px;
	width: 460px;
	height: 128px;
}

#flashMenu {
	clear: both;
	float: left;
	padding: 0px;
	width: 960px;
	height: 248px;
	background-color: #373737;
}

/*content*/

#contentContainer {
	float: left;
	height: auto;
	min-height: 500px;
	width: 960px;
}

#leftContainer {
	float: left;
	width: 478px;
	height: auto;
	margin-top: 2px;
}

#leftColomn1 {
	float: left;
	height: auto;
	min-height: 360px;
	width: 220px;
	margin: 1px 1px 1px 0px;
	padding: 8px;
	border: solid;
	border-width: 1px;
	border-color: #c4c4cd;
	background-color: #f6f6f7;
	position: relative;
}

#leftColomn2 {
	float: left;
	height: auto;
	min-height: 350px;
	width: 220px;
	margin: -379px 0px 0px 241px;
	padding: 8px;
	border: solid;
	border-width: 1px;
	border-color: #c4c4cd;
	background-color: #f6f6f7;
	position: relative;
}

#leftColomn3 {
	float: left;
	height: 149px;
	width: 461px;
	margin: 385px 0px 1px -482px;
	padding: 8px;
	border: solid;
	border-width: 1px;
	border-color: #c4c4cd;
	background-color: #f6f6f7;
	position: relative;
}

#rightContainer {
	float: right;
	width: 478px;
	height: auto;
}

#rightColomn1 {
	float: left;
	height: 531px;
	width: 220px;
	margin: 3px 1px 0px 0px;
	padding: 8px;
	border: solid;
	border-width: 1px;
	border-color: #c4c4cd;
	background-color: #f6f6f7;
	position: relative;
}

#rightColomn2 {
	float: right;
	height: 531px;
	width: 219px;
	margin: 3px 0px 0px 0px;
	padding: 8px;
	border: solid;
	border-width: 1px;
	border-color: #c4c4cd;
	background-color: #f6f6f7;
	position: relative;
}

/*footer*/

#footer {
	clear: both;
	float: left;
	padding: 0px;
	width: 960px;
	height: 48px;
}

#footer_txt {
	clear: both;
	float: left;
	margin-bottom: 14px;
	margin-left: 0px;
	margin-top: 14px;
	padding: 0px;
	width: 340px;
	height: 20px;
}

/*styles*/

.title01 {
	font-size: 14px;
	font-weight: bold;
	color: #ed941e;
}

.boolean {
	font-size: 14px;
	font-weight: bold;
	color: #ed941e;
}
