/* @override 
	http://localhost/stylesheets/style.css
	http://sandersonwatts.bluemonkeymarketing.org.uk/stylesheets/style.css
*/

body {
	/* Internet Explorer Fixes */
	behavior:url("../stylesheets/iepngfix.htc");
	behavior:url("../stylesheets/csshover.htc"); 
	/* end */
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../images/background.jpg) repeat-y center top;
	
}

a {
	color: #1a87a6;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: #0e4c5d;
	background-color: transparent;
}

img {
	padding: 0;
	margin: 0;
	border-style: none;
	border-width: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px;
	padding: 0;
  color: #126278;
}

h2 {
  font-size: 1.2em;
}

label, input {
	width: 150px;
	float: left;
	display: block;
	margin-bottom: 10px;
}

form {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #69927a;
	border-bottom: 1px dotted #69927a;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

input.submit {
	margin-right: auto;
	margin-left: auto;
	float: none;
	width: 100px;
	clear: both;
}

form br {
	clear: left;
}

textarea {
	width: 300px;
}

#container {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0;
}

/* @group Header */

#header{
	height: 135px;
	position: relative;
	border-bottom: 1px solid #1a87a6;
	overflow: hidden;
}

/* @group Navigation */

#navigation{
	position: absolute;
	background-color: #1a87a6;
	width: 100%;
	display: block;
	font-size: 11px;
	bottom: 10px;
}
#navigation a{
	color: white;
	text-decoration: none;
	display: block;
}
#navigation ul, #navigation li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navigation ul li{
	float: left;
	border-right: 3px solid white;
	position: relative;
	width: 70px;
}
#navigation ul li a{
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
	display: block;
}
#navigation ul li a:hover{
	color: #1a87a6;
	background-color: white;
}
#navigation ul li:hover ul{
	bottom: 18px;
}
#navigation ul li ul{
	position: absolute;
	z-index: 10;
	background-color: white;
	width: 130px;
	border: 1px solid #1a87a6;
	left: -4px;
	bottom: 1018px;
	border-bottom-style: none;
	display: block;
}
#navigation ul li ul li{
	border-style: none;
	width: 100%;
	text-align: left;
	display: block;
}
#navigation ul li ul li a{
	color: #1a87a6;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	display: block;
}
#navigation ul li ul li a:hover{
	background-color: #1a87a6;
	color: white;
}

/* @end */

#logo {
  float: right;
  position: absolute;
  z-index: 1;
  right: 0;
}

#logo_new {
  float: right;
  margin-top: 45px;
  margin-right: 20px;
}

* html #logo {
  top: -1px;
}

/*#logo {
	position: absolute;
	z-index: 1;
	right: -110px;
	bottom: -106px;
}*/

#text-logo {
	position: absolute;
	top: 75px;
	left: 36px;
}

/* @end */

/* @group Homepage */

#filmstrip {
	padding-top: 15px;
	padding-bottom: 15px;
}

#movie {
	width: 600px;
	float: left;
	margin-left: 3px;
}

#news {
	float: left;
	width: 115px;
	margin-left: 3px;
	height: 174px;
	font-size: 10px;
	background-color: #69927a;
	color: white;
}

#news h3 {
	background-color: #1a87a6;
	color: white;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
  font-size: 1.2em;
}

#news ul, #news li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#news li {
	border-bottom: 1px dotted white;
	margin-right: 2px;
	margin-left: 2px;
}

#news .date {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: block;
}

/* @end */

/* @group Maps & Directions */

#map {
	text-align: right;
	clear: both;
}

#map a {
	text-decoration: none;
	padding-right: 15px;
}

form#code {
	width: 272px;
	margin-left: auto;
	margin-right: auto;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	border-top: 1px dotted gray;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#copyright a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

#copyright {
	color: gray;
	padding-top: 10px;
	padding-bottom: 10px;
}

#suppliers {
	text-align: right;
	color: silver;
	display: block;
}

#suppliers a {
	color: silver;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

#content {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
  color: #595959;
  font-size: 0.9em;
  margin-bottom: 25px;
}

#content li {
  margin-bottom: 4px;
  list-style-type: square;
}

.left_img {
  float: left;
  margin-right: 10px;
}

.right_img {
  float: right;
  margin-left: 10px;
}

/* @group news */

.news_article {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.news_article h1 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
}

.news_article h1 .date {
  color: #8e8e8e;
  font-size: 0.8em;
}

/* @end */