@charset "UTF-8";
/*******************************************************************
 * Our Town Style Sheet			                           *
 *******************************************************************/

body {
font-family: Century Gothic, Arial, sans-serif;
font-size:13px;
/* background: #1f0e01; */
background: #2e190a;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #a24601;
background-image: url(images/bg-home-v1.gif);
background-repeat: repeat-x;
background-position: top center;
}

body.interior {
font-family: Century Gothic, Arial, sans-serif;
font-size:13px;
/* background: #1f0e01; */
background: #2e190a;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #a24601;
background-image: url(images/bg-interior-v1.gif);
background-repeat: repeat-x;
background-position: top center;
}

body.photo {
font-family: Century Gothic, Arial, sans-serif;
font-size:13px;
/* background: #1f0e01; */
background: #2e190a;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #a24601;
background-image: url(images/bg-interior-photo-v1.gif);
background-repeat: repeat-x;
background-position: top center;
}

/*******************************************************************
 * Common Elements			                                       *
 *******************************************************************/
#wrapper {
width:720px;
margin: 0 auto;
}

img, a img {
border: none;
margin-bottom: 0px;
}

a, a:link, a:visited {
/* color: #ad7900; */
color: #a24601;
}

a:hover {
color: #d39608;
}

a:active {
color: #d39608;
}

p {
color: #a24601;
margin-top: 0;
line-height: 135%;
}
h1 {
font-size: 150%;
color: #a24601;
}

h2 {
font-size: 125%;
color: #a24601;
}

h3 {
font-size: 110%;
color: #a24601;
}

h4 {
font-size: 105%;
color: #a24601;
}

h5 {
font-size: 103%;
color: #a24601;
}

ul {
margin: 1em 1.5em 1em 1em;
padding: 0;
color: #a24601;
}
ol {
margin: 1em 1.5em 1em 2.5em;
padding: 0;
color: #a24601;
}
ol li, ul li {
margin: 0.5em 0.5em 0.5em 1em; /* LTR */
}
ol li a, ol li a:link, ol li a:visited {
color: #a24601;
text-decoration: none;
}
ol li a:hover, ol li a.active {
color: #a24601;
text-decoration: underline;
}
ul li a, ul li a:link, ul li a:visited {
color: #a24601;
text-decoration: none;
}
ul li a:hover, ul li a.active {
color: #a24601;
text-decoration: underline;
}
.error {
color: #ba0101;
}

/*******************************************************************
 * Top Content Area								                   *
 *******************************************************************/
#container_top {
height:81px;
width:720px;
margin: 0 auto;
margin-top: 10px;
text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin: 0 auto;
text-align: left; /* this overrides the text-align: center on the body element. */
float: left;
height:94px;
}
#top_right {
/*padding: 44px 0px 0px 0px; */
padding: 0px 0px 0px 0px;
margin-top: 0px;
margin-right: 0px;
text-align: right; /* this overrides the text-align: center on the body element. */
}

/*******************************************************************
 * Bottom Content Area							                   *
 *******************************************************************/
#container_btm {
width:100%;
height:467px;
margin-top: 65px;
background:#1f0e01;
left:0;
overflow: visible;
background-image: url(images/btm-bg-v1.gif);
background-repeat: repeat-x;
background-position: top left;
}
#container_btm_interior {
width:100%;
height:467px;
margin-top: 0px;
background:#1f0e01;
left:0;
overflow: visible;
background-image: url(images/btm-bg-v1.gif);
background-repeat: repeat-x;
background-position: top left;
}
#container_btm_main {
width:720px;
margin: 0 auto;
text-align: left; /* this overrides the text-align: center on the body element. */
overflow: visible;
}
#container_btm_main_left {
width:500px;
clear:left;
float: left; /* this overrides the text-align: center on the body element. */
text-align: left; /* this overrides the text-align: center on the body element. */
margin-top: 10px;
}
#container_btm_main_right {
clear:right;
float: right; /* this overrides the text-align: center on the body element. */
text-align: right; /* this overrides the text-align: center on the body element. */
margin-top: 30px;
}
#container_btm_main_left_onecolumn {
width:720px;
clear:left;
float: left; /* this overrides the text-align: center on the body element. */
text-align: left; /* this overrides the text-align: center on the body element. */
margin-top: 10px;
}

/*******************************************************************
 * TOP Navigation			                                       *
 *******************************************************************/
#container_top_links {
font-size: 13px;
}
ul.top_links
{
text-align: right;
margin-bottom: 0px;
}
li.top_links
{
display: inline;
padding: 0 0 0 0;
margin: 0;
}
li.top_links a, li.top_links a:link, li.top_links a:visited {
color: #FFF;
padding: 0 0 0 15px;
margin: 0;
}
li.top_links a:hover, li.top_links a:active {
color: #FFF;
text-decoration: underline;
padding: 0 0 0 15px;
margin: 0;
}

/*******************************************************************
 * Bottom Copyright & Navigation				           *
 *******************************************************************/
#container_btm_copyright {
font-size: 10px;
padding: 20px 0px 0px 0px;
}

/*******************************************************************
 * Contact Form			        		                               *
 *******************************************************************/
.inputtext {
border:1px solid #5377a6;
font-family:arial, sans-serif;
font-size:14px;
padding:6px;
background: #FFFFFF !important;
width: 400px;
margin-top: 4px;
margin-bottom: 4px;
}
.inputsubmit {
background: #d39608;
color: #FFFFFF;
font-family:arial, sans-serif;
font-size:16px;
padding:8px 18px;
margin-top: 4px;
margin-bottom: 4px;
}
/*******************************************************************
 * Site by Ozone Button		                                       *
 *******************************************************************/
* html a:hover {
/* to insist on a redraw */
visibility: visible;
}
.ozone_btn1 {
padding: 30px 0px 15px 0px; 
width: 146px;
height: 31px;
border: 0px;
}
.ozone_btn1 a {
display: block;
width: 146px;
height: 31px;
background: url(images/site-by-ozone-over.gif) no-repeat 0 0;
border: 0px;
text-decoration: none;
}
.ozone_btn1 a:hover {
background: url(images/site-by-ozone-over.gif) no-repeat;
}
.ozone_btn1 a:hover img {
visibility: hidden;
}
.ozone_btn1 img {
width: 146px;
height: 31px;
border: 0px;
}




/*******************************************************************
 * WATCH OUR FILMS			                                       *
 *******************************************************************/
.container-content-film {
clear:both;
padding:10px 0px;
}
.film-thumb {
float:left;
margin:14px 20px 4px 0;
}



/*******************************************************************
 * Feedback Form			                                       *
 *******************************************************************/
#contact-wrapper {
	/*border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;*/
	padding:0px;
	text-align: left;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}
form#contactform input.inputsubmit {
background: #D39608;
color: #FFFFFF;
font-family:arial, sans-serif;
font-size:16px;
padding:8px 18px;
margin-top: 4px;
margin-bottom: 4px;
}

