/*
$Author: Cnanninga $ 
$Date: 1/18/10 11:04a $ 
$Revision: 9 $ 
*/

/* ///////////// Layout /////////////// */

.foreignlink
{
	font-size:1.2em; 
	font-family:"Arial Unicode MS", Arial, sans-serif;
}

#home_container
{
	padding-top:20px;
	overflow:hidden;
}

#home_container #content_cap
{
	width:948px;
	height:20px;
	background-position:top center;
	background-repeat:no-repeat;
}

#home_container #content
{
	float:none;
	width:916px;
	padding:5px 15px 15px 15px;
	overflow:hidden;
}

#home_products, .home_sidebar
{
	float:left;
}

.home_sidebar
{
	width:203px;
	margin-left:16px;
	margin-bottom:10px;
	padding:10px 5px;
	border-style:solid;
	border-width:2px;
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:center;
}

.home_sidebar ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.home_sidebar li
{
	margin:10px 0;
}

.home_sidebar a
{
	text-decoration:none;
	font-weight:bold;
}

#home_news
{
	float:left;
	width:430px;
	overflow:hidden;
}

#home_overview
{
	float:left;
	padding-top:25px;
}

#home_news h4
{
	margin-bottom:10px;
}

#home_news h6
{
	border:none;
	margin:10px 0 0 0;
	font-size:1em;
}

#home_news .top_news
{
	width:196px;
	float:left;
	padding:0 7px 0 7px;
	/*text-align:center;*/
	margin-bottom:20px;
}

#home_news .top_news.first
{
	margin-right:8px;
	border-right-style:solid;
	border-right-width:1px;
}

#home_news .top_news img
{
	display:block;
	/*margin: 0 auto;*/
}

#home_news .other_news
{
	clear:both;
}

#home_date, #home_lang
{
	float:left;
	width:49%;
	margin:5px 0 10px 0;
}

#home_lang
{
	text-align:right;
}

#product_update
{
	margin-top:10px;
}




/*//////////////////// Products Slideshow /////////////////////////// */
#home_products
{
	width:915px;
	margin-bottom:20px;
}

#home_products h2
{
	margin:0;
	padding:0;
	border-bottom-width:1px;
	border-bottom-style:solid;
	background-position:top center;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:20px;
	text-align:center;
}

#home_products_body
{
	width:903px;
	height:112px;
	margin:0 0 0 6px;
	padding:0;
	
	background-color:#EEEEEE;
}

#home_products_body #products_list
{
	position:absolute;
	left:13px;
	top:0;
	width:876px;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
	list-style:none;
	border-left-style:solid;
	border-left-width:1px;
	overflow:hidden;
}

#home_products_body #products_list a
{
	display:block;
	text-decoration:none;
}

#home_products_body #products_list li
{
	float:left;
	width:145px;
	height:102px;
	margin:0;
	padding:10px 0 0 0;
	border-right-width:1px;
	border-right-style:solid;
	text-align:center;
}

#home_products_body #products_list li.hidden
{
	display:none;
}

#home_products_body #products_list li.sliding_in
{
	margin-right:-150px;
}

#home_products_body #products_list .product_img img
{
	display:block;
	margin:0 auto;
	border-width:1px;
	border-style:solid;
}

#home_products_body #products_list .product_label
{
	height:23px;
	line-height:23px;
}

#home_products_body .control_left,
#home_products_body .control_right
{
	display:block;
	position:absolute;
	top:0;
	width:13px;
	height:112px;
	padding:0;
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:none;
	outline:none;
}

#home_products_body .control_left
{
	left:0;
}

#home_products_body .control_right
{
	right:0;
}
/* ///////////////// End ///////////////// */



/* /////////////// Color ////////////////*/

#home_container #content_cap
{
	background-image:url('/images/contenthead.jpg');
}

.home_sidebar
{
	background-color:#AECECE;
	background-image:url('/images/boxbackground_2.jpg');
	border-color:#CEEEEE #7E9E9E #7E9E9E #CEEEEE;
}

/*
.home_sidebar a
{
	color:#631732;
}

.home_sidebar a:hover
{
	color:#C1004F;
}
*/



#home_products h2
{
	background-color:#720029;
	background-image:url('/images/homeproducts.jpg');
	border-bottom-color:#B24069;
	color:#FFFFFF;
}

#home_products_body a
{
	color:#F0F0D0;
}

#home_products_body a:hover
{
	color:#EEEEFF;
}

#home_products_body #products_list
{
	border-left-color:#B24069;
}

#home_products_body #products_list li
{
	background-color:#720029;
	border-right-color:#B24069;
}

#home_products_body #products_list .product_img img
{
	border-color:#B24069;
}

#home_products_body .control_left,
#home_products_body .control_right
{
	background-color:#A23059;
}

#home_products_body .control_left:hover,
#home_products_body .control_right:hover
{
	background-color:#D26089;
}

#home_products_body .control_left
{
	background-image:url('/images/homecontrol_left.jpg');
}

#home_products_body .control_left:hover
{
	background-image:url('/images/homecontrol_left_hover.jpg');
}

#home_products_body .control_right
{
	background-image:url('/images/homecontrol_right.jpg');
}

#home_products_body .control_right:hover
{
	background-image:url('/images/homecontrol_right_hover.jpg');
}

#home_news .top_news.first
{
	border-right-color:#4F001D;
}
