﻿/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* STRUCTURE */

body {
	background: white url('../images/background.png') repeat-x fixed left top;
	text-align: center;
	font: .8em/1.5em helvetica, arial, sans-serif;
}

img {
	border: none;
}

p {
	margin:10px 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

/* HEADERS */
h1 {
	font-family: georgia, serif;
	font-weight: normal;
	clear:left;
	color:#3f82d0;
	font-size:2em;
	margin:25px 0 10px;
}

h2 {
	margin:15px 0 10px;;
	font-weight: normal;
	clear:left;
	color:#3f82d0;
	font-size:1.5em;
}

img.logo {
	cursor:pointer;
	float:left;
}


/* NAVIGATION */

div.leftnav {
	padding-top:10px;
	width:290px;
}

div.leftnav a {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	color: #847867;
}

div.leftnav a:hover {
	color: #3f82d0;
}

div.topnav {
	padding:0 5px;
	text-align:right;
	border-bottom: 1px #3f82d0 solid;
}

div.topnav a {
	margin-top:24px;
	text-decoration: none;
	color: #847867;
	display:inline-block
}

div.topnav a:hover {
	color: #3f82d0;
}



/* WRAPPERS */

div.wrapper-home {
	height:500px;
	width: 900px;
	margin: 10px auto;
	text-align: left;
}

div.wrapper {
	background: transparent url('http://www.advancedclinicalaesthetics.com/images/bg-80.png') repeat scroll left top;
	width: 800px;
	margin: 10px auto;
	text-align: left;
	overflow: hidden;
}

div.feature {
	position:absolute;
	top:100px;
	left:150px;
	width:700px;
	display:none;
	border:1px #3f82d0 solid;
	background:white;
	z-index:100;
	text-align:left;
	padding:0 25px 25px;
	overflow:visible;
}

div.feature a {
	color:#2553d7;
	text-decoration:none;
}

div.feature a:hover {
	text-decoration:underline;
}


/*TEXT CONTENT*/

div.col1 {
	width:290px;
	margin-right:5px;
	float:left;
}

div.col2 {
	float:left;
}

div.col3-home {
	width:290px;
	margin-left:5px;
	float:left;
}

div.col3 {
	width:200px;
	margin-left:5px;
	float:right;
	background:#286ebf url('/aca_light/images/col3bg.png') no-repeat scroll left bottom;
}

div.content {
	width:500px;
	float:left;
	margin:0 10px;
	padding:10px 25px 10px 50px;
}

div.cell {
	width:290px;
}



/* STYLED TEXT */

span.where {
	font: 3em/1em helvetica, arial, sans-serif;
	color: #847867;
}

span.with {
	font: italic 1.5em/1em helvetica, arial, sans-serif;
}

span.jenniferphone {
	font:2em/1em helvetica, arial, sans-serif;
}
p.contactdetails {
	line-height: 1.25em;
	padding-left: 2.5em;
	margin:5px 0 15px;
}

p.tl-sidebar {
	font: 1em/1.5em helvetica, arial, sans-serif;
	color: #fff;
	padding:0 10px;
	margin-bottom:25px;
	overflow:visible;
}

p.question {
	cursor:pointer;
}

p.question:hover {
	color: #3f82d0;
}

p.answer {
	color: #3f82d0;
	display:none;
}

blockquote.calltoday {
	background:#286ebf;
	padding:10px;
	width:400px;
	text-align:center;
}



/* LISTS */

ul.list-2col {
	width:40%;
	float:left;
	color: #3f82d0;
	font-weight:bold;
	margin:0 0 10px 50px;
	padding:0;
	font-size:.8em;
}

ul.services {
	width:40%;
	float:left;
	margin:0 0 10px 50px;
	padding:0;
}

ul.services li {
	margin-bottom: 10px;
}

ul.services-sublist {
	margin:0;
	padding:0;
}

ul.services-sublist li {
	margin:0 0 0 25px;
}




/* VTOUR */

a.vtour {
	color: #3f82d0;
	font-size: 1.25em;
	text-decoration:none;
}

a.vtour:hover {
	color: #95B3FF;
	text-decoration:none;
}




/* PRODUCT BLOCK */

div.product-block {
	margin:0px 0px 10px 40px;
	background-color:#fff;
	border:1px #ddd solid;
	width:170px;
}

.product-block img {
	margin: 10px;
	cursor:pointer;
}

.product-block ul {
	margin:10px;
	padding:0;
	width:150px;
	list-style:none;
	display:none;
}

.product-block li {
	padding: 0;
	margin:0 0 10px 0;
}

.product-block a {
	padding-bottom:10px;
	color:#3f82d0;
	text-decoration:none;
}

.product-block a:hover {
	text-decoration:underline;
}