/* LAYOUT */
/* ----------------------------------------- */

body {
	background-image:url(../images/bg.jpg);
	background-position:50% 0;
	background-repeat:repeat;
	background-color: #dcdcdb;
	font-size:62.5%;
	color:#363636;
	font-weight: normal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

#wrapper {
	width:962px;
	margin:0 auto;
	margin-top: 100px;
}

#header {
	background-image:url(../images/bg.jpg);
	background-position:50% 0;
	width:900px;
	margin:0 auto;
	height:100px;
	position: fixed;
	z-index:100;
}

#logo {
	width:800px;
	margin:0 auto;
	text-align: right;
	margin-bottom:100px;
}

#logo img {
	margin-top:25px;
	margin-bottom:10px;
}

a {
	color: #282828;
	text-decoration: none;
	outline:0;
}

a:link {
	color: #282828;
	text-decoration: none;
} 

a:visited {
	color: #282828;
}

a:hover,
a:focus {
	color: #282828;
	text-decoration: none;
	outline:0;
}

a:active {
	color: #282828;
}

h1 {
	color:#282828;
	text-shadow: none;
	font-size:2.5em;
	text-transform: lowercase;
	margin-bottom:14px;
	padding-top:32px;
}

h1 span {
	font-weight:bold;
}

h2 {
	color:#000;
	text-shadow: none;
	font-size:2.0em;
	line-height:1;
	margin-top:-2px;
	min-height:25px;
}

h3 {
	color:#000;
	font-size:1.8em;
}

h4 {
	color:#000;
	font-size:1.6em;
}

h5 {
	color:#000;
	font-size:1.4em;
}

h6 {
	color:#000;
	font-size:1.2em;
}

.shadow {
	 text-shadow: 1px 1px 0px #fff;
}

p {
	font-size:1.4em;
	line-height: 1.8em;
	font-weight:normal;
}

img {
	
}

img.left {
	float:left;
	margin-right:20px;
	margin-top:0;
	margin-bottom:0;
}

img.right {
	float:right;
	margin-left:20px;
	margin-bottom:0;
}

ul.unordered {
	margin-top:20px;
}

ol {
	margin-top:20px;
	overflow: hidden;
}

ol li {
	line-height:16px;
	margin-bottom:10px;
	font-size: 1.4em;
	list-style-position: inside;
	list-style-type: decimal;
}

#services {
	text-align: center;
	padding:0;
	margin:0;
	white-space: nowrap;
	font-size: 20px;
	overflow: hidden;
	width: 960px;
	margin-top:10px;
	height:185px;
	margin:0 auto;
	margin-bottom:10px;
}

.child {
	width: 152px;
	padding:0;
	margin:0;
	display: inline-block;
	letter-spacing: normal;
	white-space: normal;
	vertical-align: middle;
	background-image:url(../images/s-sep.png);
	background-repeat: no-repeat;
	background-position: left;
	height:150px;
	
}

div.child:first-child {
	background: none;
}

.child p {
	text-align: center;
	color:#3a3a3a;
	text-shadow: 0px 1px 0px #f4f4f4;
	padding:30px;
	font-size: 12px;
	line-height:17px;
	display:block;
	padding-top:5px;
	width:100px;
	
}

.child img {
	text-align: center;
	padding-top:7px;
	padding-left:4px;
}

.child h2 {
	text-align: center;
	font-size: 19px;
	line-height: 26px;
	padding-left:4px;
	margin-top:-16px;
	color:#000;
}
