/*
*******************************************************************

Title:			global.css
Browser(s): 	Safari, Firefox, IE7

Author: 		Andy Davis (www.raddsigns.com)
Created: 		03.05.09
Last modified: 	03.05.09

*******************************************************************
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/****************************************************** GLOBAL ***/

body {
	background: url(../images/main-bg.gif) repeat-x #FFF;
	font: 14px normal "Trebuchet MS", "Helvetica", arial, sans-serif;
	color: #000;
}

a {
	color: #000198;
	text-decoration: underline;
}

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

a.active {
	color: #000198;
	text-decoration: none;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#container {
	width: 960px;
	background: url(../images/container-bg.jpg) no-repeat #FFF;
	position: relative;
}

h1.logo {
	position: absolute;
	left: 12px;
	top:1px;
	font: 24px bold "Trebuchet MS", "Helvetica", arial, sans-serif;
	text-indent: -9999px;
	background: url(../images/integration-architects-logo.gif) no-repeat;
	width: 333px;
	height: 140px;
	z-index: 100;
}

.clear {
	clear: both;
}

table.values td.text {
	vertical-align: top;
	font-size: 12px;
	padding-top: 20px;
}


/****************************************************** ACCORDION SLIDER ***/

.accordion {
	margin: 20px 0 0 0;
}

.services {
	width: 540px;
}

h3.slider {
	font: 16px bold "Trebuchet MS", "Helvetica", arial, sans-serif;
	color: #000099;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	margin-bottom: 12px;
	clear: both;
	cursor: pointer;
}

.slide {
	margin-bottom: 30px!important;
	width: 90%;
}

.slide p {
	color: #363636;
	line-height: 20px;
	float: left;
	margin: 0 0 10px 0!important;
}

.slide p.image {
	width: 450px;
}

.slide img {
	float: right;
}

.slide ul {
	margin: 0 0 20px 30px;
	width: 450px;
	float: left;
}

.slide ul li {
	font-size: 12px;
}

/****************************************************** TOP NAV ***/

#top-nav {
	position: relative;
	top: 20px;
	width: 940px;
	height: 40px;
	float: right;
	text-align: right;
}

#top-nav ul {
	margin: 0;
	padding:0;
}

#top-nav ul li {
	list-style-type: none;
	display: inline;
	margin-right: 7px;
	padding-right: 7px;
}

#top-nav ul li a {
	font: 14px bold "Trebuchet MS", "Helvetica", arial, sans-serif;
	text-decoration: none;
	color: #cb8414;
	padding: 10px; 
}

#top-nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
	padding: 10px; 
}

#top-nav ul li a.select {
	background-color: #177ce4;
	color: #FFF;
	padding: 10px; 
}

/****************************************************** LEFT COLUMN ***/

#left-column {
	width: 340px;
	float: left;
	margin-top: 135px;
}

h2 {
	font: 20px bold "Trebuchet MS", "Helvetica", arial, sans-serif;
	color: #b1b3bf;
	border-bottom: 1px solid #ccc;
	margin: 0 0 0 45px;
}

#left-column p {
	font: 12px normal "Trebuchet MS", "Helvetica", arial, sans-serif;
	line-height: 20px;
	margin: 0 0 0 69px;
	padding: 10px 35px 0 0;
	border-right: 1px solid #ccc;
}

#left-column p span {
	margin-left: 15px;
}

.bullet {
	margin-left: 30px;
	font: 11px normal "Trebuchet MS", "Helvetica", arial, sans-serif;
}


/****************************************************** RIGHT COLUMN ***/

#right-column {
	position: relative;
	width: 580px;
	float: left;
	margin: 30px 10px 20px 30px;
}

.home-banner {
	width: 577px;
	height: 246px;
	position: relative;
}

p.page-title {
	position: absolute;
	font: 28px bold "Trebuchet MS", "Helvetica", arial, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 10px 12px 0 0;
	margin: -40px 0 0 0;
}

.intro {
	padding: 10px 0 0 0;
	line-height: 18px;
}

p.body-copy {
	font: 14px normal "Trebuchet MS", "Helvetica", arial, sans-serif;
	line-height: 22px;
	text-align: left;
	margin: 20px 0 0 0;
}

p.body-copy img {
	margin: 0 15px 0 0;
	float: left;
}

.studies {
	margin-left: 35px;
	font: 12px normal "Trebuchet MS", "Helvetica", arial, sans-serif;
	line-height: 18px;
}

.studies a {
	font-size: 14px;
}

.studies p {
	margin: 3px 0 25px 0;
}

.case-study-nav {
	width: 540px;
	margin-left: 35px;
}

.backbtn {
	position: relative;
	top: 10px;
	background: url(../images/back-arrow.gif) no-repeat;
	padding: 0 0 0 15px;
	color: #177ce4;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}

.pdf-link {
	float: right;
}

a.pdf-download {
	background: url(../images/pdf-icon.gif) no-repeat;
	padding: 12px 10px 0 12px;
	color: #177ce4;
	text-decoration: none;
	font-size: 12px;
	width: 241px;
	height: 37px;
	display: block;
}

a.pdf-download:hover {
	color: #000;
}

.services {
	margin-left: 30px;
}

.services p {
	line-height: 20px;
	color: #363636;
	margin: 0 0 8px 0;
}

.space {
	height: 20px;
	clear: both;
}

.clearer {
	clear: both;
	height: 5px;
}

.moreinfo {
	float: right;
	margin-right: 20px;
}

.hidden {
	display: none;
}

/****************************************************** RECOMMENDED LINKS ***/

#recommended-links {
	width: 600px;
	height: 40px;
	border-top: 1px solid #ccc;
	margin: 0 0 0 340px;
	clear: both;
}

p.links-title {
	font: 14px bold "Trebuchet MS", "Helvetica", arial, sans-serif;
	color: #b1b3bf;
	margin: 12px 12px 12px 22px;
	width: 160px;
	float: left;
}

.links {
	font: 12px normal "Trebuchet MS", "Helvetica", arial, sans-serif;
	float: left;
	color: #999;
	margin: 13px 0 0 0;
}

.links a {
	text-decoration: none;
	font: 12px normal "Trebuchet MS", "Helvetica", arial, sans-serif;
}

.bottom-line {
	width: 940px;
	border-top: 1px solid #ccc;
	margin: 0 0 0 0px;
	clear: both;
}

p.study-title {
	font: 16px bold "Trebuchet MS", "Helvetica", arial, sans-serif;
	color: #177ce4;
	margin-bottom: 4px;
}

/****************************************************** FOOTER ***/

#footer {
	width: 916px;
	background-color: #e5e5e5;
	font: 12px normal "Trebuchet MS", "Helvetica", arial, sans-serif;
	color: #a7abb7;
	clear: both;
	padding: 12px;
	margin: 0 0 20px 0;
}

#footer a {
	text-align: right;
	text-decoration: none;
	color: #177ce4;
	margin-left: 580px;
}

#footer a:hover {
	color: #000;
}
