
* { margin: 0; padding: 0; }

body
{
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma;
	line-height: 1.5em;
	color: #333;
}

/* ----- Container ----- */

#outer-container
{
	background: url(../../img/back.jpg) no-repeat;
}

#container
{
	width: 750px;
	padding: 102px 0 20px 200px;
}

#inner-container
{
	position: relative;
	width: 750px;
}

/* ----- Main ----- */

#outer-main
{
	background: url(../../img/main-back.png) repeat-y;
}

#main
{
	background: url(../../img/main-top.jpg) no-repeat;
}

#main .clear
{
	clear: both;
}

/* ----- Header ----- */

#header
{
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	height: 232px;
	background: url(../../img/header1.jpg) no-repeat;
}

#header .slide
{
	position: absolute;
	top: 0;
	left: 0;
}

/* ----- Menu ----- */

#menu
{
	position: absolute;
	top: 250px;
	left: 0;
	width: 155px;
}

#menu ul
{
	padding-top: 15px;
	margin-left: 8px;
	list-style: none;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

#menu ul li
{
	margin: 10px 0;
	padding: 2px 0 0 15px;
	width: 140px;
}

#menu ul li.active
{
	background: url(../../img/menu-active.jpg) left bottom no-repeat;
}

#menu ul a
{
	color: #fff;
	text-decoration: none;
}

#menu ul a:hover
{
	color: #cdcdcd;
}

#menu ul li.active a
{
	color: #161616;
}

/* ----- Content ----- */

#content
{
	float: right;
 	width: 530px;
 	margin-right: 35px;
 	padding-bottom: 20px;
}

#content h1
{
	font-size: 1.3em;
	font-weight: bold;
	color: #386795;
}

#content h1
{
	font-size: 1.3em;
	font-weight: bold;
	color: #386795;
}

#content h2
{
	font-size: 1.1em;
	font-style: italic;
	color: #7d7d7d;
}

/*
#content h2
{
	float: right;
	margin: 15px 0 15px 15px;
	padding: 7px 23px 5px 25px;
	width: 175px;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #444;
}

#content h2:before
{
	margin-left: -20px;
	content: "\201C";
	float: left;
	font-size: 2em;
	color: #999;
}

#content h2:after
{
	margin-left: 5px;
	content: "\201D";
	font-size: 2em;
	vertical-align: bottom;
	color: #999;
}
*/
#content p { margin: 15px 0; }
#content ul { margin-left: 30px; }

#content .min-height
{
	float: right;
	height: 400px;
}

/* ----- Footer ----- */

#footer
{
	padding: 16px 0 0 120px;
	width: 650px;
	height: 29px;
	background: url(../../img/footer.png) no-repeat;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
}

.vcard { display: none; }
#plugin-gallery-enlarged
{
	position: absolute;
	padding: 10px 10px 5px 10px;
	width: 300px;
	height: 100px;
	background-color: #fff;
	text-align: center;
	z-index: 101;
	overflow: hidden;
	font-weight: bold;
	color: #555;
}

#plugin-gallery-enlarged-img
{
	margin: 0 auto;
	clear: both;
	display: block;
	padding-bottom: 15px;
}

#plugin-gallery-loading
{
	font-weight: normal;
	font-style: italic;
}

#plugin-gallery-loading img
{
	margin: 0 auto;
	clear: both;
	display: block;
}

#plugin-gallery-close
{
	margin: 0 10px 10px 0;
	float: right;
	cursor: pointer;
}

#plugin-gallery-prev
{
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 10px 3px 20px;
	font-size: 1.1em;
	background-color: #111;
	color: #fff;
	cursor: pointer;
}

#plugin-gallery-next
{
	position: absolute;
	bottom: 10px;
	right: 0;
	padding: 3px 20px 3px 10px;
	font-size: 1.1em;
	background-color: #111;
	color: #fff;
	cursor: pointer;
}

#plugin-gallery-background
{
	position: absolute;
	background-color: #000;
	z-index: 200;
}
#plugin-gallery-thumbnails .item
{
	margin: 15px 25px;
	width: 125px;
	height: 125px;
	text-align: center;
	float: left;
}

#plugin-gallery-thumbnails a img
{
	padding: 1px;
	border: 1px solid #aaa;
}

#plugin-gallery-thumbnails a:hover img
{
	border-color: #666;
}