/*---------- Content Presentation Stylesheet ------------ */
/*          Created By Ben Stewart - Nov 2007             */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
body {
	background-color: #fff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
	margin: 0px auto;
	width:990px;
	line-height:140%;
}
h1, h2, h3 {
	font-weight:bold;
	color: #353535;
	margin: 0;
	text-transform:uppercase;
	padding:5px 0 15px 0;
}
h1 {
	font-size:20px;
	text-transform:none;
}
h2 {
	font-size:18px;
	padding:5px 0 10px 0;
}
h3 {
	font-size:14px;
}
ul {
	margin: 0 10px 15px 20px;
}
li {
	margin:0px;
	list-style: disc;
	padding:0 0 5px 5px;
}
p {
	margin: 0 0 15px 0;
}
a {
	border:none;
	color: #fe9f09;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #353535;
	border: 1px solid #353535;
	margin-bottom: 10px;
}
img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img.Image_centre {
	margin: 0 auto 15px auto;
}
body {
	background: #323232 url(assets/gasfx_bg.jpg) repeat-x;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
	margin: 0px auto;
	width:100%;
}
#container {
	text-align:left;
	width:990px;
	margin:0 auto;
}
/************************
*  HEADER
************************/
#header {
	height:140px;
	background:url(assets/gasfx_header_bg.jpg) no-repeat top right;
	overflow:hidden;
}
/************************
*  TOP MENU
************************/
#menusearch {
	clear:both;
	height:25px;
	overflow:hidden;
}
#menubar {
	float:left;
	margin-top:5px;
}
#menubar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menubar li {
	display:inline;
	margin:0;
	padding:0;
}
#menubar a {
	float:left;
	background: url(assets/gasfx_menu_bg.jpg) repeat-x;
	margin: 0 1px 0 0;
	padding: 2px 0 0 0;
	text-decoration:none;
	text-transform:uppercase;
	width:87px;
	height:20px;
	text-align:center;
	color:#353535;
	font-weight:bold;
}
#menubar a:hover, #menubar li.active a {
	background: url(assets/gasfx_menu_bg_hover.jpg) repeat-x;
	color:#FFF;
}
/************************
*  BANNER SLIDESHOW AREA
************************/
#wrapper {
	background: url(assets/gasfx_content_bg.jpg) repeat-y;
	padding-bottom:5px;
}
#banner {
	padding:15px;
	height:260px;
}
/************************
*  MAIN TEAXTAREA
************************/
#textarea {
	background: url(assets/gasfx_textarea_bg.jpg) repeat-y center;
	margin: 0 15px;
}
#left_column {
	float:left;
	width:445px;
	padding: 15px 15px 0 15px;
}
#right_column {
	float:right;
	width:445px;
	padding: 15px 15px 0 15px;
}
#gallery {
	padding:15px;
	height:400px;
}
#homecontent {
	background: url(assets/gasfx_hometext_bg.png);
	margin: 30px;
	padding: 25px 20px;
	height:180px;
	width:230px;
	position:absolute;
	overflow:hidden;
	z-index:999;
	font-size:14px;
	color:#000;
	line-height:160%;
}
/************************
*  QUICKLINKS
************************/
.quicklinks {
	background:#000;
	height:140px;
	margin: 15px 15px 10px 15px;
	padding: 30px 0px 30px 30px;
	clear:both;
}
.home {
	margin: 0px 15px 10px 15px;
}
.quicklinks img {
	border:0;
	width:110px;
	height:140px;
}
.quicklinks ul {
	margin:0;
	padding:0;
	list-style:none;
}
.quicklinks li {
	display:inline;
	margin:0;
	padding:0;
}
.quicklinks a {
	float:left;
	margin-right:20px;
	width:110px;
	height:140px;
	color:#fff;
	border:1px solid #404040;
	text-align:center;
}
/************************
*  FOOTER
************************/
#footer {
	clear:both;
	width:100%;
	color: #a7a6a5;
	text-align:center;
	padding:20px 0;
}
#footer p {
	margin:0;
	padding:5px 10px;
	font-size:11px;
}
#footer a {
	color: #fe9f09;
}
#footer a:hover {
	color: #fe9f09;
	text-decoration:underline;
}

/*------------- Contact Form --------------*/

div.contactForm {
	width:365px;
	padding: 0px;
	margin: 30px;
}
div.row {
	clear: both;
	padding-top: 5px;
	vertical-align: middle;
}
div.row span.label {
	float: left;
	width: 140px;
	text-align: right;
	padding:0px 10px 0px 0px;
}
div.row span.formw {
	float: right;
	width: 210px;
	text-align: left;
}
input, textarea, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 210px;
	padding-left: 3px;
}
input {
	width:143px;
}
div.row span.formw textarea {
	height:60px;
}
div.spacer {
	clear: both;
}
.button{
  width:50px;
  cursor:pointer;
}