/* GLOBALS */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(images/bg.gif) repeat-x;
	background-color: #eedcb3;
}

table {
	border-collapse: collapse;
}

html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 15px;
	margin-right: 20px;
}

a {
	color: #333366;
	text-decoration: none;
}

a:hover {
	color:#FF9933;
}


/* CONTAINER */

#container {
	background: url(images/intelligent.gif) no-repeat right top;
	font-size: 62.5%;
	margin: auto;
	text-align: left; /* for IE5 users */
	width: 720px;
}


/* HEADER */

#header {
	height: 74px;
	width: 720px;
}

#clearFooter {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0; 
}

/* CONTENT WRAPPER ****************************/

#contentWrapper {
	width: 720px;
}

/* TOP NAV ************************************/

#topNav {
	color: #c42e28;
	font-size: 1.2em;
	width: 700px;
	margin: 10px 0 10px 20px;
}

#topNav a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#topNav a:hover {
	color: #ffffff;
}

#topNavOn a {
	color: #ffffff;
}

.navDivider {
	color: #c42e28;
}


/* SIDE COLUMN (RIGHT COLUMN)  ****************************************/

#sideColumn {
	background: url(images/cover_bg.gif) no-repeat;
	float: right;
	width: 205px;
	margin-top: 26px;
}

#sideColumn h1 {
	color: #c42e28;
	font-size: 2em;
	font-weight: lighter;
	margin-bottom: 18px;
}

#sideColumn img {
	margin-top: 25px;
}

#sideColumn2nd {
	background: url(images/cover_bg.gif) no-repeat;
	float: right;
	width: 205px;
	margin-top: 42px;
}

#sideColumn2nd img {
	margin-top: 25px;
}


/* CONTENT COLUMN (LEFT COLUMN) ****************************************/

#contentColumn {
	float: left;
	width: 460px;
	margin-left: 20px;
	margin-top: 70px;
}

#content2nd {
	float: left;
	width: 460px;
	margin-left: 20px;
}

#content2nd h1 {
	color: #c42e28;
	font-size: 2em;
	font-weight: lighter;
	margin: 26px 0 18px 0px;
}

#contentInspection {
	background: url(images/icon_inspection.gif) no-repeat left top;
}

#contentUi {
	background: url(images/icon_ui.gif) no-repeat left top;
}

#contentStrategy {
	background: url(images/icon_strategy.gif) no-repeat left top;
}

#contentViral {
	background: url(images/icon_viral.gif) no-repeat left top;
}

#contentSeed {
	background: url(images/icon_seed.gif) no-repeat left top;
}

#contentWriting {
	background: url(images/icon_writing.gif) no-repeat left top;
}

#contentHosting {
	background: url(images/icon_hosting.gif) no-repeat left top;
}

.contentSolutions {
	float: left;
	width: 460px;
	margin-left: 20px;
}

.contentSolutions h1 {
	color: #c42e28;
	font-size: 2em;
	font-weight: lighter;
	margin: 26px 0 18px 65px;
}

#icons {
	width: 460px;
}

#icons img {
	margin: 20px 0;
}

#imageLeft {
	float: left;
	height: 102px;
	width: 226px;
	margin-top: 7px;
}

#imageRight {
	float: right;
	height: 102px;
	width: 226px;
	margin-top: 7px;
}


/* FOOTER  ****************************************/

#footer {
	clear: both;
	color: #000000;
	font-size: 1.2em;
	text-align: center;
	height: 1%; /* For IE extra margin bug */
	width: 720px;
	padding: 15px 0;
	margin-top: 20px;
}

#footer a:active,
#footer a:link,
#footer a:visited {
	color: #cc3333;
	text-decoration: none;
}

#footer a:hover {
	color: #ff7e00;
	text-decoration: underline;
}