@charset "utf-8";
body {
	background-image: url(img/gbg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family:Calibri, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
a{
	text-decoration:none;
}
a #logo{
	font-size:24px;
	color:black;
	text-transform:uppercase;
	text-align:left;
}
#logo{
	display:block;
	width:760px;
	min-height:90px;
	background:url(img/logo.png) left no-repeat;
	line-height:90px;
	padding-left:150px;
}
#nav{
	margin-top:20px;
}
#nav a{
	padding-top:16px;
	color:#FFF;
	font:normal 12px Calibri;
	text-decoration:none;
	display:inline-block;
	width:150px;
	min-height:31px;
	background:url(img/b-inact.png) center no-repeat;
}
#nav .act{
	background:url(img/b-act.png) center no-repeat;
}
#nav a:hover{
	background:url(img/b-act.png) center no-repeat;
}
#main{
	display:block;
	margin-top:20px;
	width:960px;
	min-height:504px;
	background:url(img/laptop.png) center no-repeat;
}
#left{
	display:block;
	margin-top:160px;
	float:left;
	width:80px;
	height:80px;
	background:url(img/l-arr.png) 10px no-repeat;
}
#right{
	display:block;
		margin-top:160px;
	float:left;
	width:80px;
	height:80px;
	background:url(img/r-arr.png) 10px no-repeat;
}
#center{
	display:block;
	float:left;
	width:800px;
	min-height:504px;
	background:url(img/01.png) center 35px no-repeat;
	
}
#center2{
	display:block;
	float:left;
	width:800px;
	min-height:504px;
	background:url(img/02.png) center 35px no-repeat;
}
#center3{
	display:block;
	float:left;
	width:800px;
	min-height:504px;
	background:url(img/03.png) center 35px no-repeat;
}
#center4{
	display:block;
	float:left;
	width:800px;
	min-height:504px;
	background:url(img/04.png) center 35px no-repeat;
}
#center5{
	display:block;
	float:left;
	width:800px;
	min-height:504px;
	background:url(img/05.png) center 35px no-repeat;
}
#txt{
	padding:120px;
	padding-top:50px;
	color:white;
	text-align:left;
	text-shadow: 0px -1px 1px #53131a;
}
#txt h1{
	line-height:10px;
	font-size:36px;

}
#txt h2{
	line-height:20px;
	font-size:20px;
	width:400px;
	padding-left:30px;
	
}
#txt ul{
	padding:0px;
	padding-left:30px;
	width:350px;
	line-height:16px;
}
#info{
	width:900px;
	padding:0px;

}
#info h3{
	margin:0px;
	text-transform: uppercase;
	font-size:30px;
	color:#32342e;
}
#info h3 b{
	color:#bd1f2f;
}
#info small{
	color:#b5b5b5;
}
#contact{
display:none;
	position:relative;
	line-height:14px;
	width:180px;
	float:right;
	font-size:11px;
	margin-top:20px;