@charset "utf-8";
/* CSS Document */


/* Global Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* Global Styles */

body {
	font-size: 13px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(/images/bg.gif) top left repeat-x;	
	color: #666666;
}

h1 {
	color: #00457C;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	color: #00457C;
	font-size: 20px;	
	font-weight: normal;
	font-weight: bold;
	margin-bottom:20px;
}

h3 {
	color: #00457C;
	font-size: 13px;
	font-weight: normal;
	font-weight: bold;
	margin-bottom:20px;
}


strong {
	font-weight: bold;
}

p {
	margin: 0px 0px 20px 0px;
	line-height: 16px;
}

img {
	margin: 0px;
}

em {
	font-style: italic;
}

.clearing {
	height: 1px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;	
	font-size: 1px;
}

.hr {
	border-top: solid 1px #CCCCCC;
	height: 1px;
	margin: 1px 0 20px 0;
	clear: both;
	overflow: hidden;	
	font-size: 1px;
}

a, a:hover {
	color: #DC9019;
	text-decoration: underline;
}

.content_image {
	margin-bottom: 20px;	
}

ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 20px;
}

ol {
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 20px;
}

.banner {
	margin-bottom: 20px;
}

small {
	font-size: 10px;
	line-height: 12px;
}


/* Main Layout */

#header {
	width: 990px;
	margin: 0 auto;
	position: relative;
	height: 125px;
}	

#body_container {
	width: 990px;
	margin: 0 auto 10px auto;
	border-top: solid #FFF 10px;
	background: #FFFFFF url(/images/body_bg.gif) top left repeat-y;
}

#body_container_noline {
	width: 990px;
	margin: 0 auto 10px auto;
	border-top: solid #FFF 10px;
	background: #FFFFFF url(/images/body_bg_1line.gif) top left repeat-y;
}

#body_left {
	width: 220px;
	float: left;
	margin: 0px 0px 0px 10px;
}

#body_right {
	width: 727px;
	float: right;
	margin: 0px 10px 0px 0px;
}


#footer_container {
	background: #FFFFFF url(/images/footer_bg.gif) top left repeat-x;
}

#footer {
	width: 990px;
	margin: 0 auto;
	padding: 12px 0px 20px 0px;
}

/* Header */

#header #logo_header {
	float: left;
	margin: 25px 0px 0px 10px;
}

#header_country {
	float: right;
	font-size: 11px;
	margin-top: 10px;
}

#header_country span {
	float: right;
	border-left: solid 1px #ccc;
	padding-left: 10px;
	margin-left: 10px;
}

#header_country a{
	color: #666;
}

#header_country #country_canada {
	background: transparent url(/images/canada_flag.gif) top left no-repeat;
	padding-left: 35px;
	border-right: none;
}

#header_tag {
	position: absolute;
	top: 80px;
	left: 628px;
}

/* Menu */

#menu {
	margin-bottom: 20px;
}

#menu ul {
	margin: 0px;
	list-style: none;
}

#menu ul #selected{
	display: block;
	width: 205px;
	padding: 5px 0px 7px 15px;
	background: #FFFFFF url(/images/menu.jpg) left -64px repeat-x;
	color:  #FFFFFF;
	font-size: 16px;
}

#menu ul li a{
	display: block;
	width: 205px;
	padding: 4px 0px 6px 15px;
	background: #FFFFFF url(/images/menu.jpg) top left repeat-x;
	color:  #666666;
	text-decoration: none;
	font-size: 16px;
	height: 22px;
	text-align: left;
}

#menu ul li a:hover{
	background: #FFFFFF url(/images/menu.jpg) left -32px repeat-x;
}

/* Blog left */

#blog_left {
	margin-bottom: 20px;	
}

#blog_left h2 {
	color: #FFF;
	background: transparent url(/images/blog_left_bg.gif) top left no-repeat;
	padding: 3px 0px 7px 15px;
	margin-bottom: 0px;
}

.blog_left_item h3 {
	margin: 0px;
}

.blog_left_item {
	padding: 10px 10px 1px 10px;
	background: transparent url(/images/blog_left_item_bg.jpg) bottom left repeat-x;
}

#blog_left_more {
	background: transparent url(/images/blog_left_link_bg.gif) top left no-repeat;
	font-size: 12px;
	color: #FFF;
	display: block;
	text-align: right;
	padding: 1px 20px 4px 0px;
	text-decoration: none;
}

/* Content */

#content_left {
	float: left;
	width: 485px;
	margin-left: 5px;
}

#content_right {
	float: right;
	width: 205px;
}

#content_right .basic_link_list {
	border-top: solid 1px #CCCCCC;	
	list-style: none;
	margin-left: 0px;
}

#content_right .basic_link_list a{
	color: #666;
	border-bottom: solid 1px #CCCCCC;
	display: block;
	text-decoration: none;
	padding: 3px 7px;
	height: 19px;
}

#content_right .basic_link_list a:hover{
	background-color: #F0F0F0;
}

#homepage_fade {
	background-color: #FFF;	
}
				
/* Profile */

.profile {
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
}
	
.profile_image {
	float: left;
}
	
.profile_info {
	float: right;
	width: 110px;
}

.profile h3 em{
	font-weight: normal;
}

			
/* Affiliate */
	
.affiliate {
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
	
/* Client Quote */

.client_quote {
	border-top: solid 1px #ccc;
	padding-top: 20px;
}

.client_quote img {
	float: left;
	padding: 0px 10px 10px 0px;
}

.client_quote h3 {
	text-align: right;
}

.client_quote h3 em{
	font-weight: normal;
}

/* Contact Form */

#contact_form {
	
}

#contact_form table{
	margin-bottom: 20px;
}

#form_maininfo input{
	width: 200px;
	margin-bottom: 10px;
}


.form_title {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

.form_title span{
	font-weight: normal;
	color: #C41330;
}	

.redtext {
	color: #C41330;
}


#form_travelspend select {
	margin-bottom: 10px;	
}

#form_enquiry textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	width: 330px;
	border: solid 1px #ccc;
}

#submit {
	text-align: right;	
}

#submit a {
	margin-top: -20px;	
}

#lsm_submit {
	float: right;	
	margin-bottom: 20px;
}

#lsm_submit #form_reset {
	color: #666;
	padding-right: 20px;
	margin-right: 20px;
	border-right: solid 1px #ccc;
}

#lsm_submit #form_reset {
	color: #666;
	padding-right: 10px;
	margin-right: 15px;
	border-right: solid 1px #ccc;
	display: block;
	margin-top: 5px;
	float: left;
}

/* OK Tire */

.oktire_form_title {
	padding-right: 20px;
}


/* News and Media */

.document_list {
	list-style: none;
}

.document_list li{
	list-style: none;
	margin-bottom: 5px;
}

.document_list a{
	background: transparent url(/images/doc.png) left 3px no-repeat;
	padding-left: 20px;
	color: #666;
	text-decoration: none;
}

.document_list a:hover {
	text-decoration: underline;
}

/* Vacations */

.vacation_container {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: solid 1px #ccc;
	width: 100%
}

.vacation_header h2 {
	width: 305px;
	float: left;
}

.vacation_header .vacation_price {
	width: 175px;
	float: right;
	text-align: right;
}

.vacation_header .vacation_price span{
	font-size: 11px;
	display: block;
}

.vacation_header .vacation_price strong {
	font-size: 35px;
	color: #C41330;
	font-weight: bold;
}

.vacation_image {
	float: left;
	margin-right: 20px;
	width: 200px;
}

.vacation_includes {
	float: left;
	width: 265px;
}

.vacation_includes h3 {
	margin-bottom: 10px;	
}

.vacation_enquire {
	clear: both;
	margin-top: 10px;
}

/* Enewsletter form */

#enewsletter_form {
	margin-bottom: 20px;	
}

.enewsletter_info {
	width: 195px;
	color: #666;
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#enewsleter_signup {
	text-align: right;
	padding-right: 5px;
}


/* Travel Manager */

#travel_manager_select {
	margin-bottom: 20px;
	width: 195px;
}

/* Footer */


#footer_copyright {
	color: #7FA4C1;
	font-size: 12px;
	float: right;
}

#footer ul{
	float: right;
	list-style: none;
	margin-bottom: 22px;
	color: #FFF;
}

#footer ul li{
	float: left;
}

#footer ul li a{
	font-size: 12px;
	color:#FFFFFF;
	margin-left: 16px;
	text-decoration: none;
}

/* Photo Gallery */

.gallery_thumbs {
	list-style: none;		
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.gallery_thumbs li {
	float: left;
	margin-bottom: 8px;
	margin-right: 5px;
}

.gallery_thumbs li a{
	border: solid 3px #fff;
	display: block;
}

.gallery_thumbs li a:hover{
	border: solid 3px #ccc;
}


