﻿/* ---------------------------------
   General
--------------------------------- */
html, body, div, ul, li, ol, img, p, strong
{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ul, li, ol
{
	list-style: none;
}

a
{
	color: #676C58;
	text-decoration:none;
	font-family: "Times New Roman", Arial, "Trebuchet MS";
	font-weight:bold;
	margin-left:40px;
	margin-right:40px;
}

a.set, a:hover
{
	color:#000;
}

body
{
	text-align: center;
	background: #ccc8bc;
	font-size: 16px;
	font-family: "Times New Roman" , Arial;
}

div#pageContainer
{
	position: relative;
}

div#page
{
	background: #fff;
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div#pageContent
{
	min-height:470px;
}


/* ---------------------------------
   Header
--------------------------------- */
div#pageHeader
{
	position: relative;
	height: 143px;	
}


div#bannerT
{
	position: relative;
	height: 76px;
	overflow:hidden;
}

div#bannerT img
{
   position:relative;
}


div#bannerB
{
   position: relative;
	background: #676C58;	
	height: 67px;
}


/* ---------------------------------
   Menu
--------------------------------- */
div#pageMenu
{
	position: relative;
	border-bottom: 1px solid #787A6F;
}

div#pageMenu ul
{
	position: relative;
	border-bottom: 1px solid #AEB0A3;
}

div#pageMenu li
{
	display: inline;
}


/* ---------------------------------
   Content
--------------------------------- */
div#content
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	overflow: hidden;
}

div#content p
{
	color: #676C58;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-bottom: 20px;
	float: left;
}

div#content p.main_top
{
	margin-top: 55px;
}

div#content p.right
{
	text-align: right;
	float: right;
}

img.portrait
{
	float: right;
	position: relative;
	margin-right: 45px;
	margin-top: 22px;
}

/* ---------------------------------
   Gallery
--------------------------------- */
div#galleryContainer
{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;	
	overflow:hidden;
	margin-top: 20px;
}

div#galleryPreview
{
	float:left;
	width: 550px;	
	height:458px;
}

img#galleryPreviewImg
{
	border:1px solid #ccc;
}

div#galleryThumbs
{
	width:335px;		
	float:left;
}

div#galleryThumbs img:hover
{	
	cursor:pointer;
}

div#galleryInfo 
{
	position:relative;
	clear:both;
	text-align:left;	
}

div#galleryInfo p
{
	font-family:Arial, "Times New Roman", "Trebuchet MS";
	margin: 2px 0px 10px 20px;
	
	font-size:13px;
	font-weight:bold;
}

/* ---------------------------------
   Contacts
--------------------------------- */
div#contactsContainer
{
	margin-top: 50px;
	width: 610px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	overflow: hidden;
}

div#contactsPhotos
{	
	position:relative;
	height:310px;	
}

div#contactsPhotos img
{
	float: left;
	padding: 2px;
}

div#contactsPhotos img.map
{
	padding: 4px 10px 0px;
}

div#contacts
{	
	position:relative;	
	font-family:Arial;
	font-weight:bold;
	color: #676C58;
	clear:both;
	margin-top:20px;
	margin-bottom: 80px;
}

/* ---------------------------------
   Footer
--------------------------------- */
div#pageFooter
{
	position: relative;
	background: #333333;
	text-align: left;
	height: 27px;
}

div#pageFooter strong
{
	position:relative;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #bebbb1;
	margin-left:30px;	
	padding-top:8px;
	display:block;
}
