body
{
	background: #fff;
	font-family: "Arial"; font-size:12px; font-weight:normal; color:#666;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
}
#home_header
{
	background: url('../images/header_image_bg.jpg') no-repeat top center #000;
	margin: 0px auto;
	height:394px;
}
#header
{
	background: url('../images/page_header.jpg') no-repeat top center #000;
	margin: 0px auto;
	height:217px;
}
#navigation
{
	display:block;
	padding:0px;
	text-align:right;
	height:52px;
	background: #000;
}
.scrollable 
{
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 960px;
	height:394px;
	margin:0px 0px 0px 0px;
}

.scrollable .items 
{
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .items .item1,.item2,.item3,.item4
{
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	width:960px;
	height:394px;
}

/* active item */
.scrollable .active 
{
	border:0px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable 
{
	float:left;	
}

.scrollable img 
{
	/*width:100px;
	margin:20px 5px 20px 21px;*/
}

.scrollable img.hover 
{
	/*background-color:#123;*/	
}
.big_heading
{
	font-size:56px;
	font-family:helvetica,arial,sans-serif;
	font-weight:bold;
	letter-spacing:-5px;
	color:#efefef;
	line-height:1;
	text-align:left;
	margin-top:15px;
	margin-left:20px;
	text-transform:capitalize;
	text-shadow: #333 2px 2px 2px;
}
.body_grad
{
	background: url('../images/content_grad.jpg') repeat-x top center ;
}
.container_holder
{
	
	background: url('../images/container_bg.jpg') repeat-x top center ;
}
#container
{
	text-align: left;
	width:960px;
	margin:0px auto 0px auto;
	padding:0px 0px;
	background: url('../images/side_stripe.jpg') repeat-y top left ;
}
.menu_horizon
{
	background: url('../images/menu_horizon.png') no-repeat top center;
	width:519px;
	height:6px;
	margin-bottom:15px;
}
.page_title
{
	background:#000;
	color:#fff;
	height:46px;
}
.logo
{

}
.side_stripe
{
	background: #000;
	width: 46px;
}