@font-face {
	font-family: "Mayberry Pro";
	src: url('Mayberry Pro.ttf');
}

* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #3B0613;
	color: #000;
	font-family: "Segoe UI", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#outer-container {
	margin: 0 auto;
	width: 850px;
	min-height: 600px;
	text-align: left;
	position: relative;
	background: #fff url('gradient.png') 0px 0px repeat-x;
}

#inner-container {
	width: 850px;
	height: 100%;
	padding-top: 3%;
}

#header {
	width: 800px;
	margin: 0 auto;
}

#header h1 {
	font-family: "Maiden Orange", sans-serif;
	font-size: 3.5em;
	margin: 0 30px 40px 95px !important;
	text-align: left;
	font-weight: normal;
	width: 500px;
	letter-spacing: 1px;
}

#header h1 a {
	color: #C71818;
	text-decoration: none;
	display: block;
	-webkit-text-stroke: 1px #fff;
}

#header h1 a#two {
	margin: 0 30px 40px 70px !important;
}

#header ul {
	position: absolute;
	right: 25px;
	top: 45px;
	height: 40px;
}

#header ul li {
	display: inline;
	list-style: none;
	text-transform: lowercase;
	text-align: right;
	background: #D62020; /* old browsers */
	background: -moz-linear-gradient(top, #D62020 0%, #7F0017 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D62020), color-stop(100%, #7F0017)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D62020', endColorstr='#7F0017', GradientType = 0); /* ie */
	padding: 0px 8px 4px 8px;
}

#header ul li:hover {
	background: -moz-linear-gradient(top, #7F0017 0%, #D62020 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7F0017), color-stop(100%, #D62020)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F0017', endColorstr='#D62020', GradientType = 0); /* ie */
}

#header ul li a {
	color: #fff;
	text-decoration: none;
	font-family: "Mayberry Pro", sans-serif;
}

#header p {
	position: absolute;
	right: 25px;
	top: 90px;
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	font-family: "Mayberry Pro", "Segoe UI", Helvetica, Arial, sans-serif;
	text-align: right;
}

#header p a {
	color: #fff;
}

#slider, .gallery {
	width: 800px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}

#slider {
	height: 200px;
	margin-top: 20px;
}

.gallery {
	height: 600px;
	margin-bottom: 60px;
}

#slider img, .gallery img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.gallery .nivo-controlNav {
	position: absolute;
	bottom: -78px;
	overflow: auto;
}

.gallery .nivo-controlNav img {
	display: inline;
	position: relative;
	margin-right: 8.5px;
	cursor: pointer;
}

#content {
	padding: 20px 25px 30px 25px;
	background: #fff;
	position: relative;
}

#content #text {
	width: 498px;
	word-wrap: break-word;
	float: left;
	padding: 3px 30px 10px 0;
}

#contact {
	width: 250px;
	float: right;
}

h2 {
	font-size: 1.6em !important;
	font-family: "Mayberry Pro", "Segoe UI", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

form {
	border: 1px solid #ccc;
	padding: 10px;
}

label {
	font-family: sans-serif;
	color: #333;
	font-size: 0.8em;
}

input, textarea, select {
	border: 1px solid #bbb;
	padding: 3px;
	margin-bottom: 10px;
	width: 220px;
}

select {
	width: 228px;
}

input[type=submit] {
	float: right;
	width: 130px;
	margin-bottom: 5px;
}

div.package {
	border: 1px solid #ccc;
	margin: 5px 5px 15px 5px;
}

div.package-c {
	height: 680px;
	float: left;
	width: 250px;
}

div.package h3, h2 {
	font-size: 1.3em;
	color: #fff;
	height: 35px;
	padding: 5px 10px 3px 10px;
}

.bronze h3 {
	background: #ad5c00; /* Old browsers */
	background: -moz-linear-gradient(top, #ad5c00 0%, #602d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad5c00), color-stop(100%,#602d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ad5c00 0%,#602d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ad5c00 0%,#602d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ad5c00 0%,#602d00 100%); /* IE10+ */
	background: linear-gradient(top, #ad5c00 0%,#602d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad5c00', endColorstr='#602d00',GradientType=0 ); /* IE6-9 */
}

.gold h3 {
	background: #eab92d; /* Old browsers */
	background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eab92d 0%,#c79810 100%); /* IE10+ */
	background: linear-gradient(top, #eab92d 0%,#c79810 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
}

.platinum h3 {
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top, #eaeaea 0%, #9e9e9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#9e9e9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaeaea 0%,#9e9e9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaeaea 0%,#9e9e9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eaeaea 0%,#9e9e9e 100%); /* IE10+ */
	background: linear-gradient(top, #eaeaea 0%,#9e9e9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#9e9e9e',GradientType=0 ); /* IE6-9 */
}

h2 {
	background: #474747; /* old browsers */
	background: -moz-linear-gradient(top, #262626 0%, #0F0F0F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #0F0F0F)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#0F0F0F', GradientType = 0); /* ie */	
}

div.package div {
	padding: 10px 10px 10px 25px;
}

div.package div span {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

div.package div ul {
	margin-left: 20px;
	margin-top: 10px;
}

#footer {
	width: 820px;
	clear: both;
	background: #5E091F;
	color: #fff;
	height: 20px;
	padding: 15px 10px 8% 20px;
	margin: 0 auto;
	font-size: 0.9em;
	text-align: center;
}

.clear {
	clear: both;
}