* {
    margin: 0;
    padding: 0;
}

body {
    background: #71765C url("images/bkg_page.gif") repeat-x left top;
    font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
}

#wrapper {
    margin: 1em auto;
}

h1, h2, h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#mmenu {
	display: none;
}

h1 a#logo{
	color: black;
    display: block;
	text-decoration: none;
}

#slideshow {
	display: none;
}

/*** quickmenu ***/

#quickmenu {
	display: none;
}

/*** content ***/
#content {
	padding-top: 2em;
}

#content h2 {
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 1em;    
}

#sidebar {
	display: none;
}

/*** maincontent ***/
#maincontent h2 {
    color: #600;
}

#maincontent p {
    color: #333;
    font-size: 10pt;
    line-height: 140%;
	margin-bottom: 1em;
}

/*** listing show ***/
h2.show_title {
/*	border: 1px solid red;*/
	margin-bottom: 1em !important;
}

h2.show_title span {
	color: #333;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}

h3.show_smalltitle {
	color: #333;
	margin-bottom: .5em;
}

div.show_image {
	border: 1px solid #CCC;
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px;
}

div.show_image img {
	display: block;
}

div.show_more_det {
	margin-top: 20px;
}

table.show_details {
	border: 1px solid #ECECEC;
	border-collapse: collapse;
	margin: 1em;
}

table.show_details tr.odd {
	background-color: #FAFAFA;
}

table.show_details td, table.show_details th {
	border: 1px solid #ECECEC;
	color: #333;
	padding: .5em;
}

table.show_details th {
	font-weight: bold;
	text-align: left;
}

p.show_desc {
	line-height: 140% !important;
	margin-bottom: 1em;	
}

#footer {
	bottom: 5em;
	position: absolute;
	width: 100%;

}

#footer p {
    color: #252815;
    text-align: center;
    font-size: 8pt;
}
