/* CSS by AODL */
/* AODL v2.0 */
/* Main */
body {
	text-align: center;
	background-color: black;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	color: white;
	font-size: 14px;
	line-height: 18px;

}
a,a:link,a:visited {
	color: white;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
a:hover {
	color: #e76b25;
}
/* Titles */
h1 {
	font-size:36px;
	font-weight: bold;
	text-transform:uppercase;
	text-shadow: rgba(255,255,255,.2) 0 1px 0;
}
h2 {
	margin-top: 17px;
	font-weight: bold;
	font-size:22px;
	margin-bottom:17px;
	color: white;
}
h3 {
	font-weight: bold;
	font-size:14px;
	margin-bottom:-18px;
}
/* p styles */
p,ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 18px;
}
em {
	font-weight: bold;
}
blockquote {
	font-weight:bold;
	padding:0 100px;
}
blockquote p {
	margin:0;
}
cite {
	text-align:right;
	display:block;
}
strong{
	font-weight: bold;
	color: #CCCCCC;
}
/*layout */
#wrapper {
	text-align: center;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 40px;
	width: 700px;
	display:block;
}

#header {
	width: 700px;
	float:left;
	display:block;
	padding-bottom: 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#contentarea {
	margin: 0px;
	padding-bottom: 18px;
	text-align: left;
	width: 700px;
	display:block;
}
#footer {
	padding-top: 5px;
	float: left;
	font-size: 10px;
	color: gray;
	text-align: right;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	height:  18px;
	display:block;
	width: 700px;
	border-top: 1px solid white;
}
#details {
	width: 100%;
	padding-top: 5px;
	float: left;
	color: gray;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid white;
}
.rowcont{
	width: 100%;
}



/* Header */
.title {
	clear: left;
	padding-top: 18px;
	float:left;
	display:block;
}

.description {
	padding-left: 5px;
	margin-top: 24px;
	float:right;
	width:auto;
	color:gray;
	font-weight: bold;
	font-size: 20px;
}
ul
{
list-style-type: disc
}
li {
	margin:0;
	padding:0;
}
.gallery {
	float: left; 
	margin-top: 18px;
	margin-bottom: 18px;
	text-align: left;
	height: 350px;
	width: 700px;
}
.section-t{
	line-height: 22px;
	padding: 0px;
	clear: both;
}
.i-a,.i-s,.i-c{
	padding-left: 40px;
	background-repeat: no-repeat;
}
.i-a {background-image: url(../images/icon_a.png);
}
.i-s {background-image: url(../images/icon_s.png);
}
.i-c {background-image: url(../images/icon_c.png);
}
/* slideshow */
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#fullsize {position:relative; width:700px; height:350px; }
#information {position:absolute; bottom:0; width:700px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/slide/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/slide/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/slide/link.gif) center center no-repeat}
#thumbnails {margin-top:15px;visibility: hidden;}
#slideleft {float:left; width:20px; height:81px; background:url(../images/slide/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(../images/slide/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
