@charset "UTF-8";
/* CSS Document */

/*###################
GENERAL STYLES
#####################*/


html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px 0px 55px 0px;
	border: 0px;
	background-image: url(../imgs/citilites_pattern.jpg);
	background-repeat: repeat;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}


a img {
	border: 0px;
}

p {
	margin-top: 0px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 190px;
	font-style: italic;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
}

a:link {
	color: #E51E79;
}

a:visited {
	color: #E51E79;
}

a:hover {
	color: #E51E79;
}


#wrapper {
	width: 800px;
	background-color: #4e274e;
	margin: 0px auto 0px auto;
	background-image: url(../imgs/citilites_wrapper_bkgnd.png);
	background-repeat: no-repeat;
	text-align: left;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


#header {
	/*REMEMBER THE HEADER IS PORISIONED RELATIVELY 
	BECAUSE IT MAY CONTAIN FLYING OBJECTS */
	width: 100%;
	height: 190px;
	text-align: right;
	position: relative;
	/*border: 2px solid #f00;*/
}

#navbar {
	float: left;
	width: 130px;
	/*border: 2px solid #f00;*/
}

#navlist {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#navlist li {
	font-size: 18px;
	line-height: 24px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#navlist li a:link {
	text-decoration: none;
	color: #fff;
}
#navlist li a:visited {
	text-decoration: none;
	color: #fff;
}
#navlist li a:hover {
	text-decoration: none;
	color: #E51E79;
}


#maincontent {
	/*Specify display: inline to avoid IE double margin bug*/
	display: inline;
	float: left;
	width: 590px;
	margin: 0px 40px 0px 40px;
	/*border: 2px solid #f00;*/
}

#maincontent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#footer {
	/*REMEMBER THE FOOTER CONTAINS MANY FLYING OBJECTS. SINCE
	THE OVERFLOW THEY REQUIRE DOESN'T SHOW UP INSIDE FLOATED
	ELEMENTS IN IE6*/
	position: relative;
	height: 150px;
	clear: both;
	font-size: 12px;
	line-height: 14px;
	padding: 1px 0px 0px 30px;
}

#copyright_note {
	margin-top: 90px;
}






/*###################
HOME PAGE
#####################*/

#home_maincontent {
	width: 800px;
	height: 740px;
	background-color: #4e274e;
	margin: 0px auto 0px auto;
	background-image: url(../imgs/citilites_background_off.gif);
	background-repeat: no-repeat;
}


ul#main_nav {
	width: 800px;
	height: 639px;
	margin: 0px auto;
	padding: 0;
	position: relative;
	/*border: 2px solid #999;*/
}

#main_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	/*border: 2px solid #f00;*/
}

#main_nav a {
	display: block;
	text-decoration: none;
}

#products {left: 260px; top: 12px; width: 513px; height: 273px; z-index: 20;}
#who {left: 35px; top: 227px; width: 229px; height: 165px; z-index: 40;}
#press {left: 430px; top: 186px; width: 322px; height: 217px; z-index: 60;}
#clients {left: 44px; top: 378px; width: 393px; height: 184px; z-index: 100;}
#contact {left: 243px; top: 440px; width: 453px; height: 212px; z-index: 80;}
#nail {left: 269px; top: 374px; z-index: 10;}

#products a {height: 273px;}
#who a {height: 47px;}
#press a {height: 108px;}
#clients a {height: 133px;}
#contact a {height: 108px;}


/*###################
PRODUCTS PAGES
#####################*/


#products_header_buttons {
	z-index: 50;
	position: absolute;
	top: 20px;
	left: 250px;
}

#products_left_buttons {
	z-index: 50;
	position: absolute;
	top: -100px;
	left: 50px;
}

#products_hanger {
	z-index: 50;
	/* Relatively positioned as an exception given 
	the size and to not cover the links in the text */
	position: absolute;
	top: -430px;
	left: -200px;
}

#products_right_images {
	z-index: 40;
	position: absolute;
	top: -580px;
	left: 300px;
}


/* Products listing specific */

#products_listing_header_buttons {
	z-index: 50;
	position: absolute;
	top: 20px;
	left: 250px;
	}
	
#products_listing_clothes_left {
	z-index: 50;
	position: absolute;
	top: 30px;
	left: -160px;
}

#products_listing_clothes_right {
	z-index: 50;
	position: absolute;
	top: 20px;
	left: 810px;
}


#maincontent_products_listing {
	/*Specify display: inline to avoid IE double margin bug*/
	display: inline;
	float: left;
	width: 590px;
	margin: 0px 40px 0px 40px;
	/*border: 2px solid #f00;*/
	background-color: #FFF;
	color: #4E274E;
}

#maincontent_products_listing h3 {
	margin-left: 20px;
	margin-top: 10px;
}

#maincontent_products_listing a {
	margin-left: 20px;
}

.product_wrapper {
	width: 135px;
	text-align: center;
	margin-bottom: 20px;
	float: left;
}

.product_wrapper img {
	/*border: solid 4px #e87ae4;*/
}

.product_ID {
	font-size: 12px;
}

#months_list {
	margin-left: 20px;
}

.row_wrapper {
	/* This was here for testing purposes
	border: dashed #445566 1px; */
	float: left;
	/* Display: inline to avoid IE double margin bug */
	display: inline;
}


/*###################
WHO PAGE
#####################*/

#who_left_buttons {
	z-index: 50;
	position: absolute;
	top: 350px;
	left: -60px;
}

#who_header_buttons {
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 270px;
}

#who_needle_patch {
	z-index: 60;
	position: absolute;
	top: -170px;
	left: 0px;
}


/*###################
WHO TEAM PAGE NEW 20090818
#####################*/

#team_panel {
	position: relative;
	background-image: url(../imgs/citilites_who_team_panel.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 734px;
}

#who_team_needle_patch {
	z-index: 60;
	position: absolute;
	top: -150px;
	left: 400px;
}


/*###################
WHO TEAM PAGE OLD
#####################*/


#who_faces {
	position: relative;
	background-image: url(../imgs/citilites_who_white_strip.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 2261px;
}


#who_chiefs {
	position: absolute;
	z-index: 30;
	top: 90px;
	left: 4px;
}
	
#who_nice_beard {
	position: absolute;
	z-index: 20;
	top: 450px;
	left: 60px;
}

#who_sales {
	position: absolute;
	z-index: 50;
	top: 800px;
	left: -5px;
}

#who_creatives {
	position: absolute;
	z-index: 30;
	top: 1320px;
	left: 0px;
}

#who_ann_and_clare {
	position: absolute;
	z-index: 20;
	top: 1740px;
	left: 10px;
}



/* Flying object - N.B. they are all in the footer */


#who_top_button {
	z-index: 50;
	position: absolute;
	top: -2200px;
	left: 680px;
}

#who_mid_buttons {
	z-index: 50;
	position: absolute;
	top: -1500px;
	left: 100px;
}

#who_bottom_button {
	z-index: 50;
	position: absolute;
	top: -300px;
	left: -230px;
}

#who_nail_and_patch {
	background: none;
	z-index: 1;
	position: absolute;
	top: -200px;
	left: 250px;
}

#who_scissors {
	z-index: 50;
	position: absolute;
	top: -650px;
	left: -100px;
}

#who_patterns {
	position: absolute;
	top: -1800px;
	left: -220px;
}

/*###################
PRESS PAGE
#####################*/

#press_header_buttons {
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 270px;
}

#press_left_button {
	z-index: 50;
	position: absolute;
	top: 330px;
	left: 60px;
}

#press_magazines {
	z-index: 60;
	position: absolute;
	top: -370px;
	left: 350px;
}


/*###################
CLIENTS PAGE
#####################*/

#clients_header_buttons {
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 270px;
}

#clients_panel {
	position: relative;
	background-image: url(../imgs/citilites_clients_panel.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 734px;
}

#clients_nail_and_patch {
	z-index: 1;
	position: absolute;
	top: -350px;
	left: 200px;
}

#clients_middle_buttons {
	z-index: 50;
	position: absolute;
	top: -660px;
	left: 10px;
}



/*###################
CONTACT PAGE
#####################*/

#contact_form_wrapper {
	width: 450px;
}

#contact_right_buttons {
	z-index: 50;
	position: absolute;
	top: -350px;
	left: 550px;
}

#contact_header_buttons {
	z-index: 50;
	position: absolute;
	top: 20px;
	left: 240px;
}
	

/**********
**********
VARIOUS CLASSES
**********
***********/

.warning {
	color: #CC3333;
}

.confirmation {
	color: #009933;
}

.coming_soon {
	color: #E51E79;
	text-decoration: underline;
}
.fuchsia_text {
	color: #E51E79;
}

/**********
FLOATS CLEAR
***********/
.float_clearer {
	clear: both;
}


/*###################
PNG TRANSPARENCY FIX
#####################*/

/*
APPLY THE CLASS TO EACH IMAGE THAT NEEDS
TO BE FIXED FOR TRANSPARENCY. IF THE IMAGE IS
A BACKGROUND IMAGE APPLY CLASS TO THE ELEMENT
THAT HAS THAT BACKGROUND
*/
.png_ie_fixed, img {
	behavior: url("scripts/iepngfix.htc");
}