/*********** GLOBAL SETTINGS ************************/
*{margin:0;padding:0;}
html{overflow-y:scroll;}
a{outline:none;}
/* removes Firefox dotted outline on click */
a img{border:none;}
em{font-style:italic;}
strong{font-weight:bold;}

/*************************************************/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	background: #42535d url(/_media/bg_site.png) repeat-x;
	text-align: center;
}

#wrap {
	width: 900px;
	padding: 20px 30px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #2f2f2f;
	margin-bottom: 5px;
}

h3 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

h3.subhead {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	color: #828282;
	font-weight: normal;
	margin-bottom: 10px;
	line-height:1.2;
}

h4 {
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #000;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	line-height: 1.2;
}

p {
	margin: 0 0 5px 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
}

ul {
	margin-bottom: 10px;	
}

ul li {
	list-style: none;	
}

a,
a:link {
	color: #0076a3;
	text-decoration: underline;
}

a:hover {
	color: #0076a3;
	text-decoration: underline;
}

.row {
	clear: left;
	float: left;
	width: 100%;
	}

.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12
.span-1-pad,
.span-2-pad,
.span-3-pad,
.span-4-pad,
.span-5-pad,
.span-6-pad,
.span-7-pad,
.span-8-pad,
.span-9-pad,
.span-10-pad,
.span-11-pad,
.span-12-pad {
	float: left;
	margin-right: 12px;
}
.span-1{width:64px;}
.span-2{width:140px;}
.span-3{width:216px;}
.span-4{width:292px;}
.span-5{width:368px;}
.span-6{width:444px;}
.span-7{width:520px;}
.span-8{width:596px;}
.span-9{width:672px;}
.span-10{width:748px;}
.span-11{width:824px;}
.span-12{width:900px;}
.span-1-pad{width:40px;padding: 0 12px;}
.span-2-pad{width:116px;padding: 0 12px;}
.span-3-pad{width:192px;padding: 0 12px;}
.span-4-pad{width:268px;padding: 0 12px;}
.span-5-pad{width:344px;padding: 0 12px;}
.span-6-pad{width:420px;padding: 0 12px;}
.span-7-pad{width:496px;padding: 0 12px;}
.span-8-pad{width:572px;padding: 0 12px;}
.span-9-pad{width:648px;padding: 0 12px;}
.span-10-pad{width:724px;padding: 0 12px;}
.span-11-pad{width:800px;padding: 0 12px;}
.span-12-pad{width:876px;padding: 0 12px;}

.span-all-3col {
	float: left;
	width: 280px;
	margin-right: 30px;
	}
	
.span-all-5col {
	float: left;
	width: 170px;
	margin-right: 12px;
	}
	
.last {
	margin-right: 0;
}

/*
*************** HEADER ********************/
#header {
	width: 900px;
	padding: 0 30px;
	margin: 0 auto;
	text-align: left;
	height: 135px;
}

#header h1 {display: none;}

#logo {
	margin-top: 9px;
}

.buttonHeader {
	float: right;
	width: 140px;
	margin-left: 13px;
}

.buttonHeader a {
	display: block;
	background: #333;
	color: #fff;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	padding: 15px 0 8px 8px;
	width: 132px;
	}

.buttonHeader a span {
	background: url(/_media/green_arrow.png) 100% 5px no-repeat;
	padding-right: 20px;
}

/*
*************** TOP NAV ********************/
#topnav {
	clear: both;
}

#topnav ul {
	margin-top: 55px;
	margin-right: 0;
	list-style: none;
	float: right;
	width: 650px;
	text-align: right;
}

#topnav li {
	float: left;
	width: 90px;
	margin-left: 35px;
	display: inline;
}

#topnav li a {
	display: block;
	width: 70px;
	height: 22px;
	padding: 5px 10px 0 10px;
	color: #333;
	font-size: 13px;
	text-align:center;
	text-decoration: none;
}

#topnav li a:hover {
	color: #fff;
	background: #3a3a3a;
	text-decoration: none;
}

body.pPortfolio a#nPortfolio,
body.pCompany a#nCompany,
body.pServices a#nServices,
body.pContact a#nContact {
	color: #fff;
	background: #3a3a3a;
}

/*
*************** VALPROP ********************/
#valprop {
	margin-top: 10px;
	margin-bottom: 30px;
	}

body.pHome #valprop {
	height: 315px;
	xxbackground: url(/_media/valprop_home.jpg) no-repeat;
	position: relative;
}

body.pHome #valprop p {
	position: absolute;
	top: 85px;
	left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	background:url(/_media/bg_valprop_text.png);
	padding: 12px;
	width: 730px;
	margin: 0;
	line-height: 1;
	}
	
body.ppSubpage #valprop {
	background: #f2f2f2;
	border-bottom: 8px solid #333;
	margin-bottom: 10px;
	padding-right: 10px;
}

body.pPortfolio #valprop #left {
}

body.pPortfolio #valprop #right {
	position: relative;
	text-align: right;
}

body.ppSubpage #valprop #right {
	width: 291px;
	margin-top: 20px;
	text-align: left;
	height: 247px;
}

#nextprev {
	position: absolute;
	left: 0;
	bottom: 0;
	}

#nextprev p.previous {
	float: left;
	width: 145px;
	}
	
#nextprev p.next {
	float: right;
	width: 145px;
	text-align: right;
	}

#nextprev a {
	text-decoration: none;
	font-size: 11px;
	color: #999;
	}

body.pPortfolio #valprop h3 {
	font-family: Helvetica Neue,  Helvetica, Arial,sans-serif;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	position: relative;
	}

body.ppSubpage #valprop h3 {
	font-size: 24px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: normal;
	}

#valprop ul {
	
	}

#valprop li {
	background: url(/_media/bullet_red.png) 0 7px no-repeat;
	padding-left: 12px;
	margin-bottom: 10px;
	font-size: 13px;
	zoom: 1;
	}

#valprop li a:hover {
	text-decoration: none;
	}
	
/*
*************** CONTENT ********************/
#content {
	margin-bottom: 50px;
}

#content h2 {
	margin-bottom: 50px;
	}
	
#content h3 {
	margin-top: 20px;
	}
	
#content h4 {
	font-style: normal;
	}
	
#content h4 a.more {
	padding-right: 10px;
	background:url(/_media/chevron.png) 100% 5px no-repeat;
	}

#content p {
	font-size: 12px;
	color: #666;
	}

#content ul,
#content ol {
	xxmargin-left: 20px;
}

#content ul li,
#content ol ul li {
	background:url(/_media/bullet.png) 0 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}

#content ol li {
	list-style: decimal;
	background: none;
	padding-left: 0;
}

#content #thumbnails {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}

#content #thumbnails li {
	margin: 0 10px 0 0;
	float: left;
	line-height: 0;
	background: none;
	padding: 0;
}

#content #thumbnails li img {
}

#content #thumbnails li a {
	display: block;
	width: 140px;
	height: 147px;
}

#content #thumbnails li a span {
	display: none;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.heavy {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	}

.topMargin {
	margin-top: 20px;
	}
	
#form input.submitButton {
	display: block;
	width: 101px;
	margin-bottom: 0;
	margin-top: 10px;
}

#form td {
	padding: 2px 5px;	
}

.rightCol {
	margin-top: 40px;
	}

.rightCol img {
	border: 6px solid #d6cfcc;
	margin-bottom: 15px;
	}

#content a.more {
	padding-right: 7px;
	background:url(/_media/chevron.png) 100% 5px no-repeat;
	}

#content p.big {
	font-size: 16px;
	margin-bottom: 15px;
	}
	
#content p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	margin-top: 10px;
	}

#timeline {
	background: #cfcfcf url(/_media/bg_timeline.png) repeat-x;
	height: 250px;
	padding: 20px 0;
	}

#timeline ul {
	margin: 0;
	margin-left: 25px;
	}
	
#timeline li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1;
	}
	
#timeline span {
	display: none;
	}
	
#timeline li a {
	display: block;
	height: 247px;
}

#timeline li#y1975,
#timeline li#y1975 a {
	width: 74px;
	}
#timeline li#y1980,
#timeline li#y1980 a {
	width: 132px;
	}
#timeline li#y1986,
#timeline li#y1986 a {
	width: 119px;
	}
#timeline li#y1991,
#timeline li#y1991 a {
	width: 115px;
	}
#timeline li#y1996,
#timeline li#y1996 a {
	width: 70px;
	}
#timeline li#y1999,
#timeline li#y1999 a {
	width: 102px;
	}
#timeline li#y2003,
#timeline li#y2003 a {
	width: 72px;
	}
#timeline li#y2007,
#timeline li#y2007 a {
	width: 69px;
	}
#timeline li#yPresent,
#timeline li#yPresent a {
	width: 88px;
	}
	
#timeline li#y1975 a {
	background: url(/_media/timeline.png) 0 0 no-repeat;
	}
#timeline li#y1980 a {
	background: url(/_media/timeline.png) -74px 0 no-repeat;
	}
#timeline li#y1986 a {
	background: url(/_media/timeline.png) -206px 0 no-repeat;
	}
#timeline li#y1991 a {
	background: url(/_media/timeline.png) -325px 0 no-repeat;
	}
#timeline li#y1996 a {
	background: url(/_media/timeline.png) -440px 0 no-repeat;
	}
#timeline li#y1999 a {
	background: url(/_media/timeline.png) -510px 0 no-repeat;
	}
#timeline li#y2003 a {
	background: url(/_media/timeline.png) -612px 0 no-repeat;
	}
#timeline li#y2007 a {
	background: url(/_media/timeline.png) -684px 0 no-repeat;
	}
#timeline li#yPresent a {
	background: url(/_media/timeline.png) -753px 0 no-repeat;
	}

#timeline li#y1975 a:hover {
	background: url(/_media/timeline.png) 0 -247px no-repeat;
	}
#timeline li#y1980 a:hover {
	background: url(/_media/timeline.png) -74px -247px no-repeat;
	}
#timeline li#y1986 a:hover {
	background: url(/_media/timeline.png) -206px -247px no-repeat;
	}
#timeline li#y1991 a:hover {
	background: url(/_media/timeline.png) -325px -247px no-repeat;
	}
#timeline li#y1996 a:hover {
	background: url(/_media/timeline.png) -440px -247px no-repeat;
	}
#timeline li#y1999 a:hover {
	background: url(/_media/timeline.png) -510px -247px no-repeat;
	}
#timeline li#y2003 a:hover {
	background: url(/_media/timeline.png) -612px -247px no-repeat;
	}
#timeline li#y2007 a:hover {
	background: url(/_media/timeline.png) -684px -247px no-repeat;
	}
#timeline li#yPresent a:hover {
	background: url(/_media/timeline.png) -753px -247px no-repeat;
	}

#map {
	position: relative;
	text-align: center;
	}

.pin {
	position: absolute;
	z-index: 10;
	}

.pin a {
	display: block;
	width: 40px;
	height: 50px;
	background: url(/_media/pin.png) 0 0 no-repeat;
	}

.pin a:hover {
	background: url(/_media/pin.png) 0 -50px no-repeat;
	}

.pin span {
	display: none;
	}

/* Pin Locations */
#pinUS1 {
	top: 85px;
	left: 190px;
	}	
#pinUS2 {
	top: 75px;
	left: 260px;
	}
#pinUS3 {
	top: 103px;
	left: 195px;
	}
#pinUS4 {
	top: 75px;
	left: 285px;
	}	
#pinMX {
	top: 125px;
	left: 220px;
	}	
#pinHN {
	top: 130px;
	left: 240px;
	}	
#pinCB {
	top: 160px;
	left: 240px;
	}	
#pinDR {
	top: 110px;
	left: 270px;
	}	
#pinTK {
	top: 75px;
	left: 410px;
	}	
#pinPK {
	top: 123px;
	left: 510px;
	}	
#pinIN {
	top: 140px;
	left: 530px;
	}	
#pinHK {
	top: 112px;
	left: 600px;
	}	

/* Tooltips */
#tooltip {
	position: absolute;
	z-index: 3000;
	width: 230px;
	padding-top: 13px;
	background: url(/_media/tooltip_top.png) no-repeat;
	opacity: .9;
	text-align: left;
}

#tooltip.rightImg{
	background: url(/_media/tooltip_top.png) no-repeat;
}

#tooltip.rightImg.viewport-right{
	background: url(/_media/tooltip_top2.png) no-repeat;	
}

#tooltip.leftImg{
	background: url(/_media/tooltip_top.png) no-repeat;
}



#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	color: #fff;
	border: 1px solid #a1a8ad;
	border-top: 0;
	background: #333;
	padding: 15px;
}
#tooltip p{
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
}

/*
*************** PORTFOLIO LINK STATES ********************/
#content #thumbnails li a.tags1{
	background: url(/_media/gallery_tags_br_sm_1.png) 0 0 no-repeat;
}
#content #thumbnails li a.tags2{
	background: url(/_media/gallery_tags_br_sm_2.png) 0 0 no-repeat;
}
#content #thumbnails li a.tags3{
	background: url(/_media/gallery_tags_br_sm_3.png) 0 0 no-repeat;
}
#content #thumbnails li a.tags4{
	background: url(/_media/gallery_tags_br_sm_4.png) 0 0 no-repeat;
}
#content #thumbnails li a.tags5{
	background: url(/_media/gallery_tags_br_sm_5.png) 0 0 no-repeat;
}
#content #thumbnails li a.tags6{
	background: url(/_media/gallery_tags_br_sm_6.png) 0 0 no-repeat;
}
#content #thumbnails li a:hover.tags1 {
	background: url(/_media/gallery_tags_br_sm_1.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.tags2 {
	background: url(/_media/gallery_tags_br_sm_2.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.tags3 {
	background: url(/_media/gallery_tags_br_sm_3.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.tags4 {
	background: url(/_media/gallery_tags_br_sm_4.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.tags5 {
	background: url(/_media/gallery_tags_br_sm_5.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.tags6 {
	background: url(/_media/gallery_tags_br_sm_6.png) 0 -147px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.tags1 {
	background: url(/_media/gallery_tags_br_sm_1.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.tags2{
	background: url(/_media/gallery_tags_br_sm_2.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.tags3{
	background: url(/_media/gallery_tags_br_sm_3.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.tags4{
	background: url(/_media/gallery_tags_br_sm_4.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.tags5{
	background: url(/_media/gallery_tags_br_sm_5.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.tags6{
	background: url(/_media/gallery_tags_br_sm_6.png) 0 -294px no-repeat;
}


#content #thumbnails li a.jeans1{
	background: url(/_media/gallery_jeans_br_sm_1.png) 0 0 no-repeat;
}
#content #thumbnails li a.jeans2{
	background: url(/_media/gallery_jeans_br_sm_2.png) 0 0 no-repeat;
}
#content #thumbnails li a.jeans3{
	background: url(/_media/gallery_jeans_br_sm_3.png) 0 0 no-repeat;
}
#content #thumbnails li a.jeans4{
	background: url(/_media/gallery_jeans_br_sm_4.png) 0 0 no-repeat;
}
#content #thumbnails li a.jeans5{
	background: url(/_media/gallery_jeans_br_sm_5.png) 0 0 no-repeat;
}
#content #thumbnails li a.jeans6{
	background: url(/_media/gallery_jeans_br_sm_6.png) 0 0 no-repeat;
}
#content #thumbnails li a:hover.jeans1{
	background: url(/_media/gallery_jeans_br_sm_1.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.jeans2{
	background: url(/_media/gallery_jeans_br_sm_2.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.jeans3{
	background: url(/_media/gallery_jeans_br_sm_3.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.jeans4{
	background: url(/_media/gallery_jeans_br_sm_4.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.jeans5{
	background: url(/_media/gallery_jeans_br_sm_5.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.jeans6{
	background: url(/_media/gallery_jeans_br_sm_6.png) 0 -147px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.jeans1{
	background: url(/_media/gallery_jeans_br_sm_1.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.jeans2{
	background: url(/_media/gallery_jeans_br_sm_2.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.jeans3{
	background: url(/_media/gallery_jeans_br_sm_3.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.jeans4{
	background: url(/_media/gallery_jeans_br_sm_4.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.jeans5{
	background: url(/_media/gallery_jeans_br_sm_5.png) 0 -294px no-repeat;
}

#content #thumbnails li.ui-tabs-selected a.jeans6{
	background: url(/_media/gallery_jeans_br_sm_6.png) 0 -294px no-repeat;
}

#content #thumbnails li a.labels1{
	background: url(/_media/gallery_labels_br_sm_1.png) 0 0 no-repeat;
}
#content #thumbnails li a.labels2{
	background: url(/_media/gallery_labels_br_sm_2.png) 0 0 no-repeat;
}
#content #thumbnails li a.labels3{
	background: url(/_media/gallery_labels_br_sm_3.png) 0 0 no-repeat;
}
#content #thumbnails li a.labels4{
	background: url(/_media/gallery_labels_br_sm_4.png) 0 0 no-repeat;
}

#content #thumbnails li a.labels5{
	background: url(/_media/gallery_labels_br_sm_5.png) 0 0 no-repeat;
}
#content #thumbnails li a.labels6{
	background: url(/_media/gallery_labels_br_sm_6.png) 0 0 no-repeat;
}
#content #thumbnails li a:hover.labels1{
	background: url(/_media/gallery_labels_br_sm_1.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.labels2{
	background: url(/_media/gallery_labels_br_sm_2.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.labels3{
	background: url(/_media/gallery_labels_br_sm_3.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.labels4{
	background: url(/_media/gallery_labels_br_sm_4.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.labels5{
	background: url(/_media/gallery_labels_br_sm_5.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.labels6{
	background: url(/_media/gallery_labels_br_sm_6.png) 0 -147px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.labels1{
	background: url(/_media/gallery_labels_br_sm_1.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.labels2{
	background: url(/_media/gallery_labels_br_sm_2.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.labels3{
	background: url(/_media/gallery_labels_br_sm_3.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.labels4{
	background: url(/_media/gallery_labels_br_sm_4.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.labels5{
	background: url(/_media/gallery_labels_br_sm_5.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.labels6{
	background: url(/_media/gallery_labels_br_sm_6.png) 0 -294px no-repeat;
}

#content #thumbnails li a.boxes1{
	background: url(/_media/gallery_boxes_br_sm_1.png) 0 0 no-repeat;
}
#content #thumbnails li a.boxes2{
	background: url(/_media/gallery_boxes_br_sm_2.png) 0 0 no-repeat;
}
#content #thumbnails li a.boxes3{
	background: url(/_media/gallery_boxes_br_sm_3.png) 0 0 no-repeat;
}
#content #thumbnails li a.boxes4{
	background: url(/_media/gallery_boxes_br_sm_4.png) 0 0 no-repeat;
}
#content #thumbnails li a.boxes5{
	background: url(/_media/gallery_boxes_br_sm_5.png) 0 0 no-repeat;
}
#content #thumbnails li a.boxes6{
	background: url(/_media/gallery_boxes_br_sm_6.png) 0 0 no-repeat;
}
#content #thumbnails li a:hover.boxes1{
	background: url(/_media/gallery_boxes_br_sm_1.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.boxes2{
	background: url(/_media/gallery_boxes_br_sm_2.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.boxes3{
	background: url(/_media/gallery_boxes_br_sm_3.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.boxes4{
	background: url(/_media/gallery_boxes_br_sm_4.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.boxes5{
	background: url(/_media/gallery_boxes_br_sm_5.png) 0 -147px no-repeat;
}

#content #thumbnails li a:hover.boxes6{
	background: url(/_media/gallery_boxes_br_sm_6.png) 0 -147px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.boxes1{
	background: url(/_media/gallery_boxes_br_sm_1.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.boxes2{
	background: url(/_media/gallery_boxes_br_sm_2.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.boxes3{
	background: url(/_media/gallery_boxes_br_sm_3.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.boxes4{
	background: url(/_media/gallery_boxes_br_sm_4.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.boxes5{
	background: url(/_media/gallery_boxes_br_sm_5.png) 0 -294px no-repeat;
}

#content #thumbnails li.ui-tabs-selected a.boxes6{
	background: url(/_media/gallery_boxes_br_sm_6.png) 0 -294px no-repeat;
}

#content #thumbnails li a.additional1{
	background: url(/_media/gallery_additional_br_sm_1.png) 0 0 no-repeat;
}
#content #thumbnails li a.additional2{
	background: url(/_media/gallery_additional_br_sm_2.png) 0 0 no-repeat;
}
#content #thumbnails li a.additional3{
	background: url(/_media/gallery_additional_br_sm_3.png) 0 0 no-repeat;
}
#content #thumbnails li a.additional4{
	background: url(/_media/gallery_additional_br_sm_4.png) 0 0 no-repeat;
}
#content #thumbnails li a.additional5{
	background: url(/_media/gallery_additional_br_sm_5.png) 0 0 no-repeat;
}
#content #thumbnails li a.additional6{
	background: url(/_media/gallery_additional_br_sm_6.png) 0 0 no-repeat;
}
#content #thumbnails li a:hover.additional1{
	background: url(/_media/gallery_additional_br_sm_1.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.additional2{
	background: url(/_media/gallery_additional_br_sm_2.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.additional3{
	background: url(/_media/gallery_additional_br_sm_3.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.additional4{
	background: url(/_media/gallery_additional_br_sm_4.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.additional5{
	background: url(/_media/gallery_additional_br_sm_5.png) 0 -147px no-repeat;
}
#content #thumbnails li a:hover.additional6{
	background: url(/_media/gallery_additional_br_sm_6.png) 0 -147px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.additional1{
	background: url(/_media/gallery_additional_br_sm_1.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.additional2{
	background: url(/_media/gallery_additional_br_sm_2.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.additional3{
	background: url(/_media/gallery_additional_br_sm_3.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.additional4{
	background: url(/_media/gallery_additional_br_sm_4.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.additional5{
	background: url(/_media/gallery_additional_br_sm_5.png) 0 -294px no-repeat;
}
#content #thumbnails li.ui-tabs-selected a.additional6{
	background: url(/_media/gallery_additional_br_sm_6.png) 0 -294px no-repeat;
}

/*
*************** FOOTER ********************/
#footer {
	clear: both;
	margin-top: 50px;
	border-top: 2px solid #ebebeb;
	padding: 14px 7px 0 7px;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #b7b7b7;
	margin: 0;
}

#footer p a {
	color: #a1a1a1;
	text-decoration: none;
	text-transform: uppercase;
}

#footer p a:hover {
	color: #a1a1a1;
}

/* misc.
---------------------------------------------------------- */
.ui-tabs-hide {
     display: none;
}

.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#enviroLogo{ width: 225px; height: 130px;}

#enviroLogo a{width: 225px; height: 130px; display: block; background: url(../_media/tgl_commitment.png) 0 0 no-repeat;}

#enviroLogo a:hover{background: url(../_media/tgl_commitment.png) 0 -142px no-repeat;}
