@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'GemFontOneRegular';
    src: url('gemfont_one-webfont.eot');
    src: url('gemfont_one-webfont.eot?#iefix') format('embedded-opentype'),
         url('gemfont_one-webfont.woff') format('woff'),
         url('gemfont_one-webfont.ttf') format('truetype'),
         url('gemfont_one-webfont.svg#GemFontOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-family: 'GemFontOneRegular';
	font-size:20px;
}

body {
	margin:0;
	padding:0;
	background:url(img/bg.jpg) fixed;
	background-size:100%;
	font-family: 'GemFontOneRegular';
}

#header {
	width:100%;
	height:112px;
	margin-top:10px;
	background:url(img/header_bar.png) repeat-x;
}

#logo {
	position:absolute;
	display:block;
	left:50%;
	margin-left:-550px;
	margin-top:20px;
	width:452px;
	height:68px;
	background:url(img/logo.png) no-repeat;
}

#menu {
	width:380px;
	list-style:none;
	position:absolute;
	left:50%;
	margin-left:4%;
	margin-top:70px;
}
#menu li {
	width:90px;
	height:21px;
    font-family: 'GemFontOneRegular';
	font-size:18px;
	float:left;
	text-align:center;
	padding-right:5px;
}
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#999;
}
#menu li a:hover {
	color:#CCC;
}
#menu li:hover {
	background:url(img/menu_bg.png) no-repeat;
}

#slides {
	position:relative;
	margin:50px auto auto auto;
	width:950px;
	height:300px;
	background:#666;
}
#slides .slides_container {
	width:882px;
	height:295px;
	margin-left:34px;
}
#slides .slides_container .text {
        margin-top:25px;
	width:160px;
	padding-left:25px;
	float:left;
}
.slides_container img {
	margin-top:5px;
	padding-left:25px;
}
#slides .next,#slides .prev {
	position:relative;
	width:34px;
	height:71px;
	margin-top:-180px;
	display:block;
	z-index:101;
}
#slides .prev {
	float:left;
}
#slides .next {
	float:right;
}

#content {
	width:965px;
	position:relative;
	margin:50px auto auto auto;
	height:auto;
}
#content #services, #content #about {
	font-size:16px;
	width:500px;
	float:left;
}
#content .col {
	width:290px;
	float:left;
	overflow:hidden;
	margin-right:30px;
}
.clear {
	clear:both;
	width:100%;
	height:75px;
}

#footer {
	clear:both;
	width:100%;
	height:262px;
	background:url(img/footer.jpg) repeat-x;
}

	