#frontintro{
    height: 230px;
    background-color: #000000;
    background-image: url('images/frontbanner.png');
    background-position: right;
    background-repeat: no-repeat;
    padding: 10px;
}
#frontintro h1{
    margin: 0px;
    padding: 0px;
    font-size: 26px;
    font-weight: normal;
    color:  #ea0678;
    line-height: 34px;
}
#frontintro h2{
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: normal;
    color:  #eeeeee;
    line-height: 24px;
}

#frontintro p{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    color:  #aaaaaa;
    line-height: 18px;
    width: 350px;
    padding-top: 20px;
}

#latestnews{
    width: 450px;
    position: absolute;
		left: 520px;
		top: 370px;
}
#latestproducts{
    width: 450px;
    padding: 10px;
    float: left;
}
#latestnews h2,#latestproducts h2{
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    color: #888888;
}

.listitem{
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 5px;
}
.listitem h3{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #444444;
}
.listitem p{
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    color: #888888;
}

#logon{
    width: 199px;
    margin: 10px;
    padding: 5px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    float: left;
}
#logon h2{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
#logon p{
    margin: 0px;
    padding: 0px;
    color: #666666;
    padding-bottom: 5px;
}
#logon input{
    border: 1px solid #888888;
}

#frontmain{
					 background-image: url('images/frontback.jpg');
					 position: relative;
					 width: 100%;
					 height: 571px;
					 background-repeat: no-repeat;
					 background-position: center;
} 
#animfront{
					 position: absolute; 
					 left: 550px;
					 top: 65px;
}
#animtext{
					position: absolute;
					text-align: right;
					width: 500px;
					top: 65px;
					left: 40px;
}
#bannerlinks a{
	display: block; 
	width:243px; 
	height: 80px;
	background-position: -1px -1px;
	float: left;
}
#bannerlinks a.last{
	width:245px; 
}
#bannerlinks a:hover{
	border: 3px solid #ee2689;

}
html>body #bannerlinks a:hover{
	width: 237px;
	height: 74px;
}
html>body #bannerlinks a.last:hover{
	width: 239px;
}
