/* ========
   Reset
   ======== */
   
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}

a {
	text-decoration: none;
	color: #000;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after {
	content: "";
}
	
/* ==============================
   General Styles and headings
   ============================== */

.group:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}

.hidden {
  display: none;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
}

body {
	color: #665950;
	font: 14px/1.7413 "Helvetica Neue", Arial, Helvetica, sans-serif; /* Baseline: 24px */
	-webkit-font-smoothing: antialiased;
	background: #FCFAF8 url(img/body.png) repeat-x;
	margin: 0 auto;
	position: relative;
}

h1 {
	font: normal 1.714em/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size-adjust: 0.53;
	letter-spacing: -1px;
	color: #194c64;
	text-shadow: 0 1px #fff;
	text-rendering: optimizelegibility;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding: 0.0833em 0 0.4167em;
}
h2 {
	font: normal 1.2856em/1.1429 "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size-adjust: 0.53;
	letter-spacing: -0.0238em;
	color: #194c64;
	text-shadow: 0 1px #fff;
	margin: 1em 0  0.3810em;
	}
h2.separate {
	border-top: 1px dotted #CCCAC8;
	padding-top: 1.0952em;
	clear: both;
}
h3 {
	color: #665950;
	font-weight: normal;	
	font-size: 1.1429em;
	line-height: 1.5;
	text-shadow: 0 1px #fff;
	margin: 0.5714em 0 0.5em;
}

h4 {
	color: #665950;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 0.2857em 0;
}
h5, h6 {
	font-size: 1em;
}

strong {
	font-weight: bold;	
}

p {
    line-height: 1.4;
    padding-bottom: 0.5em;
}

blockquote {
    quotes: "\201C" "\201D";
    background-color: #FFFFFF;
    border: 2px solid #E6E6E6;
    margin: 25px 0 10px 0;
    padding: 15px 2%;
    position: relative;
    box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    -moz-box-shadow: 2px 2px 4px #000;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

body.what blockquote {
	margin-top: 0px;
	margin-bottom: 30px;
}

blockquote:before { 
	content: open-quote;
	font-weight: bold;
	color: #000;
	font-size: 1.1429em;
} 

blockquote:after { 
	content: close-quote; 
	font-weight: bold; 
	color: #000;
	font-size: 1.1429em;
}

blockquote p {
    display: inline;
    font-style: italic;
    font-size: 0.95em;
}

blockquote span {
	position: absolute;
	top: -26px;
	left: 5%;
	display: block;
	width: 33px;
	height: 26px;
	background: url(../img/bubble.png) no-repeat 0 0 transparent;
}

blockquote span.bottom {
	position: absolute;
	top:auto;
	bottom: -26px;
	left: 5%;
	display: block;
	width: 33px;
	height: 26px;
	background: url(../img/bubble2.png) no-repeat 0 0 transparent;
}

blockquote br {
	margin-bottom: 10px;
}

ul li {
	list-style: square;
	margin-left: 1.2856em;
	line-height: 1.4em;
}

.contents a {
	border-bottom: 1px dotted #665950;
	color: #665950;
}

.contents a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}

/* ================================================
   General image display
   ================================================*/

img {
	max-width: 100%;
}

.foto {
	width:45%;
}

.foto.portrait {
	width:37.5%;
}

.left {
	float: left;
	margin: 0 15px 0 0;
}

.right {
	float: right;
	margin: 0 0 0 15px;
}

.fullwide {
	width: 100%;
	text-align: center;
	padding-left: 20px;
	margin-bottom: 20px;
}

.fframe {
	display: block;
	padding: 2.5%;
	background-color: #fff;
	border: 1px solid #ddd;
}

.fframe img {
	max-width: 100%;
}



/* ================================================
   General page structure
   ================================================*/
   
hr {
	height: 1px;
	background-color: #ddd;
	color: #ddd;
	border: none;
	padding: 0;
	margin: 1em 0;
}

.contents, .cols {
	margin: 0 auto;
	width: 90%;
	position: relative;
	clear: both;
}

.cols {
	width: 100%;
}

.section {
	clear: both;
	padding-bottom: 1.7143em;
}

.alt {
	background-color: #ebe8e5;
	border-top: 1px solid #dcdad8;
	border-bottom: 1px solid #dcdad8;
	-moz-box-shadow: 0px 2px 4px rgba(220,218,216,0.75);
	-webkit-box-shadow: 0px 2px 4px rgba(220,218,216,0.75);
	box-shadow: 0px 2px 4px rgba(220,218,216,0.75);
	padding-bottom: 1em;
}

.add_footer {
	margin-bottom: 1.5em;
}

.cols .mod {
    background-image: none;
    background-color: #ffffff;
    margin: 0 0 1em 0;
    padding: 10px 0;
    box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    -moz-box-shadow: 2px 2px 4px #000;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	behavior: url(PIE.htc);
}

.cols .mod-inner {
    margin: 1em 1em 1em 1.5em;
	line-height: 0;
    border: solid 5px #aaa;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior: url(PIE.htc);
}

.cols .mod-inner h4 {
    margin: 20px;
    color: #888;
}

.cols .mod-inner img {
	WIDTH: auto; 
	MAX-WIDTH: 100%; 
	-MS-INTERPOLATION-MODE: bicubic; 
	HEIGHT: auto;
}



/* ================================================
   Contact
   ================================================*/

#contact {
	background-color: #194c64;
	padding-bottom: 0;
}

#contact .contact {
	color: #fff;
	line-height: 2.2858;
	background-color: transparent;
	text-align: right;
	margin-right: 20px;
}

#contact a.tel {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	color: #fff;
	background-color: #194c64;
	padding: 0.5em 15px 0.25em 15px;
	font-size: 0.9em;
}

#footer p.design {
	display: inline;
	overflow: hidden;
	float: right;
}

#footer p.design a {
	color: #eee;
	border-bottom: 1px dotted #eee;
}

#footer p.design a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* ================================================
   Header
   ================================================*/

#header {
	background-color: #fff;
	border-bottom: 1px solid #DCDAD8;
	margin-bottom: 3em; /* 42px */
	padding-bottom: 0;
	-moz-box-shadow: -4px 2px 4px rgba(220,218,216,0.75);
	-webkit-box-shadow: 0px 2px 4px rgba(220,218,216,0.75);
	box-shadow: 0px 2px 4px rgba(220,218,216,0.75);
}
#header .contents {
	overflow: visible;
}


/* ================================================
   Logo
   ================================================*/

#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:focus,
#logo a:active {
	background-color: transparent;
	border-bottom: none;
}

/* ================================================
   Nav
   ================================================*/


#nav {
	list-style: none;
	margin-top: 0.85em;
}

#nav li {
	font-size: 1.2856em; 
	line-height: 1.25;
	list-style: none;
	margin: 0;
	padding: 0 0 1.28em;
}

#nav li.contact {
	margin-right: 0;
}

#nav li a {
	color: #194c64;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	text-shadow: 0 1px 1px #eee;
}

#nav li a em {
	color: #058;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.75em;
	margin-top: 5px;
	text-transform: none;
	text-shadow: 0 1px 1px #fff;
}

#nav li.contact a {
	padding-right: 0;
	border-right: 0 none;
	border-bottom: none;
}

#nav li a:hover,
#nav li a:focus {
	color: #058; 
}

#nav li a:active {
	color: #036; 
}

body.who #nav li.who a,
body.what #nav li.what a,
body.blog #nav li.blog a,
body.slot #nav li.slot a,
body.testimonial #nav li.testimonial a,
body.contact #nav li.contact a {
	color: #000;
}

body.who #nav li.who a em,
body.what #nav li.what a em,
body.blog #nav li.blog a em,
body.slot #nav li.slot a em,
body.testimonial #nav li.testimonial a em,
body.contact #nav li.contact a em {
	color: #000;
}

body.who #nav li.who,
body.what #nav li.what,
body.blog #nav li.blog,
body.slot #nav li.slot,
body.testimonial #nav li.testimonial,
body.contact #nav li.contact {
	margin-top: 2px;
	font-size: 1.25em;
	background: url(../img/selected.png) no-repeat bottom left;
}

/* --------------
   Secondary nav
   -------------- */
ul.action_links {
	list-style: none;
	margin: 0;
}

ul.action_links li {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 0.85em;
}

ul.action_links span.more-btn {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}

ul.action_links span.more-btn a {
	display: block;
	width: 10em;
	line-height: 1.4em;
	margin: 0 auto;
}

span.more-btn {
	margin: 1em 0 2em 10px;
}
    
span.more-btn a {
	display: block;
	width: 10em;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 6px 14px;
	background-color: #fff;;
	border: 1px solid #555;
	color: #000;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	behavior: url(PIE.htc);
}

span.more-btn a:hover {
	background-color: #a14141;
	border-color: #a14141;
	color: #fff;
    text-decoration:none;
}

p.address {
	margin-left: 5px;
	font-size: 1.05em;
	letter-spacing: 1.2;
}

/* ===========
   L A Y O U T
   =========== */

/* ----------
   General
#wrap {
	max-width: 80em;
	margin: 0 auto;
	padding-bottom: 20px;
	-moz-box-shadow: -4px 2px 4px rgba(220,218,216,0.75);
	-webkit-box-shadow: 0px 2px 4px rgba(220,218,216,0.75);
	box-shadow: 0px 2px 4px rgba(220,218,216,0.75);
}
   ---------- */   


#header {
	height: 6.2143em;
}

#logo {
	float: left;
	margin-top: 3px;
}

/* ----------
   Nav layout
   ---------- */   
#nav {
	float: right;
	width: 80%;
	margin-top: 2em;
}
#nav li {
	float: left;
	display: block;
	margin: 0 3.5% 0 0;
	width: 21%;
}
#nav li.contact {
	margin-right: 0;
}
#nav li a {
	display: block;
}

#nav li a em {
	display: block;
}

#nav li.contact a {
	padding-right: 0;
	border-right: 0 none;
}

body.who #nav li.is,
body.what #nav li.does,
body.bl #nav li.made,
body.contact #nav li.canhelp {
	background: url(img/nav-selected.png) no-repeat bottom center;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2em;
}


/* -------------
   Column layout
   ------------- */
.contents {
	overflow: visible;
	font-size:1.1429em;
	line-height:1.21em;
	max-width: 80em;
}

.oneof12, .twoof12, .threeof12, .fourof12, .fiveof12, .sixof12, .sevenof12, .eightof12, .nineof12, .tenof12, .elevenof12, .twelveof12 {
margin-right: 2%;
float: left;
}

.oneof12 {
width: 5.583333%;
}

.twoof12 {
width: 14.166667%;
}

.threeof12 {
width: 22.75%;
}

.fourof12 {
width: 31.333333%;
}

.fiveof12 {
width: 39.916667%;
}

.sixof12 {
width: 48.5%;
}

.sevenof12 {
width: 57.083333%;
}

.eightof12 {
width: 65.666667%;
}

.nineof12 {
width: 74.25%;
}

.tenof12 {
width: 82.833333%;
}

.elevenof12 {
width: 91.416667%;
}

.twelveof12 {
width: 97.5%;
float: left;
}

.last {
margin-right: 0px;
}




