/*
Modified: Gabriel Doncel - April - 2008 http://www.doncel.net for Merestone Consultants.
URL: http://www.doncel.net
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
        background: #E0E6FF;
	color: #E0E6FF;
	font: normal 62.5% "Trebuchet MS", Georgia, sans-serif;
	padding: 2% 0;
}

a {color: #000000;}
a:hover {color: #777B88;}

h1 {color: #000000; padding: 8px 0 2px; font: normal 2.0em "Trebuchet MS", Georgia, sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {color: #000000; padding: 8px 0 2px; font: normal 1.5em "Trebuchet MS", Georgia, sans-serif;}
h3 {color: #000000; padding: 8px 0 2px; font: normal 1.1em "Trebuchet MS", Georgia, sans-serif;}


img {border: none;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #E0E6FF;
	margin: 0 auto;
	width: 762px;
        
}
#container {
	background:	#666666;
	border-top: 6px solid #E0E6FF;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 745px;
}

/* header */
.title {
	background: #E0E6FF;
	height: 130px;
	text-align: center;
	font-variant: small-caps;
}
.title h1 {
	color: #800000; 
	font: normal 2.0em Times,"Trebuchet MS", sans-serif;
	font-variant: small-caps;
	font-weight: bold;
}
.title h2 {
	color: #800000; 
	font: normal 1.5em "Trebuchet MS", Georgia, sans-serif;
	font-variant: small-caps;
}

/* navigation */
.navigation {
	background: #E0E6FF;
	height: 30px;
	border-top: 3px solid #E0E6FF;
}

.navigation a {
	background: #FF0000;
	border-left: 2px solid #E0E6FF;
	border-right: 2px solid #E0E6FF;
	color: #FFFFFF;
	float: left;
	font: bold 1em;
	padding: 0 15px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background: #660033; color: #FFFFFF;}

/* content */
.content {
	border-top: 3px solid #E0E6FF;
	background: #E0E6FF;
	text-align: center;
	background-repeat:no-repeat;
	background-position:center;
}
.content h2 {
	text-decoration: underline;
}
/* bottom */
.bottom {
	background: #E0E6FF;
	color: #444;
	padding: 14px 14px;
	height: 103px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #444444;
	border-top: 3px solid #E0E6FF;
	border-bottom: 6px solid #E0E6FF;
	padding: 10px;

}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #E0E6FF;
	text-decoration: none;
}
.footer a:hover {
	color: #777B88;
	text-decoration: underline;
}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}

/* Picture Gallery */
#gallery {width:534px; position:relative; height:150px; padding-top:356px; margin:0 0 0 0;}
#gallery img.left {width:55px; height:62px; background:#444444; float:left; cursor:pointer;}
#gallery img.right {width:55px; height:62px; background:#444444; float:left; cursor:pointer;}
#gallery ul {list-style:none; padding:0; margin:0; float:left; background:#444444; border:2px solid #444444; border-width:5px 2px;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; background:#E0E6FF; margin:0 4px; border:1px solid #000; cursor:pointer;}
#gallery ul li.hide {display:none;}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {display:none; position:absolute; left:61px; top:430px; width:411px;font-family:"Trebuchet MS", Georgia, sans-serif; color:#E0E6FF; font-size:12px; line-height:15px; text-align:justify;}
#gallery ul li b {color:#E0E6FF;}
#gallery ul li.chosen {border-color:#FFF; cursor:default;}
#gallery ul li.chosen div {position:absolute; left:0; top:0; width:532px; height:355px; background:#E0E6FF; border:1px solid #000; border-width:1px 1px 1px 1px;}
#gallery ul li.chosen div i {width:530px; height:355px; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto; border:1px solid #aaa; margin:0 auto;}
#gallery ul li.chosen span {display:block;}