@charset "UTF-8";
/* 
------------------------------------------

T A K I  E X P R E S S || C O U R I E R S 

------------------------------------------

WEBSITE DESIGN & DEVELOPMENT: JONAH BIRNS

T H E L O N G Y E A R S  D O T  C O M */

html, body {
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2c2c2c;
	height:100%;
	margin:0px;
	}

/* S T R U C T U R E _____________________*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -24px;
}

.topper {
	width:100%;
	height:10px;
	background-color:#68451e;
}

.content {
	width:875px;
	margin:0px auto;
}

.foot, .push {
	height: 24px;
	width:100%
}

.header {
	top: 0;
	width:875px;
	height:180px;
	margin:0 0 10px 0;
	padding:0;
}


/* L O G O _________________________________*/
.logo {
	float:left;
	margin:10px 0 10px 0;;
	height:46px;
	top:0;
}

.logo h1 a {
	background:url('../_imgs/logo.gif') top no-repeat;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
	width:159px;
	height:46px;
	padding:0;
	top:0;
	
}


/* N A V ___________________________________*/
#nav {
	float:right;
	height:35px;
	margin:10px 0 10px 0;
}

#nav ul {
	list-style-type: none;
	list-style-image:none;
	display:inline;
	margin:0;
}

#nav li {
	list-style-image:none;
	display:block;
	border-right: 1px solid #68451e;
	margin:0;
	padding:0 3px 0 3px;
	width:109px;
	height:35px;
}

#nav .first {
	border-left: 1px solid #68451e;
}

#nav li a {
	background-color:#FFFFFF;
	display:block;
	width:109px;
	height:35px;
}

#nav li a:hover {
	background-color:#68451e;
	display:block;
	width:109px;
	height:35px;
}

#nav .on {
	background-color:#68451e;
	color:#FFFFFF;
	display:block;
	width:109px;
	height:35px;
}

.nav a {
	color:#000000;
	line-height:35px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}

.nav a:hover {
	color:#ffffff;
	line-height:35px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}

/* I M A G E  _____________________________*/

.image {
	height:110px;
	border:1px solid #68451e;
	padding:0 0 0 0;
	margin:0 0 10px 0;
	top:68px;
	float:left;
}


/* F O O T E R ____________________________*/

.links {
	float:left;
	font-size:9px;
	padding:0;
	margin:0 0 0 12px;
}

.links a {
	text-decoration:none;
	color:#2c2c2c;
}

.links a:hover {
	text-decoration:none;
	color:#55391a;
}

.time {
	float:right;
	padding:0;
	margin:0 8px 0 0;
}

/* F O N T S  _____________________________*/

h1 {
	padding:0px;
	margin:0px;
}

h2 {
	font-family: Geneva, Arial,Verdana, Helvetica, sans-serif;
	font-size:24px;
	color:#68451e;
	border-bottom:1px solid #121212;
	margin:0;
	padding:10px 0 2px 0;
	
}

h3 {
	font-family: Geneva, Arial,Verdana, Helvetica, sans-serif;
	font-size:20px;
	border-bottom:1px solid #121212;
	margin:0;
	padding:0px 0 10px 0;
	
}

h4 {
	font-family: Geneva, Arial,Verdana, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	text-align:left;
}

h5 {
	font-family: Geneva, Arial,Verdana, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	color:#ab3819;
}

h6 {
	font-family: Geneva, Arial,Verdana, Helvetica, sans-serif;
	font-size:16px;
	margin:-14px 0 0 0;
	padding:0;
	text-align:left;
}

p {
	line-height:18px;
	margin:0px 0 10px 0;
	padding:0;
}

strong {
	color:#68451e;
}


/* M A P S  _______________________________*/

#price {
	float:left;
	width:254px;
	margin:0;
	padding:0 10px 0 0;
}

#price ul {
	list-style-type: none;
	margin:0;
}

#price li {
	list-style-image:none;
	list-style-type:none;
	margin:10px 0 20px 0;
	color: #68451e;
	font-size:12px;
	line-height:30px;
	height:30px;
	font-weight:bold;
}

.map {
	height:500px;
	margin:10px 0 0 0;
	padding:0px;
	float:right;
}

.gmap {
	border:1px solid #68451e;	
}

/* O R D E R  _____________________________*/

.order {
	color: #68451e;
	font-size:11px;
	line-height:30px;
	font-weight:bold;
}

#from {
	float:left;
	width:410px;
	min-height:500px;
	border-right:1px solid #626262;
	margin:10px 0 0;
	padding:0 15px 0 0;
	position:relative;
}

#to {
	float:right;
	width:435px;
	min-height:500px;
	margin:10px 0 0;
	padding:0;
	position:relative;
}

#form{
	min-height:580px;	
}
.field {
	width:240px;
	height:18px;
	background:#f9f9f9;
	border:1px solid #2c2c2c;
}

.inst {
	width:250px;
	height:100px;
	background:#f9f9f9;
	border:1px solid #2c2c2c;
	margin:10px 0;
}

#send {
	background:url('../_imgs/send_btn.gif') top no-repeat;
	width:98px;
	height:29px;
	border:0;
	color:#FFFFFF;
	text-indent:-10px;
}

#send:hover {
	background:url('../_imgs/send_btn.gif') no-repeat;
	background-position:0px -29px;
	width:98px;
	height:29px;
	border:0;
	color: #68451e;
}

/* C O N T A C T ___________________________*/

#contact {
	float:left;
	margin:10px 0;
	padding:0 20px 0 0;
	position:relative;
}

.contact a {
	color:#2c2c2c;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

.contact a:hover {
	background-color:#68451e;
	color:#ffffff;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}
