/* HTML TAGS */

body {
	background-image: url('http://static.orbsix.com/images/body.bg.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: "Tahoma";
}

h1 {
	display: none;
}

h2 {
	color: #9a1006;
	font-size: 18px;
}

h3 {
	font-weight: bold;
	color: #78904a;
}

a {
	color: #004a90;
	/* text-decoration: none; */
}

a:hover {
	text-decoration: underline;
}

em {
	color:	#577b9f;
	font-weight:	bold;
	font-size:	16px
}

/* MAIN */

#bd, #hd, #mast {
	border-left: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	background-color: #FFFFFF;
}

#hd {
	padding: 20px 40px 20px 40px;
}

#hd .logo {
	float: left;
}

#hd ul {
	float: right;
	margin-top: 25px;
	text-align: right;
	font-size: 110%;
}

#hd li {
	display: inline;
	margin-left: 30px;
	color: #555555;
}

#hd a {
	color: #999999;
}

#mast {
	height: 258px;
}

#bd {
	padding: 40px;
	font-size: 110%;
	line-height: 2;
	color: #555555;
}

#bd p {
	margin-bottom: 20px;
}

#contact-info {
	float: right;
	width: 320px;
	background-color: #EEE;
	border: 1px solid #AAA;
	padding: 5px;
}

.contact-info {
	line-height: 1.5;
	margin-bottom: 20px;
}

.contact-info td {
	display: inline;
}

.contact-info .field {
	display: none;
}

.contact-info .label {
	color: #999999;
	padding-right: 6px;	
}

#content {
	width: 575px;
}

#content ul {
	line-height: 1.5;
	margin-left: 20px;
}

#content li {
	list-style: disc inside;
}

.call-to-action p {
	padding: 0 0 20px 0;
	vertical-align: middle;
	display: table-cell
}

.call-to-action a {
	border-left: 1px solid #cecece;
	padding: 20px 40px 20px 40px;
	font-size: 18px;
}
.call-to-action img {
	padding: 0 40px 0 0;
}

#ft .copyright {
	font-size: 90%;
	color: #999999;
}

#ft {
	padding-bottom: 15px;
}

/* TOUR */

.tour-item {
	margin: 0 0 20px 0;
	line-height: 1.5;
}

.tour-item img {
	float: left;
	margin: 0 20px 0 0;
}

/* GET STARTED */

input[type="text"] {
	background-color:#f7f7f7;
	background-image:url('http://static.orbsix.com/images/input.bg.png');
	background-position:center top;
	background-repeat:repeat-x;
	border-color:#BBBBBB #CECECE #CECECE #BBBBBB;
	border-style:solid;
	border-width:1px;
	color:#000000;
	font-size:12px;
	padding:4px;
}

textarea {
	background-color:#f7f7f7;
	border-color:#BBBBBB #CECECE #CECECE #BBBBBB;
	border-style:solid;
	border-width:1px;
	color:#000000;
	font-size:12px;
	padding:4px;
}


input[type="submit"] {
	border: 1px solid #999999;
	background-color: #78904a;
	color: #FFFFFF;
	padding: 5px 10px;
}
