@charset "utf-8";

@font-face {
    font-family: 'ArvoItalic';
    src: url('Arvo-BoldItalic-webfont.eot');
    src: url('Arvo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-BoldItalic-webfont.woff') format('woff'),
         url('Arvo-BoldItalic-webfont.ttf') format('truetype'),
         url('Arvo-BoldItalic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
}
body {
	background:#e4eff7 url(images/bodybg.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.72em;
	color:#051420;
	margin:0 auto;
	line-height:1.8em;
}

h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
	list-style:none;
}
h1 {
	font-size:1.8em;
	margin: 2.9em 0 1.0em 0;
}
h2 {
	font-size:1.6em;
	color:#051420;
	margin: 0.8em 0 0.4em 0;
}
h3 {
	font-size:1.05em;
	color:#051420;
	margin: 0 0 1.3em 0;
}
h4 {
	font-size:1.0em;
	letter-spacing:-1px;
	padding:0 0 5px 0;
}
p {
	text-align:left;
	margin:0 0 1.8em 0;
}

#content ul {
	list-style-type: square;
	margin: 0 0 0 2em;
}

ul li {
	padding-bottom: 0.45em;
}

a {
	color:#005698;
	text-decoration:underline;
}
a:hover {
	color:#00abc9;
	text-decoration:underline;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.valign {
	vertical-align:middle;
}
.flt-left {
	float:left;
}
.flt-right {
	float:right;
}

/* Forms */
form {
	padding-top: 2.2em;
	width: 630px;
}

fieldset {
	border: 0;
}

label {
	width: 75px;
	display: block;
	float: left;
	text-align: right;
	padding: 0px 10px 0 0;
}

form br {
	clear: left;
}

.req {
	color:#ff0000;
	padding: 0;
}

.legend {
	float: right;
	padding-right: 22px;
	font-size: 0.95em;
}

.errors {
	margin-bottom: 2em;
	background: #eedddd;
	padding: 5px;
}
.errors strong {
	color: #ff0000;
}

input {
	width: 200px;
	margin-bottom: 7px;
	font-size: 1em;
}

textarea {
	width: 513px;
	height: 80px;
	margin-bottom: 7px;
	font-size: 1.3em;
}

input, textarea, select {
	border:1px solid #cccdd1;
	padding: 2px 4px 3px 4px;
	float: left;
	margin-right: 18px;
}

input.submit-butt {
	background: url(../../images/buttons/submit-butt.gif) no-repeat top left;
	width:61px;
	height:19px;
	cursor:pointer;
	border:none;
	margin-right: 30px;
	float:right;
}
.captcha {
	border:1px solid #CCCDD1;
}

.capCode {
	width: 140px;
}


/*---------LAYOUT-------*/

#stretch-header {
	background:#3d3d3d;
	width:100%;
}
#header {
	width:960px;
	height:127px;
	margin:0 auto;
}
#logo {
	float:left;
	margin:21px 0 20px 20px;
}
#bellme {
	float: right;
}
#head-contact {
	text-align:right;
	margin:0 20px 0px 0px;
}
#search {
	float:left;
	padding: 0;
	width: auto;
	position: relative;
	z-index: 10000;
}
#search input {
	background:#6c6c6c;
	border:none;
	padding:1px 6px 3px 6px;
	color:#FFFFFF;
	width: auto;
	margin: 0;
	height: 15px;
	line-height: 15px;
}
#search input.search-submit {
	vertical-align: text-bottom;
	padding: 0 0 0 5px;
	background: none;
	height: auto;
}
div#search-validation {
	float: left;
	padding: 0 10px;
	margin: 0 6px;
	color: #00abc9;
	font-weight: bold;
	background-color: #fff;
	position: relative;
	left: -15px;
	top: -15px;
	z-index: 12000;
	display: none;
}

/* MENU */
#menu {
	clear: left;
	height:28px;
	float:left;
	width:600px;
	z-index:999999;
}
#menu li {
	float:left;
	padding: 6px 14px;
}
#menu li.selected {
	background-color:#FFFFFF;
}
ul#menu li a:link, ul#menu li a:visited {
	display:block;
	height:28px;
	color:#FFFFFF;
	text-decoration:none;
}
ul#menu li.selected a:link, ul#menu li.selected a:visited {
	color:#3d3d3d !important;
}

ul#menu li a:hover {
	color:#03A8C6;
}

ul#menu li ul {
	display: none;
	position:absolute;
	background:#3d3d3d;
	width:150px;
	z-index:999999;
	margin-top: -6px;
	margin-left: -14px;
}
ul#menu li ul li {
	float:none;
	text-transform:none;
	font-style:normal;
	height: auto !important;
	line-height: 1.8em;
	display: inline;
	padding:0px !important;
}
ul#menu li ul li a:link, ul#menu li ul li a:visited {
	border-bottom:1px solid #636363;
	border-top:1px solid #3d3d3d;
	background:none;
	font-size:1.05em;
	color:#FFFFFF;
	text-decoration:none;
	width: auto;
	height: auto !important;
	padding:3px 13px;
}
ul#menu li ul li a:hover {
 	font-weight:bold;
	background:#6c6c6c;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
ul#menu li:hover ul {
	display: block;
 	position:absolute !important;
}
#menu li:hover a:link, #menu li:hover a:visited, #menu a:hover {
	/*background-position:0 -28px !important;*/
}
#menu a.selected, #menu li a.selected:hover {
	/*background-position:0 -56px !important;*/
}
#menu li.selected:hover ul {
	display: none;
}

/* Individual menu item backgrounds */
#menu1 a {
	/*background: url(images/menu_home.jpg);
	width:63px;*/
}
#menu2 a:link, #menu2 a:hover  {
	/*background: url(images/menu_qa.jpg);
	width:102px;*/
	background:url("http://asksmileartistry.com.au/assets/templates/smile-artistry/images/down-arrow-dark.gif") no-repeat;
	background-position: 110px 4px;
	padding-right: 20px;
}
#menu2 a.selected {
	/*background: url(images/menu_qa.jpg);
	width:102px;*/
	background:url("http://asksmileartistry.com.au/assets/templates/smile-artistry/images/down-arrow-light.gif") no-repeat;
	background-position: 110px 4px;
	padding-right: 20px;
}
#menu3 a {
	/*background: url(images/menu_self-assess.jpg);
	width:126px;*/
}
#menu4 a {
	/*background: url(images/menu_contact.jpg);
	width:92px;*/
}
#menu5 a {
	/*background: url(images/menu_submit-question.jpg);
	width:142px;*/
}

/*------- CONTENT LAYOUT ---------*/

#content-wrap {
	/*min-height:650px;
	height:auto !important;
	height:650px;*/
	margin-bottom: 25px;

	z-index:-1;
}

#content {
	/*overflow:hidden;*/
	width:960px;
	margin:0 auto;
}

/* Thin size content areas */
#content.thin {
	width:630px;
	margin:0 auto;
}

/* Larger than normal content area */
#content.large {
	width: 980px;
}

/* ---- Content columns ---- */
.col {
	float: left;
	overflow: hidden;
	padding: 0 0 40px 5px;
}

.fat-col {
	width:330px;
	padding-right: 35px;
}
.med-col {
	width: 290px;
	padding-right: 30px;
}
.thin-col {
	width: 250px;
	padding-right: 10px;
}

.col h3 {
	text-transform:uppercase;
}
.col h3.title {
       color: #005698;
       font-size: 1.1em;
       letter-spacing: 0.1em;
}

/* ---- Home Page ---- */
#home-feature {
	clear:both;
	position:relative;
	background:#FFFFFF;
	width:100%;
	height:260px;
	border-bottom:1px solid #00abc9;
	z-index:0;
}
#home_feature_video {
	height: 250px;
	float: right;
	margin: 5px 5px 0 5px;
}
#home-feature-div {
	width:960px;
	margin:0 auto;
	height:260px;
	position:relative;
}
.txt-img {
	vertical-align:middle;
	margin:10em 0 0 2em;
	float:left;
}
#home-feature-woman {
	float: right;
	margin-top: -39px;
}

#home-feature-text {
	padding: 100px 0 0 0;
	color: #03A8C6;
	font: 30px Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	display: block;
	clear: left;
}

#intro_text {
	width: 665px;
	padding: 30px 30px 0 0;
}
#home_main_col {
	float: left;
	overflow: hidden;
}

.home {
	background:url(images/drp-shadow_home.png) no-repeat top center;
	padding: 0 55px;
}

.home h2 {
	margin: 3em 0 0.9em 0;
	letter-spacing: 0.1em;
	color: #005698;
	font-weight: bold;
	text-transform: uppercase;
	font: 'ArvoItalic', Arial, sans-serif;
	font-size: 13px;
}

.qa-lnk {
	margin:0 0 0 15px;
	font-size:1.0em;
}
.qa-lnk li {
	/* list-style:url(../images/bullet.gif) square; */
	list-style-type: square;
	padding-bottom: 1.35em;
}
.qa-lnk a {
	text-transform:uppercase;
	color:#6c6c6c;
	text-decoration:none;
	font-size:0.75em;
	padding:0 0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.qa-lnk a:hover {
	color:#6c6c6c;
	text-decoration:underline;
}
/*------------SELF ASSESMENT--------*/	

#self-assessment {
	background: #fff;
	border-bottom:1px solid #00abc9;
	float: left;
	width: 100%;
	padding: 0 1.8em 0.9em 1.8em;
}

#self-assessment label {
	width: auto;
	display: inline;
	float: none;
	font-weight: bold;
}
#self-assessment input {
	width: auto;
	float: none;
	margin: 0 1.35em 0 2.15em;
	border: 0;
}
#self-assessment ul {
	margin: 0 4em 0 0;
	list-style-type: none;
	float:left;
	font-weight:bold;
}
#self-assessment h1 {
	margin-top: 1.7em;
}

#self-assess-bottom {
	background: url(images/drp-shadow_thin.png) no-repeat top center;
	float: left;
	width: 100%;
	padding: 2.35em 0 0 0;
}
#self-assess-bottom h2 {
	margin-bottom: 1.6em;
}

/* Self Assessment results page */
div.assessment-result {
	padding: 0 0 1.5em 0;
}

div.assessment-result h3 {
	color: #009bc9;
	font-size: 1.3em;
}

div.assessment-result h4 {
	color: #00397a;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0;
	text-transform: uppercase;
}

div#results {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2em 0 0 0;
	margin: 0 0 2em 0;
}


/*-------------CONTACT US--------------*/

#contact-feature {
	height:215px;
	border-bottom:1px solid #00abc9;
	width:960px;
	margin:0 auto;
	padding: 0;
	/*overflow: hidden;*/
	position: relative;
}
#con-woman {
	position: absolute;
	bottom: -1px;
	left: 0;
}
.cont-txt {
	float:left;
	padding: 0 0 0 327px;
}

.cons-div {
	float:left;
	width:600px;
}

/*-------------QA Topics-----------*/
#left-nav {
	width:300px;
	float:left;
	padding: 3.8em 0 0 0;
}

#left-nav ul {
	margin: 0;
	list-style-type: none;
}

#left-nav li {
	border-bottom: 1px solid #e2e2e2;
	padding: 0;
	line-height: 2.1em; 
}
#left-nav li img {
	padding:0;
	margin:0;
}

#left-nav a {
	color:#808385;
	font-size:1.20em;
	text-decoration:none;
	text-transform:uppercase;
	display: block;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	letter-spacing: 0.06em;
}
#left-nav a:hover, #left-nav a.selected{
	color:#051420;
}
#left-nav a:focus {
	outline: none;
}
#left-nav a.selected {
	border-bottom: 1px solid #051420;
}

#left-nav li .topic-qs-nav div {
	height: auto;
	overflow: auto;
}

#left-nav li .topic-qs-nav {
	overflow: auto;
	margin: 8px 0;
	padding: 7px 0;
}

#left-nav li .topic-qs-nav li {
	border:none;
	font-style:italic;
	padding:8px 5px 10px 5px;
	line-height: 1.6em;
}

#left-nav li .topic-qs-nav li a:link, #left-nav li .topic-qs-nav li a:visited {
	font-size: 1em;
	text-transform: none;
	color: #051420;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	
#left-nav li .topic-qs-nav li a:hover {
	text-decoration: underline;
}

#ad_wrapper {
	width: 300px;
	clear: left;
	float: left;
	text-align: center;
}

.qa-content {
	width:650px;
	float:right;
}



.vid-box {
	background:#fff;
	height:263px;
	border-bottom:1px solid #00abc9;
	padding:20px;
	position: relative;
}
.video {
	width:468px;
	height:259px;
	float:left;
	margin:0 10px 0 0;
}

.qa-txt {
	padding: 1px 10px 10px 10px;
	background: url(images/drp-shadow_video.png) no-repeat top center;
}
.qa-txt.noShadow {
	background: none !important;
}
.qa-txt h1 {
	margin: 1.8em 0 0.3em 0;
}


.mail-link {
	line-height: 2.3em;
	float: right;
	margin: 3.2em 0 15px 15px;
}
.vid-box .mail-link {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.mail-link img {
	padding-right: 5px;
}
.mail-link a {
	color:#00abc9;
	text-decoration:underline;
	font-weight:bold;
	vertical-align: middle;
	padding:0 0 5px 0;
}	
.mail-link a:hover {
	color:#005698;
	text-decoration:underline;
}


/* ---- SEARCH ---- */

span.ajaxSearch_highlight {
	background-color: #77defc;
}


/*-------------FOOTER-----------*/
#footer-wrapper {
	width:100%;
	background-color:#3D3D3D;
	border-top:1px solid #ccc;
	color:#FFF;
	padding-top:10px;
	height:147px;
	clear: both;
	margin-top: 50px;
}
#footer {
	clear:both;
	width:980px;
	margin:0 auto;
	padding:5px 0;
	color:#fff;
	font-size:0.8em;
}
#footer ul {
	text-align:left;
}
#footer li {
	padding:0 0 0 13px;
}
#footer a {
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
#footer-form {
	text-align:center;
	margin-top:-40px;
	margin-left:10px;
	width:525px;
	float:right;
	color:#333333;
}
#footer-form a {
	color:#333333;
	text-decoration:none;
}
#footer-form a:hover {
	color:#333333;
	text-decoration:underline;
}
#footer-formless {
	text-align:center;
	margin-top:0px;
	margin-left:10px;
	width:400px;
	float:right;
	color:#CCC;
}
#footer-formless a {
	color:#CCC;
	text-decoration:none;
}
#footer-formless a:hover {
	color:#CCC;
	text-decoration:underline;
}
#first-step {
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	padding:10px;
	color:#333333;
	vertical-align:top;
	font-size:10px;
}
#first-step form {
	padding:5px 5px 0px;
}
#first-step h1 {
	padding:0;
	margin:7px 0;
	border-bottom:1px solid #CCC;
}
#first-step label {
	width: 120px;
	display: block;
	text-align: left;
	float: left;
	padding: 0;
}
#fs-form-label {
	width:80px;
}
#first-step input {
	clear:both;
	width:auto;
	padding: 0px;
	margin: 0px;
	margin-right:5px;
	font-size:10px;
}
#first-step .submit-butt {
	width:100px;
	margin-right: 110px;
}
#first-step .form_required {
	color:#FF0000;
}
#footer-left {
	width:200px;
	float:left;
}
#footer-middle {
	padding-bottom:10px;
}
#footer-keywords {
	margin:10px;
	border-top:1px solid #CCC;
	width:435px;
}
#firststep-left {
	width:200px;
	float:left;
}
#firststep-right {
	width:200px;
	float:right;
}
.IMA {
	width:960px;
	margin:0 auto;
	padding: 15px 0 0 15px;
	font-size:0.8em;
}
#form-submit-td {
text-align:left !important
}

.nosee {
	position:absolute;
	text-decoration:underline;
	background-color:#CC0000;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#FirstStep .FScheckbox {
	width:20px;
}

/* PRINT ONLY DISPLAYS & HIDES */
.print {
	display: none;
}

#content.home .col {
padding-bottom: 0px;
}

div.col form{
border: 1px solid #E4E5E6;
background-color: #F9F9FA;
padding: 1em 0.2em 0.5em 0.5em;
}

div.col form label {
width: auto;
font-size:11px;
}
div.col h2{
color:#005698;
font-weight:bold;
text-transform:uppercase;
font: 'ArvoItalic', Arial, sans-serif;
font-size:13px;
}

div.col form#FirstStep .FScheckbox {
margin-right:5px;
}

div.col form input.submit-butt {
float:none;
}
div.col form p {
width: 90%;
}

div.col.firstStep{
padding-left:0px;
margin-top:10px;
} 



