 /*   
Name: TMS Australia
Description: Travel Management Consulting and Managed Services
Author URI: http://www.company.com.ph
Version: 1.0
Tags: Travel Management Consulting and Managed Services
Web Design: Pitstop101media.com
-------------------------------------------------------------- */


/* Base
-------------------------------------------------------------- */

body {
	background: #f6f6f6 url(i/bodybg.png) top repeat-x;
	margin:0; 
}

h1 { font-size:16px;
}

.wrapper {
	background:url(i/mainbg.png) bottom repeat-x;
	height: auto !important;
	width: 1099px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	overflow: hidden;
	border:1px #000000 solid;
}

.leftsidebar {
	width:208px;
	float:left;
	height:auto;
}

.container {
	background:url(i/leftbg.jpg) top left no-repeat;
	overflow:hidden;
}

.rightcontent {
	width:859px;
	float:right;
	padding:0 16px;
}
.header{
	height:auto;
	overflow:auto;
}
.logo {
	width:365px;
	height:128px;
	float:left;
	background: url(i/tms_logo.png) left no-repeat;
}
.emailus {
	width:217px;
	height:128px;
	float:right;
	background:url(i/emailus.png) center no-repeat;
}
.menu {
	background:#131420 url(i/menubg.png) repeat-x;
	width:859px;
	height:50px;
	line-height:50px;
	float:left;
	overflow:visible;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.menu ul {
	list-style:none;
	display:inline;
}
.menu li {
	float:left;
}
.menu a {
	color: #CCC;
	text-decoration:none;
	font:16px Calibri, Arial, Tahoma;
	padding:0 12px;
	line-height:50px;
}
.menu a:hover {
	color:#FFFFFF;
}
.spacer {
	width:859px;
	height:1px;
	float:left;
	overflow:auto;
}
.slider {
	background:url(i/slider01.jpg) center no-repeat;
	width:857px;
	height:221px;
	float:left;
	border:1px #018a8f solid;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.insideheader {
	background: url(i/insideheaderimg.png) center no-repeat;
	width:859px;
	height:121px;
	float:left;
}
.content {
	font:14px Tahoma, Geneva, sans-serif;
	color:#006666;
	line-height:24px;
	width:779px;
	text-align:left;
	padding:0 40px;
	float:left;
}
.row {
	color:#4e4e4e;
	padding-left:230px;
	margin-bottom:15px;
}
.row span {
	color:#2d2d2d;
	font:bold 14px Tahoma, Geneva, sans-serif;
}
.footer {
	background:#005f5f url(i/footerbg.png) repeat-x;
	height:82px;
}
.footermenu {
	float:left;
	margin-left:45px;
}
.footermenu a {
	color: #006666;
	text-decoration:none;
	font:16px Calibri, Arial, Tahoma;
	padding:0 12px;
	line-height:50px;
}
.footeremailus {
	float:left;
	margin-left:10px;
}
.footerwrapper {
	width: 1099px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	overflow: hidden;
	line-height:50px;
	height:50px;
}
.footerlogo {
	float:left;
	padding:27px 15px;
	height:26px;
	width:178px;
	text-align:left;
}
.copyright {
	font:12px Calibri, Arial, Tahoma;
	color:#80b3b3;
	float:left;
	padding:0 15px;
	line-height:80px;
	height:80px;
	width:260px;
}
.webdesign {
	font:12px Calibri, Arial, Tahoma;
	color:#80b3b3;
	float:right;
	padding:0 15px;
	line-height:80px;
	height:80px;
	width:170px;
}