* {
	padding: 0;
	margin: 0;
	outline: none;
}

#gallery {
	display: none;
}

html, body {
	height: 100%; /* sticky footer help */
}

body.homepage {
	background: url(../images/bg.png) repeat-x scroll 0px 100px;
	font-size: 62.5%;
	font-family: 	Arial,Verdana,sans-serif;
	line-height: 1.6em;
	color: #22346A;
}

body.sub_page {
	background: url(../images/sub_bg.png) repeat-x scroll 0px 100px;
	font-size: 62.5%;
	font-family: 	Arial,Verdana,sans-serif;
	line-height: 1.6em;
	color: #22346A;
}

/* typorgraphy */

a {
	text-decoration: none;
	color: #22346A;
}

a:hover {
	color: #b0b0b0;
}

p {
	font-size: 1.2em;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

/* p tag for the footer text */

p.copyright {
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
	border-top: #ff6600 solid 3px;
	color: #22346A;
	padding: 10px 0 0 0;
}

h1 {
	font-size: 4.5em;
	font-family: "Gill Sans", Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: .05em;
}

h1.special {
	margin: 0px 0px 0px 200px;
}

/* h1 header for sub pages */

h1.title {
	text-align: left;
	position: relative;
	z-index: 1;
	top: -25px;
}

h2 {
	font-family: "Gill Sans", Arial, Verdana, sans-serif;	
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: .18em;
	margin: 0 0 25px 0;
	padding: 2px 0 0 0;
}

h3.contact {
	margin: 0px 0px 0px 30px;
}

/* navigation */

#nav {
	display: none;
}


/* learn more link for the HP */

a.learn_more {
	display: none;
}

ul.questions {
	font-size: 1.2em;
	margin: -10px 0 50px 40px !important;
}

/* product sub pages T3.. IMAPS */

/* link for Back to products */

a.products_back {
	display: none;
}

/* contact page */

/* links for click here to google maps as well as download pdf */

a.find_us {
	background:transparent url(../images/orange_arrow.png) no-repeat scroll right 2px;
	font-weight:bold;
	padding:0 14px 0 5px;
}

/* water image for main page */

#wrapper {
	min-height: 100%; /* sticky footer help */
	height: auto !important; /* sticky footer help */
	height: 100%; /* sticky footer help */
	margin: 0 auto -4em; /* sticky footer help */
	width: 1017px;
}

a#branding {
	text-indent: 0px;
	font-size: 4.5em;
	line-height: 3.5em;
	font-family: "Gill Sans", Arial, Verdana, sans-serif;
	margin: 200px 0 100px 0 !important;
}

/* main for homepage */

#main_homepage {
	height: 120px;
	margin: 0 0 30px 0 !important;
}

/* main for sub pages */

#main {
	height: 150px;
}

#main_content {
	width: 100%;
}

/* three col layout */

.three_col {
	width: 500px !important;
	float: left;
	padding: 0px 75px 0px 0px;
	margin: 0 0 40px 0;
}

.three_col_last {
	width: 500px !important;
	float: left;
	padding: 0;
	margin: 0 0 40px 0;
}

.three_col_clients {
	float: left;
	width: 500px !important;
	margin: 0 100px 0 0;
}

/* two col layout */

.two_col {
	width: 500px !important;
	margin: 0 100px 50px 0;
}

.two_col_clients {
	width: 500px !important;
	margin: 0 100px 0 0;
}

.two_col_right {
	float: left;
	width: 500px !important;
}

#title {
	
}

.footer, .push {
	margin: 0 auto;
	clear: both;
}

/* image of clients */

.client {
	background: url(../images/clients.png) no-repeat;
	width: 708px;
	height: 283px;
}

/* image of triangular diagram */

.triangle_diagram {
	background: url(../images/triangle_diagram.png);
	width: 473px;
	height: 339px;
	margin: 0 0 0 70px
}

/* imaps logo */

a#imaps_logo {
	background: url(../images/imaps_logo.png);
	width: 153px;
	height: 44px;
	margin: 0 0 15px;
	display: block;
	font-size: 2em;
}

/* t3 logo */

a#t3_logo {
	background: url(../images/t3_logo.png);
	height: 32px;
	width: 42px;
	margin: 0 0 15px;
	display: block;
	font-size: 2em;
	font-weight: bold;
}

/* break for space */

.break_1 {
	height: 20px;
}