@import url(https://fonts.googleapis.com/css?family=Crimson+Text|Open+Sans);
* {
  margin: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
html, body {
  height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.c{clear:both;}
.l{float:left;}
.r{float:right;}
body{
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
}
h1{
	color:#999;
	font-family:'Crimson Text', serif;
	font-size:36px;
	font-weight:normal;
	font-variant:small-caps;
	margin-bottom:16px;
}
h2{
	color:#c0504d;
	font-family:'Crimson Text', serif;
	font-size:26px;
	font-weight:normal;
	font-variant:small-caps;
	margin-bottom:16px;
}
h3{
	font-family:'Crimson Text', serif;
}
h4{
	font-family:'Crimson Text', serif;
}
a{color:#c0504d;}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -146px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.page-wrap:after {
  height: 146px; 
}
.container{
	position:relative;
	margin:0px auto;
	width:960px;
}
.header{
	background:#c0504d;
	width:100%;
	padding:20px 0;
}
.header .logo{
	display:block;
	margin:0px auto;
	width:40%;
}
.menu{
	background:#c0504d;
	width:100%;
	margin-bottom:50px;
	text-align:center;
	font-size:16px;
	color:#fff;
}
.menu ul{
	margin:0px 0px 0px -20px;
	padding:0;
}
.menu ul li{
	display:inline-block;
	position: relative;
}
.menu ul li a{
	color:#fff;
	display: inline-block;
	font-family:'Crimson Text', serif;
	font-size:16px;
	padding: 12px 20px;
	text-decoration:none;
	text-transform:uppercase;
}
.menu ul li b{ font-style:normal; }
.menu ul li a:hover{
	background:#8a2826;
	transition:all 0.5s ease;
}
.menu ul li ul {
  position: absolute;
  top: 40px;
  left: 20px;
  display: none;
  opacity: 0;
  visibility: hidden;
  width:240px;
  z-index:1000;
}
.menu ul li ul li {
	background:#c0504d;
	display: block;
	text-align:left;
}
.menu ul li ul li:hover { background: #8a2826; }
.menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.textbox{
	background:rgba(255,255,255,0.8);
	padding:25px;
}
.footer{
	border-top:1px solid #ccc;
	background: #e9e9ce; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9e9ce 0%, #fcfff4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e9e9ce 0%,#fcfff4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e9e9ce 0%,#fcfff4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9ce', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
	color:#444;
	width:100%;
	font-size:13px;
	margin-top:50px;
	padding-top:20px;
	height:75px;
}
.footer .l a{
	color:#999;
}
.footer .l{}

/* About Us */
.about-us{
	background:rgba(255,255,255,0.8);
	padding:25px;
	height:260px;
	margin-bottom:30px;
}

/* Contact Us */
#captchaimg{
	border:1px solid #ccc;
}
.contact-table{
	border:0;
	margin:0;
	padding:0;
}
.contact-table td{
	padding-bottom:5px;
}
.captchal{
	float:left;
	margin-right:5px;
}
.captchar{
	float:right;
	margin-right:0;
}
.input, .cinput{
	border:1px solid #ccc;
	font-family:arial;
	font-size:14px;
	padding:7px;
}
.cinput{
	height:26px;
	width:100px;
}
.button{
	background:#c0504d;
	border:none;
	color:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-variant:small-caps;
	height:42px;
	padding:0 10px;
	transition:all 0.3s ease;
}
.button:hover{
	background:#8a2826;
	color:#fff;
	cursor:pointer;
}

/* GALLERY */
.gallery, .video{
	float:left;
	margin:15px;
}