/* -----------------------------------------------------------------------

   Project Name: Smile Stylers
			
   Filename: screen.css
			
			
----------------------------------------------------------------------- */

@import url("reset.css");
@import url("forms.css");
@import url("formcheck.css");
@import url("nav.css");

/* -------------------- General Selectors ----------------------------- */

body {
	font-size:0.75em;
	color:#485763;
	font-family:"Helvetica Neue";
	margin: 0px;
	line-height: 2em;
	background-color:#293239;
}
p {
	margin:0 0 1.5em;
}
a {
	color:#ff9900;;
	text-decoration:underline;
	hover:#485763;
}
a:focus, a:hover {
	color:#485763;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:lighter;
	color:#111;
}
h1 {
	font-size:1.8em;
	line-height:1.3;
	margin-bottom:1.3em;
	color: #485763;
}
h2 {
	font-size:1.5em;
	margin-top:2em;
	margin-bottom:0.75em;
	color:#485763;
	font-weight:regular;
	font-style:italic;
}
h3 {
	font-size:1.1em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
	height:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
ul li {
	margin-bottom: 5px;
	list-style-image: url(../images/bullet.gif);
}
ul li ul {
	margin-top: 5px;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
#outer-wrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#wrapper {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	height: 333px;
	position: relative;
	visibility: visible;
}
#nav-wrapper {
	height: 84px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav-wrapper h1 { font-size: xx-small; text-indent: -9999px; overflow: hidden; margin: 0; position: absolute; padding: 0; top: 368px; 
}
#nav-wrapper h1 a {
	display: block;
	width: 216px;
	height: 40px;
	background-image: url(../images/logo-new.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	float: right;
	margin-top: 45px;
}
.grey-box {
	background-color: #6c8396;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-bottom: 6px;
}
.clear {
	clear: both;
}
#sidebar-a {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
}
#sidebar-a h1 {
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.1em;
	margin-left: 0px;
}
#sidebar-a .button {
	margin-bottom: 5px;
}
#sidebar-b {
	float: right;
	width: 180px;
	background-color: #dae4e9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
.sidebar-b-image {
	margin-right: 0px;
	margin-left: 10px;
}
#sidebar-b ul {
	list-style-type: none;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar-b ul li {
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 16px;
	list-style-image: none;
}
#sidebar-b ul li a {
	color: #485763;
	
}
#sidebar-b  li .current {
	color: #fb7a23;
}
ul li {
	margin-bottom: 5px;
}

#sidebar-b .button {
	margin-top: 15px;
	margin-left: 10px;
}
#content-wrapper {
	float: left;
	width: 413px;
	margin: 0px;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#lpcontent-wrapper {
	float: left;
	width: 413px;
	margin: 0px;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.consultation {
	margin: 0px;
	padding: 0px;
	height: 34px;
	display: block;
}
#content {
	background-color: #EFEFEF;
	margin-top: 5px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 389px;
	margin-bottom: 10px;
	background-position: top;
	min-height:450px;
}
#lpcontent {
	background-color: #caecff;
	margin-top: 5px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 570px;
	margin-bottom: 10px;
	background-position: top;
	min-height:450px;
}
	.left-image {

            padding: 1px;

            float: left;

            margin-right: 10px;

            margin-bottom: 10px;

            border: 5px solid #FFFFFF;

}

.right-image {

            padding: 1px;

            float: right;

            margin-bottom: 10px;

            margin-left: 10px;

            border: 5px solid #FFFFFF;

}

.standard-image {

            padding: 1px;

            margin-bottom: 10px;

            border: 5px solid #FFFFFF;

}

#footer {
	clear: both;
	height: 85px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 8px;
	padding-top: 5px;
}
#footer p {
	font-size: 11px;
	text-align: center;
	color: #666666;
}
/*----------------------------- Buttons ------------------------------------*/

a.button-ebook {
	display: block;
	width: 200px;
	height: 78px;
	text-decoration: none;
	background-image: url(../images/button-ebook-new.gif);
	margin-bottom:5px;
}
a.button-ebook:hover {
	background-position: -200px 0;
}
a.button-clients {
	display: block;
	width: 200px;
	height: 107px;
	text-decoration: none;
	background-image: url(../images/button-clients-new.gif);
}
a.button-clients:hover {
	background-position: -200px 0;
}
a.button-consultation {
	display: block;
	width: 419px;
	height: 34px;
	text-decoration: none;
	background-image: url(../images/button-consultation-new.gif);
}
a.button-consultation:hover {
	background-position: -419px 0;
}
#phone-number {
	font-size: 37px;
	color: #666666;
	letter-spacing: 0.5px;
	position: absolute;
	left: 50px;
	top: 44px;
	line-height: 37px;
}
#masthead-messaging {
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	position: absolute;
	left: 621px;
	top: 271px;
	width: 301px;	
/*-- Hidden for Print --*/	
}
#print-header, #print-footer {
	display: none;
}
