/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; }
body {
	font-size:12px;
	background:url(../images/bg.gif) top center;
	font-family: Arial, Helvetica, sans-serif;
}

div.container {	overflow:hidden; width: 100%;}
.container2 {width:800px;}


/*header
#header .logo{
	margin-top: 29px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
*/
#page #content .slogan{
	margin-top: 359px;
	margin-right: 606px;
	margin-bottom: 103px;
	margin-left: 38px;
}
/*content*/
#content{
	font-size:12px;
	width:100%;
	text-align:justify;
	background:#444444;
	width:800px;
	color: #CCCCCC;
}
.pic_border {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content .indent-col-1{
	padding:26px 13px 19px 30px;
}
#content .indent-col-2{
	padding-top: 26px;
	padding-right: 10px;
	padding-bottom: 19px;
	padding-left: 10px;
}

#content .indent-col-3{
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 19px;
	padding-left: 30px;
}

/*footer*/
#footer {
	color:#5f5f5f;
	font-size:10px;
	text-transform:uppercase;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
}
#footer .indent-footer{ padding:25px 25px 0 5px;}
#footer a {color:#8c8d8c; text-decoration:none}  
#footer a:hover {  text-decoration:underline}

.h{ height:25px}
.block-contact span{ float:right; margin-right:80px}

.contentHeading {
	font-size: 18px;
	font-style: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A43F61;
	color: #CCCCCC;
	padding-top: 1px;
}
#body-left {
	float: left;
	width: 600px;
	
}
#body-right {
	float: right;
	width: 590px;
	background-color: #CCCCCC;
}

/*Menu*/
table.linkcontainer td{
	background-color: #2D2D2D;
	/*filter:alpha(opacity=30);*/
	opacity: .7;
	-moz-opacity: .7;

}

td.bottom_link_container {
	background-color: #000000; /*unused*/
	text-align: center;
	color: #FFFFFF;
	padding: 30px;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
	
}
a.main_link:hover{
	background-color:#A43F61;
	color: #FFFFFF;
}
.div_cent {
	padding-top: 26px;
	padding-right: 10px;
	padding-bottom: 19px;
	padding-left: 10px;
}


.border_menu{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A43F61;

}




img{border:none;}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:390px;
		height:280px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}			
