@CHARSET "ISO-8859-1";

@import "adverts.css";


/*

Look for:

Layout
Forms
Tables
Head
Left (Column)
Middle (Column)
Right (Column)
Footer

*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ LAYOUT */
html {
	overflow-y: scroll;
}

body {
margin: 0;
padding: 0 0 0 22px;
font-family: verdana;
text-align: left;
}

#all{
	width: 937px;
	/*margin: 0px auto;*/
  text-align: left;
  margin: 0;
  padding: 0;
}


/*
* html #headtext {
	margin-right: -15px;
}
*/

html>body #centercontent {
margin-left: 201px;
margin-right:201px;
}
	
	
	

#contentwrapper{
background:#fff;
margin: 0 0 0 4px;
padding: 0;
voice-family: "\"}\"";
voice-family: inherit;
float: left;
}


#contentcolumn{
/*margin: 0 220px 0 165px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
/*#margin: 0 240px 0 165px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
margin: 0 10px 0 0;
width: 155px; /*Width of left column*/
}


#rightcolumn {
float: left;
width: 200px;
margin: 0 0 0 15px;
text-align: left;
}


.innertube{
margin: 0 0 0 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ END OF LAYOUT */






/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FORMS */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding-top: 0.7em;
	*padding-top: 1.2em;
	border: none;
}
legend {
	margin: .5em 0;
	padding: 0 .5em;
	color: #435D80;
	background: transparent;
	font-size: 1em;
	font-weight: bold;
}
label {
	float: left;
	width: 120px;
	padding: 0 1em 0 2em;
	text-align: right;
	white-space: nowrap;
        color: #435D80;
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
        font-weight: bold;
}
fieldset ol {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}
fieldset ol li {
	list-style: none;
        margin: 0.5em;
}
fieldset ol li input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	margin: 2px;
	/*width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;*/
}
fieldset ol li textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 110px;
	width: 165px;
	margin: 2px;
	/*width: 300px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;*/
}
fieldset ol li select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	width: 167px;
	margin: 2px;
	padding: 2px;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 130px;
	margin: 2px;
}
.textbox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 110px;
	width: 165px;
	margin: 2px;
}
.textbox3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 11px;
	width: 25px;
	margin: 2px;
}
.textbox_placeadvert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 260px;
	width: 410px;
	margin: 2px;
}
.dropbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	width: 135px;
	margin: 2px;
	padding: 2px;
}
.dropbox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	width: 70px;
	margin: 2px;
	padding: 2px;
}
.dropbox3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	width: 100px;
	margin: 2px;
	padding: 2px;
}
div.fm-multi ol {
	margin: 5px 0;
}
div.fm-multi input {
	width: 1em;
}
div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}
#fm-submit {
	clear: both;
	margin-top: 0;
	/*margin-left: 155px;*/
	padding-top: 0;
	text-align: center;
}
#fm-error {
	clear: both;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
	color: #FF0000;
}
#fm-submit input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
	padding: 2px;
	height: auto;
	width: auto;
	/*border: 1px solid #333;
	padding: 3px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;*/
}
fieldset ol li.fm-req {
	font-weight: bold;
}
fieldset ol li.fm-req label:before {
	content: "* ";
}
#container {
	margin: 0 auto;
	padding: 1em;
	width: 350px;
	text-align: left;
}
p#fm-intro {
	margin: 0;
}

label.error { color: red; }
input.error { border:1px solid red; }
textarea.error { border:1px solid red; }
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ END OF FORMS */






/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ TABLES */
table {
	width: 100%;
	border: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

th, th:hover {
	text-align: right;
	font-size: 10px;
	color: #455D7E;
	padding: 0.5em 1em 0.125em 0.5em;
	background-color: #FFF;
	vertical-align: top;
}
/*tbody.result tr:hover {
	background-color: #A0D0D0;
}*/

td {
	font-size: 0.65em;
	padding: 0.3em 0.3em;
}
td p {
	margin-top: 0.65em;
	margin-right: 0.8em;
	margin-bottom: 0;
}

tbody.result tr td p a:link {
	text-decoration: none;
	color: #4A5C73;
	font-weight: bold;
}
tbody.result tr td p a:visited {
	text-decoration: none;
	color: #564E3E;
	font-weight: bold;
}
tbody.result tr td p a:active, tbody.result tr td p a:hover {
	text-decoration: none;
	color: #212830;
	font-weight: bold;
}
col.name {
	background-color: #F0F0F0;
}
col.location {
	background-color: #F3F3F3;
}
col.position {
	background-color: #F0F0F0;
}
col.question {
	font-size: 0.8em;
	color: #435D80;
	padding: 0.5em 1em 0.125em 0.5em;
	background-color: #FFF;
	vertical-align: top;
	width: 50%
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ END OF TABLES */








/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ HEAD */
#masthead {
height: 145px;
background: url(../images/newdesign/banner-logo.png) no-repeat left top;
}

#navigation {
	position: relative;
	top: 78px;
	left: 167px;
	white-space:nowrap;
	margin: 0px;
	padding: 0px;
	
}

ul#navigation {	
	width:504px;
	list-style:none;
	height:20px
}

ul#navigation li {
	display:inline
}

ul#navigation li a {
	height:20px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#navigation  li a span {
	float:left;
	display:block
}

ul#navigation li#navigation-1 a {
	width:60px;
	background:url(../images/navsprite.gif) no-repeat 0px 0
}

ul#navigation li#navigation-1 a:active,
ul#navigation li#navigation-1 a:hover {
	background-position:0px -20px
}
ul#navigation li#navigation-1 a.current {
	background-position:0px -40px
}

ul#navigation li#navigation-2 a {
	width:107px;
	background:url(../images/navsprite.gif) no-repeat -60px 0
}

ul#navigation li#navigation-2 a:active,
ul#navigation li#navigation-2 a:hover {
	background-position:-60px -20px
}
ul#navigation li#navigation-2 a.current {
	background-position:-60px -40px
}

ul#navigation li#navigation-3 a {
	width:105px;
	background:url(../images/navsprite.gif) no-repeat -167px 0
}

ul#navigation li#navigation-3 a:active,
ul#navigation li#navigation-3 a:hover {
	background-position:-167px -20px
}
ul#navigation li#navigation-3 a.current {
	background-position:-167px -40px
}

ul#navigation li#navigation-4 a {
	width:92px;
	background:url(../images/navsprite.gif) no-repeat -272px 0
}

ul#navigation li#navigation-4 a:active,
ul#navigation li#navigation-4 a:hover {
	background-position:-272px -20px
}
ul#navigation li#navigation-4 a.current {
	background-position:-272px -40px
}

ul#navigation li#navigation-5 a {
	width:140px;
	background:url(../images/navsprite.gif) no-repeat -364px 0
}

ul#navigation li#navigation-5 a:active,
ul#navigation li#navigation-5 a:hover {
	background-position:-364px -20px
}
ul#navigation li#navigation-5 a.current {
	background-position:-364px -40px
}









#logo a img{
	border: 0px;
}


#headtext {
	position: relative;
	margin: -35px 28px 15px 0;
	padding: 2px 0 0 0;
	text-align: left;
	height: 20px;
	line-height: 15px;
	white-space:nowrap;	
	vertical-align: bottom;
	color: #828e9d;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #efefef;
}

#contact {
	position: relative;
	float: right;
	display: table-cell;
	margin: -33px 40px 0 0;
	padding: 0;
	height: 15px;
	line-height: 15px;
	font-size: 0.8em;
	/*z-index: -1000;*/
	white-space:nowrap;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #828e9d;
	background-color: #efefef;
	text-align: right;
	vertical-align: bottom;
}
#contact a {
	color: #1d64c5;
	text-decoration: none;
}
#contact a:hover {
	color: #0d3161;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ END OF HEAD */




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ LEFT */
#leftcolumn {
font-size: 0.65em;
vertical-align: top;
/*background-color: #E7EFF5;*/
background-position: left;
/*border: 1px solid red;*/
}
#leftcolumn div a img{
	border: 0px;
}
#mainmenu ul {
float: left;
width: 100%;
padding-left: 0px;
margin: 0px;
}
#mainmenu ul li {
color: #FFF;
height: 25px;
list-style-type: none;
/*padding-left: 1em;*/
text-align: left;
vertical-align: middle;
margin-bottom: 3px;
/*background: url(../images/newdesign/btn_search.png) repeat-x;*/
}
#mainmenuspecial a{
white-space:nowrap;
}
#mainmenu ul li a{
font-weight: normal;
#font-weight: bolder;
color: #FFF;
text-decoration: none;
width: 100%;
vertical-align: middle;
padding-top: 9px;
#padding-top: 7px;
#padding-left: 5%;
white-space:nowrap;
}
/*#mainmenu ul li a:hover{
white-space:nowrap;
}
#mainmenu ul li:hover{
background-color: white;
}*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ END OF LEFT */








/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ MIDDLE */
a:link, a:active, a:hover, a:visited { text-decoration: none; /*font-size: 0.85em;*/ }
a:link, a:active, a:visited { color: #475C79; }
a:hover { color: #1064C5; }

a.feature:link, a.feature:active, a.feature:visited, a.feature:hover 
{ color: #E88D88; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline;}

a.feature2:link, a.feature2:active, a.feature2:visited, a.feature2:hover 
{ color: #E88D88; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none;}

a.tablelist:link, a.tablelist:active, a.tablelist:visited, a.tablelist:hover 
{ color: #7FBAC3; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: underline; font-weight: bold;}

a:hover img {
border-bottom: none !important;
}
a:hover, a:active {
 border-bottom: 0;
}
a:hover, img {
text-decoration: none;
}
a[href=gif] {
	text-decoration: none;
	border: 0 none;
	}

img  {
	border-style: none;
}

.error { font-weight: bold; color: #BF0000}


.style1 {
	color: #475C79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646262;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E88D88;
        font-weight: bold;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #50A1AD;
}
.newshead {
	font-family: Calibri, Arial, Helvetica, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #415D80
}
.bannertext {
	font-family: Calibri, Verdana, Arial;
	font-size: 0.9em;
	color: #455D7E;
}
.tableheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #475C79;
}
.tablelist2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646262;
}
div.message {
	position:absolute;
	left:410px;
	top:260px;
	z-index:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E88D88;
}
div.news_h {
width: 550px;
padding-top: 9px;
*padding-top: 13px;
border-width: 0;

min-height: 2em;
}

div.wrap {
width: 550px;
border-width: 0;

min-height: 2em;
}

div.content {
width: 550px;
border-style: solid;
border-width: 1px;
border-color: #EEEEEE;
text-align:left;


min-height: 2em;
}
/*div.content_feature2 {
width: 442px;
height: 550px;
border-style: solid;
border-width: 1px;
border-color: #EEEEEE;
text-align:left;
padding: 10px;
}*/

div.content_feature {
width: 524px;
border-style: solid;
border-width: 1px;
border-color: #EEEEEE;
text-align:left;
padding: 10px;
margin-top: 5px;
}
div.content_feature2 {
width: 504px;
border-style: solid;
border-width: 1px;
border-color: #EEEEEE;
text-align:left;
padding: 20px;
margin-top: 5px;
}
div.content_feature3 {
width: 544px;
border-style: solid;
border-width: 1px;
border-color: #EEEEEE;
text-align:left;
margin-top: 5px;
}
div.brand_section {
float: left;
height: 220px;
}
div.education_leftcol {
float: left;
width: 155px;
height: 163px;
}
/*div.education_rightcol {
float: left;
text-align: left;
width: 272px;
padding-left: 8px;
padding-top: 5px;
}*/
div.education_rightcol {
float: left;
text-align: left;
width: 340px;
padding-left: 8px;
padding-top: 5px;
}
div.education_brandcol {
float: left;
text-align: left;
padding-top: 5px;
*padding-top: 7px;
}
div.education_pdfcol {
float: left;
width: 37px;
padding-left: 8px;
}
div.content_home {
width: 550px;
border-width: 0;
margin-top: 10px;
padding-left: none;
min-height: 2em;
}
div.content_employtxt {
height: 410px;
width: 504px;
border-width: 0;
margin-top: 10px;
padding-left: 20px;
padding-right: 20px;
*margin-bottom: 25px;
}
div.content_homebanner {
/*background-image: url(http://www.hair-recruitment.com/images/banners/freead_banner.gif);
background-repeat: no-repeat;*/
width: 270px;
height: 432px;
float: left; 
/*padding-top: 130px;*/
margin: none;
text-align: right;
}
div.content_contact {
width: 468px;
height: 355px;
margin-top: 10px;
paddding-top: 10px;
background-image: url(http://www.hair-recruitment.com/images/contactbox2.gif);
background-repeat: no-repeat;

min-height: 2em;
}
div.content_box {
width: 550px;
height: 186px;
background-image: url(http://www.hair-recruitment.com/images/searchbox2.gif);
background-repeat: no-repeat;
margin-top: 5px;
}
div.content_box2 {
width: 504px;
*width: 534px;
border-style: solid;
border-width: 1px;
border-color: #EEEEEE;
text-align:left;
padding-left: 40px;
*padding-left: 10px;
margin-top: 5px;
}
div.content_search {
padding-left: 35px; 
*padding-left: 5px; 
*padding-top: 10px;
}
div.content_search2 {
width: 504px;
border-style: solid;
border-width: 1px;
border-color: #EEEEEE;
text-align:left;
margin-top: 5px;
*padding-top: 15px;
*padding-bottom: 15px;
padding-left: 20px;
padding-right: 20px;
}
div.content_viewcv {
width: 544px;
border-style: solid;
border-width: 1px;
border-color: #EEEEEE;
text-align:left;
margin-top: 5px;
}
div.content_employers {
padding-top: 10px;
padding-left: 60px;
*padding-left: 30px;
}
div.title {
	position: relative;
	width: 550px;
	height: 89px;
	background: url(http://www.hair-recruitment.com/images/header_background2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #64a1ad;
	vertical-align: centre;
	/*border-width: 1.5px;
	border-style:solid;
	border-color: #EEE;*/
}
div.title_home {
	background-image: url(http://www.hair-recruitment.com/images/home_trans.gif);
    background-repeat: no-repeat;
}
div.title_contact {
	background-image: url(http://www.hair-recruitment.com/images/contact_trans.gif);
    background-repeat: no-repeat;
}
div.title_employers {
	background-image: url(http://www.hair-recruitment.com/images/employers_trans.gif);
    background-repeat: no-repeat;
}
div.title_search {
	background-image: url(http://www.hair-recruitment.com/images/search_trans.gif);
    background-repeat: no-repeat;
}
div.title_cvcentral {
	background-image: url(http://www.hair-recruitment.com/images/cvcentral_trans.gif);
    background-repeat: no-repeat;
}
div.title_cvuk {
	background-image: url(http://www.hair-recruitment.com/images/cvuk_trans.gif);
    background-repeat: no-repeat;
}
div.title_cvworld {
	background-image: url(http://www.hair-recruitment.com/images/cvworld_trans.gif);
    background-repeat: no-repeat;
}
div.title_submitteduk {
	background-image: url(http://www.hair-recruitment.com/images/submitteduk_trans.gif);
    background-repeat: no-repeat;
}
div.title_submittedworld {
	background-image: url(http://www.hair-recruitment.com/images/submittedworld_trans.gif);
    background-repeat: no-repeat;
}
div.title_previous {
	background-image: url(http://www.hair-recruitment.com/images/previousads_trans.gif);
    background-repeat: no-repeat;
}
div.title_viewcvs {
	background-image: url(http://www.hair-recruitment.com/images/viewcvs_trans.gif);
    background-repeat: no-repeat;
}
div.title_whatson {
	background-image: url(http://www.hair-recruitment.com/images/whatson2_trans.gif);
    background-repeat: no-repeat;
}
div.title_education {
	background-image: url(http://www.hair-recruitment.com/images/education2_trans.gif);
    background-repeat: no-repeat;
}
div.title_education_bus {
	background-image: url(http://www.hair-recruitment.com/images/education_bus_trans.gif);
    background-repeat: no-repeat;
}
div.title_ontrend {
	background-image: url(http://www.hair-recruitment.com/images/ontrend2_trans.gif);
    background-repeat: no-repeat;
}
div.title_hotproducts {
	background-image: url(http://www.hair-recruitment.com/images/hotproducts2_trans.gif);
    background-repeat: no-repeat;
}
div.title_privacy {
	background-image: url(http://www.hair-recruitment.com/images/privacy_trans.gif);
    background-repeat: no-repeat;
}
div.title_placeadvert {
	background-image: url(http://www.hair-recruitment.com/images/placeadvert_trans.gif);
    background-repeat: no-repeat;
}

div.title_text {
	padding: 40px 25px 0 25px;
	*padding: 40px 40px 0 25px;
}
div.logoads {
	margin-top: 20px;
	text-align: center;
	height: 70px;
	width: 550px;
}
div.hotline {
	height: 52px;
	width: 468px;
	margin-top: 10px;
	background-image: url(http://www.hair-recruitment.com/images/hotline.gif);
	background-repeat: no-repeat;
}
div.headings {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #455D7E;
}
div.cvbox {
	float: left;
	padding-top: 30px; 
	text-align: left; 
	height: 155px; 
	width: 245px;
	text-align: center;
	
}
#contentcolumn div.title h1 {
	font-family: Calibri, Verdana, Arial;
	width: 100%;
	font-size: 24px;
	white-space: wrap;
}
#contentcolumn div.title p {
	font-family: Calibri, Arial, Helvetica, Verdana;
	font-size: 0.9em;
	color: #455D7E;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	#margin-right: -20px;
}
#contentcolumn div.title p span {
	font-size: 1em;
	color: #64a1ad;
	white-space: nowrap;
}
#contentcolumn h2 {
	color: #E88D88;
	font-size: 11px;
	white-space: nowrap;
	margin-bottom: 0px;
	font-weight: normal;
}
#contentcolumn p {
	/*color: #475C79;*/
	
	
	margin-top: 0px;
}
#contentcolumn2 p {
	margin-top: 0px;
}
#contentwrapper {
text-align: left;
min-height: 650px;
}

.innertube h2 {
font-size: 2em;
}

.innertube img {
margin: 0 0 0 0;
}

.content ul {
 font-size: 0.8em;
 margin-top: -.5em;
}
.content ul li {
 list-style-type: none;
 margin-left: -2em;
}
.content_feature2 ul {
 font-size: 0.8em;
 margin-top: -.5em;
}
.content_feature2 ul li {
 list-style-type: none;
 margin-left: -2em;
}
.innertube div.continue {
position: relative;
margin: 15px 0;
}

.clear {
	clear: both;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ END OF MIDDLE */




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ RIGHT */
#rightcolumn div div {
	width: 185px;
	/*background-color: #F8F3F9;*/
	border: 1px solid #cccccc;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	text-align: left;
}
#rightcolumn div.boxing {
	border: 1px solid #cccccc;
	width: 185px;
}
#rightcolumn h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: 100%;
	font-size: 13px;
	color: #FFF;
	background-position: left;
	background-color: #435D80;
	whitespacing: no-wrap;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	#font-weight: bolder;
}
/* IE fix */
*>rightcolumn h1 {
	font-size: 12px
}

#rightcolumn h1 * {
	position: absolute;
	letter-spacing: 0;
	font-size: 10px;
	display:table-cell;
	width: 100%;
	heigth: 100%;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
#rightcolumn ul, #rightcolumn2 ul {
	padding: 0 0 0 0;
	margin: 0 0 10px 10px;
	/*white-space: nowrap;*/
}
#rightcolumn li, #rightcolumn2 li {
	margin: 2px 0 1px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	white-space: wrap;
}
#rightcolumn li a, #rightcolumn2 li a {
	color: #384556;
	font-weight: bold;
	font-size: 8.5px;
	text-decoration: none;
	margin: 2px 0 5px 0;
	padding: 0 2px 0 8px;
	list-style-type: none;
	/*white-space: nowrap;*/
}
#rightcolumn a img {
	text-align: center;
	border: 0px;
	margin: 0 0 0 0;
}
#rightcolumn p {
	color: #384556;
	text-align: center;
	padding: 3px 0 5px 0;
	margin: 0 10px 0 10px;
	font-size: 8px;
}
#rightcolumn p span a {
	margin: 5px 0 5px 0;
	padding: 0 10px 0 10px;
	list-style-type: none;
	whitespacing: no-wrap;
	background: url(http://127.0.0.1/beautyjobsonline/images/arrow.gif) no-repeat;
	background-position: left;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ END OF RIGHT */







/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FOOTER */
#footer {
margin-top: 20px;
position: relative;
/*border: 1px solid green;*/
width: 100%;
text-align: center;
}
#footer ul {
	margin: 5px 5px 5px 5px;
	padding: 0;
}
#footer ul li{
	list-style-type: none;
	display: inline;
	color: #CCC;
	font-size: 0.6em;
	margin: 5px 5px 5px 5px;
	padding: 0;
}
#footer a {
	text-decoration: none;
	color: #4a5c73;
	margin-top: 10px;
	padding-top: 10px;
	white-space: nowrap;
}
#footer a:hover{
	color: #CCC;
	margin-top: -5px;
}


#copyright {
	font-size: 0.6em;
	color: #CCC;
	white-space: nowrap;
}

#signature {
	position: relative;
	color: #CCC;
	font-size: 8px;
	padding: 2px 10px 0 0;
}
#signature a, #signature a:link, #signature a:active, #signature a:visited {
	color: #CCC;
}
#signature a:hover {
	text-decoration: underline;
}	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ END OF FOOTER */