﻿/* generic classes */
/* corners */
.corner
{
	position: absolute;
	margin: 0px;
}

.top
{
	top: 0px;
}
.bottom
{
	bottom: 0px;
}

.left-abs
{
	left: 0px;
}

.right-abs
{
	right: 0px;
}

/* floats */
.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

/*formating*/
.content h1
{
	font-size: 1.6em;
	margin: 0px 0px 12px 0px;
}
a img
{
	border-width: 0px;
}
/*layout*/
body 
{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#iFrame
{
	margin: 0px auto;
	padding: 0px;
	width: 984px;
	position: relative;
}

#header
{
	width: 984px;
	height: 81px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: no-repeat top left;
}
#quick-links-outer {height: 33px; overflow: hidden;}
/*#quick-links-outer[id] {display: table; position: static;}

#quick-links-middle {position: absolute; top: 50%;}  for explorer only*/
/*#quick-links-middle[id] {display: table-cell; vertical-align: middle; position: static;}

#quick-links-inner {position: relative; top: -50%}  for explorer only */
/* optional: #inner[id] {position: static;} */

#quick-links-inner 
{
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style: none;
	width: 427px;
}

#header #quick-links
{
	display: inline;
	float: left;
	width: 427px;
	margin: 48px 0px 0px 0px; /*216px 0px 353px;*/
	padding: 0px;
}
#header #quick-links li
{
	display: inline;
	font-size: 0.7em;
	padding: 0px;
}
#header #quick-links li.divide
{
	padding: 0px 9px 0px 8px;
}
#header #quick-links li.divide img
{
	vertical-align: middle;
}
#header #quick-links li.last
{
	padding: 0px 16px 0px 0px;
}
#header #quick-links li a
{
	color: #58585a;
	text-decoration: none;
}

#header #logo
{
	display: inline; /*used to counter-act ie6 double margins on float:left object*/
	margin: 0px 0px 0px 47px;
	width: 295px;
	float: left;
}

#header #logo img
{
	border-width: 0px;
}
#header .section
{
	position: relative;
}
#header #enquiry
{
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 0.8em;
	font-weight: bold;
	color: #58585a;
	width: 411px;
	text-align: right;
	margin: 20px 16px 0px 0px;
}

#main-content-container
{
	z-index: 100;
	overflow: hidden;
	position: absolute;
	left: 27px;
	width: 752px;
}

#main-content-wrapper
{
	background: url(/images/interface/backgrounds/main-content-container.png) repeat-y top right;
}

#main-content
{
	overflow: hidden;
	width: 706px;
	margin: 0px;
	padding: 0px 16px 20px 20px;
	background: no-repeat top right;
}

#main-content .read-more
{
	color: #b2b4b7;
	font-size: 0.95em;
}

#navi-container
{
	margin: 39px 0px 0px 0px;
	position: relative;
	width: 706px;
}
#navi
{
	width: 706px;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 35px;
	background: repeat-x top left;
}
#navi li
{
	margin: 0px;
	float: left;
	font-size: 0.75em;
	background: repeat-x top left;
}
#navi li a
{
	padding: 10px 22px 10px 10px;
	display: block;
	background: no-repeat top right;
	text-decoration: none;
	color: #fff;
}
#navi li.active a:hover
{
	color: #fff;
}
#navi li.first a
{
	padding-left: 15px;
}
#banner-container
{
	margin: 12px 0px 30px 0px;
	width: 706px;
	height: 192px;
	overflow: hidden;
}
#banner
{
	float: left;
	margin: 0px 0px 0px 0px;
}
#quote
{
	float:right;
}

#side-content
{
	padding: 0px 0px 35px 0px;
	background: no-repeat bottom right;
}
#side-content-inner
{
	overflow: hidden;
	width: 984px;
	background: url(/images/interface/backgrounds/side.gif) repeat-y top left;
	position: relative;
}

#side-content #snippets
{
	margin: 0px 0px 0px 769px;
	padding: 0px 0px 0px 0px;
	width: 216px;
	background: repeat-y top left;
}

#side-content #snippets .top
{
	margin: 0px 0px 5px 0px;
}
#side-content #snippets .bottom
{
	margin: 5px 0px 0px 0px;
}

#side-content #snippets .snippet
{
	margin: 0px 12px 0px 12px;
	padding: 12px 0px 12px 0px;
	border-bottom: dotted 3px #fff;
}
#side-content #snippets .last
{
	border-bottom: none 0px #fff;
	padding-bottom: 0px;
}
#side-content #snippets .snippet h3
{
	font-size: 1em;
	color: #ddd;
	margin: 0px 0px 8px 0px;
}

#side-content #snippets .snippet .content
{
	color: #fff;
	font-size: 0.8em;
	line-height: 1.4em;
}

#side-content #snippets .snippet .content p
{
	padding-bottom: 8px;
}

#side-content #snippets .snippet .read-more
{
	font-size: 0.95em;
	color: #58585a !important;
}

#footer
{
	margin: 0px;
	padding: 0px 0px 20px 20px;
	background: url(/images/interface/backgrounds/footer.gif) no-repeat bottom left;	
	font-size: 0.7em;
	overflow: hidden;
}

#footer #footer-inner
{
	margin: 0px;
	padding: 5px 0px 20px 6px;
	width: 706px;
	border-top: solid 1px #fff;
	color: #58585A;
}

#footer #clinics
{
	padding: 0px 0px 0px 6px;
	overflow: hidden;
}

#footer #clinics .clinic
{
	float: left;
	overflow: hidden;
	margin: 0px 20px 0px 0px;
}
#footer #clinics .clinic a,
#footer #clinics .clinic a img
{
	border-width: 0px;
}

#made-by
{
	margin: 10px 0px 0px 0px;
	background-color: #fff;
	font-size: 0.7em;
	padding: 0px 10px;
}

#made-by a
{
	color: #58585A;
	text-decoration: none;
}
#made-by p
{
	padding: 0px !important;
}

/*js menu*/
div.dropdown-menu
{
	position: absolute;
	z-index: 500;
	overflow: hidden;
	width: 211px !important;
}

div.dropdown-menu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div.dropdown-menu ul li
{
	margin: 0px 0px 2px 0px;
	padding: 0px 5px 0px 0px;
	background: repeat-y top left;
}

div.dropdown-menu ul li a
{
	display: block !important;
	margin: 0px;
	padding: 5px 12px 5px 10px;
	color: #58585A;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
}

div.dropdown-menu ul li.has_sub_menu a
{
	background: no-repeat center right;
}

div.dropdown-menu ul li div a
{			 
	width: 232px;
	display: block !important;
	margin: 0px 12px;
	padding: 5px 0px;
}
div.dropdown-menu ul li.active a
{
	font-weight: bold;
	color: #fff;
}
div.dropdown-menu ul li.active,
div.dropdown-menu ul li.hover
{
	background: repeat-y top left;
}
div.dropdown-menu ul li.hover a
{
	color: #fff;
}
div.dropdown-menu ul li.has_sub_menu a
{
	background: url('/images/interface/backgrounds/js-menu-arrow.gif') no-repeat center right;
}

/*sitemap*/
#sitemap
{
	padding: 0px;
}
#sitemap, 
#sitemap li ul
{
	list-style: none;
	margin: 0px 0px 10px 0px;
}
#sitemap li
{
	margin: 0px 0px 10px 0px;
}
#sitemap li ul li
{
	margin: 0px;
}
#sitemap img
{
	margin: 0px 5px 0px 0px;
}

/* arrow list */
#side-content #snippets .snippet .content ul.arrow li
{
	color: #fff;
	background-position: 0px 4px;
	padding: 0px 0px 0px 16px;
}
