/**************************************************************/
/* WhatGreenCar - API Styles                                  */
/* @author: Steve Kirtley - steve@thinkingdifferently.co.uk   */
/* @date: 30th November 2007                                  */
/**************************************************************/

/***************/
/* GENERIC CSS */
/***************/

img {
	border: none;
}

* {
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
}

.offScreen {
	position: absolute;
	left: -5000px;
}

.clear {
	clear: both;
}

fieldset {
	border: none;
}

fieldset legend {
	display: none;
}

/***************/
/* VERSION TWO */
/***************/

body, html {
	border: 0;
	overflow: visible;
	width: 160px;
	/* this hides the annoying scroll bar and border in IE 6 /7 */
}

#default {
	font-size: 1em;
	border: 0;
	overflow: visible;
	width: 160px;
}

	#default #mainBody {
		float: left;
		background: url('../i/api/v3/bg_repeat.gif') repeat-y;
		overflow: visible;
	}

	#default h1 {
		background: url('../i/api/v3/all_top.gif') no-repeat;
		width: 160px;
		height: 70px
	}

	#default #mainBody .hr {
		width: 160px;
		background: url('../i/api/v3/hr_image.gif') no-repeat;
		height: 4px;
		border: 0;
	}

		#default #mainBody form fieldset select {
			width: 138px;
			margin-bottom: 5px;
			margin-left: 11px;
			color: #000;
			font-size: 11px;
		}
		
		
		#default #mainBody form fieldset #select1 { margin-top: 6px; }
		#default #mainBody form fieldset #select2 { margin-bottom: 6px; }

			#default #mainBody form fieldset select option {
				padding-top: 5px: 10px;
				border: 0;
			}

			#default #mainBody form fieldset #submitButton:hover {
				cursor: pointer;
				cursor: hand;
				text-decoration: underline;
			}

	#default #mainBody #footLinks {
		width: 246px;
		margin-left: 11px;
		padding-top: 5px;
		padding-bottom: 5px;
		float: left;
		display: inline;
	}

	#default #mainBody #footLinks p {
		color: #F09434;
		font-size: 0.75em;
		float: left;
		display: inline;
		font-weight: bold;
		position: relative; top: 3px;
		padding-left: 5px;
		padding-right: 3px;
	}

	#default #mainBody #footLinks p a:link,
	#default #mainBody #footLinks p a:visited { text-decoration: none; color: #F09434;}
	#default #mainBody #footLinks p a:hover { text-decoration: underline}
	
	

	#default #mainBody #footLinks #submitButton {
		float: left;
		padding-right: 3px;
	}	
	
	#default #mainBody #footLinks #rss {
		background: url('../i/api/v3/small_rss_logo.gif') no-repeat;
		display: block;
		margin-left: 3px;
		width: 15px;
		height: 17px;
		float: left;
	}
	
	#default #mainBody #footLinks #api {
		background: url('../i/api/v3/getapi.gif') no-repeat;
		display: block;
		margin-left: 12px;
		width: 52px;
		height: 17px;
		float: left;
	}

	#default #bottom {
		clear: both;
		font-size: 1px;
		background: url('../i/api/v3/bgBottom.gif') no-repeat bottom left;
		width: 160px;
		height: 11px;
	}




