*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.fLeft{
	float: left;
}

.fRight{
	float: right;
}

.fClear{
	clear: both;
}

.aLeft{
	text-align: left;
}

.aRight{
	text-align: right;
}

.aCenter{
	text-align: center;
}

.aJustify{
	text-align: justify;
}

body{
	width: 100%;
	height: 100%;
	background: #eaecee url(../images/background.gif) repeat top;
	
	font: normal 14px/20px Tahoma;
	cursor: default;
}

p {
	padding: 10px 0;
	font-size: 16px;
	line-height: 24px;
}

h1 {
	font-size: 32px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

.content h1 {
	background: transparent url(../images/h1_bg.gif) no-repeat bottom left;
	width: 465px;
	height: 40px;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 30px;
}

.content h2 {
	text-align: right;
	margin-right: 20px;
	height: 30px;
	margin-bottom: 15px;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 190px;
}

#header .left {
	float: left;
	width: 330px;
	height: 100%;
	background: transparent url(../images/logo_bg.gif) repeat-x bottom;
}

#header .right {
	float: left;
	width: 670px;
	background: transparent url(../images/slogan_bg.gif) no-repeat right top;
}

#header .right .slogan {
	height: 72px;
	padding: 48px 0 0 80px;
	text-align: center;
	font-size: 18px;
}

#header .right .slogan h1 {
	font-size: 18px;
	font-weight: normal;
}

#header .right .menuContainer {
	height: 70px;
	background: transparent url(../images/menu_bg.gif) repeat-x bottom;
}

#menu {
	float: left;
	height: 37px;
	margin-top: 7px;
	width: 640px;
}

.menu_bg {
	float: left;
	height: 37px;
	width: 30px;
	background: transparent url(../images/menu2_bg.gif) no-repeat;
	margin-top: 7px;
}

.menu_active_bg {
	float: left;
	height: 37px;
	width: 30px;
	background: transparent url(../images/menu2_active_bg.gif) no-repeat;
	margin-top: 7px;
}

#menu table {
	width: 100%;
}

#menu table td {
	text-align: center;
	vertical-align: middle;
	background: transparent url(../images/menu_td_bg.gif) repeat-x;
	height: 37px;
}

#menu table td.active {
	background: transparent url(../images/menu_td_active_bg.gif) repeat-x;
}

#menu table td.cornerl {
	background: transparent url(../images/menu_td_corner_l_bg.gif) no-repeat;
	width: 5px;
}

#menu table td.cornerr {
	background: transparent url(../images/menu_td_corner_r_bg.gif) no-repeat;
	width: 5px;
}

#menu table td.cornerla {
	background: transparent url(../images/menu_td_corner_l_active_bg.gif) no-repeat;
	width: 5px;
}

#menu table td.cornerra {
	background: transparent url(../images/menu_td_corner_r_active_bg.gif) no-repeat;
	width: 5px;
}

#menu table td.corner {
	width: 10px;
	border: 1px solid;
}

#menu ul li {
	float: left;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 21px;
	color: #f6f6d0;
}

#menu a:hover {
	text-decoration: none;
	color: white;
}

#menu table td.active a {
	color: #8d989f;
}

#contentContainer .model {
	float: left;
	width: 500px;
}

#contentContainer .content {
	float: left;
	width: 500px;
	padding-bottom: 15px;
}

#contentContainer .content .text {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 15px;
}

#contentContainer .content .header {
	padding-left: 15px;
	background: transparent url(../images/content_header_bg.gif) no-repeat bottom left;
	height: 52px;
	margin-bottom: 35px;
}

#contentContainer .content .footer {
	background: transparent url(../images/content_footer.gif) no-repeat left;
	height: 9px;
	margin-top: 15px;
}

#footerContainer {
	background-color: #8d989f;
	color: white;
	height: 40px;
	border-top: #b3bac0 1px solid;
	font-size: 17px;
}

#footerContainer .left {
	float: left;
	width: 500px;
	text-align: left;
	padding: 10px 0 0 0;
	text-align: center;
}

#footerContainer .right {
	float: right;
	text-align: right;
	padding: 10px 10px 0 0;
}

#footerContainer .right ul {
	list-style: none;
}

#footerContainer .right ul li {
	float: left;
	padding: 0 10px;
}

#footerContainer .right a {
	color: white;
	text-decoration: none;
}

#footerContainer .right a:hover {
	text-decoration: underline;
}

.red {
	color: red;
}

table.contactForm {
	margin-left: auto;
	margin-right: auto;
}

table.contactForm td {
	padding: 3px 5px;
	vertical-align: top;
}

input.textField {
	width: 205px;
	height: 27px;
	background: transparent url(../images/input_bg.gif) no-repeat;
	font-size: 18px;
	padding: 5px 20px 10px 10px;
}

input.textField2 {
	width: 105px;
	height: 32px;
	background: transparent url(../images/input_bg2.gif) no-repeat;
	font-size: 26px;
	padding: 5px 20px 10px 10px;
	text-align: center;
}

textarea.textArea {
	width: 213px;
	height: 150px;
	background: transparent url(../images/textarea_bg.gif) no-repeat;
	overflow: hidden;
	font: normal 14px/20px Tahoma;
	padding: 7px 15px 7px 7px;
}

label {
	font-size: 19px;
}

td.errorbox {
	background-color: #FDE6E3 !important;
	border: #F89D8F 1px solid !important;
	color: #28451D !important;
	margin-bottom: 10px !important;
	height: 20px !important;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

td.succesbox {
	background-color: #E4F1DE !important;
	border: #8FC079 1px solid !important;
	color: #28451D !important;
	margin-bottom: 10px !important;
	height: 20px !important;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.aCenter {
	text-align: center;
}

.aLeft {
	text-align: left;
}

.aRight {
	text-align: right;
}

td.vTop {
	vertical-align: top;
}

input.buttonSend {
	width: 152px;
	height: 35px;
	background: transparent url(../images/button_send.gif) no-repeat;
}

.content table {
	border-collapse: collapse;
}

.content table td {
	padding: 2px 5px;
}

.text a {
	color: #484848;
}