/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

body { 
	font:normal 100%/1.5 Times "Times New Roman", Times, serif;
	letter-spacing:0;
	line-height:25px;
	color:#666;
	background:#efefef url(images/papertile.jpg) repeat top center;
	padding:0 0;
	position:relative;
}

strong, b 
{
  font-weight: bold;
}

em, i 
{
  font-style: italic;
}

.green { color:#669999;}



#container {
	width:984px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#slideshow {
	width:984px;
	height:488px;
	position:relative;
	z-index:20;
}


#frame {
	position:absolute;
	z-index:0;
	width:984px;
	height:448px;
	top:-12px;
	left:0px;
}

#content_block {
	position:absolute;
	z-index:10;
	width:984px;
	height:423px;
	top:584px;
	background:url('images/content_block.gif') center top no-repeat;
}

#content_block .description {
	position:absolute;
	width:430px;
	top:52px;
	text-align:center;
	margin:0 0 0 277px;
	font-size: 17px;
}

#contacts {
	position:absolute;
	padding: 0 0;
	background:url('images/contacts_bg.jpg') center top no-repeat;
	width:984px;
	height:280px;
	margin:0 auto;
	top: 1007px;
	z-index:200;

}

#contacts .peter {
	position:relative;
	width:160px;
	top: 48px;
	margin:0 0 0 297px;
	text-align:right
}


#contacts .alan {
	position:absolute;
	padding: 0 0;
	width:172px;
	top: 48px;
	margin:0 0 0 527px;
	text-align:left
}

#contacts .general {
	position:absolute;
	padding: 0 0;
	width:430px;
	top: 170px;
	text-align:center;
	margin:0 0 0 277px;

}

#footer {
	position:absolute;
	z-index:1000;
	width:984px;
	height:178px;
	top:280px;
	background:url('images/footer_bg.jpg') center top no-repeat;
}

#footer .logo_mb {
	position:absolute;
	padding: 0 0;
	width:72px;
	margin:0 0 0 222px;
}

#footer .logo_ss {
	position:absolute;
	padding: 0 0;
	width:118px;
	margin:0 0 0 432px;
}

#footer .logo_lbp {
	position:absolute;
	padding: 0 0;
	width:89px;
	margin:0 0 0 672px;
}










/*
	Slideshow
*/

#slides {
	position:absolute;
	top:8px;
	left:38px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:909px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:909px;
	height:390px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:160px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:924px;
}

/*
	Pagination
*/

.pagination {
  position: relative;
	margin:26px auto 0;
  float: left !important;
  left: 50% !important;
}
.pagination li {
	float: left;
  position: relative;
  right: 50% !important;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:20px;
	height:20px;
	line-height:22px;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	border: solid 1px #aaa;
	border-radius: 99px;
	color: #aaa;

	/*padding-top:12px;*/
/*	background-image:url(images/pagination-blue.png);
	background-position:0 0;*/
}

.pagination li.current a {
/*	background-position:0 -12px;*/
	background: #7ab5bb;
	border-color: #7ab5bb;
	color: #fff;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#666;
	text-decoration:underline;
}

a:hover,a:active {
	color:#669999;
	text-decoration:underline;
}
