@charset "utf-8";
/*
Site Name: Barnes International
URI: http://barnestest.com/
Version: 0.1
Author: Tim Langford
Author URI: http://ladsholidays.com
*/

/* -----------------------------------------------
YAHOO RESET
----------------------------------------------- */

html {
	color:#000;
	background:#FFF;
	font-family: "Trebuchet MS", Arial;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
	font-size:100%;
	margin: 5px;
}
/* -----------------------------------------------
MASTER SETUP
----------------------------------------------- */

a:focus {
	-moz-outline-style: none;
}
body {
	background:url(/i/pgBg.jpg) repeat-x
}
#wrapper {
	padding:30px;
	width:900px;
	margin:0 auto;
	background:#FFFFFF;
	height: 1%;
	overflow: hidden;
	display: block;
}
p {
	font-size:12px;
	color:#333333;
}
a {
	color:#FF9900;
}
/* -----------------------------------------------
GLOBAL HEADER
----------------------------------------------- */

#header {
}
#logo {
	width:234px;
	height:85px;
	margin-top: 20px;
}
/* -----------------------------------------------
CONTENT
----------------------------------------------- */

#home #content {
	width:900px;
	padding: 0;
	border-right: none;
	background:none;
	min-height:600px;
}
#content {
	width:609px;
	float:left;
	padding: 0 30px 20px 0;
	border-right: 1px solid #eee;
	background:url(/i/globeBg.gif) no-repeat;
	min-height:600px;
}
#content p {
	line-height:20px;
	margin-bottom:15px;
}
.pgTitle p {
	font-size:14px;
}
#supportBox {
	height:250px;
	background:#EDEFF8;
	padding: 10px;
}

#content .thumbs img {border:4px solid #2E46A3;}
#content .thumbs img:hover {border:4px solid #FF9900;}


/* -----------------------------------------------
HOMEPAGE
----------------------------------------------- */

#homeHero {
	height:280px;
	border-bottom:3px solid #2E46A3;
	width: 900px;
}
#homeQuote {
	padding:42px 40px;
	background:url(/i/homeQuoteBg.jpg) no-repeat;
}
#homeTwoCol {
	width:900px;
	border-top:1px dotted #2E46A3;
}
.homeBox {
	height:300px;
	width:435px;
	float:left;
	border-right:1px solid #ccc;
	padding-right:15px;
}
.homeBox.last {
	width:434px;
	padding-left:15px;
	padding-right:0;
	border-right:none;
	background:#f8f8f8 url(/i/worldBg.gif) no-repeat center;
}

.homeBox .wrap {
	float:left;
	margin: 0 10px 0px 0;
}

.homeContacts {
	height:30px;
	clear:both;
	color: #2E46A3;
	font-weight: bold;
}

/* -----------------------------------------------
H1, H2, H3 etc...
----------------------------------------------- */

#content h1 {
	margin-top:10px;
	font-size:25px;
	color:#2E46A3;
}
#content h2 {
	margin-top:10px;
	font-size:25px;
	color:#2E46A3;
}

#content h3 {
	margin-top:10px;
	font-size:15px;
	color:#2E46A3;
}

#sidebarRight h2 {
	color:#2E46A3;
	font-size:20px;
	margin-bottom:5px;
}

#sidebarLogos h2 {padding-left:15px;}

.medFont {
	font-size:14px;
}

/* -----------------------------------------------
NAVIGATION
----------------------------------------------- */

/*** TOP MAIN NAV ***/

#globalNav {
	height:38px;
	background:#2E46A3 url(/i/globalNavBg.gif) repeat-x;
}
#globalNav li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#globalNav a.tab {
	float: left;
	background-repeat:no-repeat; /* 120? */
	margin-right: 1px;
	background: url(/i/globalNavBg.gif);
	color: #FFFFFF;
	font-size: 12px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
}
#globalNav a.tab span {
	font-size: 11px;
}
#globalNav .tab.last {
	margin-right: 0px;
}
#globalNav ul a {
	display: block;
}
#globalNav ul a:hover, #globalNav ul a.tab.on {
	background: repeat-x url(/i/globalNavBgOn.gif) center;
	color: #2E46A3;
	font-weight: bold;
}

/* -----------------------------------------------
TABLES
----------------------------------------------- */

#productTable {
	width: 100%;
	padding: 0;
	margin: 20px 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #2E46A3;
	border-right: 1px solid #E4F1FC;
	border-bottom: 1px solid #E4F1FC;
	border-top: 1px solid #E4F1FC;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background:#EDF7FE;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #E4F1FC;
	background: none;
}

td {
	border-right: 1px solid #E4F1FC;
	border-bottom: 1px solid #E4F1FC;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #E4F1FC;
	vertical-align: top;
}


td.alt {
	background: #E4F1FC;
	color: #797268;
}

th.spec {
	border-left: 1px solid #E4F1FC;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #E4F1FC;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


/* -----------------------------------------------
ACCORDIONS
----------------------------------------------- */

.homeAccordion {
	border-bottom: solid 1px #eee;
	margin-bottom:15px;
	margin-top:15px;
}
.homeAccordion h4 {
	background: #2E46A3 url(/i/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font-size:12px;
	border: solid 1px #eee;
	border-bottom: none;
	cursor: pointer;
	color: #fff;
}
.homeAccordion h4:hover {
	background-color:#CEEFF9;
	cursor:pointer;
	clear: both;
	color:#2E46A3;
}
.homeAccordion h4.active {
	background-color:#CEEFF9;
	background-position: right 5px;
	color:#2E46A3;
}
.homeAccordion .child {
	background: #f7f7f7;
	margin: 0;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	display: none;
	height: 180px;
}
.homeAccordion .child .col {
	width:215px;
	height: 180px;
	float: left;
}
.homeAccordion .child .col.last {
	width: 215px;
	height: 180px;
	float:right;
}
.homeAccordion .child ul {
	list-style:none;
	padding: 10px 10px 0 0
}
.homeAccordion .child li {
	padding:0 0 10px 0;
	font-size:12px;
}
.homeAccordion .child p {
	padding:10px;
	font-size:12px;
	line-height:16px;
}

.homeAccordion .child .col {
	width:300px;
	height: 180px;
	float: left;
}
.homeAccordion .child .col.last {
	width: 305px;
	height: 180px;
	float:right;
}

/* -----------------------------------------------
SIDEBARS
----------------------------------------------- */

#sidebarRight {
	float:right;
	width:260px;
}
#sidebarQuote {
	background:#2E46A3;
	padding: 25px;
	color: #fff;
	font-size: 20px;
}
#sidebarImg {
	height:150px;
	border-bottom: 5px solid #2E46A3;
}
#sidebar p {
	line-height:20px;
	margin-bottom:5px;
}
#sidebarContact {
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
	padding: 15px 25px;
}

#sidebarLogos {margin-left:10px;width:240px;}

/* -----------------------------------------------
FORMS
----------------------------------------------- */

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }
label {
  float:left;
  width:35%;
  margin-right:5px;
  padding-top:5px;
  text-align:right;
  font-weight:bold;
  }


/* -----------------------------------------------
FOOTER
----------------------------------------------- */

#footer {
	clear:both;
	height:220px;
	border-top:6px solid #ccc;
	background:#f4f4f4;
}

#footerClients {
	height:26px;
	background:url(/i/footerTabClients.gif) top left no-repeat;
	clear: both;
	border-bottom: 5px solid #ccc;
}

#footer .footerCol {
	float:left;
	padding-right:20px;
	margin:0 3px 0 10px;
	border-right:1px dotted #ccc;
}
#footer .footerCol.last {
	margin-right:0px;
	border-right:none;
}
.footerCol a {
	font-size: 11px;
	color:#333;
	text-transform:none;
	text-decoration:underline;
}
.footerCol a:hover {
	color:#333;
	text-decoration:none;
}
.footerCol strong {
	display:inline-block;
	background:#2E46A3;
	color:#FFF;
	font-size:15px;
	padding: 5px;
}
