/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}body{line-height:1}a img{border:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}table,td,th{vertical-align:middle}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through} button::-moz-focus-inner{border:0}

body
{
	background-color: #fffdf7;
	color: #abacae;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2;
	background-image: url(../images/bg.jpg);
	margin-bottom: 50px;
}

.wrap {
	width: 950px;
	margin: auto;
	}

a.top-hedline {
	display: block;
	width: 950px;
	height: 195px;
	background-image: url(../images/top_headline.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	margin-bottom: 10px;
	background-position: bottom;
	}

.stripes {
	background-image: url(../images/stripes.gif);
	background-repeat: repeat-x;
	background-position: top;	
	}

a.back {
	display: block;
	width: 338px;
	height: 86px;
	background-image: url(../images/btn_back.png);
	background-repeat: no-repeat;
	left: 612px;
	position: relative;
	margin-top: 40px;
	}

.orange {
	color: #ffa366;
	}

img.title {
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
img.body-img {
	margin: 10px 0px;
	}	

.dsc {
	display: block;
	margin-top: 10px;
	}
.dsc-color {
	display: block;
	border-bottom: 1px dotted #ffa366;
	padding: 5px 0px;
	color: #000000;	
	font-size: 13px;
	}

a
{
	color: #ff377c;
}

.mp-left-column {
	width: 670px;
	float: left;
	margin-top: 70px;
	}

.mp-sidebar {
	text-align: right;
	}
	
.mp_txt_content {
	width: 620px;
	float: left;
	margin-right: 25px;
	text-align: justify;
	font-size: 13px;
	}

.mp-contact {
	width: 950px;
	height: 270px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.mp-contact .corner {
	display: block;
	text-align: right;
	position: relative; 
	top: 200px; 
	right: 50px;
	}
	
.corner a {
	color: #7db8de;
	text-decoration: none;
	}
	
.corner a:hover {
	color: #ffa366;
	text-decoration: none;
	}		
	
.mp-contact:hover {
	background-image: url(../images/contact_hover.png);
	}	

.img-hedline {
	margin-bottom: 10px;
	}

p
{
	margin-bottom: 10px;
}

h1
{
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}



/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 396px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		/*background-color: #000;*/
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 300px;
		cursor: pointer;
		z-index: 100;
	}
	
	.showcase-arrow-previous
	{
		left: 30px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: 30px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		/*background-color: #000;*/
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 396px;
			width: 800px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/info.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -55px 0;
		}
		
		.showcase-plus-more {
			position: absolute;
			top: 70px;
			left: 880px;
			background-image: url('../images/more.png');
			background-repeat: no-repeat;
			display: block;
			width: 47px;
			height: 47px;	
			}
			
		.showcase-plus-more:hover
		{
			background-position: -47px 0;
		}	
		
		div.showcase-tooltip
		{
			background-color: #fffdf7;
			text-align: left;
			padding: 15px 15px;
			-moz-border-radius: 8px;
			color: #000000;
			font-family: arial;
			font-size: 12px;
			line-height: 18px;
			/* border-radius: 8px; */
		}
		
		.showcase-tooltip-dsc {
			display: block;
			margin-top: 20px;
			}
		.showcase-tooltip-dsc-color {
			display: block;
			border-bottom: 1px dotted #ffa366;
			padding-bottom: 3px;
			}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../images/white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 2px;
			padding: 0px 14px 0px 0px;
			cursor: pointer;
			background-image: url(../images/buttons.png);
			background-repeat: no-repeat;
			background-position: -14px;
		}
	
		.showcase-button-wrapper span.active
		{
			background-image: url(../images/buttons.png);
			background-repeat: no-repeat;
			background-position: 0px;	
		}


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}


