@charset "UTF-8";
/* CSS Document */

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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,
b, u, i, center,
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;
}
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;
}

body{
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	font-family:'Rokkitt', serif;
}

h1 {
	font-size:2.5em;
	font-weight:bolder;
}

h2 {
	font-size:1.7em;
}

#wrapper {
	width:1250px;
	height:auto;
	margin:auto;
	clear:both;
	background-color:#F2E1C7;
	background-image:url(images/marble-background.jpg);
	border-left: solid 2px;
	border-left-color:#FC0;
	border-left-width:thick;
	border-right: solid 2px;
	border-right-color:#FC0;
	border-right-width:thick;
}

header {
	width:100%;
	height: 190px;
	background:url(images/tiled-header.jpg) repeat-x fixed center top;
	
}


footer {
	width:100%;
	height:auto;
	background-color:#000;
	color:#999;
}

footer hr {
	color:#005557;
}

nav {
	width: 100%;
	height: 50px;
	margin: auto;
	background-color:#000;
	font-family: 'Arvo', serif;
}

nav a{
	text-decoration:none;
	color:#FFFFFF;
	font-size: 1.7em;
}

nav a:hover {
	color:#913434;
}

#main-content {
	width:900px;
	float:left;
	margin: 0 0 0 0;
	padding: 70px 12px 50px 18px;
}

#main-content p{
	font-size: 1.4em;
}

#side-content {
	background-color:rgba(216,155,60,0.3);
	width:290px;
	height:900px;
	overflow:hidden;
	padding-top:80px;
	padding-right:10px;
	padding-left:10px;
	float:right;
}

#side-content table {
	text-align:right;
}

#sub-content {
	width:auto;
	margin:15px;
}

#clear {
	clear:both;
}

#header_container{
	width:1250px;
	height:250px;
	margin:auto;
}

#logo_container {
	float:left;
	width:450px;
	margin:20px 0 0 10px;
}

#info_container {
	float:right;
	margin:30px 20px 0 0;
	color:#FC0;
}

#info_container h1 {
	font-size:3em;
}

#info_container a {
	text-decoration:none;
	color:#FC0;
}

#menu_container {
	width:100%;
	height:70px;
	background-color:#000;
}

#footer_container {
	width:1250px;
	margin:auto;
	padding:50px 0 20px 0;
}

#contact {
	width:250px;
	height:300px;
	color:#FFFFFF;
	float:right;
	margin:0 0 0 10px;
	padding: 10px 10px 10px 20px;
	background: #7b4418; /* Old browsers */
	background: -moz-linear-gradient(top,  #7b4418 0%, #4a2511 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b4418), color-stop(100%,#4a2511)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7b4418 0%,#4a2511 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7b4418 0%,#4a2511 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7b4418 0%,#4a2511 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7b4418 0%,#4a2511 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b4418', endColorstr='#4a2511',GradientType=0 ); /* IE6-9 */
}

#contact table{
	text-align:left;
}

#contact p{
	margin-top: 1em;
}

.box {border-radius:5px;}

#special {
	position:fixed;
	left:9999px;
	}

/*Navigation*/
.menu {
	text-align:right;
	height:70px;
	width:1250px;
	background-color:#000;
	font-family: 'Arvo', serif;
	margin:auto;
}

.menu ul {
	list-style:none;
	padding:0;
}

.menu li {
	display: inline;
}

.menu li a {
	float: left;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 1.7em;
	text-decoration: none;
	width:auto;
	height: 40px;
	margin-left: 24px;
	padding-top: 20px;
	text-align: center;
}

.menu li a:hover {
	color:#999999;
}

.menu #current {
	color:#FC0;
}

/*Navigation end*/


/* Previous and Next arrows*/

.callbacks_container {
  margin-bottom: 50px;
  margin-top: 20px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

/* End of Previous and Next arrows*/
