body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #DFDFDD url('../images/page_bg.png') repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #3a3a3a;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
}

a{
	
}

img{
	border: 0;
}

#page_shad{
	width: 781px;
	margin: 0 auto 3em auto;
	background: url('../images/page_shad.png') repeat-y;
	padding-left: 22px;
}

#wrap {
	text-align: left;
	width: 760px;
	background-color: #fff;
	padding-bottom: 10px;
}

#header {
	height: 99px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 16px;
	left: 18px;
	padding: 0;
	margin:  0;
}

#header #firstgroup_logo{
	position: absolute;
	top: 29px;
	right: 18px;
	padding: 0;
	margin:  0;
}

#content-top {
	
}

#content-holder {
	
}

#content-left {
	padding: 0;
	margin: 0;
	width: 556px;
	height: 450px;
	float: left;
	margin: 0 5px 0 11px;
	background: #EEEEEE url('../images/content_bg.png') bottom repeat-x;
}

#main-content-holder {
	height: 390px;
}

#main-content-holder p, #main-content-holder h3 {
	padding: 0 10px;
}

#main-content-holder h3{
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
}

#content-right {
	padding: 0;
	margin: 0;
	width: 178px;
	height: 450px;
	float: left;
	position: relative;
	background: url('../images/form_footer.jpg') bottom no-repeat;
}

#content-right .plan-journey {
	position: relative;
}

.buyTickets{
	position: relative;
	padding: 10px;
	width: 147px;
	margin-bottom: 1px;
}


#homepage_link{
	background: #D2D4DB;
	padding: 0 10px;
	margin-top: -0.4em;
/*	margin-bottom: 2em; */
}


#footer {
	padding: 0;
	margin: 0;
	height: 40px;
	background: #E1E1E1;
	position: relative;
	margin: 5px 10px 0 10px;
	clear: both;
}

#footer ul {
	position: absolute;
	left: 210px;
	top: 11px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}

#footer ul li {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#footer ul li a {
	padding: 0 5px 0 5px;
	margin: 0;
	color: #152DA0;
	font-size: 1em;
	border-right: 1px solid #152DA0;
	text-decoration: none;
}

#footer ul li.last {
	padding-left: 5px;
}

#footershad{
	position: absolute;
	bottom:-22px;
	left:-24px;
	width: 787px;
	height: 22px;
	background:  url('../images/footer_sha.png');
}


/* journey planner form */
/************************/

.plan-journey form {
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 1em;
}

.plan-journey p {
	padding: 0 0 5px 0;
	margin: 0;
}

.plan-journey h3{
	margin: 0;
}

.plan-journey input {
	padding: 0;
	margin: 0 0 0 0px;
}

.plan-journey span.dateformat {
	font-size: 0.9em;
	padding-left: 5px;
}

#submit_but{
	margin-top: 1em;
	margin-bottom: 1.2em;
}



/**clearfix*******************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */






