/* 
style.css
conveyinc.com (version 1.0)
copyright (c) 2009 - all rights reserved
*/


/* GLOBAL */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	overflow: scroll;
}

h2 {
	font-size: 18px;
	text-weight: bold;
	color: #333;
}

h3 {
	font-size: 13px;
	text-weight: bold;
	color: #333;
	margin: 0;
	padding-top: 8px;
}

h3 a {
	display: block;
}

b {
	text-weight: bold;
}

ul {
	margin: -12px 0 0 0;
	padding: 0 0 4px 48px;
	list-style-type: square;
}

a {
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}


/* HEAD */

.head-wrap {
	background-position: center top;
}

.head {
	width: 900px;
	height: 125px;
	margin: 0 auto;
}

.ani {
	display: none;
	position: absolute;
	width: 900px;
	height: 100px;
	top: 0;
}

.head-city { background-image: url("../media/headfoot/cityhead.gif"); }
.ani-city { background-image: url("../media/headfoot/cityani.gif"); }
.head-gear { background-image: url("../media/headfoot/gearhead.gif"); }
.ani-gear { background-image: url("../media/headfoot/gearani.gif"); height: 125px; }
.head-watr { background-image: url("../media/headfoot/watrhead.gif"); }
.ani-watr { background-image: url("../media/headfoot/watrani.gif"); height: 47px; top: 60px; }
.head-gras { background-image: url("../media/headfoot/grashead.gif"); }
.ani-gras { background-image: url("../media/headfoot/grasani.gif"); }
.head-bubl { background-image: url("../media/headfoot/bublhead.gif"); }
.ani-bubl { background-image: url("../media/headfoot/bublani.gif"); top: 26px; }
.head-pole { background-image: url("../media/headfoot/polehead.gif"); }
.ani-pole { background-image: url("../media/headfoot/poleani.gif"); height: 125px; }


/* FOOT */

.foot-wrap, .push {
	background-position: center top;
	height: 50px;
}

.foot {
	width: 900px;
	height: 50px;
	margin: 0 auto;
}

.foot-city { background-image: url("../media/headfoot/cityfoot.gif"); }
.foot-gear { background-image: url("../media/headfoot/gearfoot.gif"); }
.foot-watr { background-image: url("../media/headfoot/watrfoot.gif"); }
.foot-gras { background-image: url("../media/headfoot/grasfoot.gif"); }
.foot-bubl { background-image: url("../media/headfoot/bublfoot.gif"); }
.foot-pole { background-image: url("../media/headfoot/polefoot.gif"); }


/* MENU */

#menu-wrap {
	position: relative;
	top: -18px;
	height: 18px;
	width: 900px;
	margin: 0 auto;
	background-color: #000;
}

.menu {
	position: absolute;
	top: 0;
}

.menu a {
	display: block;
	width: 150px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	outline: none;
}

.m-who { left: 0px; }
#menu-who a:hover { color: #96c900; }
#menu-who-on { background-color: #84b001; }

.m-what { left: 150px; }
#menu-what a:hover { color: #5a87f0; }
#menu-what-on { background-color: #1a47af; }

.m-why { left: 300px; }
#menu-why a:hover { color: #f25787; }
#menu-why-on { background-color: #c02555; }

.m-things { left: 450px; }
#menu-things a:hover { color: #42e682; }
#menu-things-on { background-color: #1aa140; }

.m-clients { left: 600px; }
#menu-clients a:hover { color: #32bef5; }
#menu-clients-on { background-color: #0088cb; }

.m-contact { left: 750px; }
#menu-contact a:hover { color: #fbb040; }
#menu-contact-on { background-color: #ec9c25; }


/* CONTENT */

.content-wrap {
	width: 900px;
	height: 100%;
	margin: 12px auto 24px;
}

.content {
	width: 420px;
	padding-left: 180px;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#content-who a { color: #84b001; }
#content-what a { color: #1a47af; }
#content-why a { color: #c02555; }
#content-things a { color: #1aa140; }
#content-clients a { color: #0088cb; }
#content-contact a { color: #ec9c25; }

#pagetitle {
	position: relative;
	left: -2px;
}

#logo {
	padding-bottom: 16px;
}

.title {
	font-style: italic;
}

.footnote {
	font-style: italic;
	margin: 24px 0;
}

.note-small {
	font-style: italic;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 0 48px;
}


/* LEFT / RIGHT*/

.left {
	position: absolute;
	left: -128px;
	top: 12px;
}

.right {
	float: right;
	width: 240px;
}


/* PAGES */

.credits td {
	vertical-align: middle;
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
	padding: 0 16px 24px 0;
}

.clogo {
	text-align: center;
}

.thing {
	position: relative;
	padding-bottom: 24px;
}

#things-menu a {
	display: block;
	width: 200px;
	font-size: 10px;
	color: #1aa140;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 4px;
	border: solid 4px #fff;
}

.thing-on {
	background-color: #1aa140;
	color: #fff !important;
	text-decoration: none !important;
}

.tlink img {
	border: 1px solid #ccc;
}

.tlink:hover img {
	border: 1px solid #1aa140;
}

.ttable tr {
	vertical-align: top;
}

.ttable td {
	text-align: center;
	padding: 5px 10px;
	font-size: 10px;
	line-height: 14px;
}

.ttable td a {
	display: block;
	font-size: 10px;
	line-height: 14px;
}

.tlist tr {
	vertical-align: top;
}

.tlist td {
	text-align: left;
	padding: 0 10px;
	font-size: 10px;
	line-height: 14px;
}

.tcaption {
	position: relative;
	background-color: #fff;
	display: block;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}

.stretch {
	line-height: 32px;
}

#client-wrap {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 0 0 40px;
	padding: 0;
}

.clientlogo {
	position: absolute;
	top: 10px;
	left: 10px;
}

.ulsub {
	margin: 0;
	padding: 0 0 4px 24px;
	list-style-type: square;
}

