@charset "utf-8";

/*
##layout.css##
This CSS document contains the layout selectors
Compiled for Snake Travels
Author: Robin Yata
E-mail: rabinyata@yahoo.com/rabinyata@gmail.com
*/

div#holder {
	width: 890px;
	margin: 0 auto;
	padding: 0;
}

div#header {
	display: block;
	margin: 10px 0 25px 0;
}

div#tabnavigation {
	display: block;
}

#bannerCurve{
	background:url(../images/nav_bg.jpg) no-repeat 0 100%;
	font-size:5px;
	padding:0;
	margin:0;
	height:7px;
}

div#banner {
	background: #fffdff;
	text-align: center;
}

div#breadcrumbs {
	display: block;
	padding: 5px 0 5px 0;
	background: #FFF;
}

div#breadcrumbs span{
	float: left;
}

div#social_bookmark{
	width: 128px;
	float:right;
}
div#social_bookmark img{
	float:right;
}

div#maincontentwrap, div#maincontentwrapalter {
	display: block;
	background: #FFF;
	padding: 15px 5px;
	text-align:left;
}

div#left, div#right {
	width: 232px;
	float: left;
}

div.moduletop, div.modulebottom {
	display: block;
	height: 8px;
	background: url(../images/module_pane_top.jpg) bottom center no-repeat;
}

div.modulebottom {
	height: 10px;
	background: url(../images/module_pane_bottom.jpg) top center no-repeat;
	margin-bottom: 17px;
}

div.moduletable {
	background: url(../images/module_pane_bg.jpg) top repeat-y;
	padding: 5px 7px;
}

div#midcontent {
	width: 395px;
	float: left;
	padding: 0 10px;
}

div#midcontent2 {
	width: 625px;
	float: left;
	padding: 0 10px;
}

div.leading {
	background: url(../images/welcome_bg.jpg) top center no-repeat;
	padding: 17px 15px;
}

div#midcontent div.article_column {
	display: block;
	clear: left;
}

div.newsmoduletop {
	display: block;
	height: 8px;
	background: url(../images/news_pane_top.jpg) bottom center no-repeat;
}

div.newsmodule {
	background: #c8a969 url(../images/news_pane_btm.jpg) bottom center no-repeat;
	padding: 5px 15px;
	margin-bottom: 17px;
	min-height: 265px;
	height: auto !important;
	height: 265px;
}

div.banneritem {
	text-align: center;
}

div#legalnotice {
	width: 890px;
	margin: 0 auto;
}

/* FOOTER */

#footer {
	/*width: 870px;*/
	width: 890px;
	/*padding: 10px;*/
	padding: 10 0 0 0;
	margin: 0 auto;
	background: #FFF;
	color: #222;
}

div.footernav {
	width: 638px;
	float: left;
	padding: 0 0 0 10px;
}

div.company_details {
	width: 205px;
	margin: 0 0 0 10px;
	float: left;
	text-align: left;
}

/* END FOOTER */

/* Hacks */

.clear {
	clear: both;
	visibility: hidden;
}

