/*
-----------------------------------------------
Main styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 942px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 0 20px;
	margin-bottom: 2.0em;
}


/* Header
----------------------------------------------- */

#header {
	margin: 0.0em auto;
	clear: both;
	width: 942px;
	height: 74px;
	padding: 20px 0;
}


/* Structural
----------------------------------------------- */

#main {
	width: 942px;
	padding: 0;
	margin: 1.0em 0 0 0;
	clear: both;
	}

#leftcol {
	width: 659px;
	float: left;
	min-height: 436px;
	height: auto !important;
	height: 436px;
	background: #666;
	margin: 0 0 0 0;
	padding: 20px 0 0 20px;
	display: inline;
	}
	body#home #leftcol {
		width: 679px;
		padding: 0 !important;
		overflow: visible !important;
	}

#rightcol {
	width: 263px;
	display: inline;
	float: left;
	clear: right;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 0 0 !important;	
}

#footer {
	clear: both;
	padding: 14px 0 0 0;
	width: 942px;
	height: 40px;
	margin: 1.5em auto 0.5em;
	}


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

h1 {
	display: block;
	clear: both;
	color: #C0C0C0;
	font-size: 1.7em;
	font-weight: bold;
	margin: 0 0 0.7em 0;
	padding: 0;	
	}
	
h2 {
	color: #ddd;
	font-size: 1.6em;
	font-weight: bold;
	margin: 1.0em 0pt 0.5em 0;
	padding: 0;	
	}

h3 {
	color: #FDBF15;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0pt 0pt 4px 0;
	padding: 0;	
	}
	h3 a, h3 a:active, h3 a:link, h3 a:visited {
		color: #FDBF15;
		font-weight: bold;
		text-decoration: none;
		font-size: 0.9em !important;
		}
		h3 a:hover {
			color: #FDBF15;
			text-decoration: underline;
		}	

h4 {
	color: #FDBF15;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0.4em 0 0.4em 0;
	padding: 0;
	}


/* Other text
----------------------------------------------- */

p {
	margin: 0 0 0.4em 0;
	line-height: 160%;
	}
	#leftcol p {
		margin-bottom: 1.4em !important;
		width: 500px;
	}

p.right_align {
	text-align: right;
}

p.smaller {
	font-size: 0.9em;
}

p.smaller a {
	font-weight: normal;
}

p.large {
	font-size: 1.3em;
	color: #888;
}

p.align-left {
	margin-left: -2.5em !important;
}

div#rightcol p {
	padding: 5px 5px 0 10px;
}

ol li {
	margin: 4px 0;
}

		

/* Header
----------------------------------------------- */

div#top-nav {
	display: block;
	float: right;
	width: 320px;
	font-size: 0.9em;
}

p.logo {
	display: inline;
	float: left;
	padding: 0;
	margin: -0.2em 0 0 0.0em;
	width: 374px;
}

div#navigation {
	display: inline;
	float: right;
	width: 560px;
}


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

#footer p {
	font-size: 80%;
	color: #555;
}

#footer a {
	color: #555;
}

#footer .left {
	display: inline;
	float: left;
	width: 510px;
}

#footer .terms {
	display: inline;
	float: right;
	text-align: right;
	width: 400px;
}


/* Navigation
----------------------------------------------- */


#top-nav ul {
	margin: 0 0 0 0;
	padding: 0;
	float: right;
	text-align: right;
	}
	#top-nav ul li {
		list-style: none;
		margin: 0 0 0 0.6em !important;
		padding: 0 0 0 15px;
		position: relative;
		display: inline;
		}
		#top-nav li a {
			color: #333 !important;
			font-weight: normal;
			font-size: 0.9em;
			text-decoration: none;
		}
		#top-nav ul li a:hover {
			color: #333 !important;
		}

#navigation ul {
	display: inline;
	float: right;
	margin: 1.5em 0 0 0;
	padding: 0;
	text-align: right;
	}
	#navigation ul li {
		list-style: none;
		display:block;
		float:left;
		}
		#navigation li a {
			color: #616161 !important;
			font-weight:bold;
			font-size:1.2em;
			text-decoration: none;
			background:transparent url('/images/nav-arrow-bw.gif') top left no-repeat;
			padding-left:30px;
			line-height:21px;
			height:25px;
			display:block;
			float:left;
			margin-right:4px;
		}
		#navigation ul li a:hover {
			color: #999 !important;
			background:transparent url('/images/nav-arrow-bw.gif') top left no-repeat;
		}
		
		
		
/* Right-hand side
----------------------------------------------- */			

#right-1 {
	display: block;
	background: #252525;
	height: 145px;
	width: 100%;
	padding: 6px 6px 6px 6px;
	}
	#right-1 h1 {
		width: 240px;
		margin: 0.4em 0 0.3em 0.4em;
		line-height: 1.0em;

	}
	#right-1 p {
		font-size: 0.9em;
		line-height: 1.4em;
	}

#right-2 {
	display: block;
	height: 134px;
	width: 100%;
	padding: 6px 6px 6px 12px;
	background:#343434 url('/images/kerosene-side-bw.gif') 140px 35px no-repeat;
}

#right-3 {
	display: block;
	height: 140px;
	width: 100%;
	padding: 6px 6px 6px 12px;
	background:#5A5A5A url('/images/lpg-side-bw.gif') 140px 43px no-repeat;
}

#right-2 h1, #right-3 h1 {
	font-size: 2.0em;
	margin: 0 0 0.2em 0 !important;
}

#right-2 h2, #right-3 h2 {
	margin: 0 !important;
	font-size: 2.7em;
	color: #fff;
}

#right-2 p, #right-3 p {
	display: inline;
	float: left;
	width: 0px;
	font-size: 0.9em;
	padding: 0 !important;
	margin-top: -0.3em;
	}
	#right-2 p span, #right-3 p span {
		font-size: 1.4em;
	}

#right-2 ul, #right-3 ul {
	display: inline;
	float: left;
	font-size: 0.9em;
	margin-left:0;
	padding-left:0;
	}
	#right-2 ul li {
		list-style: none;
		background: transparent url(../images/icons/icon_tick_dark-bw.gif) center left no-repeat;
		padding: 0 0 0 20px;
		margin-bottom: 0.6em;
		margin-left:0;
	}
	#right-3 ul li {
		list-style: none;
		background: transparent url(../images/icons/icon_tick_light-bw.gif) center left no-repeat;
		padding: 0 0 0 20px;
		margin-bottom: 0.6em;
		margin-left:0;
	}
	
	
/* Homepage
----------------------------------------------- */	

.getquote {
	position: absolute;
	margin: -1.8em 0 0 -28.7em;
	width: 123px;
	height: 122px;
}

.getquote_home {
	position: absolute;
	margin: -0.8em 0 0 49.9em;
	width: 123px;
	height: 122px;
}

/* Links */

.new {
	display: inline;
	float: right;
	width: 150px;
	text-align: right;
}
.new a {
	background: url(../images/icons/icon_add.png) center left no-repeat;
	padding: 0 0 3px 18px;
	font-weight: bold !important;
	color: #4A7F37 !important;
}

/* Links */

.assign {
	padding: 0px 0 0 15px;
	font-size: 0.9em;
	line-height: 2em;
	background: url(../images/icons/icon_add_small.png) top left no-repeat;
	border: 0;
	}
	input.assign {
		background: url(../images/icons/icon_add_small.png) center left no-repeat;
		padding: 5px 5px 5px 15px;
		text-decoration: underline;
		cursor: pointer;
	}

.view-assign {
	padding: 0px 0 0 15px;
	font-size: 0.9em;
	line-height: 2em;
	background: url(../images/icons/icon_magnifier_small.png) top left no-repeat;
	border: 0;
}

.view {
	padding: 0px 0 0 15px;
	line-height: 2em;
	background: url(../images/icons/icon_magnifier_small.png) top left no-repeat;
	border: 0;
}

.edit {
	padding: 0px 0 0 15px;
	font-size: 0.9em;
	line-height: 2em;
	background: url(../images/icons/icon_edit.png) top left no-repeat;
	border: 0;
}

.delete {
	padding: 0px 0 0 15px;
	font-size: 0.9em;
	line-height: 2em;
	background: url(../images/icons/icon_delete.png) top left no-repeat;
	border: 0;
}

/****************** Order *****************/

.new_customer fieldset {
	padding:10px;
	width:500px;
}

.returning_customer fieldset h2, .returning_customer fieldset h3, #leftcol .returning_customer fieldset p {
	width:auto;
}

.returning_customer fieldset {
	width:300px;
	padding:10px;
	padding-bottom:0;
}

.home_quote {
	float:left;
	margin:-443px 15px 15px 15px;
	position:fixed;
	/*background:#1A7EBA;*/
	display: block;
	background: url('../images/structural/translucent.png') top left repeat transparent;
	text-align:left;
	padding:5px 15px;
	}
	.home_quote form {
		position:relative;
		z-index:2000;
	}
	.home_quote form label {
		float:none;
		display:block;
		text-align:left;
		width:60px;
	}
	.home_quote form input, .home_quote form select, .home_quote form label {
		float:none;
		display:block;
		z-index:2000;
	}
	.home_quote form input.submit {
		background:#005892;
		/*border:2px solid #00336A;*/
		border:0;
		color:#fff;
		padding:3px 8px;
	}
	.home_quote form select {
		float:left;
		width:156px;
	}

.home_quote_result {
	float:left;
	margin:-443px 15px 15px 210px;
	position:relative;
	/*background:#1A7EBA;*/
	display: block;
	background: url('../images/structural/translucent.png') top left repeat transparent;
	text-align:left;
	padding:5px 15px;
	width:330px;
	}
	.home_quote_result form {
		position:relative;
	}
	.home_quote_result form table {
		background:transparent;
	}
	.home_quote_result form table:hover {
		color:#fff;
		}
		.home_quote_result form table tr td {
			border:1px solid #fff;
		}
		.home_quote_result form table tr td input.submit {
			background:#005892;
			border:0;
			color:#fff;
			padding:3px 8px;
			margin:0 auto;
			width:100%;
		}
	
.clear {
	clear:both;
}

.products_quote {
	float:left;
	margin:10px 15px 15px 0px;
	position:relative;
	/*background:#1A7EBA;*/
	display: block;
	background: url('../images/structural/translucent.png') top left repeat transparent;
	text-align:left;
	padding:5px 15px;
	}
	.products_quote form {
		position:relative;
		z-index:2000;
	}
	.products_quote form label {
		float:none;
		display:block;
		text-align:left;
		width:60px;
	}
	.products_quote form input, .products_quote form select, .products_quote form label {
		float:none;
		display:block;
		z-index:2000;
	}
	.products_quote form input.submit {
		background:#005892;
		/*border:2px solid #00336A;*/
		border:0;
		color:#fff;
		padding:3px 8px;
	}
	.products_quote form select {
		float:left;
		width:156px;
	}
	
.products_quote_result {
	float:left;
	margin:-221px 15px 15px 210px;
	position:relative;
	/*background:#1A7EBA;*/
	display: block;
	background: url('../images/structural/translucent.png') top left repeat transparent;
	text-align:left;
	padding:5px 15px;
	width:330px;
	}
	.products_quote_result form {
		position:relative;
	}
	.products_quote_result form table {
		background:transparent;
	}
	.products_quote_result form table:hover {
		color:#fff;
		}
		.products_quote_result form table tr td {
			border:1px solid #fff;
		}
		.products_quote_result form table tr td input.submit {
			background:#005892;
			border:0;
			color:#fff;
			padding:3px 8px;
			margin:0 auto;
			width:100%;
		}

.fieldname {
	font-weight:bold;
}