/* @override http://dev.rivikmedia.com/monolith/css/monolith.css */

body {
	font-family: Arial;
	color: #3f3f3f;
	background-color: #e5e5e5;
}

#wrapper {
	width: 1024px;
	background: #ffffff url(../images/background.png) no-repeat right bottom;
	border: 1px solid #7f7f7f;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
}

#primary {
	
}

/* @group Header */

#header {
	background-color: #fefeff;
	margin: 0;
	padding: 0;
	background-image: url(../images/header.png);
	width: 1024px;
	z-index: 5;
}

#header h1 {
	text-indent: -999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 140px;
}

/*
#header h1 {
	text-transform: uppercase;
	font-family: Verdana;
	background: url(../images/monolith.png) no-repeat left bottom;
	height: 65px;
	padding-top: 80px;
	text-indent: 60px;
	margin: 0 0 0 30px;
}

#header h1 a {
	text-decoration: none;
	color: #cc0018;
	letter-spacing: 0.1em;
	display: block;
	margin: 0;
	padding: 0;
}

*/



#header h1 a span {
	color: #000;
	display: block;
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.35em;
	margin: 0;
	padding: 0;
}

/* @group Navigation */

ul#navigation {
	background-color: #cc0018;
	margin: 0;
	padding: 0;
	text-align: right;
	display: block;
	z-index: 5;
}

ul#navigation li {
	list-style-type: none;
	margin: 0 30px 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
}

ul#navigation li a {
	padding: 5px;
	text-transform: uppercase;
	color: #fefffe;
	text-decoration: none;
	font-family: Verdana, "Lucida Grande";
	font-weight: bold;
	display: inline-block;
}

/* @group Subnav */

ul#navigation li:hover {

}

ul#navigation li ul {
	text-align: left;
	top: 100%;
	left: 0;
	margin: 0;
	background-color: #cc0018;
	color: #fff;
	font: 16px helvetica;
	padding: 20px 0 5px 5px;
	position: absolute;
	z-index: 2;
	display: none;	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#cc0018), to(#990000));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #00f, #fff);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF)";
}

ul#navigation li ul li.spacer {
	background-color: transparent;
	opacity: 1;
	display: none;
}

ul#navigation li:hover ul {
}

ul#navigation li ul:hover {
	display: block;
}

ul#navigation li ul li {
	width: 150px;
	text-transform: uppercase;
	padding: 5px;
}

ul#navigation li ul li a {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @end */

/* @end */

#page {
	padding: 0 200px 20px 20px;
	z-index: 0;
	position: relative;
	overflow: hidden;
	word-spacing: 4px;
	line-height: 18px;
	font-size: 13px;
}

#page p {
	margin: 10px 0 20px;
}

h2 {
	color: #fae5e8;
	text-transform: uppercase;
	opacity: 1;
	padding: 0;
	font: normal 100px/100px STHeiti, helvetica;
	text-shadow: none;
	letter-spacing: 0.15em;
	display: block;
	position: relative;
	margin: -30px 0 20px;
	height: 90px;
	white-space: nowrap;
}

h3 {
	font: bold 16px Arial;
	margin-top: 0;
	margin-bottom: 0;
}

#footer {
	background-image: url(../images/footer.png);
	height: 50px;
	color: #fefffe;
	text-align: right;
	text-shadow: #404040 1px 1px 2px;
	opacity: 1;
	z-index: 3;
	font: bold 12px/50px Verdana;
}

#footer a {
	text-shadow: none;
	text-decoration: none;
}

#footer div {
	display: inline-block;
	margin-left: 20px;
	margin-right: 10px;
}

a {
	color: #980011;
}

/* @group Contact Form */

#address {
	position: absolute;
	text-shadow: #fff 1px 1px 0;
	font-style: italic;
	top: 20px;
	right: 190px;
	line-height: 20px;
	padding: 0 40px;
	border: 1px solid #737373;
	font-size: 20px;
	background-color: rgba(255,255,255,0.3);
}

form label {
	font-size: 16px;
	margin-right: 10px;
	line-height: 20px;
	display: block;
	margin-left: 1px;
	margin-top: 10px;
}

form input {
	font-size: 20px;
	border: 1px solid #737373;
	color: #545454;
}

form input[type=submit] {
	font-size: 20px;
	border: 1px solid #999;
	color: #545454;
	background-color: #fefeff;
	margin: 10px 0 0;
	padding: 5px 10px;
	display: block;
}

form textarea {
	font-size: 16px;
	color: #545454;
	padding: 5px;
	background-color: rgba(255,254,255,0.66);
	border: 1px solid #737373;
	width: 600px;
}



/* @end */

#page ul {
	margin-left: 40px;
	display: inline-block;
}

img.left {
	float: left;
	max-width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.welcome {
	float: left;
	max-width: 350px;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.contact {
	max-height: 400px;
	margin-right: 120px;
	margin-bottom: 10px;
	margin-left: 20px;
	position: absolute;
	z-index: -1;
	right: 90px;
	opacity: 0.1;
	top: -30px;
}

img.bottom {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	display: block;
}

span.clear {
	clear: both;
}