/*
      Morecambe Powdercoating 2009-2010
	Adapted from a template from http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-image: url('images/bgmetal3.jpg');
 background-attachment: fixed;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
 background-image: url('images/wrapperbg.png');
}

#header {
 color: #333;
 background: #ccc;
 width: 902px;
 float: left;
 padding: 0 0 10px 0;
 margin: 0 0 0 10px;
 height: 112px;
 text-align: center;
}

#navigation {
 float: left;
 width: 902px;
 color: #333;
 background: #112e33;
 padding: 10px 0;
 margin: 0px 0px 0px 10px;
 text-align: center;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
}

#navigation ul li {
 display: inline;
 list-style-type: none;
 padding: 0 20px;
}

#navigation a {
 text-decoration: none;
 font-size: 18px;
 color: #fff;
}

#navigation a:hover {
 text-decoration: underline;
 color: #52f1fe;
}

#navigation a.current {
 color: #ff0;
}

#navigation a.current:hover {
 text-decoration: none;
}

#leftcolumn { 
 color: #333;
 background-color: #eee;
 background-image: url('images/contentbg.png');
 background-repeat: repeat-y;
 border-right: 1px solid #888;
 margin: 0px 0px 0px 0px;
 padding: 10px 15px 10px 25px;
 width: 658px;
 float: left;
 text-align: justify;
}

#leftcolumn p {
 padding: 1em 0 0 0;
 line-height: 2em;
}

#leftcolumn h3 {
 padding: 1em 0 0 0;
}

#leftcolumn p a {
 text-decoration: none; 
 color: #00f;
}

#leftcolumn p a:hover {
 text-decoration: underline;
 color: #00f;
}

.btt {
 text-align: right;
}

.btt a {
 text-decoration: none;
 color: #bbb;
 font-size: 10px;
}

.btt a:hover {
 text-decoration: underline;
 color: #00f;
}

.indented {
 padding-left: 20px;
 line-height: 2em;
}

.indentedlist {
 padding: 1em 0 0 20px;
 line-height: 2em;
}

.indentedlist li {
 padding: 0 0 0 10px;
}

.indentedlist li a {
 text-decoration: none;
 color: #000;
}

.indentedlist li a:hover {
 text-decoration: underline;
 color: #00f;
}

#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid transparent;
 padding: 10px 15px 10px 0;
 width: 200px;
 display: inline;
 text-align: center;
}

#rightcolumn ul {
 font-size: 14px;
 letter-spacing: -1px;
 line-height: 3;
 list-style: none;
 padding: 0 10px;
}

#rightcolumn a {
 text-decoration: none;
 color: #000;
 display: block;
}

#rightcolumn a:hover {
 color: #52f1fe;
 background: #112e33;
}

#rightcolumn a.current {
 background: #ddd;
 font-weight: bold;
}

#rightcolumn a.current:hover {
 color: #000;
} 

#footer { 
 width: 902px;
 clear: both;
 color: #888;
 background: #112e33;
 margin: 0px 0px 10px 10px;
 padding: 10px 0;
 text-align: center;
 font-size: 10px;
 letter-spacing: 1px;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
}

.raltable {
 padding: 20px 0 0 0;
}

.raltable tr {
 height: 30px;
}

.raltable td {
 padding: 0 5px;
 spacing: 5px;
}

#gallery {
 text-align: center;
}

.galleryimage {
 background: #fff;
 display: inline-block;
 margin-top: 20px;
 padding: 20px;
 text-align: center;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
}

.gallerytitle {
 padding-top: 10px;
 font-family: 'Comic Sans MS';
 font-size: 25px;
}

h1 {
 padding-top: 10px;
 letter-spacing: -1px;
}

h3 {
 letter-spacing: -1px;
}