* {
	padding: 0;
	margin:0;
}

body {
	background: #c9c9c9 url(../images/body.png) repeat-x;
	font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	text-align: center;
}

img  {	border:0px;}
	
/*
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


a:link { 
border: none; 
outline: none;
  } 


a:visited 
{ 
border: none; 
outline: none;
 } 


a:hover, a:active 
{ 
border: none; 
outline: none;
} 


*/



a img {
	border: 0;
}
hr, .hidden {
	display: none;
}
.hidden {
display: none;
}
#page {
	width: 1000px;
	margin: 0 auto;
	padding-top:132px;
	position:relative;
	text-align: left;
}
a.logo{
	position:absolute;
	top:14px;
	left:12px;
}
.clear {
	visibility: hidden;
	clear: both;
	height:  1px;
}
/* ------------------------------------------------------------- */

ul.navigation {
	position:absolute;
	top:18px;
	right:25px;
	list-style-type: none;
}
ul.navigation li{
	display: inline;
}
ul.navigation li a{
	height: 59px;
	display: block;
	float:left;	
}
ul.navigation li a.m1{
	width: 100px;
	background:  url(../images/m1.png) no-repeat;
}
ul.navigation li a.m2{
	width: 107px;
	background:  url(../images/m2.png) no-repeat;
}
ul.navigation li a.m3{
	width: 140px;
	background:  url(../images/m3.png) no-repeat;
}
ul.navigation li a.m4{
	width: 103px;
	background:  url(../images/m4.png) no-repeat;
}
ul.navigation li a.m5{
	width: 117px;
	background:  url(../images/m5.png) no-repeat;
}
ul.navigation li a.m6{
	width: 108px;
	background:  url(../images/m6.png) no-repeat;
}
ul.navigation li a span{
	display: none;
}
/* ------------------------------------------------------------- */

#orangeLine{
	width: 1000px;
	height: 34px;
	position:absolute;
	top:98px;
	left:0px;	
	background: #FCB435 url(../images/orange-line.png) no-repeat;
}
/* ------------------------------------------------------------- */

#content {
	width: 955px;
	height: 480px;
	padding-left:45px;
	background: #fff url(../images/content-homepage.png) repeat-x;
}
img.slogan {
	margin:20px 0 20px 0;
}
#content #item1,
#content #item2,
#content #item3,
#content #item4{
	width: 162px;
	height: 136px;
	padding: 175px 15px 15px 15px;
	margin-right:45px;
	float: left;
	display: block;
	position:relative;
	text-decoration: none;
	color: #fff;
}
#content #item1 {
	background: transparent url(../images/item1.png) no-repeat;
}
#content #item2 {
	background: transparent url(../images/item2.png) no-repeat;
}
#content #item3 {
	background: transparent url(../images/item3.png) no-repeat;
}
#content #item4 {
	background: transparent url(../images/item4.png) no-repeat;
}
#content .title{	
	margin-bottom:9px;
	display:block;
	font-family:trebuchet MS;
	font-size:90%;
	font-weight:bold;
	line-height:18px;	
	text-transform:uppercase;
}
#content .text{	
	font-family: Verdana, sans-serif;
	font-size: 70%;
	line-height:12px;
	color: #dbdbdb;
}
#content ul.software{	
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	line-height:12px;
}
#content ul.software li{	
	padding-left:10px;
	background: transparent url(../images/arrow.gif) no-repeat 0 3px;
}
#content ul.software a{	
	color: #dbdbdb;
	text-decoration: none;
}
#content ul.software a:hover{	
	text-decoration: underline;
}
#content a.more{	
	position:absolute;
	bottom:13px;
	right:36px;
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	color: #fff;
	text-decoration: none;
}
/* ------------------------------------------------------------- */
#footer {
	width: 980px;
	height: 50px;
	padding: 20px 10px 0 10px;
	background: transparent url(../images/footer.png) no-repeat;
	color: #626262;
	font-family: Verdana, sans-serif;
	font-size: 70%;
}
#footer a{
	color: #626262;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer .left {
	width: 25%;
	float:left;
}
#footer .right {
	width: 70%;
	float:right;
	text-align:right;
}
