﻿/* Homepage */
DIV#HpImagesDiv 
{
	width:780px;
	height:208px;
	position:relative;
}

DIV#HpImagesDiv IMG#HpMainImage 
{
	display:block; /* for IE 6 */
}

DIV#HpImagesDiv DIV.SolutionText 
{
	width:227px;
	height:177px;
	position:absolute;
	left:27px;
	top:14px;
	display:none;
	
	line-height:170%;
	color:#FF8000;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
}

DIV#HpImagesDiv DIV.SolutionText_On 
{
	display:block;
}

/* default text */
DIV#HpImagesDiv DIV#HpText_Default 
{
	width:460px;
	height:110px;
	left:27px;
	top:30px;
	
	font-size:24px;
	line-height:180%;
	font-weight:normal;
}

DIV#HpImagesDiv DIV#HpText_Default DIV.line2 
{
	margin-left:54px;
}

DIV#HpImagesDiv DIV#HpText_Default DIV.line3
{
	margin-left:285px;
	font-size:36px;
	font-weight:bold;
}
DIV#HpImagesDiv DIV#HpText_Default DIV.line4
{
	margin-left:135px;
	margin-top:20px;
	font-size:36px;
	font-weight:bold;
}
/* /default text */

/* solutions buttons */
DIV#HpSolutionButtons 
{
	width:528px;
	height:59px;
	float:right;
	background-image:url(../../images/layout/hp_buttons_bg.gif);
	padding:1px 0px 0px 7px;
}

DIV#HpSolutionButtons DIV.SolutionButton
{
	float:left;
	width:117px;
	height:49px;
	color:#FFFFFF;
	font-size:13px;
	background-image:url(../../images/layout/hp_button_off.gif);
	padding:7px 7px 0px 7px;
	cursor:pointer;
}

DIV#HpSolutionButtons DIV.SolutionButton_On 
{
	color:#FF8000;
	background-image:url(../../images/layout/hp_button_on.gif);
}
/* /solutions buttons */

/* news box */
DIV#NewsBox
{
	margin-top:17px;
	width:231px;
}

DIV#NewsBox DIV#NewsBoxTop 
{
	width:100%;
	height:16px;
	background-image:url(../../images/layout/box_title_news.gif);
}

DIV#NewsBox DIV#NewsBoxShade
{
	width:100%;
	height:17px;
	background-image:url(../../images/layout/box_shade.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

DIV#NewsBox DIV#NewsBoxContent 
{
	width:100%;
	padding:0px 0px 20px 0px;
	text-align:left;
	background-image:url(../../images/layout/box_pixel.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

DIV#NewsBox DIV#NewsBoxContent P {
	padding:0px 15px 0px 10px;
}


DIV#NewsBox DIV#NewsBoxBottom 
{
	width:100%;
	height:8px;
	background-image:url(../../images/layout/box_bottom.gif);
}

/* events */
DIV#EventsBox 
{
	margin-top:20px;
	width:231px;
}

DIV#EventsBox DIV#EventsBoxTop 
{
	width:100%;
	height:16px;
	background-image:url(../../images/layout/box_title_events.gif);
}

DIV#EventsBox DIV#EventsBoxShade
{
	width:100%;
	height:17px;
	background-image:url(../../images/layout/box_shade.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

DIV#EventsBox DIV#EventsBoxContent 
{
	width:100%;
	height:65px;
	text-align:center;
	background-image:url(../../images/layout/box_pixel.gif);
	background-position:center top;
	background-repeat:repeat-y;
	
	font-size:14px;
	font-weight:bold;
}

DIV#EventsBox DIV#EventsBoxBottom 
{
	width:100%;
	height:8px;
	background-image:url(../../images/layout/box_bottom.gif);
}


/* homepage intro content */
DIV#HomepageIntro
{
	float:right;
	width:529px;
	clear:both;
	margin:10px 0px 0px 0px;
	line-height:180%;
}