/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* Fonts */

@font-face {
    font-family: 'AllerRegular';
    src: url('aller_rg-webfont.eot');
    src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_rg-webfont.woff') format('woff'),
         url('aller_rg-webfont.ttf') format('truetype'),
         url('aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AllerItalic';
    src: url('aller_it-webfont.eot');
    src: url('aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_it-webfont.woff') format('woff'),
         url('aller_it-webfont.ttf') format('truetype'),
         url('aller_it-webfont.svg#AllerItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Menu */

.duck {
	margin-top: 15px;
}
.menu {
	float: right;
	border-bottom: 4px solid #ccc;
	margin-top:  30px;
	clear: right;
	display: inline;
	width:  409px;
	height: 32px;
}
.menu li {
	display:  inline;
	padding-left: 20px;
}
.menu li.end {
	padding-left:  0px !important;
}
.menu a:link, .menu a:visited {
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color:  #000;
	text-decoration: none;
	display:  inline-block;
	height:  32px;
	border-bottom: 4px solid #ccc;
}
.menu a.active {
	border-bottom: 4px solid #1e5e4a;
}
.menu a:hover, .menu a:active {
	border-bottom: 4px solid #1e5e4a;
	text-decoration: none;
}

/* Styling */

body {
	background: #f5f5f5 url('../images/bg.jpg') repeat;
	font-family: Helvetica, Arial, sans-serif;
	color:  #000;
	font-size: 1em;
}
h2 {
	font-size: 1.5em;
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	color:  #1e5e4a;
}
h3 {
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	color:  #1e5e4a;
	font-size: 1.2em;
}
p {
	margin-top: 15px;
	line-height: 1.4em;
}
a:link, a:visited {
	text-decoration: none;
	color: #1e5e4a;
}
a:hover, a:active {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.header {
	background:  #fff;
	width:  100%;
	height: 101px;
	border-bottom:  4px solid #eee;
}
.wrapper {
	width: 980px;
	margin:  0px auto;
}
.logo {
	float: left;
}
.tagline {
	float: left;
	margin-left: 54px;
}
.number {
	margin-top:  10px;
	float:  right;
	font-size: 0.9em;
	color: #777;
	border-bottom: 1px solid #ddd;
	padding: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.full {
	width:  980px;
	margin:  40px 0px 10px;
}
.third {
	width:  300px;
	float:  left;
	margin-right: 40px;
}
.third.last {
	margin-right: 0px !important;
}
.service, .portfolio p {
	background: #ddd;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
}
.serviceholderblock {
	height:  160px;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
}
.service img {
	display: block;
	margin: 0px auto 10px;
}
.portfolio p img {
	display: block;
}
.textsquare {
	background: #ddd;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 110px;
	margin-top: 15px;
	line-height: 1.4em;
}
.contactbox {
	background: #ddd;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.break {
	width:  100%;
	height: 0px;
	margin-top: 15px;
	border-bottom: 1px solid #888;
}
.num {
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	margin-top: 10px !important;
	font-size: 1.3em;
}
.mail {
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	margin-top: 10px !important;
}
.quote {
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
	padding: 25px 0px;
	font-family: 'AllerItalic', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 1.1em;
	color: #333;
	margin-top: 30px;
}
.footer {
	margin-top: 60px;
	width: 100%;
	border-top: 4px solid #ccc;
	background-color: #ddd;
	padding: 30px 0px;
}
.footer .links {
	float:  left;
}
.footer .contact {
	float:  right;
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	color: #444;
	margin-top: 7px;
}
.footer li {
	display:  inline;
}
.footer .links a:link,
.footer .links a:visited {
	text-decoration: none;
	display:  inline-block;
	background-color: #e3e3e3;
	padding:  7px;
	border:  1px solid #ccc;
	margin-right:  10px;
	color:  #444;
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	font-size:  0.9em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer .links a:hover,
.footer .links a:active {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
}
.footer .contact li {
	margin-left: 40px;
}