/*
	Superfooty Showcase Website CSS
	by Gareth Christie 2009
	garethc.tel
*/


/* ===== global styles ===== */

body {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

div#outerDiv {
	width: 900px;
	margin: 0 auto;
	background: #fff url(../images/header.gif) no-repeat;
}

#outerDiv a:link, #outerDiv a:visited {
	color: #5D883C;
	text-decoration: none;
}

#outerDiv a:hover, #outerDiv a:active {
	color: #ff9900;
	text-decoration: underline;
}

table {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
}

img {
	border: none;
}


/* ===== header ===== */

div#header {
	height: 470px;
	position: relative;
}


/* ===== contact link ===== */

#outerDiv div#contactButton {
	position: absolute;
	left: 750px;
	top: 16px;
}

#contactButton a:link, #contactButton a:visited {
	height: 35px;
	width: 80px;
	display: block;
	text-indent: -1000em;
	background: url(../images/btn_contact_combo.gif) no-repeat left top;
	border: none;
}

#contactButton a:hover, #contactButton a:active {
	background-position: left bottom;
}


/* ===== main menu ===== */

#header #mainMenu {
	position: absolute;
	left: 50px;
	bottom: 15px;
}

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	display: block;
	color: black;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	line-height: 24px;
	background: url(../images/btn_nav1.gif) no-repeat left top;
	height: 35px;
	width: 90px;
	border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: white;
	background-position: left bottom;
}

#mainMenu li a.current {
	background: url(../images/btn_nav1_current.gif) no-repeat;
	background-position: left top;
	height: 50px;
	line-height: 36px;
	cursor: default;
	color: black;
}


/* ===== page title ===== */

#content div#pageTitle {
	float: left;
	width: 820px;
	margin: 0;
	padding: 0 20px 0 60px;
}

#pageTitle h1 {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
}

#pageTitle h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #5D883C;
	margin: 0 0 .6ex 0;
}


/* ===== main content ===== */

#content div#mainContent {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0 0 0 60px;
}

#mainContent p {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #333;
	margin: 1ex 0;
}

#mainContent h2, #mainContent h4 #mainContent h5 {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
}

#mainContent h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #5D883C;
	margin: 1.8ex 0 .6ex 0;
}

#mainContent h4 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin: 1.4ex 0 0.5ex 0;
}

#mainContent h5 {
	font-size: .8em;
	font-weight: bold;
	line-height: 2ex;
	color: #5D883C;
	margin: 1.4ex 0 0.5ex 0;
}


#mainContent table {
	border: none;
	font-size: .8em;
	text-align: center;
	margin: 0;
	padding: 0;
}


#mainContent caption {
	background-color: #ffcc00;
	font-weight: bold;
	font-color: #000;
	margin: 10px 0 0 0;
	padding: 1ex 0 .6ex 0;
	border: none;
}

#mainContent th {
	background-color: #5D883C;
	font-weight: bolder;
	color: #fff;
	margin: 0;
	padding: 1ex 0 .6ex 0;
}

#mainContent th.title {
	background-color: #ffcc00;
	font-weight: bold;
	color: #000;
}

#mainContent tr {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#mainContent td {
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0;
}

#mainContent table img {
	padding: 0;
	margin: 0;
}

#mainContent img {
	padding: 25px 0;
	margin: 0;
	clear: both;
}

#mainContent ul {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #333;
	margin: 0 0 .6ex 1em;
}

#mainContent li {
	font-size: 1em;
	color: #333;
	margin: 0 0 0 1em;
	list-style: square;
}

#mainContent li.a {
	font-size: .5em;
	color:#0033CC;
}

/* ===== column one content ===== */

#content #mainContent div#columnOne {
	position: relative;
	float: left;
	width: 290px;
	margin: 0;
	padding: 0 10px 0 0;
}


/* ===== column two content ===== */

#content #mainContent div#columnTwo {
	position: relative;
	float: left;
	width: 320px;
	margin: 0;
	padding: 0 10px 0 10px;
}

#columnTwo p h5 {
	text-align: left;
	padding: 0 10px 0 10px;
	margin: 0;
}



/* ===== side content ===== */

#content div#sideContent {
	float: right;
	width: 180px;
	padding: 0 4px 0 10px;
	margin: 0;
	border-left: solid #aaa 1px;
}

#sideContent p {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #333;
	margin: 1ex 0;
}


#sideContent h3 {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.9ex;
	font-weight: bold;
	color: #5D883C;
	margin: 1.4ex 0 .2ex 0;
}

#sideContent img {
	padding: 15px 0 5px 0;
}

/* ===== side content - Twitter ===== */

#sideContent div#twitter_div {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #333;
	margin: 5ex, 0, 6ex, 0;
}

#sideContent div#twitter_div a:link, div#twitter_div a:visited {
	color: #5D883C;
	text-decoration: none;
}

#sideContent div#twitter_div a:hover, div#twitter_div a:active {
	color: cyan;
	text-decoration: underline;
}

#twitter_div div#twitter-feed {
	position: relative;
	left: 10px;
	width: 150px;
	padding: 0;
	margin: 0;
}

#twitter_div #twitter-feed h3 {
	font-size: 1.3em;
	color: #5D883C;
	margin: 0,0,0,30;
}

#twitter-feed li {
	margin: 0 0 2ex -20px;
	list-style: square;
}


/* ==== footer ==== */

div#footer {
	width:100%;
	background-color: #fff;
	margin: 50px auto 0 auto;
	padding: 0;
}

#footer p {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #333;
	margin: 0;
	padding: 50px 150px 2ex 150px;
	text-align: center;
}


#footer div#footerBar {
	background: #fff url(../images/footer_grey.gif);
	background-repeat:no-repeat;	
	width: 900px;
	height: 35px;
	margin: 0;
	padding: 15px 0 0 0;
}

#footerBar p {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #5D883C;
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right;
}
	
#footerBar a:link, #footerBar a:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


#footerBar a:hover, #footerBar a:active {
	text-decoration: underline;
	color: #5D883C;
}

/* ===== enewsletter form ===== */

#enewsForm {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	color: #333;
	padding: 5px 0 15px 0;
	margin: 0;
}

#enewsForm label {
	font-size: .7em;
	font-weight: bold;
	line-height: 3ex;
}

.submit {
	padding-left: 100px;
}


/* ===== miscellaneous ===== */

.clear { clear: both }

.screamer {
	color: #CC0000;
	font-weight: bold;
}

.twitter-link {
	color: blue;
}

.trademark {
	color: #5D883C;
	font-weight: bold;
}

.formSpacer {
	padding: 5px 0;

}

 


/* colours */
/*

yellow 	#ffcc00
green 	#5D883C

*/
