/* 
Interlink Travel Corporation
622design

Updated: Tuesday January 10, 2008 @ 8: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
*/

/* LAYOUT - GENERIC */

@import "menu.css";

* {
	margin: 0 auto;
	padding: 0;
}

html, body {
	background: #FFFFFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* CONTAINERS */

#container {
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	}
	
#headerwrap, #contentwrap, #footerwrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 960px;
	clear: both;
	}

#headerwrap {
	height: 160px;
	background: url(../images/header_bg.gif) #CFCFCF repeat-x top;
	border-bottom: 1px solid #8C8C8C;
	}

#contentwrap {
	padding-bottom: 24px;
	margin-top: 4px;
	background: url(../images/content_bg.gif) #FFFFFF repeat-x top;
	border-top: 1px solid #8C8C8C;
	}

#header, #content, #footer {
	width: 960px;
	}

/* HEADER */

#logobox {
	margin-top: 32px;
	width: 300px;
	float: left;
	}

#sideheader {
	width: 312px;
	float: right;
	}

#searchbox {
	width: 272px;
	height: 47px;
	float: left;
	background: url(../images/search_bg.gif) no-repeat;
	}

/* --- ADD SEARCH BOX DETAILS HERE --- */

#contactbox {
	margin-top: 12px;
	float: left;
	}

/* CONTENT */

#menucontainer {
	width: 960px;
	border-top: none;
	height: 36px;
	}

#contentcontainer {
	width: 960px;
	}

#maincontentcontainer {
	width: 650px;
	margin-top: 24px;
	float: left;
	}

/* --- FRONT PAGE -> front.css | INSIDE PAGES -> inside.css --- */

#sidebarcontainer {
	float: right;
	width: 286px;
	margin-top: 24px;
	}

#quicklinkscontainer, #newslettercontainer, #partnerscontainer {
	width: 286px;
	background: url(../images/sidebar_content_bg.gif) repeat-x top;
	}
	
#quicklinkscontainer, #newslettercontainer, #partnerscontainer {
	margin-top: 24px;
	}

#contactcontainer {
	width: 274px;
	height: 45px;
	background: url(../images/contact_button.gif) no-repeat top;
	padding: 14px 0 0 12px;
	}

.blockheader {
	padding: 12px 12px 4px 12px;
	background: url(../images/block_header_bg.gif) #ECECEC repeat-x top;
	}

.blockheader2 {
	margin-top: 24px;
	padding: 12px 12px 4px 12px;
	background: url(../images/block_header_bg.gif) #ECECEC repeat-x top;
	}

.sidebarblockheader {
	padding: 12px 12px 4px 12px;
	background: url(../images/sidebar_block_header.gif) #ECECEC repeat-x top;
	}

.sidebarblockheader2 {
	padding: 12px 12px 4px 12px;
	background: url(../images/sidebar_block_header2.gif) #ECECEC repeat-x top;
	}

.sidebarseparator {
	height: 12px;
	background: url(../images/line_yellow.gif) no-repeat top;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	}

* html .sidebarseparator {
	font-size: 1px;
	overflow: hidden;
	}

.sidebarcontent {
	padding: 6px 24px;
	background: #838383 repeat-x top;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	}

.sidebarcontent2 {
	padding: 6px 24px;
	background: #838383 repeat-x top;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	}

.sidebarblockbottom {
	height: 10px;
	background: url(../images/sidebar_block_bottom.gif) top no-repeat;
	}

* html .sidebarblockbottom, .sidebarblockbottom2 {
	font-size: 1px;
	overflow: hidden;
	}

.sidebarblockbottom2 {
	height: 10px;
	background: url(../images/sidebar_block_bottom2.gif) top no-repeat;
	}

.mainseparator {
	height: 12px;
	background: url(../images/line_orange.gif)  no-repeat top;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	}

.maincontent {
	padding: 18px 18px;
	height: 682px;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	}

.maincontent2 {
	padding: 18px 24px;
	height: 354px;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	}

.maincontent3 {
	padding: 18px 24px;
	height: 140px;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	}


/* FOOTER */

#footer {
	height: 200px;
	background: url(../images/footer_bg.gif) repeat-x top;
	padding: 24px 0px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	}

#footer a {
	padding: 0 24px;
	}

/* TEXT */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #3F3F3F;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #3F3F3F;
	}

.sidebar-text {
	font-size: 12px;
	color: #FFFFFF;
	}

.quicklinks-text {
	font-size: 12px;
	color: #FFFFFF;
	}

.linkheader {
	font-size: 14px;
	color: #FFFFFF;
	}

.quicklinks-text2 {
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	}

.content-text {
	font-size: 12px;
	color: #111111;
	}

.contacttext {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	}

p {
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	}

a {
	color: #999100;
	text-decoration: none;
	}

a:hover {
	color: #FF7F00;
	text-decoration: underline;
	}
	
#sidebarcontainer a {
	color: #ECEC37;
	text-decoration: none;
	}

#sidebarcontainer a:hover {
	color: #FF7F00;
	text-decoration: underline; 
	}

.contactheads {
	font-size: 11px;
	color: #666666;
	}

.contactheads2 {
	margin-left: 12px;
	font-size: 11px;
	color: #666666;
	}

.contactdetails {
	font-size: 11px;
	line-height: 14px;
	color: #3F3F3F;
	}

.block-simplenews h2 {
	display: none;
	}

/* FORM FIELDS */

.newslettertext {
	width: 200px;
	border: none;
	background: #FFFFFF;
	}

.searchtext {
	width: 194px;
	border: none;
	background: #FFFFFF;
	}

#searchtext {
	margin-top: 12px;
	margin-left: 20px;
	float: left;
	}

* html #searchtext {
	margin-top: 9px;
	margin-left: 8px;
	}

.search-text {
	color: #666666;
	padding: 2px 4px;
	font-size: 16px;
	width: 160px;
	border: none;
	}

#searchbuttondiv {
	margin-right: 8px;
	margin-top: 6px;
	float: right;
	}

* html #searchbuttondiv {
	margin-right: 4px;
	}

.newsform {
	width: 218px;
	height: 26px;
	background: url(../images/textfield_bg.gif) no-repeat top;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	}

.formtext {
	margin-left: 10px;
	margin-top: 5px;
	color: #666666;
	border: none;
	}

* html .formtext {
	margin-top: 2px;
	}

.submitbutton {
	margin-top: 8px;
	}


/* CLEARFIX */

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

/* MISCELLANEOUS */

a img {
	border: none;
	}

hr {
	color: #878787; 
	background-color: #878787; 
	border: 1px dotted #CCCCCC; 
	border-style: none none dotted;
	margin-top: 6px;
	margin-bottom: 6px;
	}

hr.dotted {
	color: #878787; 
	background-color: #FFFFFF; 
	border: 1px dotted #CCCCCC; 
	border-style: none none dotted;
	margin-top: 6px;
	margin-bottom: 6px;
	}

.form-item {
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	}

.messages {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #FFFFFF;
	margin: 12px 0 12px 0;
	}