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

	intrance - PRODUCTS PAGE STYLES 	
	
****************************************************/

/******* INDEX ********
	=Products Homepage
	=Platforms
************************/

/* =Products Homepage */
#products_home.content_container {
	background: url(../images/products/header_bg_products_home.jpg) no-repeat left top;	
}
#products_home .page_header {
	height: 116px;
}
	#products_home .page_header h1 {
		padding-top: 50px;
	}

#products_overview.content_box, #products_detail.content_box {
	padding: 30px 0 30px 30px;
}
#products_overview .left_column {
	width: 240px;
    /*border-right: 1px solid #e9e9e9;*/

}	
#products_overview go_button.button_go {
    vertical-align:bottom;
}

#products_overview ul.standard_list {
	margin-bottom: 25px;
}	

#products_overview .right_column {
	width: 270px;
	border-left: 1px solid #e9e9e9;
	margin-left: 25px;
	padding-left: 25px;
}
#products_overview h1 {
	font-size: 20px;
	font-weight: bold;
	color: #70706e;
	margin-bottom: 30px;
}
#products_overview h2 {
	font-size: 40px;
}
#products_overview p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 20px;
	color: #636363;
}

#products_overview em {
	color: #636363;
}
#products_overview h2 {
	margin-top: 20px;
}

#products_detail {
	position: relative;
}
	#products_detail p.intro {
		width: 560px;
		margin-bottom: 35px;
	}

#products_detail #checklist_legend {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 190px;
	padding: 15px 15px 8px 15px;
	background: #fcfcfc;
	border: 1px solid #f0efec;
}
	#products_detail #checklist_legend .item {
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #b0b0b0;
		margin-bottom: 7px;
	}
	#products_detail #checklist_legend .item img {	
		margin-right: 5px;
	}

table.checklist {
	margin-bottom: 30px;
}
table.checklist th {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #d3d3d3;
	vertical-align: baseline;
	padding-bottom: 5px;
}
	table.checklist th.title {
		font-size: 22px;
		font-weight: bold;
		color: #000;
		width: 345px;		
	}
	table.checklist td {
		border-bottom: 1px solid #e5e5e5;
		font-size: 13px;
		color: #797979;
	}
	table.checklist td.label {
	font-size: 14px;
	padding: 7px 0;
	color: #565656;
	width: 230px;
	}
	table.checklist td.icon {
	padding-right: 10px;
	width: 50px;
	}

/* =Platforms */
#products_areas.content_container {
	background: url(../images/products/header_bg_products.jpg) no-repeat right top;	
}

#products_areas .page_header {
	position: relative;
}
#products_areas .page_header h1 {
	padding-top: 65px;
}
.top_nav {
	position: absolute;
	bottom: -10px;
	left: 51px;
	width: 638px;
	height: 54px;
}
.top_nav li {
	float: left;
	font-size: 24px;
	font-weight: bold;
	width: 128px;
	padding-left: 29px;
	line-height: 53px;
	color: #000;
}
#top_nav_1 {
	background: url(../images/products/top_nav_1.gif) no-repeat;	
}
#top_nav_2 {
	background: url(../images/products/top_nav_2.gif) no-repeat;	
}
#top_nav_3 {
	background: url(../images/products/top_nav_3.gif) no-repeat;	
}
#top_nav_4 {
	background: url(../images/products/top_nav_4.gif) no-repeat;	
}

#top_nav_1-3 {
	background: url(../images/products/top_nav_1-3.gif) no-repeat;	
}
#top_nav_2-3 {
	background: url(../images/products/top_nav_2-3.gif) no-repeat;	
}
#top_nav_3-3 {
	background: url(../images/products/top_nav_3-3.gif) no-repeat;	
}


#process_copy {
	width: 590px;
}
	#process_copy .subsection {
		border-bottom: 1px solid #e9eaeb;
		margin-bottom: 25px;
		padding-bottom: 10px;
	}
	#process_copy .button_row {
		display: block;
		text-align: right;
		border-top: 1px solid #e9eaeb;
		padding-top: 10px;
		margin-top: 25px;
	}
	#process_thumbs {
		width: 240px;
	}
		#process_thumbs .view_work {
			background: #f6f6f6;
			padding: 5px;
			padding: 15px 35px;
			margin-bottom: 30px;
		}
		#process_thumbs .thumb {
			margin-bottom: 30px;
			margin-left: 3px;
		}
		#process_thumbs .thumb.last {
			margin-bottom: 0;
		}
		#process_thumbs .thumb .caption {
			display: block;
			text-align: right;
			font-size: 11px;
			padding-right: 10px;
			margin-top: 5px;
		}
