@import url("navigation.css");
@import url("scrollable-horizontal.css");
@import url("scrollable-buttons.css");

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; }

h1 { font-size: 3em; line-height: 1; margin: .5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 {
	font-size: 1.5em;
	line-height: 1.25;
	margin-bottom: 1.25em;

}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #3399ff; }
a           { color: #003399; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/*-------------------------------------------------------------*/

*	{ padding:0; margin:0; }	
img	{ border-style: none; }
a, a:visited { outline:none; }

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
# html, body {
	height: 100%;
	}
body { 
  font-size: 75%;
  color: #333; 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background:url(../img/bg.jpg) repeat-x;
	}
/* Layout
----------------------------------------*/
#wrapper { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	width: 960px;
	}
#header {
	color: #333;
	width: 100%;
	height:110px;
	padding:0px;
	}
.search {
	float:right;
	}
.header-right {
	float:right;
	margin-top:10px;
	}
.header-links {
	float:left;
	font-size:12px;
	margin-right:10px;
	}
.header-links a {
	padding-right:5px;
	}
#content-wrapper {
	width:100%;
	float:left;
	margin-top:30px;
	}
#content {
	float: left;
	border:1px solid #CCC;
	background:#FFF;
	padding:10px;
	width:700px;
}
#content img {
	float:left;
	padding:0px 10px 10px 0px;
	}
#rightcolumn {
	border:1px solid #CCC;
	background:#FFF;
	width: 230px;
	float: right;
	}
#rightcolumn a.active {
	color:#3399ff;
	}
.column-title {
	background: url(../img/bg-title.jpg) repeat-x;
	color:#FFF;
	width:100%;
	height:30px;
	float:left;
	}
.column-title span {
	float:left;
	padding-top:5px;
	padding-left:15px;
	font-size:14px;
	font-weight: bold;
/* 	text-shadow: #333 0px -1px 1px; */
	}
#footer {
	width: 100%;
	float:left;
	clear: both;
	color: #333;
	text-align:center;
	font-size:10px;
	padding: 0px;
	margin-top: 15px;
}
#footer, .push {
	height: 4em;
	}
.content-center {
	margin:10px;
	}
.clearfix {
	display:block;
	}
.about-wrapper {
	margin:10px;
	}
.about-wrapper ul {
	margin:20px;
	width:60%;
	}
.about-wrapper hr {
	margin:20px;
	border: 1px solid #e1e1e1;

	}
/* Custom
----------------------------------------*/
.logo {
	width:185px;
	height:100px;
	float:left;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	overflow:hidden;
	}
.logo h1 { 
	text-indent: -9999px; 
	overflow: hidden; 
	margin: 0; 
	padding: 0; 
	border: 0;
	}
#banner-wrapper {
	width:960px;
	height:350px;
	background:#999;
	float:left;
	margin-top:15px;
	}
.cat-desc {
	width:440px;
	position:absolute;
	z-index:10;
	margin-top:80px;
	padding-left:30px;
	text-align:justify;
	line-height:normal;
	}
.product-slider {
	width:960px;
	height:200px;
	float:left;
	margin-top:15px;
	background:url(../img/products-slider-bg.jpg) repeat-x;
	}
.product-title {
	color:#464646;
	font-size: 18px;
	font-family:"Arial Narrow";
	margin-bottom:5px;
	}
.product-desc {
	color:#464646;
	text-align:justify;
	}
.product {
	float:left;
	margin: 10px 20px;
	}
/*---- PRODUCTS FRAME -----*/
#product-img {
	width:250px;
	float:left;
	margin:5px;
	}
#product-img img {
	padding:0px;
	}
#product-info {
	width:410px;
	float:left;
	margin-left:10px;
	}
#product-info h2 {
	font-family: "Arial Narrow";
	}
#product-info p {
	line-height:1.3em;
	}
#product-info hr {
	background:none repeat scroll 0 0 #e1e1e1;
	border:0 none;
	clear:both;
	color:#e1e1e1;
	height:1px;
	margin:20px 0px;
	}
#product-info ul {
	list-style-image:url(../img/bullet_ul.png);
	margin:0px 0px 15px 15px;
	font-size:11px;
	line-height:1.2em;
	}
#product-info ol {
	margin:0px 0px 15px 15px;
	line-height:1.2em;
	}
.avene-color {
	color:#2B519E;
	}
.klorane-color {
	color:#00672B;
	}
#product-list {
	width:inherit;
	float:left;
	margin-left:10px;
	}
#product-list h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	}
.pagenavi-wrapper {
	width:100%;
	text-align:center;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	}
.pagenavi {
	width:50%;
	margin:auto;
	font-size:12px;
	}
.previous {
	padding-left:10px;
	padding-right:10px;
	float:left;
	}
.next {
	padding-left:10px;
	padding-right:10px;
	float:left;
	}
.pagelist {
	padding-left:10px;
	padding-right:10px;
	float:left;
	}
.ditto_currentpage {
	font-size:16px;
	color:#2B519E;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	line-height:100%;
	}
.ditto_page {
	padding-left:5px;
	padding-right:5px;
	}
/* Side Navigation
--------------------------------------------*/
.sidebarmenu{
	width: 230px; /*width of menu*/
}

.sidebarmenu .headerbar{
	font: bold 14px Arial;
	color: white;
	background: url(../img/bg-title.jpg) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.sidebarmenu ul{
	list-style-type: none;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	margin-left:10px;
}

.sidebarmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.sidebarmenu ul li a{
	background: url(../img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
  	border-bottom: 1px solid #fefefe;
	font-size: 13px;
}

/* FANCY TABS
---------------------------------------------*/

.tab_container {
	margin-top:0px;
	padding:0px;
	overflow: hidden;
	float:left;
	height:280px;
	margin-top:10px;
}
.tab_content {
	padding: 0px;
	margin:0px;
	height:280px;
}

#ftabsnav {
	
	height:50px;	
	width:960px;
}

#ftabsnav ul {	
	width:960px;
	margin: 0;
	padding: 0;
	background:url(../img/cat-menu-bg.jpg) repeat-x;
}

#ftabsnav li {
	float:left;
	width:20%;
	list-style-type:none;
	text-align:center;
}

#ftabsnav a {
		background:url(../img/cat-menu-bg.jpg) repeat-x;
	color:#333333;
	display:block;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:50px;
	line-height:50px;
	text-decoration:none;
}	

#ftabsnav a.current {
	color:#FFF;
	background:url(../img/cat-menu-bg.jpg) repeat-x bottom;	
}

#ftabsnav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;		
	display:block;
}

#ftabsnav strong {
	display:block;		
	font-size:13px;
}

/* panes */
#ftabspanes {
	background:#fff url(../img/banner.jpg) no-repeat;
	border-color:#ccc;
	border-style:solid;
	width:960px;	
	height:280px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#ftabspanes div {
	display:none;		
	position:absolute;
	font-size:14px;
	color:#444;	
	width:960px; 
}

#ftabspanes img {
	float:left;
	margin-right:20px;		
}

#ftabspanes p.more {
	color:#000;
	font-weight:bold;
}

#ftabspanes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}
/* FANCY TABS
---------------------------------------------*/
.brands {
	margin:0px 10px;
	}
.brands-logo {
	text-align:center;
	float:left;
	padding-left: 10px;
	}
.brands-desc {
	margin-top:10px;
	padding:5px;
	font-size:11px;
	}
.brands-desc strong {
	font-family:"Arial Narrow";
	font-size: 18px;
	line-height: normal;
	color:#666;
	}
.brands-more {
	float:right;
	}
.side-bar ul {
	list-style:none;
	font-family:"Arial Narrow";
	font-size: 18px;
	line-height: normal;
	font-weight:bold;
	padding:10px;
	}
/* SKYPE
---------------------------------------------*/
.skype-chat {
	background-color:#FFF;
	text-align:center;
	}
