/* @group MAIN CONTENT */

#main_panel {
	background: url(/images/main/main_panel.jpg) no-repeat;
	height: 221px;
	margin: 0;
	padding: 0;
}

#container {
	padding: 20px 25px;
}

#container p {
	padding: 0;
	margin: 0;
}

#container h2.title {
	font-size: 22px;
}

#container .title span {
	color: #f00;
	font-weight: bold;
}

#container .title span.subTitle {
	color: #686868;
	font-weight: normal;
}

#container h2 span {
	color: #686868;
	font-weight: normal;
}

/* @end */

/* @group PANELS */

#middle_section {
	margin: 25px 0;
}

#middle_section h2 {
	margin: 0;
	padding: 0;
}

#col1 p , #col2 p, #col3 p {
	margin: 0;
	top: -5px;
	padding: 0;
	position: relative;
	color: #686868;
	line-height: 1.4em;
}

#col1, #col2 {
	width: 245px;
	float: left;
	margin: 0;
	padding: 0;
}

#col3 {
	width: 175px;
	text-align: center;
	float: right;
	margin: 0;
	padding: 0;
}

#col1 #history_panel, #col3 #cruise_panel, #col2 #directions_panel {
	width: 175px;
	margin: 0;
	text-align: left;
}

#middle_section .panel_title {
	top: -10px;
	position: relative;
	margin: 0;
	padding: 0;
}

#col1 a, #col2 a, #col3 a {
	position: relative;
	padding-right: 15px;
	background: url(/images/main/blue_arrow_right.gif) no-repeat right 2px;
}

/* @end */

/* @group BOTTOM BAR */

#bottom_bar {
	width: 663px;
	height: 95px;
	padding: 0px 20px 0 20px;
	background: url(/images/main/cruise_bubble.png) no-repeat;
}

#bottom_bar .group {
	width: 205px;
	padding-top: 10px;
}

#bottom_bar .left {
	height: 95px;
	float: left;
	width: 315px;
	background: url(/images/main/cube.png) no-repeat right top;
}

#bottom_bar .right {
	height: 95px;
	width: 300px;
	float: left;
	padding-left: 15px;
	background: url(/images/main/burger.png) no-repeat right 8px;
}

#bottom_bar a {
	position: relative;
	padding-right: 15px;
	background: url(/images/main/blue_arrow_right.gif) no-repeat right 2px;
}

/* @end */