/* Website template by freewebsitetemplates.com */
/*------------------------- Layout styles ------------------------*/ 
body{
	margin:0;
/	background:url(../images/bg-body.jpg);
}
.page{
/	background:url(../images/bg-header.jpg) no-repeat center top;
}

/*------------------------- Font ------------------------*/ 
@font-face {
    font-family: 'RokkittRegular';
    src: url('rokkitt-regular-webfont.eot');
    src: url('rokkitt-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('rokkitt-regular-webfont.woff') format('woff'),
         url('rokkitt-regular-webfont.ttf') format('truetype'),
         url('rokkitt-regular-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------- Header ------------------------*/ 
.header{
	width:980px;
	margin:0 auto;
	height:105px;
}
.header a#logo{
	display:block;
	float:left;
	outline:none;
	padding-left: 10px;
}
.header a#logo img{
	border:0;
}
.header ul{
	margin:0;
	list-style:none;
	padding: 80px 80px 0 0;
	float:right;
}
.header ul li{
	float:left;
	margin:0 0 0 63px;
}
.header ul li.selected a,.header ul li a:hover{
	color:#c7b541;
}
.header ul li a{
	font-size:16px;
	text-decoration:none;
	color:#5e5e5e;
	font-family: 'RokkittRegular';
	outline:none;
}

/*------------------------- Body ------------------------*/ 
.body{
	width:940px;
	margin:0 auto;
	padding:0 10px;
	overflow:hidden;
}

.body div#featured{
	width:500px;
	margin: 50px 0 50px 30px;
	float: left;
}
.body div#featured p{
	color:#333;
	font-size:18px;
	line-height:25px;
	margin:0 0 15px 0;
}
.body div#mainimg {
        float: left;
        margin: 20px 0 0 30px;
}

.body h2{
	color:#c7b541;
	font-family: 'RokkittRegular';
	font-size:20px;
	font-weight:bold;
	margin:15px 0 0;
	line-height:25px;
}
.body h3{
	font-family: 'RokkittRegular';
	font-size:16px;
	font-weight:bold;
	color:#c7b541;
	margin:15px 0 0;
	line-height:21px;
}
.body p{
	font-family: 'RokkittRegular';
	font-size:16px;
	color:#333;
	margin:0 0 20px;
	line-height:21px;
}
.body p.intro{
	margin:40px 30px 50px 30px;
	color:#333;	
}
.body p a{
	outline:none;
	color:#c7b541;
}
.body ul{
	list-style:none;
    margin:0;
    padding:0;
	overflow:hidden;
}
.body ul li:first-child{
	background:none;
	padding:0 0 30px;
}
.body ul li{
	overflow:hidden;
	background:url(../images/separator.jpg) no-repeat center top;
	padding:30px 0;
}
.body ul li div.featured{
	background:url(../images/interface.jpg) no-repeat 0 -68px;
	background-size: 360px 328px;
	width:360px;
	height:260px;
	text-align: center;
	margin:0;
}
.body#services ul li div.featured{
	background:url(../images/interface.jpg) no-repeat 0 -68px;
	background-size: 280px 250px;
	width:280px;
	height:180px;
	text-align: center;
	margin:0;

}
.body ul li div.featured img{
	margin:10px;
	border:0;
}
.body ul li div.featured ul{
	overflow:hidden;
	margin:2px 0 0 10px;
}
.body ul li div.featured ul li:first-child{
	margin:0;
}
.body ul li div.featured ul li{
	float:left;
	margin:0 0 0 18px;
	background:none;
	padding:0;
}
.body ul li div.featured ul li a{
	padding:0;
}
.body ul li div.featured ul li a img{
	margin:5px;
}
.body ul li div.featured a{
	clear:both;
	display:block;
	font-size:13px;
	font-family: 'RokkittRegular';
	text-decoration:none;
	color:#8a8889;
	font-weight:bold;
	padding:5px 0 0;
	width:auto;
	outline:none;
}
.body ul li div{
	float:left;
	margin:0 0 0 50px;
	width:520px;
}
.body ul li div h3{
	margin:0;
	font-size:20px;
	font-weight:bold;
	font-family: 'RokkittRegular';
	color:#c7b541;
	line-height:22px;
}
.body ul li div p{
	line-height:22px;
	font-family: 'RokkittRegular';
	font-size:14px;
	padding:0 0 10px;
	margin:0;
}
.body ul.paging{
	margin:15px 0 10px 350px;
}
.body ul.paging li{
	float:left;
	padding:0 5px;
	background:none;
}
.body ul.paging li a{
	text-decoration:none;
	color:#ff7e0d;
	font-family: arial;
	font-size:12px;
}
.body ul.paging li a:hover{
	color:#5D5D5D;
}

.contact{
      width: 600px;
      margin: 50px auto 100px auto;
}

/*------------------------- Footer ------------------------*/ 
.footer{
	width:600px;
	padding:50px;
	margin:0 auto;
	overflow:hidden;
}
.footer p{
	color:#666;
	font-size:10px;
	font-family: Trebuchet MS;
	font-weight:bold;
	padding: 0 0 0 200px;
}
