/* clean slate */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
fieldset,img { border: none; }

/* custom styles */
body {
	position:static;
	top:0px;
	background-color:#e5e5e5;
	height:auto;
}

#container {
	width: 1040px;
	margin: auto;
	background-color:#ffffff;
}

#main {
	width: 1000px;
	margin: auto;
	background-color:#ffffff;
}

#logo {
	background:url(/images/logo_FFFFFF.gif) no-repeat;
	background-position: top left;
	min-height: 112px;
	height: 1%;
	width: 100%;
	margin: 0 0 0 20px;
}

#flashPlayer {
	height:1%
	min-height:100px;
	color:#cccccc;
	font-weight: bold;
	padding: 20px 0 0 0;
	float: right;
}

#flashcontent, #content {
	width: 1000;
	height:1%
	min-height:100px;
	color:#cccccc;
	font-weight: bold;
	font-family: verdana, arial;
}

#message {
	width: 1000px;
	display: block;
	height:1%
	min-height:60px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color:#fff;
	margin: 4px 0 4px 0;
}

#message p {
	text-align: center;
	font-size: 140%;
	color:#999999;
	padding: 10px 0 10px 0;
}

.clear { display: block; height: 1px; width: 100%; }


/* ###############################
   # Gallery 
   ############################### */
   
div.gallery { width: 100%; display: block; padding: 10px 0 14px 0; }
div.g1 { width: 333px; text-align: left; float: left; }
div.g2 { width: 334px; text-align: center; float: left; }
div.g3 { width: 333px; text-align: right; float: left; }

div.g1copy { width: 300px; min-height: 130px; color:#cccccc; text-align: left; float: left; padding: 10px 10px 6px 10px; background-color:#151515; margin: 0 20px 0 0; }
div.g2copy { width: 300px; min-height: 130px; color:#cccccc; text-align: left; float: left; padding: 10px 10px 6px 10px; background-color:#151515; margin: 0 20px 0 0; }
div.g3copy { width: 300px; min-height: 130px; color:#cccccc; text-align: left; float: left; padding: 10px 10px 6px 10px; background-color:#151515; }
div.gTitle { font-size: 120%; color:#0394ec; text-transform: uppercase; }

a.g { font-size: 80%; color:#cccccc; }
a:hover.g { font-size: 80%; color:#ffffff; }

p.g { padding: 10px 0 6px 0; min-height:180px; }

div.thumbs {
	display: block;
	width: 100%;
	text-align: center;
}


/* ###############################
   # Primary Navigation 
   ############################### */

#breadcrumb {
	float: left;
	display: inline;
	margin: 36px 0 0 330px;
	font-size: 120%;
	font-family: Trebuchet;
}

#breadcrumb li {
	float: left;
	margin: 0 0.5em 0 0;
	line-height: 1em;
}

#breadcrumb li a {
	display: block;
	padding: 5px .4em;
	font-size: 105%;
	color: #cccccc;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #222222;
	background-color:#222222;
	background-image: url(/images/buttonOff.jpg);
	background-repeat:repeat-x;	background-position:top;
}

#breadcrumb li a.here {
	display: block;
	padding: 5px .4em;
	font-size: 105%;
	color: #111111;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color:#CCCCCC;
	background-image: url(/images/buttonOn.jpg);
	background-repeat:repeat-x;	background-position:top;
}

#breadcrumb li a:hover {
	color: #999999;
}

/* ###############################
   # Primary Navigation 
   ############################### */

#footer {
	color: #999999;
	text-align: center;
	display: block;
}

.title {
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	display: block;
	padding: 6px 0 2px 8px;
}