body {
	background: white;
	color: #201A16;
	font: small/1.5 Tahoma, "Trebuchet MS", Arial, sans-serif;
}

body, html, ul#navlist, #footer p {
	margin: 0;
	padding: 0;
}


/* ------------ HEADER ------------ */

#header-wrap {
	background: #666;
	color: white;
	border-bottom: 10px solid #D9D9D9;
}

#header {
	width: 760px;
	margin: 0 auto;
	position: relative;
	height: 37px;
}

/* ------------ MENU ------------ */

ul#navlist {
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 500;
}

ul#navlist li {
	display: inline;
}

ul#navlist a {
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	padding: 0 2px;
}

ul#navlist a:hover, ul#navlist a:focus, ul#navlist a:active,
#home li#nav-home a,
#solutions li#nav-solutions a,
#approach li#nav-approach a,
#infrastructure li#nav-infrastructure a,
#company li#nav-company a,
#thanks li#nav-thanks a,
#hosting li#nav-hosting a,
#contact li#nav-contact a {
	color: #FFD800;
}

/* ------------ CONTENT ------------ */

#content-wrap {
	width: 760px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 35px;
}

#home-logo, #int-logo {
	position: absolute;
	top: 9px;
	left: 0px;
	z-index: 1;
}

#int-logo { top: 6px; }

#content { clear: both; }

#home #content {
	padding-top: 0;
}


/* ------------ TEXT ------------ */

a {
	color: #AC2E22;
	text-decoration: underline;
}

a:hover, a:focus, a:active { text-decoration: none; }

#home h1 {
	font-weight: normal;
	font-size: 140%;
	color: #201A16;
}

h1 {
	color: #626262;
	font-weight: bold;
	font-size: 280%;
	margin-top: 25px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 105%;
	margin-bottom: 0;
}

h2 + p { margin-top: 0; }

/* ------------ FOOTER ------------ */

#footer {
	background: #ff2937;
	color: white;
	width: 100%;
	border-top: 5px solid #666666;
	padding: 25px 0 30px 0;
	clear: both;
}

/* Hide from IE Mac \*/
#footer { min-height: 75px; }
* html #footer { height: 75px; }
/* End hide from IE Mac */


#footer-int {
	width: 760px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}


/* FOR IE5/MAC */
/*\*//*/
#int-action { display: none; }
/**/


#address, #phone, #parent {
	width: 145px;
	float: right;
}

#phone { width: 185px; }

#address, #phone {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid white;
}

#parent { padding-left: 5px; }

/* FOOTERSTICK */
/* Hide from IE Mac \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

#outer{min-height:100%;margin-bottom:-135px;height:auto;}
* html #outer{height:100%;}

#clearfooter{clear:both;height:135px;}

/* ------------ INTROS ------------ */

#home #intro {
	width: 410px;
	padding: 20px 0 0;
	margin-right: 20px;
	display: inline;
	float: right;
}

#intro { 
	float: right; 
	margin-bottom: 10px;
}

#intro, #intro-box-top, #intro-box-mid-home, #intro-box-mid, #intro-box-bot { width: 505px; }

#intro-box-top { 
	background: transparent url(/shared/intro-box-top.gif) top left no-repeat;
	height: 19px;
}

/* Hide from IE Mac \*/
* html #intro-box-top { overflow: hidden; }
/* End hide from IE Mac */

#intro-box-mid, #intro-box-mid-home  { background: transparent url(/shared/intro-box-mid.gif) top left repeat-y; }

#intro-box-mid-home p { 
	padding: 5px 20px 0 15px; 
	margin: 0; 
	font-size: 105%;
}

#intro-box-mid p { 
	padding: 5px 25px 0 15px; 
	margin: 0; 
	font-size: 105%;
}

#intro-box-bot {
	background: transparent url(/shared/intro-box-bot.gif) top left no-repeat;
	height: 17px;
}


/* ------------ HOME BOXES ------------ */

#big-box-top, #big-box-bot { height: 14px; }

#big-box-top {
	margin-top: 20px;
	background: transparent url(/shared/big-box-top.gif) top left no-repeat;
}

/* Hide from IE Mac \*/
* html #big-box-top,
* html .teaser-top { overflow: hidden; }
/* End hide from IE Mac */

#big-box-mid {
	background: transparent url(/shared/big-box-mid.gif) top left repeat-y;
	padding: 6px 18px 0 18px;
}

#big-box-bot { background: transparent url(/shared/big-box-bot.gif) top left no-repeat; }

#teaser-left {
	width: 246px;
	float: left;
	display: inline;
	margin-left: 5px;
	padding-top: 20px;
}

#teaser-right, .teaser-top, .teaser-mid, .teaser-bot { width: 426px; }
.teaser-top, .teaser-bot { height: 9px; }

#teaser-right { float: right; }

.teaser-top { background: transparent url(/shared/small-box-top.gif) top left no-repeat; }

.teaser-mid {background: transparent url(/shared/small-box-mid.gif) top left repeat-y; }

.teaser-mid h3,
.teaser-mid p { 
	margin: 0; 
	padding: 0 10px;
	font-weight: normal;
	font-size: 105%;
}

.teaser-bot {
	background: transparent url(/shared/small-box-bot.gif) top left no-repeat;
	margin-bottom: 10px;
}


/* ------------ EXTRAS ------------ */

#action {
	font-size: 140%;
}


p#home-contact { 
	color: #AC2E22;
	font-size: 110%;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

a img { border: none; }

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */