/* 
Interlink Travel Corporation
622design

Updated: Tuesday January 8, 2008 @ 6:30 PM
Author: JR Zoleta

*/

/* 
	COLORS
	Body Background: #FFFFFF
	Main Text: #666666
	Sidebar Text: #FFFFFF
	Content Links: #999100
	Sidebar Links: #ECEC37
	Link Hover: #FF7F00
	Block Headers: #000000
	Titles: #3F3F3F
*/

	
#splash {
	width: 650px;
	height: 300px;
	background: url(../images/barca_splash.jpg) no-repeat top;
	}

#promos {
	width: 294px;
	height: 278px;
	background: url(../images/promos_bg.png) no-repeat top;
	margin: 0.6em 0.6em;
	float: right;
	}

#booknow {
	float: left;
	clear: left;
	margin-left: 25px;
	margin-top: 246px;
	font-size: 14px;
	font-weight: bold;
	}

#booknow a {
	color: #FF7F00;
	}

* html #promos {
	background: url(../images/promos_bg.gif) no-repeat top;
	} 

* html #booknow {
	margin-left: 101px;
	}

#promos h1 {
	color: #FFA000;
	font-size: 20px;
	line-height: 12px;
	padding: 12px 0 4px 12px;
	}

#promos hr {
	color: #222222;
	background-color: #222222; 
	width: 270px;
	}

.promotext {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 0 0 1.8em;
	}

#splitcontainer {
	width: 650px;
	margin-top: 24px;
	}

#left, #right {
	width: 313px;
	float: left;
	background: url(../images/body_bg.jpg) repeat-x top;
	}

#right {
	margin-left: 24px;
	}

.blockbottom {
	height: 12px;
	background: url(../images/block_bottom_bg.gif) top no-repeat;
	}

.content ul {
	margin-left: 24px;
	margin-top: 12px;
	list-style: none;
	}

.content li {
	margin-bottom: 12px;
	list-style: none;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	}

.content a {
	color: #FFFFFF;
	}