body, p, div, h1, h2, h3, h4, h5, h6, table, tbody, tr, td, span, blockquote, a, abbr, address, cite, code, img, ul, ol, li, dl, dd, dt, form, label, fieldset, caption, input, textarea, button {
	border:0;
	outline:0;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#fff;
	vertical-align:baseline;
	list-style:none;
	text-decoration:none;
	line-height:1.5em;
	margin:0;
	padding:0
}

@font-face {
	font-family: 'OstrichSansCondensedLight';
	src: url('Fonts/ostrich-light-webfont.eot');
	src: url('Fonts/ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('Fonts/ostrich-light-webfont.woff') format('woff'),  
		 url('Fonts/ostrich-light-webfont.ttf') format('truetype'),  
		 url('Fonts/ostrich-light-webfont.svg#OstrichSansCondensedLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansMedium';
	src: url('Fonts/ostrich-regular-webfont.eot');
	src: url('Fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('Fonts/ostrich-regular-webfont.woff') format('woff'),  
		 url('Fonts/ostrich-regular-webfont.ttf') format('truetype'),  
		 url('Fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansBold';
	src: url('Fonts/ostrich-bold-webfont.eot');
	src: url('Fonts/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('Fonts/ostrich-bold-webfont.woff') format('woff'),  
		 url('Fonts/ostrich-bold-webfont.ttf') format('truetype'),  
		 url('Fonts/ostrich-bold-webfont.svg#OstrichSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansBlack';
	src: url('Fonts/ostrich-black-webfont.eot');
	src: url('Fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('Fonts/ostrich-black-webfont.woff') format('woff'),  
		 url('Fonts/ostrich-black-webfont.ttf') format('truetype'),  
		 url('Fonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansRoundedMedium';
	src: url('Fonts/ostrich-rounded-webfont.eot');
	src: url('Fonts/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('Fonts/ostrich-rounded-webfont.woff') format('woff'),  
		 url('Fonts/ostrich-rounded-webfont.ttf') format('truetype'),  
		 url('Fonts/ostrich-rounded-webfont.svg#OstrichSansRoundedMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansDashedMedium';
	src: url('Fonts/ostrich-dashed-webfont.eot');
	src: url('Fonts/ostrich-dashed-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('Fonts/ostrich-dashed-webfont.woff') format('woff'),  
		 url('Fonts/ostrich-dashed-webfont.ttf') format('truetype'),  
		 url('Fonts/ostrich-dashed-webfont.svg#OstrichSansDashedMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url('../img/body_bg.jpg'); 
	background-position: -180px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size:14px
}

p {
	margin-bottom: 14px;
}

img {
    text-decoration: none;
}

div#wrap {
	width:980px;
	position:relative;
	margin:0 auto!important
}

div#sidebar {
	padding-top: 115px;
	width:220px;
	height:100%;
	float:left;
	background:#424242;
	position:fixed;
}
ul#navigation {
	margin-top:25px;
	margin-right:-5px;
	position:relative;
	width:220px;	
	z-index: 99;
}
ul#navigation li {
	border:none;
	background:none;
	margin:0;
	padding:0;
}
ul#navigation li a:link, ul#navigation li a:visited {
	text-decoration:none;
	font-family:'OstrichSansBlack', Arial, sans-serif;
	margin-bottom:1px;
	width:auto;
	font-size:20px;
	text-align:left;
	padding-left:10px !important;
	display:block;
	transition:all 200ms;
	-webkit-transition:all 200ms;
	-moz-transition:all 200ms;
	-o-transition:all 200ms;
	padding:5px 10px 5px 0;
}
ul#navigation li a:hover, ul#navigation li a.active {
	background: #1b1b1b;
	color: #ffffff;
}
div#container {
	width:755px;
	float:right;
	left:-5px;
	position:relative;
	padding-top:0;
}

div#logo-wrap {
	background-image: url('../img/logo_enigmes.jpg'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 140px;
	width: 755px;
	margin: auto;
	position: fixed;
	z-index: 99;
}

div.page {
	min-height: 500px;
	padding-right: 25px;
	margin-bottom:5px solid #dbdbdb;
	margin-bottom:0;
	padding-top: 140px;
}
div.page_content {
	padding:25px 0 40px 25px;
}
div#container h3.page_title {
	font-family: 'OstrichSansBlack';
	margin-left:25px;
	font-size:35px;
	color:#fff;
	border-bottom:1px solid #fff;
	text-shadow:1px 1px 2px #185477;
	line-height:2;
	padding:5px 0 0px 0px;
}

.social_icons {
	margin:0 auto;
	margin-top:20px;
	border-radius:2em;
	height: 35px;
	width: 35px;
}
.social_icons li {
	display:inline;
	padding:0px !important;
	margin:0px;
}
.social_icons li img {
	border:0px !important;
}
#contact_form input {
	background: url('../img/form_bg.png');
}
fieldset#contact_form {
	width:100%;
	float:left;
}
fieldset#contact_form textarea {
	width:97.5%;
	background: url('../img/form_bg.png');
	height:125px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1d1d1d;
}

.one_half {
	float:left;
	width:50%;
}
.one_third {
	float:left;
	width:33.33%;
}
.one_fourth {
	float:left;
	width:25%;
}
.one_half > .column_content, .one_third > .column_content, .one_fourth > .column_content, .one_half > div, .one_third > div, .one_fourth > div {
	padding-right:15px;
}
.last > .column_content, .last > div {
	padding-right:0;
}
.one_half.last > .column_content, .one_half.last > div {
	padding-left:15px;
}
.one_third.first > .column_content, .one_third.first > div {
	padding-right:20px;
	padding-left:0;
}
.one_third > .column_content, .one_third > div {
	padding-left:10px;
	padding-right:10px;
}
.one_third.last > .column_content, .one_third.last > div {
	padding-left:20px;
	padding-right:0;
}
.column_content {
	margin-top:20px;
}
.column_content p {
	margin-left:68px;
}
.column_content h4 {
	font-family: 'OstrichSansBlack';
	color:#0d4667;
	text-shadow:1px 1px 0px #84bbdb;
	font-size:28px;
}
.first {
	clear:left;
}
.last {
	clear:right;
}
.left {
	float:left;
}

.clear {
	clear:both;
}
.space {
	display:block;
	float:left;
	clear:both;
	margin:10px 0;
}
ul li {
	line-height:2;
	padding-left:15px;
}

input, textarea, button {
	clear:both;
	float:left;
	font-style:italic;
	margin-bottom:1px;
	padding:10px;
}
input {
	width:97.5%;
}
button {
	cursor:pointer;
	margin-right:-2px !important;
	font-style:normal;
}
ol li {
	list-style:decimal inside;
	padding:5px 0;
}
blockquote {
	border-left:5px solid #7cb3d3;
	font-style:italic;
	padding:10px;
	margin:20px;
}

fieldset#contact_form button, .right {
	float:right;
}

.button {
	color:#fff;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
    zoom: 1;
 *display: inline;
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.5em 1em;
	font-size:12px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	background: url('../img/form_bg.png');
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	/*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
    zoom: 1;
 *display: inline;
}
.button:hover, .button:focus, .button:active {
	border-color: #3072b3;
	text-decoration: none;
	color: #fff;
	background-color: #35779d;
}
.button:active, .button.active {
	color: #fff;
	background-color: #12415c;
}
