#ladys{
float:right;
}

a{ color: #0084e0; text-decoration: none;}
a:hover{ text-decoration: underline; }
a img{ border:  }
a:hover img{ border-color: #0084e0; }
a.btn img{ border: none; }

p{ padding-top: 0; margin-top: 0; }

.clear{ clear: both; }
.left{ float: left; }
.right{ float: right; }


#menu
{
	height: 96px;
	background: url(../images/menu_back.png) repeat-x top;
}
#menu #menuPanel
{
	width: 650px;
	margin: 0 auto;
	padding-top: 15px;
}
#menu a
{
	display: block;
	float: left;
	width: 16.6%;
	text-align: center;
	color: #3f3f3f;
	text-decoration: none;
	font-size: 10pt;
	position: relative;
	top: 0;
}
#menu a img{ border: none; }
#menu a span{ display: block;}

#content
{
	margin: 0 auto;
	margin-top: 20px;
	margin-left:7px;

}
#footer
{
	text-align: center;
	font-size: 10pt;
	color: #a2a2a2;
	width: 100%;
	padding: 20px 0;
}

.thumbnails
{
	position: relative;
	left: 0px;	
	height: 80%;
	margin-top: 0px;
	

}
.thumbnails a
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
	margin: 2px;
	float: left;
}
.thumbnails a:hover{ opacity: 1; filter: alpha(opacity=100) }
.thumbnails a:hover img{ border-color: #3f3f3f; }
.examplePanel
{


	width: 430px;
	height: 170px;
	padding: 20px 25px;
	background: url(../images/examples_background.png) no-repeat left top;
	position: relative;
	left: -8px;
	margin-top: 2em;

	background:pink;
}
.examplePanel h2{ margin-bottom: 0; padding-bottom: 0; }
.examplePanel a.more
{
	margin-right: 13px;
	margin-top: 6px;
}
.legend
{
	margin-top: 1em;
	font-size: 0.8em;
}
.legend span.imageName
{
	font-style: italic;
}

.script, pre
{
	font-family: Courier New;
	font-size: 10pt;
	background: #c7d2d8;
	background: rgba(102, 133, 150, 0.34);
	border: solid 1px #768ea5;
	padding: 10px 15px;
	margin-top: 0.5em;
	margin-bottom: 2em;
	color: Black;
	overflow: auto;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}



#soon{
	width:416px;
	height:162px;
	margin-left: 7px;
	margin-top: 4px;
	background:url(parts/soon.jpg);

}