/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg) repeat-x;
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Verdana;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - center page
 * * * * * * * * * * */
#containerIE
	{
	background: url(images/background-body-top.jpg) no-repeat top center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	margin: 0px auto;
	text-align: left;
	width: 986px;
	padding: 0px;
	}

/* * * * * * * * * * *
 * Top
 * * * * * * * * * * */
#top
	{
	margin-top: 0px;
	background: url(images/background-page-top.jpg) no-repeat;
	width: 986px;;
	height: 107px;
	}
#top .topMenu
	{
	float: right;
	display: inline;
	margin-top: 65px
	}
#top .topMenu a img
	{
	border: 0px;
	}
#top .logo
	{
	float: left;
	display: inline;
	background: url(images/logo.jpg);
	width: 289px;
	height: 79px;
	margin-top: 15px;
	padding: 0px;
	}
#top .logo.active
	{
	background: url(images/logo-act.jpg);
	}
#top .logo a
	{
	width: 288px;
	height: 78px;
	display: block;
	padding: 0px;
	}
#top .logo p
	{
	visibility: hidden;
	}
/* * * * * * * *
 * Banner
 * * * * * * * * * * */
#banner
	{
	width: 986px;
	height: 228px;
	overflow: hidden;
	}
#banner .bannerTitle
	{
	margin-left: 0px;
	margin-top: 20px;
	font-size: 18px;
	color: #ffffff;
	width: 550px;
	}
#banner .bannerText
	{
	margin-left: 0px;
	margin-top: 20px;
	font-size: 16px;
	color: #E36314;
	width: 550px;
	}
#menu
	{
	background: url(images/background-menu.jpg) no-repeat;
	width: 986px;
	height: 55px;
	margin-top: 19px;
	}
#menu table
	{
	width: 986px;
	height: 55px;
	}
#menu table td
	{
	text-align: center;
	color: white;
	}
#menu table td.active
	{
	background: url(images/background-menu-act.jpg) no-repeat center top;
	}
#menu table td.first.active
	{
	background: url(images/background-menu-act.jpg) no-repeat left top;
	}
#menu table td.last.active
	{
	background: url(images/background-menu-act.jpg) no-repeat right top;
	}

#menu table td.hover
	{
	background: url(images/background-menu-hover.jpg) no-repeat center top;
	}
#menu table td.first.hover
	{
	background: url(images/background-menu-hover.jpg) no-repeat left top;
	}
#menu table td.last.hover
	{
	background: url(images/background-menu-hover.jpg) no-repeat right top;
	}

#menu table td a
	{
	color: white;
	text-decoration: none;
	}
#menu table td.spacer
	{
	background: url(images/background-menu-spacer.gif) no-repeat center center;
	width: 2px;
	font-size: 1px;
	}

#path
	{
	margin-left: 250px;
	margin-top: 10px;
	}

#path a
	{
	color: white;
	text-decoration: none;
	}
#path a:hover
	{
	color: #F58200;
	}
#path img
	{
	margin-bottom: 2px;
	}
/* * * * * * * * * * *
 * Left Pane
 * * * * * * * * * * */
.leftMenuTitleTop
	{
	background: url(images/background-submenu-title.jpg) no-repeat top;
	width: 203px;
	height: 14px;
	margin-top: -14px;
	margin-left: 15px;
	}
#leftPane
	{
	width: 231px;
	float: left;
	display: inline;
	}
#leftPane .leftMenu
	{
	background: url(images/background-submenu.gif);
	}
#leftPane .leftMenu .leftMenuBottom
	{
	background: url(images/background-submenu-bottom.gif) no-repeat bottom left;
	padding-bottom: 5px;
	}
#leftPane .leftMenu .leftMenuTitle
	{
	background: url(images/background-submenu-title.jpg) left bottom;
	width: 203px;
	height: 34px;
	margin-top: 0px;
	margin-left: 15px;
	color: #ffffff;
	font-weight: bold;
	}
#leftPane .leftMenu .leftMenuTitle .leftMenuInner
	{
	padding-left: 20px;
	padding-top: 2px;
	}
#leftPane .leftMenu .leftMenuItem
	{
	background: url(images/background-submenu-spacer.gif) repeat-x top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
	}
#leftPane .leftMenu .leftMenuItem.first
	{
	background: transparent;
	}



#leftPane .leftMenu .leftMenuItem a
	{
	text-decoration: none;
	color: #000000;
	}
#leftPane .leftMenu .leftMenuItem a:hover
	{
	color: #F56A25;
	}

#leftPane .newsLetter
	{
	background: url(images/background-newsletter.jpg) no-repeat top left;
	width: 231px;
	height: 123px;
	margin-top: 10px;
	}
#leftPane .newsLetter .newsLetterText
	{
	padding-top: 53px;
	padding-left: 25px;
	}
#leftPane .newsLetter .newsLetterText input
	{
	background: transparent;
	border: 0px;
	width: 140px;
	}
#leftPane .newsLetter .newsLetterText input.active
	{
	background: url(images/background-newsletter-input.jpg) repeat-x top left;
	}
#leftPane .newsLetter input.submit
	{
	background: url(images/background-newsletter-button.jpg) no-repeat left top;
	margin-top: 5px;
	margin-left: 97px;
	border: 0px;
	width: 124px;
	height: 28px;
	color: white;
	}
#leftPane .newsLetter input.submit.active
	{
	background: url(images/background-newsletter-button-act.jpg) no-repeat left top;
	color: black;
	}
/* * * * * * * * * * *
 * Content Pane
 * * * * * * * * * * */
#contentPane
	{
	width: 476px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
	}
#contentPane .contentPaneTitle
	{
	background: url(images/background-content-title.jpg) no-repeat left top;
	width: 476px;
	height: 35px;
	margin: 0px;
	}
#contentPane .contentPaneTitle h1, #contentPane .contentPaneTitle h2
	{
	padding-left: 20px;
	padding-top: 8px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	}
#contentPane .contentPaneTitle img
	{
	margin-top: 2px;
	}
#contentPane .contentText
	{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	}
#contentPane .contentText h2
	{
	color: #707070;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;
	font-size: 13px;
	}
#contentPane .contentText h2 a
	{
	color: #707070;
	text-decoration: none;
	}
#contentPane .contentText .referBox .referImage
	{
	float: left;
	display: inline;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0px;
	}
#contentPane .contentText .referBox .innerText
	{
	height: 100px;
	}

#contentPane .pageIndex td
	{
	vertical-align: top;
	}
#contentPane .pageIndexTitle
	{
	background: url(images/background-content-title-half.jpg);
	width: 222px;
	height: 35px;
	}
#contentPane .pageIndexTitle h2
	{
	padding-left: 20px;
	padding-top: 10px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	border: 0px;
	}
#contentPane .buttonAlign
	{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 100px;
	}
#contentPane .galleryImages
	{
	width: 470px;
	}
#contentPane .galleryImages a img
	{
	border: 0px;
	}
#contentPane .error
	{
	background: url(images/icon-error.gif) no-repeat 10px 5px;
	border: 1px solid red;
	color: red;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	}
/* * * * * * * * * * *
 * Right Pane
 * * * * * * * * * * */
#rightPane
	{
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	width: 250px;
	border-left: 1px solid #DBDBDB;
	}

#rightPane .rightPaneInner
	{
	padding-left: 25px;
	}
#rightPane .rightPaneTitle
	{
	font-size: 22px;
	padding-bottom: 10px;
	}
#rightPane .rightBoxTitle
	{
	color: #C6290A;
	height: 30px;
	margin-top: 10px;
	}
#rightPane .rightSpacer
	{
	background: url(images/background-submenu-spacer.gif) repeat-x;
	height: 2px;
	font-size: 1px;
	}
#rightPane .rightBoxTitle img
	{
	margin-bottom: -15px;
	margin-right: 10px;
	}
#rightPane .rightBoxText
	{
	margin-top: 4px;
	font-size: 11px;
	}
#rightPane .rightBoxImage
	{
	margin-top: 5px;
	margin-left: 15px;
	}
#rightPane .rightBoxImage img
	{
	border: 0px;
	}

#rightPane .buttonAlign
	{
	margin-left: 92px;
	margin-top: 5px;
	}
.detailButton
	{
	background: url(images/background-content-button.jpg) no-repeat left top;
	width: 106px;
	height: 23px;
	}
.detailButton.active
	{
	background: url(images/background-content-button-act.jpg) no-repeat left top;
	}
.detailButton a
	{
	display: block;
	margin-left: 20px;
	padding-top: 5px;
	text-decoration: none;
	color: black;
	}
/* * * * * * * * * * *
 * Bottom
 * * * * * * * * * * */
#bottom
	{
	border-top: 1px solid #DBDBDB;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	}
#bottom a
	{
	color: black;
	}
/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.red
	{
	color: red;
	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}
.centerAlign
	{
	text-align: center;
	}
.rightAlign
	{
	text-align: right;
	}
.rightAlignImage
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
.leftAlignImage
	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
.leftAlignImage.miniPhoto
	{
	width: 50px;
	}
