body
{
	margin: 0px;
	padding: 0px;
	font-family: myriad, tahoma, verdana;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
}

img
{
	border: 0px;
}

a
{
	color: #2c2870;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #2c2870;
}
a:active
{
	color: #2c2870;
}

a:link
{
color: #2c2870;
}


h1
{
	margin-top: 0px;
	font-size: 22px;
	color: #f37222;
}


h2
{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 22px;
	color: #FFFFFF;
}


.wrapper, .menuWrapper, .spotTopWrapper, .spotBottomWrapper, .spotTopWrapperSubpage, .spotMenuSeparatorWrapper, .contentWrapper, .footerWrapper
{
	width: 100%;
	text-align: center;
}
.siteBlock, .menuBlock, .menuBlockSub, .spotTopBlock, .spotBottomBlock, .spotTopBlockSubpage, .spotMenuSeparatorBlock, .contentBlock, .footerBlock
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}

.menuWrapper
{
	background: #ffffff url('images/bg_menu_tile_h.gif') repeat-x top left;
}
.menuBlock, .menuBlockSub
{
	text-align: right;
	overflow: hidden;
	height: 97px;
	background: url('images/bg_menu.gif') no-repeat top;
}
.menuBlockSub
{
	height: 56px;
}

.menuItems
{
	padding-right: 26px;
	font-size: 12px
}

.menuWrapper a
{
	padding-top: 39px;
	color: #a5a9ae;
	float: right;
	text-align: center;
	display: block;
	width: 67px;
	height: 90px;
}
.menuWrapper a:visited
{
	color: #3c3c3c;
}
.menuWrapper a:active
{
	color: #3c3c3c;
}
.menuWrapper a:hover
{
	text-decoration: none;
	background: url('images/menu_selected_1.gif') no-repeat;
}
.menuWrapper #selectedMenu
{
	background: url('images/menu_selected_1.gif') no-repeat;
}

.spotMenuSeparatorWrapper
{
	clear: both;
	background: #ffffff url('images/bg_s_c_tile_h.gif') repeat-x top left;
}
.spotMenuSeparatorBlock
{
	height: 21px;
	background: #ffffff url('images/bg_s_c.gif') no-repeat top;
}

.spotTopWrapper
{
	/*background-color: #fd9b44;*/
	background-color: #FFFFFF;
}
.spotTopBlock
{
	height: 219px;
	//overflow: hidden;
	background: #a5a9ad url('images/bg_spot_top.gif') repeat-y top;
}

.spotTopWrapperSubpage
{
	background-color: #a5a9ae;
}
.spotTopBlockSubpage
{
	height: 213px;
	//overflow: hidden;
	background: #a5a9ae url('images/bg_spot_subpage.gif') repeat-y top;
}

.spotBottomWrapper
{
	background: #a5a9ae url('images/bg_spot_bottom_tile_h.gif') repeat-x top;
}
.spotBottomBlock
{
	height: 194px;
	overflow: hidden;
	background: #a5a9ad url('images/bg_spot_bottom.gif') no-repeat top;
}

.spotBottomLeftColumn
{
	background: #a5a9ad url('images/bg_spot_bottom_inner_tile_h.gif') repeat-x top;
	color: #000000;
	width: 291px;
	float: left
}
.spotBottomRightColumn
{
	float: right;
	overflow: visible;
}

.contentWrapper
{
	background-color: #ffffff;
}
.contentBlock
{
	background: #ffffff url('images/bg_content.gif') repeat-y top;
}

.footerWrapper
{
	background-color: #f2f2f2;
}
.footerBlock
{
	height: 55px;
	color: #6a6a6a;
	font-size: 10px;
	background: #ffffff url('images/bg_footer.gif') repeat-y top;
}
.footerBlock a, .footerBlock a:visited, .footerBlock a:active
{
	color: #6a6a6a;
	text-decoration: none;
}
.footerContent
{
	padding-left: 55px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.footerLogo
{
	float: left;
}
.footerCopyright
{
	margin-left: 15px;
	margin-top: 5px;
	float: left;
}
.footerValidation
{
	margin-top: 12px;
	float: right;
}

.contentArea
{
	padding-left: 26px;
	padding-right: 26px;
}
.mainContentPadding
{
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 14px;
}

.regularPadding
{
	padding: 20px;
}
.noticiasleftColumn
{
	padding-left: 7px;
	float: left;
	width: 240px;
	text-align: left;
}
.noticiascenterColumn
{
	padding-left: 7px;
	float: left;
	width: 240px;
	text-align: left;
}
.noticiasrightColumn
{
	padding-left: 7px;
	float: left;
	width: 240px;
	text-align: left;
}
.leftColumn
{
	float: left;
	width: 262px;
	text-align: center;
}
.columnSeparator
{
	float: left;
	width: 30px;
	height: 135px;
	background: #ffffff url('images/separator_v.gif') no-repeat top;
}
.rightColumn
{
	float: right;
	width: 528px;
}
.leftHalfColumn
{
	float: left;
	width: 410px;
	text-align: left;
}
.rightHalfColumn
{
	float: right;
	width: 410px;
	text-align: right;
}
.columnClear
{
	height: 1px;
	font-size: 1px;
	clear: both;
}

.separatorH
{
	background: url('images/separator.gif') no-repeat center;
	width: 100%;
	height: 25px;
	clear: both
}
.sideSeparatorH
{
	background: url('images/side_separator_h.gif') no-repeat center;
	width: 100%;
	height: 25px;
	clear: both
}

.downloadItemTitle
{
	color: #ff7800;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
.downloadItemDescription
{
	margin-bottom: 7px;
	font-size: 12px;
}
.downloadItemLinks
{
	font-size: 10px;
	color: #949494;
}
.downloadItemLinks a, .downloadItemLinks a:visited, .downloadItemLinks a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #949494;
}
.downloadItemLinks a:hover
{
	text-decoration: underline;
}

.servicesTitle
{
	font-size: 14px;
	color: #e26a00;
	padding-top: 5px;
	padding-bottom: 5px;
}
.servicesTitle a
{
   text-decoration: none;
   color: #e26a00;
   font-size: 12px;
   margin-left: 25px
}
}
.servicesTitle a:visited
{
	text-decoration: none;
	color: #e26a00;
}
.servicesTitle a:active
{
	text-decoration: none;
	color: #e26a00;
}
.servicesTitle a:hover
{
	text-decoration: underline;
}
.servicesContent
{
	padding-left: 10px;
}

.showroomItem
{
	float: left;
	width: 410px;
	text-align: left;
}
.showroomItemImage
{
	float: left;
	width: 251px;
}
.showroomItemContent
{
	float: right;
	text-align: left;
	width: 155px;
	padding-top: 35px;
}
.showroomItemTitle
{
	font-size: 12px;
	color: #e26a00;
	padding-top: 5px;
	padding-bottom: 5px;
}
.servicesIconColumn
{
	width: 100px;
	float: left;
}
.servicesDescriptionColumn
{
	width: 720px;
	float: right;
}
.servicesItem
{
	width: 360px;
	height: 100px;
	float: left;
	text-align: left;
}
.servicesItemIconColumn
{
	padding-top: 7px;
	width: 60px;
	float: left;
}
.servicesItemDescriptionColumn
{
	width: 300px;
	float: right;
}