
	body{
		Margin:0px;
		Font:Normal 9pt Verdana;
	}

	}
	H1 {
		Color:#000;
		Font-Size:16px;
		display:block;
		padding:5px;
		border-bottom:2px solid #FFffcc;
	}
	H2 {
		Color:#999999;
		Font-Size:13px;
		background-color:#eee;
		display:block;
		padding:5px;
	}
	HR {
		Color:#2E508D;
		Height:1px;
	}
	img{
		border:0;
	}
	A {
		Color:#CC3333;
		text-decoration:none;
		font-weight:bold;
	}
	A:hover {
		Color:#CC3333;
		text-decoration:underline;
	}
	#Footer {
		background-color:#757982;
		height:120px;
		text-align:center;
		color:#FFFFFF;
	}
	#SubFooter {
		height:48px;
	}
	#Footer A {
		Color:#FFFFFF;
	}
	#Wrapper{
		Border-Left:5px Solid #777;
		Border-Right:5px Solid #777;
		Width:740px;
	}
	#MainMenu{
		Height:50px;
		background-image:url('/_images/bg_mainmenu.gif');
	}
	#Contents{
		width:740px;
		Padding:5px;
		Color:#666666;
	}
	#BrowseBy{
		Background-color:#000000;
		color:#666666;
		font-size:12px;
		font-weight:bold;
		border-top:1px solid #FFFFFF;
	}
	#Browseby A {
		Color:#999;
		text-decoration:None;
	}
	.TopMenu{
		padding:5px;
		Border-right:1px solid #777;
		Font-Weight:Bold;
	}
	.Headline{
		font-size:10pt;
		font-weight:bold;
	}
	.smalltext{
		font-size:8pt;
		color:#CCCCCC;
		text-decoration:none;
	}
	
	
	.FieldTitleRequired
	{
		text-align: right;
		font-weight: bold;
		color:#777;
	}
	
	.FieldTitle
	{
		text-align: right;
		color:#777;
	}

	.TableHeader{
		background-color:#999999;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

 
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}











#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #AE6005;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
font-size:12px;
}

#slantedmenu ul li a{
color: #fff;
padding: 3px 0;
padding-right: 15px;
margin: 0;
text-decoration: none;
background: transparent url(/_images/menu/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #eee;
} 

#slantedmenu ul li a:hover{
color: fff;
}


.content{
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#ffffff;
}

.sidemenu{
	border-right:1px solid #000;
	background-color:#D6954B;
	width:200px;
}

.sidemenu span{
	border:5px solid #000;
	border-top:10px solid #000;
	display:block;
	background-color:#000;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.sidemenu a{
	background-color:#D6954B;
	padding:2px;
	padding-left:10px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:5px;
	display:block;
	border-bottom:1px solid #AE6005;
	color:#000;
	font-size:11px;
	font-weight:normal;
}

.sidemenu a:hover{
	color:#fff;
	text-decoration:none;
}


.text {
	background-color:#ffffff;
	padding:10px;
	margin:15px;
}

.brandteaser{
	padding:5px;
	background-color:#F7F5F5;
	color:#000;
	font-size:10px;
	border:1px solid #eee;
}

.brandteaser strong{
	display:block;
	font-weight:bold;	
}
.brandteaser span{
line-height:150%;
font-size:9px;
}
.brandteaser i{
font-size:8px;
display:block;
}

.description{	
	line-height:150%;
	padding:5px;
	margin:5px;
	border:1px solid #eee;
}

.description h1{
	font-size:18px;
	margin:2px;
	padding:9px;
	padding-left:2px;
	border-bottom:1px solid #eee;
	display:block;
	background-color:#F9F6F6;
}



