



/* Global */

body {
	font-family: Georgia;
	font-size: 11px;
	margin: 0;
	background: #f3f3f3 url('/images/bg_gradient.png') repeat-x ;
	color: black;
	
}

a {
	font-family: Helvetica;
	color: black;
	text-decoration: none;
	outline-style: none;
	font-weight:bold;
}

img {
	border: 0;
}

form {
	margin: 0;
}

h1 {
	font-family: Helvetica;
	margin: 20px 0;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-family: Helvetica;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:100%;
	white-space:nowrap;
	padding: 2px 0;
}

.clearer {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

div.container {
	width: 811px;
	margin: 0 auto;
	padding-left: 204px;
}

div.contLeft
{
	width: 630px;
	float: left;
	background: url('/images/content_bg_outer.jpg') repeat-y;
	border-bottom: 15px solid #1F4C77;
}

div.contLeftInner
{
	background: url('/images/content_bg.jpg') no-repeat center top;
}

div.clMenu
{
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	height: 27px;
	padding-left: 110px;
	letter-spacing: 2px;
}

div.clMenu a
{
	padding: 0 5px;
}

div.contentText
{
	padding: 0px 110px 110px 110px;
	font-size: 12px;
	font-family: verdana;
}

div.contentText a
{
	color: #ffff9c;
	font-weight: bold;
}

div.contRight
{
	width: 163px;
	float: right;
	background: url('/images/right_bg_outer.jpg') repeat-y;
	border-bottom: 15px solid #1F4C77;
	text-align: center;
	visibility: hidden;
}

div.contRight img
{
	padding: 12px 0 8px 0;
}

div.crHead
{
	font-size: 12px;
	text-transform: uppercase;
	height: 20px;
	padding-top: 7px;
	letter-spacing: 2px;
}

div.crFoot
{
	font-weight: bold;
	padding: 0 0 8px 0;
}

div.contRightInner
{
	background: url('/images/right_bg.jpg') no-repeat center top;
}

.linesDiv {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding:0;
	margin:0;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Helvetica;
}
/* Menu */

#jsddm
{
	margin: 0;
	padding: 0;
}

#jsddm li
{
	float: left;
	list-style: none;
}

#jsddm li a
{
	display: block;
/*	background: #1F4C77;*/
	padding: 7px 0;
	text-decoration: none;
	width: 128px;
	color: black;
	text-transform:uppercase;
}

#jsddm li a.z {
    height: 13px;
	font-size:12px;
}

#jsddm li a:hover {

}

#jsddm li ul {
	margin: 0 0 0 -40px;
	padding:10px 0 15px 45px;
	position: absolute;
	visibility: hidden;
	width:202px;
	min-height:229px;
	background: transparent url('/images/bg_dropdown.png') no-repeat bottom;
	text-align:center;
}

#jsddm li ul li
{
	float: none;
	display: inline;
}

#jsddm li ul li a
{
/*	width: auto;*/
  text-transform:none;
}

#jsddm li ul li a:hover
{

}

.topMenuLink {
	margin:0;
	height:31px;
}

.topMenuLink2 {
	height:31px;
	margin:0;
}

.topMenuLink3 {
	padding: 5px 0 0 0;
	height:26px;
	margin:0 auto;
}

.activeTopMenuLink {
	background: white url('/images/bg_topmenumerkerleft.png') no-repeat left;

}

.activeTopMenuLink2 {
	background: transparent url('/images/bg_topmenumerkerright.png') no-repeat right;

}

.activeTopMenuLink3 {
	background: transparent url('/images/bg_topmenuactive.png') repeat-x;
}

/* GALLERY */
#gallery {
	padding: 0 14px 10px 14px;
}
#gallery .item_table {
	width: 100%;
}

#gallery .item_table TD.itemImage {
	padding: 5px 0 5px 10px;
	text-align: center;
	vertical-align: bottom;
}
#gallery .item_table TD.itemImageFirstCol {
	padding-left: 0;
}
#gallery .item_table TD.itemText {
	padding: 5px 0 20px 10px;
	text-align: center;
	vertical-align: top;
}
#gallery .item_table TD.itemTextFirstCol {
	padding-left: 0;
}

#gallery .item_table TD.itemText,
#gallery .item_table TD.itemText A {
	text-decoration: none;
}
#gallery .item_table TD.itemText A:hover {
	color: #669;
	text-decoration: underline;
}
