﻿/* Home Control CSS*/
.HomeTop
{
background-image:url('../../images/home/imgHome.jpg');
background-repeat:no-repeat;
background-position:center top;
width:462px; /* 880 */
height:138px; /* 218 */
padding-top:80px;
padding-right:400px;
padding-left:18px;
color:#454f5c;
font-size:12px;
float:left;
}

.HomeTop a
{
color:#003366;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.HomeTop a:hover
{
text-decoration:underline;
}


.HomeMiddle
{
background-image:url('../../images/home/bgCategorys.jpg');
background-repeat:repeat-x;
width:860px; /* 880 */
height:273px;
float:left;
padding-left:20px;
}

.HomeMiddleItem img
{

border:solid 1px white;
}

.HomeMiddleItem
{
padding-top:20px;
width:152px; /* 152 */
float:left;
font-size:12px;
color:white;
padding-right:20px;
cursor:pointer;
}

.HomeMiddleItem a
{
font-size:12px;
color:white;
text-decoration:none;
}


.HomeMiddleItem:hover
{
color:#003366;
}

.HomeMiddleItem a:hover
{
color:#003366;
}

.HomeMiddleItemTitle
{
color:#003366;
font-size:13px;
font-weight:bold;
padding-bottom:10px;
}

.HomeBottom
{
padding-top:20px;
float:left;
width:860px;
padding-left:20px;
}

.HomeBottom img
{
border:0;
}

.FirstHomeBottomItem /* news div */
{
width:400px;
float:left;
border-right:solid 1px #b7c8db;
height:95px;
padding-top:25px;
background-image:url('../../images/general/newsTitel.gif');
background-repeat:no-repeat;
background-position:top left;
}

.FirstHomeBottomItem  a /* news div */
{
font-size:12px;
color:Gray;
text-decoration:none;
}


.SecondHomeBottomItem
{
float:left;
background-image:url('../../images/general/clientsTitel.gif');
background-repeat:no-repeat;
background-position:top 9px;
padding-top:20px;
height:100px;
border-right:solid 1px #b7c8db;
margin-left:30px;
width:170px;
padding-left:10px;

}

.LastHomeBottomItem
{
padding-left:40px;
float:left;
height:94px;
padding-top:26px;
}


/* rotator in-page placement */
    div#rotator {
	
}
/* rotator css */
	div#rotator ul li {
	float:left;
    position:absolute;
	list-style: none;
	margin-left:-50px;
	margin-top:-10px;
	
    }
/* rotator image style */	
	div#rotator ul li img {
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}