/* @override http://116.50.19.179/sava/revitaliseyourskin/css/site.css */

/*  This file is part of Sava CMS (www.gosava.com).

    Sava CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Sava CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Sava CMS.  If not, see <http://www.gnu.org/licenses/>.

*/



/* @group GLOBALS
=================================================== */

body {
	font-size: 82.5%;
	font-family: Helvetica, Arial, sans-serif;
	color: #373737;
	background-color: #C8C5F5;
	}

textarea {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	}

ul, ol, dl { margin-bottom: 1.8em; }

a { text-decoration: none; color: #0265b8;}
a:hover { text-decoration: underline; }


/* @end GLOBALS
---------------------------------------------- */



/* @group LAYOUT
=================================================== */

#container-wrap {
	width: 770px;
	margin: 0 auto;
	padding: 0 10px;
	
}

#container {
	width: 750px;
	padding: 7px;
	background: #fff;
	border: 3px solid #f2eeed;
	}
	
#header {
	margin-bottom: 12px;
	position: relative;
	}

#content {
	clear: both;
	}

.twoColSL #content {
	background: url(../images/revitalise/bg_content-SL.gif) repeat-y left top;
}

.twoColSR #content,
.threeCol #content {
	background: url(../images/revitalise/bg_content-SR.gif) repeat-y left top;
}

.content {
	float: left;
	padding: 40px 0 0 0;
	width: 750px;
	}
	
#secondary.content {
	padding: 10px 0 0;
}

.threeCol .content {
	width: 380px;
	}
	
.twoColSL .content,
.twoColSR .content {
	width: 555px;
}

.content,
.sidebar {
	min-height: 1px; /* Fixes odd no-content disappearing bug. */
	}
	
.sidebar {
	width: 180px;
	padding: 2px 0;
}

#left.sidebar {
	width: 160px;
	margin: 0 10px 0 0;
	background-color: #FFFFFF;
	background-image: none;
}

.twoColSL #left.sidebar {
	width: 180px;
}

#right.sidebar { margin: 0 0 0 15px; }

#footer { clear: both; }

#left { float: left; }
#right { float: right; }

.clear { width: 100%; clear: both; }

/* @end LAYOUT
---------------------------------------------- */



/* @group NAVIGATION/UI
=================================================== */

/* @group Global Search Form */
#header #searchForm {
	position: absolute;
	right: 120px;
	top: 25px;
	margin: 0;
}

#header #searchForm input.text {
	width: 150px;
}

#header #navSession {
	position: absolute;
	right: 0px;
	font-size: .9em;
}


#header #navSession #navWelcome {
	margin-right: 1em;
}


/* @end */



/* @group Primary Navigation
=================================================== */

#navPrimary {
	float: left;
	clear: both;
	width: 720px;
	background: url(../images/revitalise/bg_nav-gradient.gif) repeat-x #92adcb;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	border-top: 1px solid #fff;
	}
#homepage #navPrimary {
	border: none;
}
#navPrimary li {
	float: left;
	margin: 0 1.5em 0 0;
	line-height: 3em;
	font-weight: bold;
	}
#navPrimary li.current a {
	color: #0265b8;
}
#navPrimary li a { color: #fff; }
#navPrimary li a:hover { color: #333; text-decoration: underline; }

/* @group Dropdown Nav
=================================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/*/

#navPrimary ul {
	list-style: none;
	padding-left: 0;
	}

#navPrimary li ul { /* second-level lists */
	width: 12em;
	position: absolute;
	left: -9999px;
	z-index: 1000;
	margin: 0;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 12em; /* width needed for Opera */
	}

#navPrimary li li a {
	display: block;
	padding: .5em;
	line-height: 1;
	text-transform: none;
	}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 12em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
	}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* @end Dropdown Nav
---------------------------------------------- */

/* @end Primary Navigation
---------------------------------------------- */


/* @group Secondary Nav
=================================================== */

.navSecondary { 
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
	}

.navSecondary li ul {
	margin-left: 0;
	list-style: none;
	}

.navSecondary li {
	position: relative;
	margin: 0 0 .8em;
	padding: 0 0 .8em 15px;
	line-height: 1em;
	border-bottom: 1px solid #e0e0e0;
	}
	
.navSecondary li.last {
	border-bottom: none;
	}

.navSecondary li a { 
	display: block;
	width: 100%; /* play nice in IE6 */
	padding: 0;
	text-decoration: none; /* IE6 Bug */
	color: #333;
	}

.navSecondary li a:hover {
	color: #92adcb;
	text-decoration: none;
	}

.navSecondary li.current a {
	font-weight: bold;
	}


/* @group Second Level
=================================================== */

.navSecondary li.current ul {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	}

.navSecondary li.current ul li  {
	position: relative;
	margin: 0 0 6px;
	padding: 0;
	font-weight: normal;
	}

.navSecondary li.current ul li.last  { position: relative; }

.navSecondary li.current ul li a {
	display: block;
	padding: 0;
	font-weight: normal;
	text-decoration: none; /* IE6 Bug */
	}

.navSecondary li.current ul li a:hover { color: #333; }
.navSecondary li.current li.current a { color: #000; }

/* @end Second Level
---------------------------------------------- */

a.button {
	display: block;
	font-size: 1.1em;
	color: #fff;
	padding: .75em 1em;
	background: url(../images/revitalise/bg_button-red.gif) repeat-x top #f8030b;
	text-decoration: none;
}

/* @end Secondary Nav
---------------------------------------------- */

/* @end NAVIGATION/UI
---------------------------------------------- */

/* @group Headings */

h1 {
	display: inline;
	float: left;
	margin: 5px 0 0 38px;
}

h1 a {
	display: block;
	width: 151px;
	height: 48px;
	text-indent: -999em;
	background: url(../images/revitalise/logo.jpg) no-repeat left top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	color: #676767;
}

h2, h3, h4 {
	font-weight: normal;
	margin-bottom: .4em;
}

/* @end */

/* @group NAVIGATION/UI
=================================================== */

/* @group Breadcrumb Nav
=================================================== */

#crumbList {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	font-size: .9em;
	}

#crumbList li {
	display: inline;
	margin: 0;
	}

#crumbList li a { text-decoration: none; }

/* @end Breadcrumb Nav

/* @group Content */

#header a.button {
	float: right;
	margin-top: 23px;
}

#homepage #primary.content {
	padding: 30px 15px;
	width: 720px;
	background: #e6e6e6;
}

.shadow-box {
	width: 216px;
	height: 240px;
	padding: 17px;
	float: left;
	background: url(../images/revitalise/bg_shadow-box.gif) no-repeat left top;
}

.shadow-box p {
	font-size: 1.1em;
	line-height: 1.2em;
}

a.callToAction {
	padding-left: 12px;
	color: #333;
	font-style: italic;
	background: url(../images/revitalise/arrow-blue.gif) no-repeat left center;
	}

a.callToAction:hover {
	color: #92adcb;
	}

p.temp {
	display: block;
	width: 750px;
	height: 140px;
	background: #eee;
	margin: 0;
}

#homepage p.temp {
	/*height: 325px;*/
}

/* @end */

/* @group FOOTER
---------------------------------------------- */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 1.3em 20px;
	
}

#footer ul { 
	float: left; 
	margin: 0 auto;
	list-style: none;
	}
	
#footer ul li { 
	float: left;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	border-right: 1px solid #444;
	line-height: 1.2;
	}

#footer ul li.last { 
	margin: 0;
	padding: 0;
	border-right: none;
	}
	
#footer p { float: right; }

#footer a { color: #444; }
#footer a:hover { color: #aaa; }

/* @end FOOTER 
---------------------------------------------- */


/* @group CLEARFIX
=================================================== */

/* Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

/* @end CLEARFIX
---------------------------------------------- */


/* EOF */