/* 
Copyright 2008
CSS coding by Jay Tang | Terra Preta 
www.terra-preta.nl
*/

/* TEMPLATE CONTAINER */
body#template_main div#container_site {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 14px;
	width: 960px;
	min-height: 100%;
	height: auto;
	background: url(../assets/bg_tile_columns_three.gif) repeat-y left top;
	display: table;
}
div#container_columns_three {
	width: 960px;
	float: left;
	clear: both;
}

/* COLUMN 1*/
div#container_columns_three div#column1 {
	padding-bottom: 20px;
	width: 290px;
	min-height: 225px;
	background: url(../assets/bg_tile_box_img.gif) #CFCFCF no-repeat left 28px;
	float: left;
}
div#container_columns_three div#column1 div.title_bar {
	width: 290px;
	height: 28px;
	background: url(../assets/bg_tile_title_gray.gif) repeat-x left top;
	float: left;
	clear: both;
}
div#container_columns_three div#column1 div.title_bar h1 {
	margin-left: 20px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
}
div#container_columns_three div#column1 div.section {
	margin: 30px 20px;
	width: 250px;
	float: left;
	clear: both;
}
/*
div#container_columns_three div#column1 div.section p img,
div#container_columns_three div#column2 div.section p img,
div#container_columns_three div#column3 div.section p img,
*/
div#container_columns_three div#column3 div.section img#hyves-banner {
	margin-top: 30px;
	margin-left: -20px;
}

/* COLUMN 2 */
div#container_columns_three div#column2 {
	padding-bottom: 20px;
	width: 380px;
	min-height: 225px;
	background: url(../assets/bg_tile_box_dark.gif) #2E2E2E repeat-x left 28px;
	float: left;
}
div#container_columns_three div#column2 div.title_bar {
	width: 380px;
	height: 28px;
	background: url(../assets/bg_tile_title_orange.gif) repeat-x left top;
	float: left;
	clear: both;
}
div#container_columns_three div#column2 div.title_bar h1 {
	margin-left: 20px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
}
div#container_columns_three div#column2 div.section {
	margin: 30px 20px;
	width: 340px;
	float: left;
	clear: both;
}

/* COLUMN 3*/
div#container_columns_three div#column3 {
	padding-bottom: 20px;
	width: 290px;
	min-height: 225px;
	background: url(../assets/bg_tile_box_gray.gif) #CFCFCF repeat-x left 28px;
	float: left;
}
div#container_columns_three div#column3 div.title_bar {
	width: 290px;
	height: 28px;
	background: url(../assets/bg_tile_title_gray.gif) repeat-x left top;
	float: left;
	clear: both;
}
div#container_columns_three div#column3 div.title_bar h1 {
	margin-left: 20px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
}
div#container_columns_three div#column3 div.section {
	margin: 30px 20px;
	width: 250px;
	float: left;
	clear: both;
}
div#container_columns_three div#column3 div.section span.left {
	width: 85px;
	height: 30px;
	font-size: 1.1em;
	font-weight: bold;
	color: #565656;
	float: left;
}
div#container_columns_three div#column3 div.section span.right {
	width: 165px;
	height: 30px;
	float: left;
}
