@charset 'utf-8';

/*---------------- Index Banner ---------------*/

#banner{
	height:230px;
}

#banner h1{
	font-size:2em;
	color:#666;
	text-transform:uppercase;
	text-align:right;
	position:relative;
	top:80px;
	right:110px;
}

/*---------------- Index Content ---------------*/

#index_content_outer{
	background:url(../images/index_content_outer.jpg) no-repeat top center;
	padding-top:18px;
}
.content_wrapper{
	background:url(../images/index_content.jpg) no-repeat;
}
#index_links{
	float:left;
	margin:12px 0 7px 0;
	
}
#index_links li{
	list-style:none;
}
#index_links a{
	display:block;
	width:200px;
}
a.index_large{
	height:68px;
}
a.index_small{
	height:32px;
}
a#index_linear{
	background:url(../images/index_buttons_sprite.jpg) 0 0;
}
a#index_linear:hover{
	background:url(../images/index_buttons_sprite.jpg) -200px 0;
}
a#index_tilos{
	background:url(../images/index_buttons_sprite.jpg) 0 -68px;
}
a#index_tilos:hover{
	background:url(../images/index_buttons_sprite.jpg) -200px -68px;
}

a#index_scheduling{
	margin-top:7px;
	background:url(../images/index_buttons_sprite.jpg) 0 -99px;
}
a#index_scheduling:hover{
	background:url(../images/index_buttons_sprite.jpg) -200px -99px;
}
a#index_asta{
	background:url(../images/index_buttons_sprite.jpg) 0 -167px;
}
a#index_asta:hover{
	background:url(../images/index_buttons_sprite.jpg) -200px -167px;
}


a#index_controls{
	margin-top:7px;
	background:url(../images/index_buttons_sprite.jpg) 0 -198px;
}
a#index_controls:hover{
	background:url(../images/index_buttons_sprite.jpg) -200px -198px;
}
a#index_prolog{
	background:url(../images/index_buttons_sprite.jpg) 0 -266px;
}
a#index_prolog:hover{
	background:url(../images/index_buttons_sprite.jpg) -200px -266px;
}


#index_sidebar{
	width:200px;
}
#index_col_main{
	width:750px;
}
#left_col,#right_col{
	float:left;
	width:255px;
}
#left_col h1{
	font-size:0.95em;
}
#left_col{
	padding:30px 0 0 160px;
}
#right_col{
	padding:30px;
	margin-top:-3px;
}
#more_link{
	float:right;
	color:#fff;
}
a#more_link:hover{
	color:#FC0;
}


#bottombar{
	clear:both;
	background:url(../images/index_bottombar.jpg) repeat-x;
	height:33px;
	padding:9px 20px 0 0;
	text-align:right;
	background-color:#000;
}
.index_number{
	font-size:1.4em;
	color:#bbb;
}
#bottombar a{
	color:#666;
	margin-left:21px;
}
#bottombar a:hover{
	color:#FC0;
}

#products_links{
	cleat:both;
	height:109px;
}
#products_links a{
	display:block;
	float:left;
}
a#tilos{
	background:url(../images/content/index_product_links/tilos.jpg) no-repeat;
	width:210px;
	height:49px;
	margin:28px 0 0 15px;
}
a#powerproject{
	background:url(../images/content/index_product_links/powerproject.jpg) no-repeat;
	width:231px;
	height:55px;
	margin:25px 0 0 15px;
}
a#teamplan{
	background:url(../images/content/index_product_links/teamplan.jpg) no-repeat;
	width:192px;
	height:55px;
	margin:24px 0 0 15px;
}
a#prolog{
	background:url(../images/content/index_product_links/prolog.jpg) no-repeat;
	width:242px;
	height:38px;
	margin:36px 0 0 10px;
}