/* =CSS 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
b,strong{
	font-weight:bold;
}
i,em{
	font-style:italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need cellspacing='0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
a {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* =LAYOUT
===========================================*/
body {
	text-align: center;
	font: 12px/16px Arial, Helvetica, sans-serif;
	background: #dfe2dc;
}
#container1 {
	width: 940px;
	height: 748px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	display: inline;
}
.home {
	background: url(../images/bg_home.jpg) no-repeat center top;
}
.services {
	background: url(../images/bg_services.jpg) no-repeat center top;
}
.why {
	background: url(../images/bg_why.jpg) no-repeat center top;
}
.faq {
	background: url(../images/bg_faq.jpg) no-repeat center top;
}
.about {
	background: url(../images/bg_about.jpg) no-repeat center top;
}
.contact {
	background: url(../images/bg_contact.jpg) no-repeat center top;
}
.callback {
	background: url(../images/bg_callback.jpg) no-repeat center top;
}
/*#wrapper {
	position: absolute;
	width: 980px;
	height: 788px;
	background: #dfe2dc url(../images/bg_site.gif) no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -490px;
	margin-top: -394px;
}*/
#wrapper {
	margin:0 auto;
	width: 980px;
	height: 788px;
	background: #dfe2dc url(../images/bg_site.gif) no-repeat;
	margin-top:5px;
}
#container {
	width: 880px;
	height: 748px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #fff;
}
#container h1 a {
	position: absolute;
	display: block;
	width: 311px;
	height: 83px;
	background: url(../images/solace_logo.png) no-repeat;
	top: 32px;
	text-indent: -9999px;
}
p.topcontact {
	width: 295px;
	height: 62px;
	font: 16px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 10px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 0px;
	background: #3c6e65;
}
p.topcontact a {
	color: #fff;
	text-decoration: underline;
}
p.menu {
	position: absolute;
	top: 120px;
	color: #3c6e65;
}
p.menu a {
	text-decoration: none;
	color: #3c6e65;
	padding: 2px 4px;
}
p.menu a:hover {
	color: #b96130;
}
h1.title {
	position: absolute;
	text-indent: -9999px;
}
.content {
	position: absolute;
}
.content h2 {
	font-weight: normal;
}
.content p {
	margin-bottom: 10px;
}
p.big {
	font-size: 14px;
}
/* =HOMEPAGE
===========================================*/
.home h1.title {
	left: 205px;
	top: 180px;
	width: 295px;
	height: 63px;
	background: url(../images/title_home.gif);
}
.home .content {
	top: 180px;
	left: 525px;
	width:365px;
}
.home p.definition {
	position: absolute;
	top: 325px;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #c68033;
}
/* =SERVICES
===========================================*/	
.services h1.title {
	top: 180px;
	width: 157px;
	height: 28px;
	background: url(../images/title_services.gif);
}
.services .content {
	position: absolute;
	top: 220px;
	color: #3c6e65;
}
.services .content h2 {
	font-size: 16px;
	color: #b96130;
	margin-bottom: 10px;
}
.services .col {
	float: left;
	width: 280px;
	margin-right: 20px;
	display: inline;
}
.services .col.last {
	margin-right: 0px;
}

/* =WHY
===========================================*/	
.why h1.title {
	top: 260px;
	width: 327px;
	height: 28px;
	background: url(../images/title_why.gif);
}
.why .content {
	position: absolute;
	top: 310px;
	color: #fff;
	width: 360px;

}
.why .content h2 {
	font-size: 16px;
	color: #b96130;
	margin-bottom: 20px;
}
.why .content ul {
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 10px;
}

/* =FAQ
===========================================*/	
.faq h1.title {
	top: 200px;
	left: 390px;
	width: 342px;
	height: 65px;
	background: url(../images/title_faq.gif);
}
.faq .content {
	position: absolute;
	top: 270px;
	left: 390px;
	color: #fff;
	width: 505px;
	border-bottom: 1px solid #b0bcd3;
}
.faq .question {
	padding-top: 5px;
	border-top: 1px solid #b0bcd3;
	margin-top:  5px;
}
.faq .question .big {
	margin-bottom: 0px;
	font-size: 16px;
	width: 480px;
}
.faq .question p {
	width: 444px;
}
.faq .question a {
	display: block;
	color: #141515;
	margin-bottom: 5px;
}

/* =ABOUT
===========================================*/	
.about h1.title {
	top: 470px;
	width: 185px;
	height: 28px;
	background: url(../images/title_about.gif);
}
.about .content {
	position: absolute;
	top: 520px;
	color: #3c6e65;
	width: 275px;
}

/* =CONTACT
===========================================*/	
.contact h1.title {
	top: 180px;
	width: 222px;
	height: 29px;
	background: url(../images/title_contact.gif);
}
.contact .content {
	position: absolute;
	top: 230px;
	left: 10px;
	color: #fff;
	width: 444px;
	font-weight: bold;
}
.contact .content p {
	margin-bottom: 35px;
}

/* =CALLBACK
===========================================*/	
.callback h1.title {
	top: 185px;
	width: 353px;
	height: 29px;
	background: url(../images/title_callback.gif);
}
.callback .content {
	position: absolute;
	top: 240px;
	left: 10px;
	color: #3c6e65;
	width: 500px;
}
.callback td {
	padding: 2px;
}
.callback input, .callback select {
	width: 272px;
	border: 1px solid #b5bcc2;
	padding: 2px;
	background: #fff;
}
.callback select {
	width: 278px;
}
.callback input.button {
	width:110px !important;
	border: none !important;
	height:26px;
	padding: 0px;
	background: transparent !important;
}

/* =FOOTER
===========================================*/
.footer {
	position: absolute;
	bottom: 9px;
}
.note{
	text-align:center;
	margin-top:20px;
	padding:0px 10px;
	font-size:11px;
	color:#444;
}
.note a{
	color:#222;
}