@charset "utf-8";
/* General Styles */

body {
	margin: 0;
	padding: 0;
	background: #030303;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #c0c0c0;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 20px;}
	
h4 {font-size:18px}

p, ol, ul {
	line-height: 150%;
}

p {
}

ol ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: outside;
}

li {
	padding-left: 15px;
	list-style-type:square;
	text-align:left
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
}

a {
	color: #c0c0c0;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

/* Containers */

#intro_container {
	margin-left:auto;
	margin-right: auto;
	width: 1152px;
	vertical-align:top;
	text-align:center}

#header{ text-align:center;

}

#menu{	
	display:block;
	text-align:center;}
#content{
	min-height:100%;
	height: auto !important;
	height: 100%; 
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	width: 910px}
#m_content{
	height: auto !important;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	width: 500px}	
#gallery_content{
	height: auto !important;
	min-height:100%;
	padding-top:15px;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	width:100%}
		
.push{ height: 4em; clear:both}
#footer {
	width:100%;
	height:54px;
	background: url(../images/footer/footer_repeat_sliver.jpg) repeat-x;
	float:bottom}
#footer p{
	width: 910;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	font-size:10px; 
	text-align:center;
	color:#FFF; height:4em}

.slideshow {
	height: 467px;
	width: 400px;
	float:left;
}
.slideshow img {
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:100%;
	color:#444444;
	padding:9px;
	border:solid 1px #E5E5E5;
	background-color:#F9F9F9;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
textarea {
	line-height:150%;
}
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus {
	border-color: #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
input.button {
	padding:10px 15px 10px 15px;
	background:#949494;
	border:none;
	font-size:16px;
	line-height:100%;
	color:#FFFFFF;
	font-style:italic;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-appearance:button;
}
input.button:active {
	position:relative;
	top:1px;
}


