@charset "UTF-8";
/* CSS Document */

/* -----------------------------------
GENERAL TAGS 
------------------------------------*/

body, html {margin: 0px; padding: 0px;}

body {
	background: #675040 url(/img/body_bg.jpg) top repeat-x;
	font-family: helvetica, helvetica nueue, arial, sans-serif;
	color: #675040;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	line-height: 1.2;
	}
	
h1 {
	color: #675040;
	font-size: 3.5em;
	text-transform: uppercase;
	letter-spacing: -.04em;
	margin: 0px;
	}	

h2 {
	color: #675040;
	font-size: 2.9em;
	text-transform: uppercase;
	letter-spacing: -.05em;
	margin: 0px;
	}

h3 {
	color: #675040;
	font-size: 2em;
	letter-spacing: -.03em;
	font-weight: normal;
	margin: .7em 0px .4em;
	}

h4 {
	color: #d3cdc9;
	font-size: 2em;
	letter-spacing: -.05em;
	font-weight: bold;
	margin: 1em 0.6em 0em;
	}
	
p { font-size: 1.5em;}

a {color: #6eb9c3;}
a:hover {color: #a6846e;}

/* -----------------------------------
SMALL CLASSES
------------------------------------*/

.italics { font-style: italic; font-size: 80%;}
.highlight { color: #f58c3c;}
.clear { clear: both;}
.thumb{ border: 3px solid #aed2d8;}
.thumb:hover { border: 3px solid #D4CEC9; }
.button {border: 0px;}

/* -----------------------------------
MAIN SECTIONS
------------------------------------*/

/* header */
#header {
	width: 790px;
	margin: 0px auto;
	padding-top: 30px;
	height: 84px;
	}

#header #logo { float: left; margin-right: 5px; }

#header h3 {
	color: #d4cec9;
	font-size: 16px;
	letter-spacing: -.05em;
	margin: 0px 0px;
	font-weight: bold;
	text-align: right;
	padding-top: 23px;
	}

/* top content section */
#main {background: #ffffff url(/img/body_bg.jpg) 0px -114px repeat-x;}

.content {
	width: 765px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	}

#mergento_logo {margin-top: 8px; border: 0px;}
.thumb.mergento_thumb {margin-top: 55px;}

/* lower content section */
#lower { background: #ffffff url(/img/blue_grad.jpg) top repeat-x; clear: both; }
#lower .content {padding-bottom: 60px;}
#lower h2 {margin-bottom: 20px;}

/* footer content section */
#footer {
	background: url(/img/brown_grad.jpg) top repeat-x;
	clear: both;
	color: #fff;
	padding-bottom: 40px;
	}
	
#footer .content {width: 780px;}

.copyright {
	font-size: 1.1em;
	color: #d3cdc9;
	padding-left: 10px;
	margin-top: 25px;
	}

/* -----------------------------------
COLUMNS 
------------------------------------*/

.col {
	width: 238px;
	float: left;
	margin-right: 25px;
	}

.col.end {margin-right: 0px;}

.col.two-col {width: 500px;}

/* -----------------------------------
CLIENT CYCLE	
------------------------------------*/

#clientCycle {}

#client-1 {display: block;}
#client-2 {display: none;}
#client-3 {display: none;}

#clientCycle .thumb {
	float: left;
	margin-right: 35px;
	}

/* -----------------------------------
CLIENT QUOTES	
------------------------------------*/

#client-quote {background: url(/img/quote_top.gif) top left no-repeat;}

.quote-content {
	padding: 0px 35px;
	font-size: 2.1em;
	font-weight: bold;
	letter-spacing: -.05em;
	margin-bottom: 0px;
	}

.quote-author {
	background: url(/img/quote_bottom.gif) top right no-repeat;
	margin-top: -15px;
	padding-top: 35px;
	padding-left: 35px;
	font-size: 1.4em;
	color: #c4bcb6;
	}

.field {
width: 320px;
/*height: 19px;*/
margin-bottom: 10px;
color: #9eaebc;
font-size: 14px;
font-style: italic;
padding: 7px 8px;
	background-color: #fff;
	border: 1px solid #ccc;
}

form div.input {
	/*width: 100%;*/
	margin: 5px 15px 5px 0;
	padding: 10px 8px 10px 70px;
}

form label {
	width: 30%;
	float: left;
	margin-right: 30px;
	font-family: helvetica, helvetica nueue, arial, sans-serif;
	color: #675040;
	font-size: 20px;
	padding-top: 5px;
	text-align: right;
}

form input {
	margin-bottom: 0;
	width: 58%;
	background-color: #fff;
}

form textarea {
	margin-bottom: 0;
	width: 58%;
	background-color: #fff;
}

form div.submit input {
	padding: 8px 14px 6px;
	background-color: #AED2D8;
	color: #675040;
	border: 1px solid #bdbdbd;
	width: auto;
	font: bold 14px helvetica;
	margin: 0;
}


