/* ************************************
	LASER CLINICS AUSTRALIA
	========================
	Define:	Site styles and structures
	Born:	17/05/08
	Author:	taledo.com.au
	
************************************ */

* { margin:0; padding:0; }

body {
	font:62.5%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color:#565656;
	background: url(../images/newtheme_feb2010/basics/bg.gif) left top repeat;
	
}

ul { list-style-type:none; }


/* Typography, Links, Fonts etc
******************************************************************************/
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	padding-bottom: 15px;
	font-weight:normal;
}
h2 { font-size: 18px; }


a { color:black; text-decoration:none; }
a:hover { text-decoration:underline; }

#theFooter,
#homepageContent p {
	font-size:1.1em;
	

}

#theFooter,
#theFooter a {
	color:black;
}

#theFooter p { color:#666666; margin:10px 0 0 0; text-align: center; }

#homepageContent p,
#widePageContent p,
#childContentRight p {
	font-size:1.1em;
	margin:0 0 15px 0;
}

#childContentRight li { font-size:1.1em; }

/* correct wrong inheritances */
li p, p li { font-size:1em; }




/* Structures & Common Layouts
******************************************************************************/
#wrapAll {
	width:100%;
}

/* THE HEADER */
#wrapTheHeader {
	background: url(../images/newtheme_feb2010/basics/lilbluegrad.gif) bottom left repeat-x;
	padding-bottom:9px;
	/*min-width:956px;*/
	width:959px;
	margin:0 auto;
}

#theHeader {
	background-position:top center;
	background-repeat:no-repeat;
	height:268px;
}

h1#logoReplace { text-indent:-9000em; }

h1 {
	font-size:24px;
	color: black;
	font-weight: normal;
	line-height: 28px;
	padding-bottom: 20px;
}

/* header background images */
.hdrHome, .hdrTreatments, .hdrPrices, .hdrContactUs, .hdrProducts, .hdrPhilosophy { background-image: url(../images/newtheme_feb2010/basics/header_home.png); }
/*
.hdrHome{ background-image: url(/images/banner/hdr_home.png); }
.hdrTreatments{ background-image: url(/images/banner/hdr_treatments.png); }
.hdrPrices{ background-image: url(/images/banner/hdr_prices.png); }
.hdrContactUs{ background-image: url(/images/banner/hdr_contactus.png); }
.hdrProducts{ background-image: url(/images/banner/hdr_products.png); }
.hdrPhilosophy { background-image: url(/images/banner/hdr_philosophy.png); }
*/
/* this style is to help with the absolute positioning */
#headerContent {
	width:959px;
	height:268px;
	position:relative;
	margin:0 auto;
}

#specialsBoxWrap {
	position:absolute;
	right:10px;
	top:55px;
}

#specialsHeading {
	background: url(../images/newtheme_feb2010/basics/specialBox_heading.png) top left no-repeat;
	text-indent:-9990em;
	overflow:hidden;
	width:150px;
	height:27px;
	position:absolute;
	top:15px;
	left:15px;
}

#specialsBox {
	background: url(../images/newtheme_feb2010/basics/specialsBox_bg.png) left top no-repeat;
	padding:45px 10px 0 14px;
	height:104px;
	width:225px;
}

#specialsBox p {
	font-size:13px;
	color:white;
	margin:0 0 2px 0;
}

#specialsBox p a { color:#333; }

#specialsBox p span {
	color:white;
	margin-right:5px;
	font-size:14px;
	background: #ee2b74;
}

#specialsButton {
	position:absolute;
	bottom:0;
	right:10px;
}

/* THE BODY */
#theBody,
#theFooter  {
	margin:0 auto;
}

#theBody {
	width:959px;
	background-color:#ffffff;

}

/* THE FOOTER */
#theFooter {
	background: url(../images/newtheme_feb2010/basics/footer_bg.jpg) left top repeat-x;
	padding:22px 20px;
	width:918px; /* totals 960px */
	background-color:#fff;
	color: black;


}
#juuce { display: block; position: absolute; margin: 35px 0 0 830px; }



/* Navigation & Others Lists
******************************************************************************/

#theHeader #topNavigation {
	width:270px;
	height:35px;
	position:absolute;
	top:0;
	right:65px;
}

#theHeader #topNavigation a {
	display:block;
	float:left;
	padding: 15px 0 0 0px;
	color: black !important;
	border-left: 1px solid black;
}

<!--#theHeader #topNavigation a img { border:1px solid blue; } -->

a#businessOp { width: 145px;}
a#joinTheTeam { width:100px;}


/* Main nav */
#mainNavigation {
	width:943px;
	margin:0 auto;	
	height:32px;
	margin-top:-32px;
	position:relative;
}

#mainNavigation li {
	float:left;
}

#mainNavigation li a {
	display:block;
	height:32px;
	background: url(../images/newtheme_feb2010/basics/main_navigation.png) no-repeat;
	text-indent:-9000em;
}


/*
	background position is determined by subtracting the width of the elements
	and moving the left-co ordinate of the sprite by a negative value.
*/
#mainNavigation li#navHome a { background-position:0 0; width:158px; }
#mainNavigation li#navTreatment a { background-position:-158px 0; width:157px; }
#mainNavigation li#navProducts a { background-position:-315px 0; width:158px; }
#mainNavigation li#navPrices a { background-position:-473px 0; width:157px; }
#mainNavigation li#navForum a { background-position:-630px 0;  width:157px; }
#mainNavigation li#navContact a { background-position:-787px 0; width:156px; }

/* same as above, however its now also moved up by 32px to bring in the 
hover state */
#mainNavigation li#navHome a:hover,
#mainNavigation li#navHome a.activeNav { background-position:0 -32px; }
#mainNavigation li#navTreatment a:hover,
#mainNavigation li#navTreatment a.activeNav { background-position:-158px -32px; }
#mainNavigation li#navProducts a:hover,
#mainNavigation li#navProducts a.activeNav { background-position:-315px -32px; }
#mainNavigation li#navPrices a:hover,
#mainNavigation li#navPrices a.activeNav { background-position:-473px -32px;}
#mainNavigation li#navForum a:hover,
#mainNavigation li#navForum a.activeNav { background-position:-630px -32px; }
#mainNavigation li#navContact a:hover,
#mainNavigation li#navContact a.activeNav { background-position:-787px -32px; }

/* Secondary Navigation on child pages */
#secondaryNavigation {
	width:215px;
	float:left;
	margin-left:4px;
}

#secondaryNavigation ul {
	border-top:1px solid #ded9d3;
}

#secondaryNavigation ul li {
	border-bottom:1px solid #ded9d3;
	color:#005cab;
	font-size:1.1em;
}

#secondaryNavigation ul li a {
	color:black;
	display:block;
	font-weight:bold;
	padding:7px 15px 7px 34px;
	background: url(../images/newtheme_feb2010/basics/secondaryNavi_normal.jpg) left top no-repeat;
}

#secondaryNavigation ul li a:hover,
#secondaryNavigation ul li a.activeItem {
	color:black;
	background:#ded9d3 url(../images/newtheme_feb2010/basics/secondaryNavi_bg.jpg) top left no-repeat;
	padding-left:34px;
}

#theFooter ul {
	margin:0;
	padding:0;
	text-align:center;
}

#theFooter li {
	display:inline;
	padding:0 0 0 5px;
}

#theFooter li a {
	padding:0 5px 0 0;
}

#childContentRight #productDetail ul {
	margin:0 0 15px 3px;
	list-style-type:disc;
	padding:0 0 0 15px;
}

#childContentRight #productDetail ul li {
	padding:0 0 2px 0;
}

ul.contactList {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.contactList li {
	background:url(/images/bluearrow.gif) 2px 4px no-repeat;
	font-weight:bold;
	padding:0 0 2px 18px;
	clear:both;
}




/* Homepage content
******************************************************************************/

#homepageContent {
	background: url(/images/newtheme_feb2010/basics/homepageBg.jpg) top left no-repeat;
	margin-top:-5px;/* to merge with the shadow from #wrapTheHeader */
	position:relative;
	padding:0 15px 20px 30px;
	background-color:#ffffff;
}

#homepageCopy {
	width:620px;
	float:left;
	padding-top:30px;
	
}

#homepageTiles {
	float:right;
	width:255px;
	padding-top:15px;
}

#homepageTiles img {
	display:block;
	margin-bottom:5px;
}

/* Child page content
******************************************************************************/


#pageHeading {
	padding:15px 25px 5px 25px;
	position:relative;
}

#widePageContent {
	background: url(../images/newtheme_feb2010/basics/widePageContent.jpg) top left no-repeat;
	position:relative;
	padding:20px 15px 40px 30px;
}



/* Philosophy Page */
#nestedCopy {
	float:left;
	width:700px;
}

#supportingImage {
	float:left;
	width:164px;
	margin-right:30px;
}

/* landing page for topics */
#summaryBoxes {

}

#summaryBoxes .boxModule {
	background-color:#f1f0ed;
	float:left;
	margin-right:12px;
	width:140px
}

#summaryBoxes .boxModule img { border:1px solid #ded9d3; }
#summaryBoxes .boxModule p {
	text-align:center;
	padding:12px 14px 12px 14px;
	margin:0;
	font-weight:bold;
	min-height:36px;
	height:auto !important;
	height:36px;
}

/* Common pages */
#childContentContainer {
	padding:5px 0 40px 22px;
	min-height:320px;
	height:auto !important;
	height:320px;
	background-color:#ffffff;
}

#childContentRight {
	background: url(../images/newtheme_feb2010/basics/childContent.jpg) top right no-repeat;
	position:relative;
	padding:20px 15px 40px 30px;
	width:660px;
	float:right;
	margin-top:-7px;
	position:relative;
}

#floatingFilter {
	position:absolute;
	top:15px;
	right:10px;
}

#floatingFilter select { 
	width:150px;
	color:black;
	font-size:1.1em;
}

/* Photos table */
table.photosTable td {
	padding:5px 5px 5px 0;
	text-align:center;
	vertical-align:top;
	font-size:1.1em;
}

table.photosTable img {
	border:1px solid #8ab9e1;
	display:block;
	margin-bottom:10px;
}

/* Prices table */
table.pricesTable td,
table.pricesTable th {
	font-size:1.1em;
	padding:3px;
	text-align:center;
	border-collapse:collapse;
}

table.pricesTable td {
	vertical-align:top;
	border-bottom:1px solid #daeeff;
}

table.pricesTable th {
	background-color:white;
	font-weight:bold;
	border-bottom:1px solid #ded9d3;
}

table.pricesTable .column1 { width:144px; text-align:left; border-right:1px solid #ded9d3; }
table.pricesTable .column2 { width:100px; }
table.pricesTable .column3 { width:134px; border-right:1px solid #ded9d3;  }
table.pricesTable .column4 { width:100px; }
table.pricesTable .column5 { width:134px; }


/* Products */
#productsDetails {
	float:left;
	width:360px;
}

.productsDetailsClass {
	float:left;
	width:360px;
}


#productImg {
	float:right;
	width:250px;
	text-align:right;
	padding-right:50px;
}

#productImg img {
	border:0px solid #8ab9e1;
}


.productImgClass {
	float:right;
	width:250px;
	text-align:right;
	padding-right:50px;
}

.productImgClass img {
	border:0px solid #8ab9e1;
}

/* Contact */
#selectModule {
	background-color:#ded9d3;
	padding:20px;
	font-size:1.1em;
}

#selectModule select { 
	width:160px;
	color:black;
	font-size:1.1em;
}

/* Forms
******************************************************************************/
form * {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.formTable {
	width:100%;
}

.formTable td {
	vertical-align:top;
	padding:5px;
	font-size:1.1em;
}

.formTable label {
	font-weight:bold;
}

.formTable input {
	padding:4px;
}

div.buttonDiv {
	padding:5px;
	border-top:1px solid #ded9d3;
	margin-top:10px;
}

.formTable input.textField {
	width:160px;
	border:1px solid #ded9d3;
	color:black;
}

.formTable textarea.textBoxBig {
	width:320px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ded9d3;
	color:black;
}

.formTable input.btnSubmit {
	color:#ffffff;
	background-color:black;
	padding:3px;
	width:80px;
}

.formTable select {
	color:black;
}

.formTable select.selectDay { width:50px; }
.formTable select.selectMonth { width:80px; margin-right:5px; }
.formTable select.selectTime { width:70px; }
.formTable select.selectTimeType { width:60px; }

select.selectMore { padding:10px; }

tr.specialRow {
	height:50px;
}

tr.specialRow td {
	vertical-align:middle;
}

/* Common Classes
******************************************************************************/
img a, a img { border:none; }
form { margin:0; padding:0; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/
/* BLOG Styles */
#BlogH1 {
	display:block; 
	height:34px; 
	margin:0 0 10px; 
	width:521px;
}

