/*-----------------------------------------------------------------------------
Default Style Sheet (Tinkerbell Images)

version:   1.0
author:    Steve Tunnicliffe
email:     steve@webartifice.co.uk
website:   http://www.webartifice.co.uk / http://www.tourism-site-fix.co.uk
CSS Level: 2
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

body {
  background-image:url(../images/background.jpg);
  background-repeat:repeat-x;
  background-position:top;
  background-color: #2F4F81;
}

#wrapper {
	width:750px;
	margin:0 auto;
	padding: 0 10px 10px 10px;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 70%/2em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #FFF;
	/*font-weight: bold;*/
}


/* =Headings
-----------------------------------------------------------------------------*/

h1 {
	font: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

/* =Links
-----------------------------------------------------------------------------*/

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
color: #FFF;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
color: #FFF;
text-decoration: none;
}

/* =Branding
-----------------------------------------------------------------------------*/

#masthead {
	height: 106px;
	background-image: url(../images/banner.jpg);
}

#flashcontent {
	float: right;
	
}

#flashcontent h1 {
	text-indent: -9000px;
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#mainNav {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
	clear:both;
}

#mainNav li {
	float: left;
	margin: 0 5px
}

#mainNav a {
	
}

#mainNav a:link, #mainNav a:visited {
	display: block;
	float: left;
	padding: 0 2em;
	line-height: 2.1em;
	text-decoration: none;
	color: #FFF;
	border-bottom: 2px solid #FFF;
}

#mainNav li.last {
	margin: 0 0 0 5px;
}

#mainNav a:hover, #mainNav a:active {
	background-image: url(../images/navSelect.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-bottom: 2px solid #F7F7F7;
}

#mainNav a.here:link, #mainNav a.here:visited, #mainNav a.here:hover, #mainNav a.here:active { 
	background-image: url(../images/navSelect.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-bottom: 2px solid #F7F7F7;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#content {
	width: 500px;
	margin: 0 auto;
	padding: 30px 0;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 500px;
	margin: 0 auto;
	height: 45px;
	text-align: center;
	background: url(../images/footer.png) no-repeat center top !important;
	background: none;
}

#footer p {
	font-size: 9px;
	padding: 11px 0 0 0;
}

/* =Forms
-----------------------------------------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background-color: transparent;
}

legend {
	font-weight: bold;
}

label {
	display: block;
}

input {
	width: 200px;
}

textarea {	
	width: 300px;
	height: 100px;
}

input.radio, input.checkbox, input.submit {
	width: auto;
}

input.radio {
	float: left;
	margin-right: 1em;
}

input:focus, textarea:focus {
	background: #D2F0FF;
}

.required {
	font-size: 0.9em;
	padding-left: 5px;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

.contBotImg {
	margin: 0 auto;
	border: 1px solid #FFF;
}

/* =Misc 2
-----------------------------------------------------------------------------*/

#smoothcontent {
	width: 829px;
	margin: 0 auto;
	padding: 30px 0;
}
