/* CSS Document for Travelonomy.com */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body,td,th, ul {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
}
body {
	background: #e2e7ea url(img/bkg-main.gif) top repeat-x;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	display: inline;
}
br {
	clear:both;
}

/* DIV specs */

#wrapper {
	background-color: white;
	border: #b7c9d7 1px solid;
	margin: 0 auto;
	width: 960px;
}

#header {
	background: white url(images/header.jpg) top center no-repeat;
	padding: 16px 20px 11px 18px;
	border: red 0px solid;
	height:64px;
	
}
#header img{
	float: left;
}
#header h1 {
	color: #006d8a;
	font-size: 140%;
	font-style: italic;
	margin-top: 20px;
	text-align: right;
}

#nav {
	/*background-color: #a0d223;*/
	background-color:#0087B4;
	border: #b7c9d7 1px solid;
	border-left: none;
	border-right: none;
	letter-spacing: .1em;
	padding: 5px 10px;
}
#nav li{
	color: #f1f8dd;
	display: inline;
	list-style: none;
}
#nav a{
	color: white;
	margin: 0 10px;
}
#nav a:hover{
	color: #aa2396
}
#nav span{
	float: right;
}

#signup {
	background-color: #f1f8dd;
	border: #a0d21e 1px solid;
	border-left: none;
	border-right: none;
	margin: 30px 0;
	padding: 10px 0 10px 50px;
}
#signup h1 {
	border-right: #a0d21e 1px solid;
	float: left;
	font-size: 300%;
	display: block;
	padding: 20px 50px 30px 0;
	margin-right: 30px;
}
#signup h2 {
	font-size: 110%;
}
#signup p {
	font-size: 85%;
}
#signup .reason{
	float: left;
	margin-right: 20px;
	width: 200px;
}

#steps {
	margin: auto;
	width: 830px;
}
#steps h2 {
	font-size: 110%;
	line-height: 100%;
	height: 35px;
	padding-left: 20px;
	vertical-align: baseline;
}
#steps h3 {
	font-size: 100%;
}
#steps .step {
	float: left;
	line-height: 1.1em;
	position: relative;
}
#steps ul {
	list-style: none;
	margin-left: 10px;
}
#steps li {
}

#signupForm {
	padding: 20px;
	font-size: 90%;
}
#signupForm fieldset{
	border: #dadada 1px solid;
	padding: 10px;
	margin: 0;
}
#signupForm p{
	padding: 10px;
}
#signupForm legend {
	background-color: white;
	font-size: 140%;
	padding: 0 10px;
	margin: 0;
}
#signupForm input, #signupForm textarea, #signupForm select {
	border: #a0d223 1px solid;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 2px 10px;
	padding: 1px 2px;
}
#signupForm label {
	float: left;
	font-size: 90%;
	padding-top: 4px;
	text-align: right;
	width: 250px;
}
#signupForm legend.subfield {
	font-size: 80%;
}
#checkboxes {
	float: left;
	margin-bottom: 15px;
}
#checkboxes input {
	border: none;
	margin: 0 8px;
	padding: 0;
}
#checkboxes label {
	clear: both;
	text-align: left;
}

#contact {
	background-color: #f1f8dd;
	border: #a0d21e 1px solid;
	border-left: none;
	border-right: none;
	float: right;
	margin: 40px 20px;
	padding: 10px;
}
#contact h1 {
	font-size: 120%;
}
#contact p {
	line-height: 150%;
	margin-top: 10px;
}

#footer {
	background: white url(img/footer-bkg.gif) top repeat-x;
	height: 60px;
	margin-top: 20px;
}
#footer table {
	width: 85%;
}

#footer img {
	float: right;
}
#footer ul {
	color: #0087b4;
	font-size: 80%;
	padding: 23px;
}
#footer li {
	display: inline;
}
#footer a {
	color: #0087b4;
	margin: 0 10px;
}
#footer a:hover {	
	color: #aa2396;
}
#copyright {
	border-top: #dadada 1px dashed;
	color: #a3b9ca;
	display: block;
	font-size: 70%;
	margin:3px;
	text-align: center;
}

#countryTags {
	color: #a3b9ca;
	font-size: 70%;
	line-height: 110%;
	margin: 10px auto;
	text-align: center;
	width: 960px;
}
#countryTags a {
	color: #a3b9ca;
}
/* CLASS specs */
.tomBlue {color: #0087b4;}
.tomBlueDark {color: #006d8a;}
.tomGreen {color: #a0d223}
.tomGreenDark {color: #6f983d}
.tomPurple {color: #aa2396}
.dashedline {border-bottom: #dadada 1px dashed; clear: both; display: block; margin:3px;}
.tomCenter {text-align: center}
.defaultBTN {border: none;}
.pageTitle {background-color: #f1f4f6; color: #5f91a9; font-size: 120%; margin: 20px 0; padding:5px 0 5px 50px;}
