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

*{
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	font-size: 0.93em;
	font-family: Helvetica, Arial, sans-serif;
}

h1
{
	font: bold 1.5em "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #000;
	padding-bottom: 0.5em;
}

h2
{
	font: bold italic 1.2em "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #000;
	padding-top: 0.5em;
}

p
{
	line-height: 1.1em;
	padding-top: 2px;
	padding-bottom: 1em;
}

hr
{
	margin-bottom: 1em;
	width: 80%;
	clear: both;
	text-align: left;
}

#pagewrap
{
	margin: 10px auto;
	width: 900px;
	padding: 0px;
}

#header
{
	text-indent: -99999px;
	background: url(../images/layoutimg/cottageroad.jpg) no-repeat;
	height: 192px;
}

h1#header
{
	padding-bottom: 0px;
}

/* NAVIGATION */

/* Main Navigation */
.mainnav
{
	background: #000 url(../images/layoutimg/navbar.jpg) repeat-x;
	font: lighter normal 1.6em "Helvetica Neue Light", Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #FFF;
	min-height: 35px;
	padding-left: 200px;
}

mainnav ul
{
	display: block;
}

.mainnav li
{
	display: inline;
	list-style-type: none;
	vertical-align:middle;
	padding-top: 10px;
}

.mainnav a
{
	color: #FFF;
	padding-left: 40px;
	padding-right: 40px;
	text-decoration: none;
}

/* Secondary Navigation */
.secondarynav
{
	float: left;
	width: 230px;
	font: bold 1.1em "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #000;
}

.secondarynav li
{
	list-style-type: none;
	border-bottom: solid 1px #000;
}

.currentlink
{
	background-color: #DDD;
}

.secondarynav a
{
	color: #000;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.secondarynav a:hover
{
	background-color: #DDD;
}

#content
{
	float: right;
	width: 650px;
	margin-top: 15px;
}

#footer
{
	padding-top: 50px;
	clear: both;
	font-size: 0.75em;
}

#location
{
	width: 44%;
	float: left;
}
#map
{
	float: right;
	margin-top: -20px;
	border: none;
}

#map img{
	border: none;
}

#howcontact
{
	float: left;
	width: 45%;
	padding-bottom: 0.5em;
}
#howcontact td
{
	padding-bottom: 0.4em;
}
#contact
{
	width: 80px;
}
#contactemail
{
	width: 200px;
}

.cinemaimages
{
	width: 345px;
	float: right;
	margin-top: -2em;
}

.clear
{
	clear: both;
}

td
{
	padding-bottom: 10px;
	vertical-align: top;
}

.prices th
{
	background: #111 url(../images/layoutimg/navbar.jpg);
	color: #FFF;
	font: normal 0.9em "Helvetica Neue Light", Helvetica, Arial, "Trebuchet MS", sans-serif
}

.prices
{
	width: 480px;
	border: solid 1px #222;
	border-collapse: collapse;
}

.prices td
{
	border-left: solid 1px #000;
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
}

.thleft
{
	text-align: left;
	padding-left: 5px;
}

ul.gallery
{
	text-align: center;
}

.gallery li
{
	list-style-type: none;
	padding-left: 5px;
	display: inline;
	text-align: center;
}

.gallery img
{
	border: none;
}

.othercontact
{
	width: 230px;
	float:left;
	padding-left: 10px;
	margin-top: 15px;
}
select
{
	border: 1px solid #000;
	width: 300px;
}

input 
{
	border: 1px solid #000;
	width: 300px;
}

textarea
{
	border: 1px solid #000;
	width: 300px;
}
.filmimage
{
	float: left;
	width: 108px;
	height: 160px;
	padding-right: 1em;
	padding-bottom: 0px;
}

.programmeinfo
{
	float: left;
}

.programmeinfo p
{
	padding-bottom: 0px;
}

.home
{
	width: 300px;
	float: left;
}

.green
{
	color: #090;
}

.advert
{
	text-align: center;
	margin: 24px;
}

fieldset
{
border: 0;
}
