/*html,body { height:100%; }*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, 'Times New Roman', serif;
	background-color: #161616;
	color: #DDD;
}

#header {
	border-bottom: 1px solid #555;
	margin: 0;
	padding: 0;
	height: 110px;
}

#header img {
}

a:link {
	color: #90A1F0;
	text-decoration: none;
}

a:visited {
	color: #d890f0;
	text-decoration: none;
}

a:hover {
	color: #90A1F0;
	text-decoration: underline;
}

a:active {
	color: #90A1F0;
	text-decoration: none;
}

#title {
	width: 175px;
	margin: 0;
	padding: 0;
	float: left;
}

#header {
	text-align: center;
}

#header h1 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

#float-right-header-content {
	width:700px;
	float: right;
	text-align: right;
}


#float-right-header-content p {
	padding: 8px 0 0 0;
	margin: 0;
}

#contact {
	text-align: right;
	padding-bottom: 0px;
	font-size: 18px;
}

#navigation {
	padding: 8px 0;
	margin: 0;
	text-align: center;
	color: #3D3B30;
}


#navigation a:link {
	color: #E6F2F5;
	text-decoration: underline;
	border-bottom: none;
}

#navigation a:visited {
	color: #E6F2F5;
	text-decoration: underline;
	border-bottom: none;
}

#navigation a:hover {
	color: #C4D1BC;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

#navigation a:active {
	color: inherit;
	text-decoration: underline;
	border-bottom: none;
}


#navigation ul {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}


#navigation ul li {
	border: 1px ;
	display: inline;
	margin: 0 0 0 12px;
	font-size: 16px;
}


div.content_container {
	width: 960px;
	margin: 0 auto;
}



div#body {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}


div#footer {
	/*border-top: 3px solid #918764;*/
	height: 100%;
	padding: 15px 0;
	margin: 0;
}

.center-header {
	padding: 30px 0 20px 0;
	margin: 0;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 40px;
	
 	text-shadow: 1px 1px 3px #666; 
}




#carousel,
.left_content {
	width: 400px;
	float: left;
	margin-right: 50px;
}

#carousel ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#carousel li {
	margin: 0;
	padding: 0;
	text-align: center;
}


.pikachoose {
	width: 800px;
}


.showcase {
	cursor: pointer;
	font-style: italic;
}
.showcase:hover {
	text-decoration: underline;
}

.expanded_info {
	border-top: 1px solid #555;
}


#intro_content,
.intro_content {
	width: 480px;
	float: right;
	line-height: 1.5;
	font-family: Verdana, Arial, sans-serif;
}

.lower_navigation {
	font-size: 12px;
	text-align: center;
	clear: both;
	border-top: 1px solid #555;
	padding-top: 8px;
	line-height: 1.75;
}

#copyright {
	float: left;
	width: 500px;
}

#social_media {
	width: 400px;
	float: right;
}

.fb-like-box {
	background: #161616;
}


#gallery_options {
	width:100%;
}

#gallery_options tr {
	width:100%;
}

#gallery_options td {
	text-align: center;
	width: 33%;
	padding: 10px 0;
}

#gallery_options td.active:hover {
	background: #424043;
	border-radius: 8px;
}

#gallery_options td img {
	border: 3px solid #EEE;
}

#gallery_options td p {
	font-style: italic;
	margin: 0;
	padding: 0;
}


.instruction {
	margin: -10px 0 10px 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

img.gallery_cover,
div#links a img {
	margin: 10px;
	border: 2px solid #EEE;
	border-radius: 8px;
	vertical-align: middle;
}

div#links {
	text-align: center;
}

.testimonial_quote {
	/*font-size: 13px;*/
}

.testimonial_credit {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', serif;
}

.testimonial_credit:after,
.testimonial_credit:before {
	content: "~";
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
   display: block;
}

* html .clearfix {
   height: 1%;
}