@charset 'utf-8';

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

#banner{
	background:url(../images/index_banner.jpg) no-repeat center;
	height:492px;
}
#banner_text{
	padding:25px 0 0 55px;
	clear:left;
}
#banner_image{
	margin-left:-20px;
}
#banner h1, #banner h2{
	font-size:3em;
	text-transform:uppercase;
	color:#414141;
	letter-spacing:-0.08em;
}
#banner h3{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.4em;
	color:#414141;
	letter-spacing:-0.03em;
	margin-top:-10px;
}

#banner_links{
	position:relative;
	top:17px;
}
a#banner_button1{
	display:block;
	width:140px;
	height:35px;
	background:url(../images/index_banner_buttons.jpg) no-repeat top left;
	float:left;
}
a#banner_button1:hover{
	background:url(../images/index_banner_buttons.jpg) no-repeat bottom left;
}
a#banner_button2{
	display:block;
	width:164px;
	height:35px;
	background:url(../images/index_banner_buttons.jpg) no-repeat top right;
	float:left;
}
a#banner_button2:hover{
	background:url(../images/index_banner_buttons.jpg) no-repeat bottom right;
}


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

#index_col1, #index_col2, #index_col3{
	float:left;
	overflow:hidden;
}
#index_col1 p, #index_col2 p{
	height:110px;
}
#index_col3 p{
	 height:100px;
}
#index_col1{
	width:226px;
	padding:0 25px 0 25px;
}
#index_col2{
	width:200px;
	margin-left:25px;
}
#index_col3{
	width:200px;
	margin-left:20px;
}
#index_col3 p strong{
	font-weight:normal;
	font-size:1.5em;
}

a#index_about_link{
	display:block;
	background:url(../images/index_links_sprite.jpg) 0 0 no-repeat;
	width:185px;
	height:47px;
}
a#index_about_link:hover{
	background-position:0 -47px;
}
a#index_products_link{
	display:block;
	background:url(../images/index_links_sprite.jpg) -185px 0 no-repeat;
	width:174px;
	height:47px;
}
a#index_products_link:hover{
	background-position:-185px -47px;
}
a#index_store_link{
	display:block;
	background:url(../images/index_links_sprite.jpg) -359px 0 no-repeat;
	width:216px;
	height:64px;
}
a#index_store_link:hover{
	background-position:-359px -64px;
}


#footer{
	margin-top:-34px;
}
