@charset "UTF-8";
/* SWELTRAC CSS created by Rubber Duckiee Ltd  */
/* (C) COPYRIGHT. ALL RIGHTS RESERVED, RUBBER DUCKIEE LTD. */

/* MAIN LAYOUT */

#swl_body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.65px;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
	background-color:#CCC;
}

#swl_content {
	width:960px;
    min-height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background-color:#FFF;
	border:1px solid #999;
}

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

br.clearfix {	
	clear:both; 	
	margin:0px !important; 
	padding:0px !important; 
	height: 1px; 
	font-size: 1px; 
	line-height: 1px; }

#swl_main {
	width:920px;
	padding:0px 20px 50px;
	min-height:600px;
}

/* HEADER */

#swl_header {
	min-width:960px;
	min-height:150px;	
	max-width:960px;
	max-height:150px;
}

#swl_logo {
	width:385px;
	height:150px;
	float:left;
	background-image:url(/images/logo.png);
}

/* SEARCH */

#swl_search {
	width:200px;
	float:right;
	text-align:right;
	padding:20px 120px 0px 0px;
}

.swl_input {
	color: #999;
	background: #fff;
	font-size:10px;
	border: 2px solid #d5d5d5;
	padding-right: 20px;
}

.swl_submit_but	{
	background-image:url(/images/search.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	margin:2px 0px 0px -18px;
	width: 18px;
	height: 18px;
	border: none;
}

/* BREADCRUMBS */

.swl_breadcrumbs {
	padding:10px 0px 0px 20px;
	max-width:940px;
	font-size:10px;
	color:#666;
}
	
.swl_breadcrumbs a{
	color:#999;
	text-decoration:none;
}

.swl_breadcrumbs a:hover{
	color:#00B5EF;
	text-decoration:none;
}

/* IMAGE FLOATING */

.swl_floatright {
	float: right;
	margin: 10px 0px 10px 20px;
}

div.swl_floatright img {
	border:1px #999 solid;
}

.swl_floatleft {
	float: left;
	margin: 10px 20px 10px 0px;
}

div.swl_floatleft img {
	border:1px #999 solid;
}

.swl_caption {
	color:#999;
	text-align:center;
	overflow:auto;
}

/* MAIN HOME AREA: SWELTRAC */

#swl_home {
	width:920px;
	padding:0px 20px;
	min-height:600px;
}

#swl_banner {
	width:919px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:300px;
}

#swl_home_left {
	width:307px;
	padding: 0px;
	float:left;
}

#swl_home_right {
	width:613px;
	padding-left:0px;
	float:right;
}

#swl_sidebar_cnts {
	width:300px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

/* MAIN CONTENT AREA: SWELTRAC */

#swl_main_left {
	width:700px;
	padding-right:8px;
	float:left;
}

#swl_main_right {
	width:200px;
	padding-left:8px;
	float:right;
}

/* MAIN CONTENT AREA: TRAVEL PLAN */

#swl_tp_left {
	width:140px;
	float:left;
	padding-top: 20px;
}

#swl_tp_right {
	width:750px;
	float:right;
	padding: 20px 0px 20px 10px;
}

/* FOOTER */

#swl_footer {
	width:920px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 10px;
}

/* Float */

#swl_right_float {
	float:right;
	margin-left: 20px;
	border:1px solid #EC0089;

}

#swl_left_float {
	float:left;
	margin-right: 20px;
	border:1px solid #EC0089;
}

/* 404 ERROR */

#swl_404error {
	background-image:url(/images/404_error.png);
	background-repeat:no-repeat;
	background-position:center;
	height:600px;
}

#swl_maintenance {
	background-image:url(/images/maintenance.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:600px;
}
<!--
#swl_missing_email {
    top:5%;
	position:relative;
	width:665px;
	height:600px;
	margin: auto;
	background-image:url(/images/email_not_found.png);
    background-repeat:no-repeat;
}

a img
{
    border-style: none;

}
-->
