/* BODY DETAILS */

html {
	font-size: 100%; /* make sure that ie5/6 dont messing up page scaling */
}

body {
	
	font-size: 16px; /* this is for all other browsers. sets the default font size to 16px; */
	margin:0;
	margin-left:10px;
	margin-right:10px;
	padding: 0; /* we dont want the viewport to have borders which may screw with layout */
	font-family: Arial, Helvetica, sans-serif; /* the design used arial so lets set it to the same font family */
	color: #000; /* our text is almost ALWAYS black so might as well set it now */
	background-color: #FFF;
	text-align: center;
}
#top { width: 1024px; text-align: left; margin: 0px auto; }
div {
	border: solid 0px #000;
	padding: 0;
	margin: 0;
}

img {
	border: dashed 0px #F00;
}

a {
	text-decoration: none;
	color: #06F;
}

a:visited {
	text-decoration: none;
	color: #06F;
}

a:hover {
	text-decoration: none;
	color: #36F;
}

.wrapper {
	width: 984px;
	margin-left: none;
	margin-right: auto; /* centres the div in the page */
	background-color: #FFF;
}

.sectionpad {
	margin-bottom: 15px;
}

/* HEADER */

.header {
	font-size: 14px; /* this sets the font to equivalent of 14px but also changes our em scale */
	height: 140px; /* scale for 182 at 1em of 14px is 13em. if it wasnt nested it would be 11.375em due to default 1 em being 16px */
	text-align: right; /* Everything is right aligned in the header so set it here */
	margin-bottom: 10px;
}

.logo {
	float: left;
	height: 8em;
	padding-top: 1.1em;
	margin-right: 50px;
}

.pagemenu {
	height: 4.286em;  /* this preserves the design element size */
	line-height: 4.286em;
	vertical-align: center; /* keeps the padding on top and bottom even */
}

.pagemenu a {
	color: #000;
}

.pagemenu a:visited {
	color: #000;
}

.pagemenu a:hover {
	color: #999;
}

.sectionmenu {
	height: 2.858em;  /*  */
	line-height: 2.858em;
	vertical-align: center;
	background-color: #000000; /* 1f6390 */
	margin-left: 17em;
	text-align: left;
}

.sectionmenu a span {
	color: #FFF;
	font-weight: bold;
}

.sectionmenu a span {
	text-align: center;
	display: inline-block;
	height: 2.858em;
	padding: 0 0.714em 0 0.714em;
	min-width: 5.929em;
	border-right: solid 1px #fff;
}

.slogan {
	height: 3.125em;
	line-height: 3.125em;
	vertical-align: center;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

/* add roller */

#adwrapper {
	overflow: hidden;
	width: 985px;
	clip: rect(0 0 395 984);
	height: 395px;
}

#adbox {
	position: relative;
	left: 0px;
	width: 10000px;
	height: 395px;
	overflow: visible;
}

#adbox img {
	display:inline;
	border: 0;
}

#adbuttons {
	text-align: center;
	position: relative;
	bottom: 25px;
	left: 0px;
	width: 982px;
	height: 16px;
	overflow: visible;
}

#adbuttons img {
	padding: 0 2px 0 2px;
}

/* buckets */

.bucket {
	position: relative;
	width: 308px;
	height: 370px;
	overflow: hidden;
	display: inline-block;
}

.bucket span {
	position: absolute;
	padding: 0 20px;
	top: 308px;
	height: 220px;
	width: 268px;
	display: block;
	background-color: #1f6490;
	background-image: url(bucket_bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

.bucket-title {
	width: 268px;
	height: 62px;
	line-height: 62px;
	vertical-align: middle;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	background-repeat:no-repeat;
	background-position:right center;
}

.bucket a:hover, a:visited {
	color: #FFF;
}

.bucket-learn {
	position: absolute;
    width: 121px;
	height: 22px;
	top: 170px;
	left: 20px;
	border: none;
}

.bucket span p {
	padding-top: 5px;
	width: 268px;
	color: #FFF;
}

/* Section headers */

.section-header {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.section-header h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: groove 2px #b2c9d9;
	display: inline;
}

.section-header span {
	position: absolute;
	width: 125px;
	height: 30px;
	right: 0;
}


/* Certified */

.certified {
	font-size: 14px;
}

.certified table {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}

.certified-par {
	font-size: 75px;
	color: #ababab;
	width: 22px;
}

.certified-text {
	width: 70%;
	padding: 8px 20px 0 20px;
}

.certified-bold {
	font-size: 31px;
	font-weight: bold;
}

/*  about us */

#aboutwrapper {
	overflow: hidden;
	width: 984px;
	clip: rect(0 0 417 984);
	height: 417px;
}

#aboutbox {
	position: relative;
	width: 2000px;
	height: 417px;
	overflow: visible;
}

/* NEEDS REVISING BELOW */











.section {
	margin-top: 3.625em;
	margin-bottom: 1em;
}

.sectiontitle {
	border-bottom: groove 2px #b2c9d9;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.backtotop {
	float: right;
	background-image: url(back_to_top.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 1.5em;
	margin-top: 0.5em;
}

.backtotop a {
	color: #000;
}

/* Three columns */

.cols {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 20px;
}

.leftcol {
	display: inline-block;
	position:relative;
	width: 12.833em;
	left: -20px;
	top: -106px;
}

.centrecol {
	display: inline-block;
	position: relative;
	width: 12.833em;
	margin-left: auto;
	margin-right: auto;
}

.rightcol {
	display: inline-block;
	position: relative;
	width: 12.833em;
	right: -20px;
	top: -62px;
}

/* submenu for sections */

.sectionsubmenu {
	margin-bottom: 0.5em;
}

.sectionsubmenu a {
	padding-bottom: 1em;
	padding-right: 0.25em;
}

.sectionsubmenu a span {
	background-color: #e5e5e5;
	color: #000;
	min-width: 13.600em;
	line-height: 3.300em;
	padding: 0.313em 2.250em 0.313em 2.250em;
	vertical-align: middle;
	text-transform: uppercase;
}

#submenuselected {
	background-image: url(column_selector_arrow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
} 

#submenuselected span {
	background-color: #3e799f;
	color: #FFF;
}

/* 3col main page */

.mainlocations {
	height: 16.542em;
	background-image: url(bar_locations.jpg);
}

.mainonsite {
	height: 16.542em;
	background-image: url(bar_onsite.jpg);
}

.mainremote {
	height: 16.542em;
	background-image: url(bar_remote.jpg);
}

.barspan {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 19.250em;
	background-image: url(bar_background.jpg);
	background-repeat: repeat-x;
	background-color: #1f6490;
	text-align: left;
	font-size: 0.667em;
	color: #FFF;
}

.barspan p {
	line-height: 1.3em;
	vertical-align: middle;
	margin: 0.5em 1em 0 1em;
}

.barspan a {
	padding: 0;
	padding-top: 1em;
	padding-right: 1em;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.barspan a:hover {
	color: #CCC;
}

.barspan a span {
	font-size: 1.125em;
	text-transform:uppercase;
	text-align: center;
	line-height: 3.778em;
	vertical-align: middle;
	text-align: left;
	padding-left: 1em;
	display: inline-block;
	height: 3.778em;
	width: 15.111em;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: normal;
}

.barspan a:hover {
	color: #FFF;
}
/* intro section */

.intro {
	text-align: center;
}

.intro span {
	font-size: 0.90em;
	color: #1f6590;
}

.intro p {
	font-size: 0.8em;
	padding-left: 0.4em;
}


/* faq section */

.faq {
	text-align: left;
}

.faq span {
	font-size: 0.750em;
	padding-left: 0.4em;
	color: #1f6590;
}

.faq p {
	font-size: 0.6em;
}

/* services section */

.service {
	text-align: left;
	padding-top: 0.5em;
	padding-right: 0.5em;
}

.service span {
	font-size: 0.813em;
	padding-left: 0.25em;
	color: #1f6590;
}

.service p {
	font-size: 0.6em;
	padding-left: 0.25em;
	color: #000;
}


.servicetouch {
	text-align: left;
	background-color: #FFF;
	padding-top: 0.5em;
	font-size: 24px;
}

.servicetouch span {
	font-size: 0.813em;
	padding-left: 0.25em;
	color: #FFF;
	text-transform: uppercase;
}

.servicetouch li {
	font-size: 14px;
	padding-left: 0.25em;
	color: #FFF;
	padding-bottom: 0.3em;
}

#service1 {
	font-size: 14px;
}


.serviceinvert {
	text-align: left;
	background-color: #1f6590;
	padding-top: 0.5em;
}

.serviceinvert span {
	font-size: 0.813em;
	padding-left: 0.25em;
	color: #FFF;
	text-transform: uppercase;
}

.serviceinvert li {
	font-size: 0.6em;
	padding-left: 0.25em;
	color: #FFF;
	padding-bottom: .3em;
}




.servicetscorp {
	text-align: left;
}

.servicetscorp strong {
	font-size: 0.9em;
	text-transform: uppercase;
}

.servicetscorp p {
	font-size: 0.6em;
}

.servicetscorp span {
	font-size: 1.312em;
	font-weight: bold;
}

/* partners */

.partner {
	text-align: left;
}

.partner img {
	padding: 1.250em 0 1.250em 0;
}


/* testimonials */

.testimonials {
	font-size: 0.875em;
}

.firstitem {
	padding: 1em 0 1em 0;
	border-bottom: 1px solid #c4c4c4;
}

.seconditem {
	padding: 1em 0 1em 0;
}

/* news section */

#

.newsitem {
	display: inline-block;
	width: 54em;
}

.newsitem a, a:hover, a:visited {
	color: #06F;
}

.moreleft {
	display: inline-block;
	width: 2.750em;
	padding-right: 0.4em;
	padding-top: 8em;
	float: left;
	text-align: left;
}
.moreright {
	display: inline-block;
	text-align: right;
	width: 2.750em;
	padding-left: 0.4em;
	padding-top: 8em;
	float: right;
}

/* news section */

.heavy {
	font-size: 5.5em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1em;
	font-stretch:condensed;
	display: inline-block;
}

.bolderheavy {
	font-size: 1.88em;
}

.aboutfltright {
	font-size: 0.875em;
	display: inline-block;
	width: 33.143em;
	float: right;
}

.paging {
	text-align:center;
}

/* footer */

.footer {
	margin-top: 7em;
	font-weight: bold;
	padding-top: 0.813em;
	line-height: 2.000em;
	vertical-align: middle;
	border-top: 0.125em solid #ababab;
	text-transform: uppercase;
}

.follow {
	height: 2.000em;
	width: 18.200em;
	text-align: right;
	float: right;
}

.follow img {
	padding: 0 0.250em 0 0.250em;
}

.followtext {
	float: left;
	margin-top: 0.313em;	
}

/* contact section */

.contact {
	margin-bottom: 1.5em;
	background-color: #e5e5e5;
}

.contact span {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.contact div a span {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

.contact div {
	background-color: #FFF;
}

.contact p {
	font-size: 0.875em;
	margin: 1em 0 1em 0;
}

.contactform {
	font-size: 0.875em;
	background-color: #FFF;
	display: inline-block;
	float: left;
	padding-right: 5em;
	margin-right: 1em;
}

.contactform input {
	border: solid 1px #999; 
	padding: 0.8em;
	margin: 0.5em 0 0.5em 0;
	min-width: 20em;
}

#contactsubmit {
	border: solid 1px #999; 
	background-color: #000;
	color: #FFF;
	padding: 0.8em;
	margin: 0.5em 0 0.5em 0;
	min-width: 13em;
	width: 13em;
	text-transform: uppercase;
}

.contactform select {
	padding: 0.1em;
	margin: 0.5em 0 0.5em 0;
	min-width: 10em;
}

.contactform textarea {
	border: solid 1px #999; 
	padding: 0.8em;
	margin: 0.5em 0 0.5em 0;
	min-width: 25em;
	width: 45em;
	height: 10em;
}

.contactform td {
	text-align: right;
}


/* testing stuff */


.locationtext {
	margin-left: 5px;
	text-color: red;
}



/* extras */

.noshow {
	display: none;
}

.cancelfloat {
	clear: both;
}

.test {
	border: dashed 1px #F00;
}