
html {
	overflow: auto;
}

body {
	margin: 0;
	background: #eb6f23 url('images/bg-body.png') repeat-x top;
	text-align: center;
	
}

	body, td, th, input, select, textarea {
		font-family: 'trebuchet ms', arial, helvetica, sans-serif;
		font-size: 15px;
	}
	
	a {
		text-decoration: none;
		color: #c0440e;
	}

		a:hover {
			text-decoration: underline;
		}

	h1, h2, h3, h4 {
		color: #eb6f23;
		margin: .2em 0 .2em;
	}
	
		h1 {
			font-size: 20px;
			text-transform: uppercase;
			color: #000;
		}

		h2 {
			font-size: 18px;
		}
		
		h3 {
			font-size: 16px;
		}

	p, ul, ol, table {
		margin-top: 0;
		margin-bottom: .5em;
	}

	.clickable {
		cursor: pointer;
	}
	
#wrapper {
	background: url('images/bg-wrapper.png') bottom repeat-x;	
}

	#inner {
		width: 986px;
		margin: 0 auto;
		text-align: left;
	}

		#header {
			height: 186px;
			background: url('images/bg-header.png') no-repeat;
			position: relative;
		}
	
			#logo {
				display: block;
				width: 480px;
				height: 107px;
				background: url('images/logo-tigerwaste.png') no-repeat;
				text-indent: -999px;
				overflow: hidden;
				position: absolute;
				top: 30px;
				left: 40px;
			}
	
			#order {
				position: absolute;
				top: 45px;
				right: 40px;
				text-align: center;
				font-size: 15px;
			}
	
				#order a {
					display: block;
					width: 241px;
					height: 45px;
					background: url('images/btn-order.png') no-repeat 0 0;
					color: #fff;
					font-size: 20px;
					font-weight: bold;
					line-height: 49px;
					text-shadow: 0px 1px 1px #000000
				}
					
					#order a:hover {
						text-decoration: none;
						background: url('images/btn-order.png') no-repeat 0 -49px;
					}
	
			#header iframe {
				position: absolute;
				top: 20px;
				right: 40px;
			}
	
			#header ul {
				margin: 0;
				padding: 0;
				list-style: none;
				position: absolute;
				left: 30px;
				top: 158px;
			}
			
				#header li {
					float: left;
					margin: 0 7px 0 0;
					padding-bottom: 2px;
					position: relative;
				}
				
					#header ul a {
						display: block;
						font-size: 17px;
						font-weight: bold;
						text-transform: uppercase;
						height: 22px;
						line-height: 22px;
						color: #000;
						padding: 0 10px;
						-webkit-border-radius: 2px;
						-moz-border-radius: 2px;
						border-radius: 2px;
						text-shadow: 1px 1px 1px rgba(255,255,255,.7);
					}
					
							*:first-child+html #header ul a {
								line-height: 23px;
							}
							
							*:first-child+html #header ul ul a {
								line-height: 13px;
							}
					
						#header ul li:hover a, #header ul li.current_page_ancestor a, #header ul li.current_page_item a {
							text-decoration: none;
							text-shadow: none;
							color: #fff;
							background-color: #000;
						}
			
				#header ul ul {
					display: none;
					position: absolute;
					top: 24px;
					left: 0;
					background-color: #000;
					min-width: 100%;
					-webkit-border-bottom-right-radius: 5px;
					-webkit-border-bottom-left-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-moz-border-radius-bottomleft: 5px;
					border-bottom-right-radius: 5px;
					border-bottom-left-radius: 5px; 
				}
				
						#header li:hover ul {
							display: block;
						}
				
					#header ul ul li {
						float: none;
						margin: 1px 0 3px;
					}
					
						#header ul ul a {
							color: #fff;
							font-size: 15px;
							font-weight: normal;
							text-transform: none;
							text-shadow: none;
							background: none !important;
							white-space: nowrap;
							height: auto;
							line-height: 13px;
							padding: 5px 10px;
						}
						
							#header ul ul a:hover {
								background: #1c1c1c !important;
							}
	
		#main {
			background: url('images/bg-main.png') repeat-y;
			padding: 20px 50px;
			overflow: auto;
			min-height: 400px;
		}
	
		
		#footer {
			height: 40px;
			line-height: 40px;
			background-color: #000;
			padding: 0 20px;
			color: #fff;
			font-size: 13px;
		}

			#footer ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
				#footer li {
					float: left;
					margin-right: 15px;
					position: relative;
				}

					#footer li.last {
						float: right;
						margin: 0;
						padding-right: 65px;
					}
					
						#footer li.last span {
							position: absolute;
							top: 6px;
							right: 0;
							width: 62px;
							height: 32px;
							background: url('images/logo-spark.png') no-repeat 0 0;
							text-indent: -999px;
							overflow: hidden;
						}
						
							#footer li.last a:hover span {
								background-position: 0 -32px;
							}

			#footer a {
				color: #fff;
			}
			
				#footer a:hover {
					color: #ffd51d;
					text-decoration: none;
				}

				
form {
}

	fieldset {
	}
	
		.order fieldset {
			width: 55%;
			float: left;
			border: none;
			padding: 0 0 20px;
			overflow: visible;
		}

label {
	display: block;
	font-weight: bold;
}

	label.inline {
		display: inline-block;
		line-height: 22px;
	}

.order input.text, .order textarea {
	width: 90%;
}
	
table {
	border: 1px solid #000;
	border-collapse: collapse;
	width: 98%;
}

	th, td {
		padding: 2px;
		border-bottom: 1px solid #000;
		text-align: left;
		vertical-align: top;
	}
	
div.row {
	margin-top: 5px;
	clear: both;
	position: relative;
}

	div.col {
		width: 49%;
		float: left;
	}

div.indent {
	margin-left: 30px;
}
	
div.right {
	float: right;
	width: 320px;
}

div.note {
	clear: left;
	font-style: italic;
}

div.buttons {
	padding-top: 20px;
}

.total {
	font-size: 22px;
	margin-bottom: 15px;
	display: block;
}

	.total input {
		border: none;
		padding: 0;
		margin: 0;
		width: auto;
		font-size: 22px;
	}

.valid {
	border: 1px solid green;
}

.invalid {
	border: 1px solid red;
}

.hasscript {
	display: none;
}

span.req {
	font-size: 22px;
	color: red;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
}

.alignright {
	float: right;
}

.left {
	float: left;
	width: 600px;
}

.sidebar {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0;
}

	.sidebar li {
		list-style: none;
		margin-bottom: 10px;
	}

.red {
	color: red;
}
