﻿#container {
	background: #fff;
	margin: 0 auto 15px;
	overflow: hidden;
	position: relative;
	width: 862px;
}

#branding {
	background: url(../images/header.png) no-repeat;
	float: left;
	height: 152px;
	width: 862px;
}

#content {
	background: #fff;
	float: left;
	margin: 30px 0 0;
	overflow: hidden;
	position: relative;
	width: 862px;
}

	.home #content, .cms #content { background: url(../images/content_home.png) repeat-y; }
	.cms.products #content { background: #fff; }

#content_main {
	float: left;
	margin-left: 22px;
	position: relative;
	width: 600px;
}

	    .IE6 #content_main.products { float: right;  }
	    .IE6 #content_sub.products { float: left; margin-left: 10px; }
	
	.IE6 #content_main { margin-left: 11px; margin-right: 12px; }
	
	.IE6 #content_main.product_panels,
	.IE6 #content_main.case_study {
		margin: 30px 30px 0 22px;
		width: 340px;
	}
	
	#content_main.product_panels,
	#content_main.case_study {
		margin: 30px 32px 0 22px;
		width: 340px;
	}
	
	#content_main.products {
		float: right;
		margin-right: 40px;
		width: 580px;
	}
	
		#content_main.products img { margin-bottom: 20px; }
	
#content_sub {
	background: #fff;
	float: left;
	margin-left: 12px;
	width: 216px;
}

    .IE6 #content_sub {
        margin-left: 0px;
        width: 216px;
    }
	
	#content_sub.product_panels,
	#content_sub.case_study {
		background: #fff;
		margin-top: 30px;
		position: relative;
		width: 440px;
	}
	
	#content_sub.products {
		float: left;
		margin-left: 40px;
		min-height: 250px;
		width: 150px;
	}
	
		.IE6 #content_sub.products { height: 200px; }
	
	#case_study_widget {
		background: #fcb14c;
		border: 1px solid #fcb14c;
		color: #fff;
		height: 220px;
		margin-bottom: 10px;
		text-align: center;
		width: 215px;
	}
	
	/* -- START: products case study panels -- */
	
		.case_panel, .mgmt_panel {
			color: #222;
			float: left;
		}
		
		.case_panel, .scroll {
			height: 270px;
			width: 440px;
		}
		
		.mgmt_panel, .mgmt_scroll {
			height: 450px;
			padding: 10px 0;
			width: 500px;
		}
		
		#case_nav, #case_nav li {
			float: left;
			margin: 0;
		}
		
			#case_nav li a {
				background: url(../images/case_tabs.gif) no-repeat 0 0;
				color: #fff;
				display: block;
				float: left;
				height: 26px;
				padding: 4px 0 0 8px;
				width: 121px;
			}
			
			#case_nav li a.selected { background: url(../images/case_tabs.gif) no-repeat 0 -30px; }
		
		#case_overview { background: #fff; }
		
		#case_solutions { background: #efefef; }
		#case_solutions_inner { padding: 10px; }
		
		#case_features { background: #fff; }
		#case_features_inner { padding: 10px; }
		
		.scroll, .mgmt_scroll {
			clear: left;
			overflow: auto;
			overflow-x: hidden;
			position: relative;
		}
		
			#mgmt_shadow {
				/* background: url(../images/mgmt_shadow.jpg) no-repeat bottom; */
				float: left;
				padding: 0 25px;
				height: 520px;
			}
				
		.case_thumb {
			float: right;
			margin: 0 0 5px 5px;
		}
		
		.scrollButtons {
			position: absolute;
			top: 150px;
			cursor: pointer;
		}

		.scrollButtons.left {
			left: -20px;
		}

		.scrollButtons.right {
			right: -20px;
		}
		
	/* -- END: products case study panels -- */
	
		
	/* -- START: products case study panels -- */
	
		#case_menu {}
		
		#case_drawer {
			background: url(../images/case_drawer.gif) repeat-y right;
			float: right;
			height: 96px;
			margin-top: 24px;
			padding: 0 24px 24px 0;
			position: absolute;
			right: -615px;
			top: 3px;
			width: 601px;
			z-index: 31337;
		}
	
		#case_drawer_items {
			float: right;
			margin: 0;
			padding: 0;
			/* width: 590px; */
		}
		
		#case_drawer_items li {
			display: inline;
			float: left;
			height: auto;
			width: 94px;
		}
		
		.case_drawer_item {
			background: #b7b3b3;
			height: 120px;
		}
		
			.case_drawer_item.hover {
				background: #fcb14c;
				cursor: pointer;
			}
			
			.case_drawer_item a {
				display: block;
				text-decoration: none;
			}
			
			.case_drawer_item a img { border: 0; }
		
		.case_drawer_item img {
			height: 67px;
			margin: 0;
			width: 94px;
		}
		
		#case_opener {
			background: #fcb14c;
			color: #fff;
			line-height: 1.1;
			font-size: 13px;
			padding: 5px;
			position: absolute;
			right: -16px;
			text-align: left;
			text-decoration: none;
			text-indent: 10px;
			top: 0;
			width: 122px;
			z-index: 666;
		}
		
			#case_opener.drawer_open { background: #fcb14c url(../images/drawer_open.gif) no-repeat right; }
			
			#case_opener.drawer_closed { background: #fcb14c url(../images/drawer_closed.gif) no-repeat right; }
		
	/* -- END: products case study panels -- */
	
	.fld_row {
		float: left;
		width: 590px;
	}
	
		.IE6 .fld_row, .IE7 .fld_row { margin-bottom: 10px; }
	
		.fld_row label {
			float: left;
			margin-right: 10px;
			width: 100px;
		}
		
			.IE6 .fld_row label { width: 95px; }
		
		.fld_row input.text, .fld_row textarea {
			border: 1px solid #999;
			margin-right: 10px;
		}
		
			.fld_row input.text { width: 160px; }
				.IE6 .fld_row input.text { width: 150px; }
			.fld_row select.select { width: 170px; }
				.IE6 .fld_row select.select { width: 160px; }
			.fld_row textarea { width: 452px; }
				.IE6 .fld_row textarea { width: 440px; }

		.fld_row p { float: left; }
		
		.fld_row .contact_us {
			float: right;
			margin-right: 20px;
		}
		
			.IE6 .fld_row .contact_us, .IE7 .fld_row .contact_us { margin-top: 10px; }
	
	#latest_news {
		background: #fcb14c;
		color: #fff;
		padding-bottom: 10px;
	}
	
	#latest_news_none, #feed_archive {
		margin: 10px 10px 0;
	}

.news_item {
	border-left: 5px solid #fcb14c;
	margin-left: 15px;
	padding-left: 15px;
}

.SearchResult {
	float: left;
	width: 550px;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	clear: both;
	height: 58px;
	position: relative;
	width: 862px;
}
		
	.home #footer, .cms #footer { background: url(../images/footer_home.png) no-repeat; }
	.cms.products #footer { background: url(../images/footer.png) no-repeat; }
	
/* -- START: social media stuff -- */

#social_media {
	background: url(../images/social_back.png) no-repeat;
	bottom: 0;
	height: 43px;
	left: 22px;
	overflow: hidden;
	position: absolute;
	width: 600px;
}

	#social_media h6,
	#social_media #rss_link {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		margin: 15px 0 15px 15px;
		float: left;
		width: auto;
	}
		
		#social_media #rss_link {
			float: right;
			line-height: 1.5;
			margin: 10px 15px 0 0;
			width: 225px;
		}
	
	#social_media #add_this {
		float: left;
		margin: 15px 0;
		text-align: center;
		width: 130px;
	}

	#social_icons {
		float: left;
		list-style-type: none;
		margin: 10px 0 10px 10px;
		padding: 0;
		width: auto;
	}
	
	#social_icons li {
		float: left;
		margin-right: 5px;
	}
	
	#social_media .icon {
		background-image: url(../images/social_icons.png);
		display: block;
		float: left;
		height: 24px;
		text-indent: -31337px;
		width: 24px;
	}
	
	#social_media #icon_facebook { background-position: 0 0; }
	
	#social_media #icon_twitter { background-position: 0 -25px; }
	
	#social_media #icon_linkedin { background-position: 0 -50px; }

	#social_media #icon_rss {
		background-position: 100% -75px;
		float: right;
		margin-left: 5px;
	}

/* -- END: social media stuff -- */
