/* --------------------------------------------------------
    Main stylesheet
    Site: NSI
    Created by: St�phanie L�veill� - stephanie.leveille@leonarddg.com
    Filename: main.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    COLORS
    Grey:      #666
   -------------------------------------------------------- */

/* @import url('menu.css'); */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

:focus { outline: none;}


body {
	background: #000;
	color: #000;
	font: 62.5% Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

.last {
	margin: 0 !important;
	padding: 0 !important;
}
.noBackground { background: none !important; }
.fRight { float: right !important; }
.fLeft { display: inline !important; float: left !important; }
.marginBottom { margin-bottom: 20px !important; }

/* ------------->>> Structure <<<-------------*/
#container {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	margin: 0 auto;
	width: 949px;
}

#header {
	background: url(../images/top-separator.gif) 0 70px no-repeat;
	height: 100px;
	position: relative;
	width: 949px;
}

#menu {
	list-style: none;
	position: absolute;
	right: 25px;
	top: 85px;
}

#menu li {
	background: url(../images/menu-separator.gif) right center no-repeat;
	display: inline;
	margin: 0 25px 0 0;
	padding: 0 25px 0 0;
}

#menu li a {
	color: #231f20;
	text-decoration: none;
	text-transform: uppercase;
}

#menu li a:hover, #menu li.active a { color: #ff3c7e; }

#login {
	position: absolute;
	top: 16px;
	left: 210px;
}

#login .form_error {
	position: absolute;
	margin: 0 !important;
}

#menuSec {
	list-style: none;
	position: absolute;
	right: 25px;
	top: 48px;
}

#menuSec li {
	display: inline;
	float: left;
	margin: 0 25px 0 0;
}

#menuSec li a, #menuSec li label, #login label {
	color: #666666;
	line-height: 19px;
	text-decoration: none;
	text-transform: uppercase;
}

#login input { margin-right: 5px; }

#menuSec li#iconShoppingCart a {
	background: url(../images/icon-shopping.gif) left center no-repeat;
	padding: 3px 0 3px 25px;
}

#side {
	display: inline;
	float: left;
	width: 200px;
	padding: 0 15px 20px 0;
}

#content {
	float: left;
	padding: 0 0 30px;
	width: 687px;
}

#side ul { list-style: none; }
#side ul li { padding: 0 0 5px; }
#side ul li a {
	background: url(../images/arrowBlack.gif) no-repeat;
	color: #231f20;
	padding: 0 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#side ul li a:hover, #side ul li.active a, #side ul.subItems li a:hover, #side ul.subItems li.active a { color: #f72fb8; }



#side ul li ul.subItems {
	display: none;
}

#side ul li.active ul.subItems {
	display: block;
}

#side ul.subItems { list-style: none; }
#side ul.subItems li { padding: 5px 10px 0 10px; }
#side ul.subItems li a {
	background: none;
	color: #231f20;
	display: block;
}


#inputSearch { width: 140px; }

#mainContent {
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
	width: 905px;
}

.scroll {
	height: 200px;
	overflow: auto;
	scrollbar-arrow-color: #ab4b82;
	scrollbar-dark-shadow-color: #ab4b82;
	scrollbar-shadow-color: #ab4b82;
	scrollbar-3d-light-color: #ab4b82;
	scrollbar-base-color: #dfa9cc;
	scrollbar-track-color: #f6e4f0;
	scrollbar-face-color: #dfa9cc;
	scrollbar-highlight-color: #f0d3e6;
}

/* ---------->>> titles + texts <<<----------*/

h1 a {
	background: url(../images/logo-NSI.gif) no-repeat;
	display: block;
	height: 70px;
	text-indent: -1000px;
	width: 189px;
}

h1 a span {
	background: url(../images/TagLine.gif) left bottom no-repeat;
	display: block;
	height: 75px;
	width: 189px;
}

*+html h1 a span { height: 61px; }
* html h1 a span { height: 61px; }

h2 {
	color: #f72fb8;
	font-size: 31px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	color: #636466;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3.product { font-size: 20px; }

#faqs h3 { font-size: 12px; margin-bottom: 5px; }
#faqs p { margin-bottom: 15px; }

#distributors h3 {
	display: inline;
	float: left;
	width: 250px;
}

h4 { font-size: 1.1em; }

p { padding: 0 0 1.4em; }
p.intro { font-size: 1.3em; }
a, p.intro span { color: #ff3c7e; }

a.arrow {
	background: url(../images/arrowBlack.gif) no-repeat;
	padding: 0 0 0 15px;
}

#content ul { margin: 0 0 1.4em 20px; }
#content ul li { margin-bottom: 5px;}

table { margin: 0 0 1.4em; }
caption {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: left;
}

a#btnBlog {
	background: url(../images/btn-ourBlog.gif) no-repeat;
	display: block;
	height: 31px;
	position: absolute;
	right: 25px;
	text-indent: -2000px;
	top: 0;
	width: 107px;
}

#side a.iconAcrobat {
	background: url(../images/icon-getAdobe.jpg) no-repeat;
	display: block;
	height: 27px;
	margin: 20px 0 5px;
	width: 90px;
}

#txtPhoto {
	color: #fff;
	left: 270px;
	position: absolute;
	top: 160px;
	width: 200px;
}
ul.listLinks {
	list-style: none;
	margin: 0 0 10px !important;
}

ul.listLinks li {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}

ul.listLinks li a {
	background: url(../images/arrowBlack.gif) no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

/* --------------->>> Accueil <<<---------------*/
#titlesBox {
	left: 0;
	list-style: none;
	position: absolute;
	top: 375px;
}

#titlesBox li{
	display: inline;
	float: left;
	margin: 0 0px 0 0;
	width: 291px;
	padding-left: 10px !important;
}

#boxesAcc li {
	display: inline;
	float: left;
	height: 114px;
	margin: 0 10px 0 0;
	width: 295px;
}

#boxesAcc li h2 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#boxesAcc li p {
	color: #fff;
	line-height: 1.2em;
	width: 175px;
}

#boxesAcc li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 275px;
	height: 104px;
	padding-top: 10px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#boxesAcc { list-style: none; }
#boxesAcc li#boxOrange { background: url(../images/home/back-orange.jpg) no-repeat; }
#boxesAcc li#boxPink { background: url(../images/home/back-pink.jpg) no-repeat; }
#boxesAcc li#boxGreen { background: url(../images/home/back-green.jpg) no-repeat; }

/* --------------->>> Nail Lab <<<---------------*/
#nailLab { background: url(../images/backNailsLab.jpg) left bottom no-repeat; min-height: 550px; }
* html #nailLab { height: 550px; }
#nailLab #txt { margin: 10px 0 0 85px; }
#nailLab #bottom {
	background:  url(../images/bottomNailsLab.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

/* --------------->>> News <<<---------------*/
#news { background: url(../images/backNews.jpg) left bottom no-repeat; height: 550px; }
#news #txt { margin: 10px 0 0 20px; }
#news #bottom {
	background:  url(../images/bottomNews.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

#news .scroll{
	height: 260px;
	margin-top: 30px;
}

#tableNews { width: 90%; }
#tableNews td { padding: 10px; }
#tableNews td.date { vertical-align: top; width: 100px; }
#tableNews td.info { border-bottom: 1px dotted #ccc; }

/* --------------->>> About Us <<<---------------*/

#aboutus { background: url(../images/backAboutUs.jpg) left bottom no-repeat; min-height: 550px; }
* html #aboutus { height: 550px; }

#aboutus #txt { margin: 10px 0 0 20px; }
#aboutus #bottom {
	background:  url(../images/bottomAboutUs.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

#tableBio th { text-align: left; }

#tableBio td {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	vertical-align: top;
}

#tableBio a {
	color: #000;
	text-decoration: none;
}
#tableBio a:hover { color: #f72fb8; }

/* --------------->>> Events <<<---------------*/
#events { background: url(../images/backEvents.jpg) left bottom no-repeat; height: 550px; }
#events #txt { margin: 10px 0 0 20px; }
#events #bottom {
	background:  url(../images/bottomEvents.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

#events .scroll { height: 180px; }

/* --------------->>> Distributors <<<---------------*/
#distributors { background: url(../images/backDistributor.jpg) left bottom no-repeat; height: 550px; }
#distributors #txt { margin: 10px 0 0 20px; }
#distributors #bottom {
	background:  url(../images/bottomDistributor.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

ul.listDistributors {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	width: 140px;
}

ul.listDistributors li { margin: 0 0 10px; }

ul.listDistributors li a {
	color: #231f20;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

ul.listDistributors li a:hover { color: #f72fb8; }

#listDistributor {
	list-style: none;
	margin: 0 !important;
	width: 500px;
}

#listDistributor li {
	display: inline;
	float: left;
	margin: 0 10px 20px 0;
	width: 240px;

}

/* --------------->>> Nail Art <<<---------------*/
#nailart { background: url(../images/backNailArt.jpg) left bottom no-repeat; height: 550px; }
#nailart #txt { margin: 10px 0 0 20px; }
#nailart #bottom {
	background:  url(../images/bottomNailArt.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

#listNailArt {
	list-style: none;
	margin: 0 !important;
}

#listNailArt li {
	display: inline;
	float: left;
	width: 91px;
}

/* --------------->>> Contact <<<---------------*/
#contact { min-height: 550px; }
* html #contact { height: 550px; }
#contact #txt { margin: 10px 0 0 20px; }
#contact #txtPhoto { top: 130px; }

#contact #call {
	position: absolute;
	top: 280px;
}

#contact #bottom {
	background:  url(../images/bottomContact.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

/* --------------->>> Products <<<---------------*/

#productDetail, #products { min-height: 550px; }
* html #productDetail { height: 550px; }
* html #products { height: 550px; }

#productDetail #bottom, #products #bottom, #catProduct #bottom {
	background:  url(../images/bottomproductDetail.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}
#products #bottom { background:  url(../images/bottomProducts.jpg) no-repeat; }
#catProduct #bottom { background:  url(../images/bottomCatProducts.jpg) no-repeat; }

#productDetail .tableInfoProduct td { padding: 5px; text-align: center; }

#productDetail #sideInfo {
	float: left;
	width: 160px;
}

#productDetail #productInfo {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	width: 507px;
}

#productDetail select { width: 45px; }

#banner { position: relative; }
#banner .info {
	left: 300px;
	position: absolute;
	top: 135px;
	width: 170px;
}
#banner .img {
	left: 500px;
	position: absolute;
	top: 100px;
}

#listHomeProducts {
	border: 1px solid #747474;
	height: 293px;
	list-style: none;
	margin: 0 !important;
	overflow: hidden;
	width: 685px;
}

#listCatProducts {
	list-style: none;
	margin: 0 !important;
	width: 685px;
}

#listHomeProducts li, #listCatProducts li {
	border-right: 1px solid #fff;
	display: inline;
	float: left;
	width: 228px;
}

#listCatProducts li { border: none; }

#listHomeProducts li.last, #listCatProducts li.last {
	border: none !important;
	margin: 0 !important;
	width: 227px !important;
}

#listHomeProducts li h4, #listCatProducts li h4 {
	color: #fff;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	width: 228px;
}

#listCatProducts li h4 { color: #000; text-align: left;padding-left: 10px; }

#listHomeProducts li div.img, #listCatProducts li div.img {
	height: 182px;
	overflow: hidden;
	width: 228px;
}

#listHomeProducts li div.info, #listCatProducts li div.info {
	color: #fff;
	height: 63px;
	padding: 10px;
	position: relative;
}

#listCatProducts li div.info { color: #000; padding-bottom: 30px; }

#listHomeProducts li div.info a {
	bottom: 5px;
	position: absolute;
	right: 10px;
}

#listCatProducts li div.info a {
	bottom: 5px;
	display: block;
	position: absolute;
}

#listHomeProducts li.orange h4 { background: #ff9600; }
#listHomeProducts li.pink h4 { background: #fb3e81; }
#listHomeProducts li.green h4 { background: #81c115; width: 227px;}

#listHomeProducts li.green div.img, #listCatProducts li.last div.img, #listCatProducts li.last h4 { width: 227px; }

#listHomeProducts li.orange div.info { background: url(../images/backOrange.jpg) no-repeat; }
#listHomeProducts li.pink div.info { background: url(../images/backPink.jpg) no-repeat; }
#listHomeProducts li.green div.info { background: url(../images/backGreen.jpg) no-repeat; }

#bottomPub {
	bottom: 20px;
	position: absolute;
}

/* --------------->>> Membership <<<---------------*/
#registration { height: auto; }
#registration #bottom {
	background:  url(../images/bottomRegistration.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

#registration #sidePromo { position: relative; }

#registration #sidePromo p {
	color: #fff;
	padding: 0 30px 0 10px;
	position: absolute;
	top: 290px;
}

/* --------------->>> form <<<---------------*/
input, select, textarea {
	border: 1px solid #ccc;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	padding: 2px 3px;
}

input.btnSubmit {
	border: none;
	float: none !important;
	height: auto !important;
	width: auto !important;
}

#btnAddCart { border: none; }

ul.form { list-style: none; margin: 0; }
fieldset {
	display: inline;
	float: left;
	width: 340px;
}
ul.form li label {
	float: left;
	margin: 0 5px 0 0;
	text-align: right;
	width: 100px;
}
ul.form li input, ul.form li select {
	float: left;
	width: 180px;
}

ul.form li label.radio { 	width: 240px !important; }
ul.form li input.radio { border: none; margin: 0 0 0 10px; width: auto !important; }

.form_error {
	color: red;
	margin: 0 0 0 110px;
}

/*LIST*/
.alternateRow {
	background-color:#f0f0ee;
}


/* ------------->>> button form <<<-------------*/
.sendButton {
	background: url(../images/btnSend.gif) no-repeat;
	height: 32px;
	width: 160px;
	border: none;
}

/* --------------->>> footer <<<---------------*/
#footer {
	border-top: 1px solid #666666;
	margin: 10px 0 0;
	padding: 10px 0;
	text-align: right;
}

#footer a {
	color: #333333;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a.iconAcrobat {
	background: url(../images/icon-getAdobe.jpg) no-repeat;
	display: inline;
	float: right;
	height: 27px;
	margin: 0 20px;
	width: 90px;
}


/* blog */

#side ul li p a {
	background: none;
	padding: 0;
	text-decoration: underline;
}

p { font-size: 1.2em; padding: .75em 0; }

h3#comments {
	padding: 0;
	font-size: 18px;
	margin: 30px auto 0 ;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/**********************************/	




/* --------------->>> other <<<---------------*/

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

.clearfix, form li {display: inline-block;}

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

.icon16x16 {
    background-position: 0px 0px;
    padding: 2px 0px 2px 24px;
    background-repeat: no-repeat;
}
.icon_rss {background-image: url("/images/icons/icon_rss.png");}