@charset "UTF-8";
/* CSS Document */

/* HTML ELEMENTS */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/gradient.gif);}

h1 {
	font-weight: bold;
	color: #FF0099;
	font-size: 14px;
}

/* END OF HTML ELEMENTS */








/* PAGE HOLDERS */
#clearance {
clear:both;	
}

#container {
	margin-right:auto;
	margin-left: auto;
	width: 900px;
	height: auto;
	background-color:#FFFFFF;
}

#holder {
	width: 900px;
	height: auto;
	position: absolute;
	border-style: solid;
	border-width:0px;
	background-color:#FFFFFF;
	background-image:url(../images/superdrug_logo.gif);
	background-repeat: no-repeat;
	background-position: 700px 10px;
	padding: 10px;
}


/* END OF PAGE HOLDERS */





/* LAYOUT DIVS */

#globe_holder {
	float: right;
	width: 200px;
	height: 200px;
	margin-right: 30px;
}

#image_test {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#clear_retail {
	width: 200px;
	height: 110px;
	float: left;
	margin-top: 10px;
}

#maincontent {
	float: left;
	margin-left: 27px;
	font-size: 12px;
	height: auto;
	color: #999;
}


#job_title_holder {
	float: left;
	width: 650px;
	margin-top: 50px;
	margin-left: 27px;
	margin-right: 27px;
	height: auto;
}

#training_holder {
	float: left;
	width: 650px;
	margin-top: 50px;
	margin-left: 27px;
	margin-right: 27px;
	height: auto;
	margin-bottom: 25px;
}



#job_holder {
	background-image:url(../images/pink_keyline_curve.gif);
	width: 140px;
	height: 47px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
}

#jobs_of_week {
	float: left;
	width: 180px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	color: #FF0099;
	font-weight: bold;
	font-size: 12px;
}

#jobs_of_week p {
	margin-bottom: 0px;
	margin-top: 0px;
}

#retail_main_links {
	width: 186px;
	margin-top: 10px;
}

#retail_bottom_links {
	width:152px;
	border-bottom: solid #FF0099 1px;
	border-right: solid #FF0099 1px;
	border-left: solid #FF0099 1px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#retail {
	width: 165px;
	background-image:url(../images/pink_button.gif);
	padding-left: 10px;
	padding-right: 10px;
	height: 23px;
	padding-top: 10px;
	text-transform:uppercase;
	color:#FFF;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#left_hand_holder {
	width: 186px;
	height: auto;
	float: left;
}

#title_panel {
	width: 171px;
	background-image:url(../images/pink_block.gif);
	height: 295px;
	padding-top: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	background-repeat: no-repeat;
}

#page_title {
	width: 150px;
	float: right;
	margin-right: 20px;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	margin-top: 210px;
	
}

#jobs_links_holder {
	width: 419px;
	float: left;
}

#jobs_quote_holder {
	float: right;
	width: 230px;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #FF0099;
	margin-top: 30px;
}

#jobs_quote_holder p {	
margin-bottom: 5px;
margin-top: 0px;
}



/* END OF LAYOUT DIVS */

/* NAVIGATION */

#training_holder a:link {
	display:block;
	float: left;
	background-image:url(../images/star_normal.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 160px;
	height: 15px;
	padding-top: 160px;
	text-align: center;
	font-weight: bold;
	color: #FF0099;
	font-size: 14px;
	text-decoration: none;
}

#training_holder a:visited {
	display:block;
	float: left;
	background-image:url(../images/star_normal.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 160px;
	height: 15px;
	padding-top: 160px;
	text-align: center;
	font-weight: bold;
	color: #FF0099;
	font-size: 14px;
	text-decoration: none;	
}

#training_holder a:hover {
	display:block;
	float: left;
	background-image:url(../images/star_over.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 160px;
	height: 15px;
	padding-top: 160px;
	text-align: center;
	font-weight: bold;
	color: #FF0099;
	font-size: 14px;
	text-decoration: none;
}

#training_holder a:active {
	display:block;
	float: left;
	background-image:url(../images/star_over.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 160px;
	height: 15px;
	padding-top: 160px;
	text-align: center;
	font-weight: bold;
	color: #FF0099;
	font-size: 14px;
	text-decoration: none;
}

#jobs_of_week a:link {
	
	display:block;
	font-size: 16px;
	color:#FF0099;
	text-decoration:none;
	font-weight: bold;
}

#jobs_of_week a:visited {
	
	display:block;
	font-size: 16px;
	color:#FF0099;
	text-decoration:none;
	font-weight: bold;
}

#jobs_of_week a:hover {

	display:block;
	font-size: 16px;
	color:#FF0099;
	text-decoration:underline;
	font-weight: bold;
}

#jobs_of_week a:active {
	
	display:block;
	font-size: 16px;
	color:#FF0099;
	text-decoration:underline;
	font-weight: bold;
}

#job_title_holder a:link {
	
	display:block;
	color:#000;
	text-decoration:none;
	margin-bottom: 20px;
}

#job_title_holder a:visited {
	display:block;
	color:#000;
	text-decoration:none;
	margin-bottom: 20px;
}
#job_title_holder a:hover {

	display:block;
	color:#000;
	text-decoration:underline;
	margin-bottom: 20px;
}

#job_title_holder a:active {
	
	display:block;
	color:#000;
	text-decoration:underline;
	margin-bottom: 20px;
}



#retail_bottom_links a:link {
	
	display:block;
	font-size: 16px;
	color:#999999;
	text-decoration:none;
	font-weight: normal;
	margin-bottom: 5px;
}

#retail_bottom_links a:visited {
	
	display:block;
	font-size: 16px;
	color:#999999;
	text-decoration:none;
	font-weight: normal;
	margin-bottom: 5px;
}

#retail_bottom_links a:hover {

	display:block;
	font-size: 16px;
	color:#FF0099;
	text-decoration:none;
	font-weight: bold;
	margin-bottom: 5px;
}

#retail_bottom_links a:active {
	
	display:block;
	font-size: 16px;
	color:#FF0099;
	text-decoration:none;
	font-weight: bold;
	margin-bottom: 5px;
}

#retail_main_links a:link {
	
	display:block;
	background-image:url(../images/grey_button.gif);
	padding-left: 7px;
	padding-right: 7px;
	height: 25px;
	padding-top: 10px;
	color:#999;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 2px;
	background-repeat: no-repeat;
}

#retail_main_links a:visited {
	
	display:block;
	background-image:url(../images/grey_button.gif);
	padding-left: 7px;
	padding-right: 7px;
	height: 25px;
	padding-top: 10px;
	color:#999;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 2px;
	background-repeat: no-repeat;
}

#retail_main_links a:hover {

	display:block;
	background-image:url(../images/pink_button.gif);
	padding-left: 7px;
	padding-right: 7px;
	height: 25px;
	padding-top: 10px;
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 2px;
	background-repeat: no-repeat;
}

#retail_main_links a:active {
	
	display:block;
	background-image:url(../images/pink_button.gif);
	padding-left: 7px;
	padding-right: 7px;
	height: 25px;
	padding-top: 10px;
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 2px;
	background-repeat: no-repeat;
}


/* END OF NAVIGATION */

/* LAYOUT CLASSES */

.homepage {
	width: 500px;
	
}

.cvtips {
	width:425px;
	padding-top: 90px;
	background-image:url(../images/Retail_Res_CV_tips.gif);
	background-repeat: no-repeat;
	background-position: 425px 0px;
	padding-right: 250px;	
}

.resretailer {
	width: 425px;
	margin-top: 75px;
}

.grey_text {
	color:#666;
}

.selected_star {
	display:block;
	float: left;
	background-image:url(../images/star_over.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 160px;
	height: 15px;
	padding-top: 160px;
	text-align: center;
	font-weight: bold;
	color: #FF0099;
	font-size: 14px;
	text-decoration: none;
}

.contact_width {
	width: 650px;
	margin-top: 40px;
}

.Caroline_background {
	width: 440px;
	height: 25px;
	background-image:url(../images/pink_button_caroline.gif);
	color:#FFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 30px;
	padding-left: 10px;
}

.Keira_background {
	width: 440px;
	height: 25px;
	background-image:url(../images/pink_button_keira.gif);
	color:#FFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 30px;
	padding-left: 10px;
}

.Melissa_background {
	width: 440px;
	height: 25px;
	background-image:url(../images/pink_button_melissa.gif);
	color:#FFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 30px;
	padding-left: 10px;
}

.Anna_background {
	width: 440px;
	height: 25px;
	background-image:url(../images/pink_button_anna.gif);
	color:#FFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 30px;
	padding-left: 10px;
}

.Michelle_background {
	width: 440px;
	height: 25px;
	background-image:url(../images/pink_button_michelle.gif);
	color:#FFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 30px;
	padding-left: 10px;
}

.tara_background {
	width: 440px;
	height: 25px;
	background-image:url(../images/pink_button_tara.gif);
	color:#FFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 30px;
	padding-left: 10px;
}

.contact_holder {
	width: 400px;
	margin-left: 15px;
	padding: 10px;
	border-right: solid 1px #FF0099;
	border-left: solid 1px #FF0099;
	border-bottom: solid 1px #FF0099;
	margin-bottom: 5px;
}

.contact_details {
	float: right;
	width:175px;
	margin-top: 21px;
}

.contact_left {
	float: left;
	width: 475px;
}

.contact_width h1{
	margin-bottom: 0px;
}

.interview {
	font-size: 12px;
	padding-top: 3px;
	height: 32px;
}

.interview_block {
	background-image:url(../images/interview_curve.png);
	width: 420px;
	height: 37px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.interview_block_large {
	background-image:url(../images/interview_curve_large.png);
	width: 420px;
	height: 52px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.arrow {
	background-image: url(../images/arrow.png);
	width: 15px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* END OF LAYOUT CLASSES */

/* NEW HOME PAGE */




	


#nav {
	position:relative;
	width:auto;
	margin-top:20px;
	background-color:#666666;
	margin-left: 125px;
}


#nav a:link {
	height: 20px;
	position:relative;
	width: auto;
	font-size:11px;
	font-family:verdana;
	font-style:none;
	color:#CC006B;
	background-repeat:no-repeat;
	background-position: center;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-left:35px;
	padding-right:35px;
	float:left;
	text-decoration:none;
}

#nav a:visited {
	height: 20px;
	position:relative;
	width: auto;
	font-size:11px;
	font-family:verdana;
	font-style:none;
	color:#CC006B;
	background-repeat:no-repeat;
	background-position: center;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-left:35px;
	padding-right:35px;
	float:left;
	text-decoration:none;
}

#nav a:hover {
	height: 20px;
	position:relative;
	width: auto;
	font-size:11px;
	font-family:verdana;
	font-style:none;
	color:#CC006B;
	background-repeat:no-repeat;
	background-position: center;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-left:35px;
	padding-right:35px;
	float:left;
	text-decoration:none;
}

#nav a:active {
	height: 20px;
	position:relative;
	width: auto;
	font-size:11px;
	font-family:verdana;
	font-style:none;
	color:#CC006B;
	background-repeat:no-repeat;
	background-position: center;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-left:35px;
	padding-right:35px;
	float:left;
	text-decoration:none;

}








#Welcome_para {
	width: 500px;
	height: auto;
	position: relative;
	margin-left:40px;
	margin-top: 110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #FF0099;
	}
	
	
	#text {
	width: 500px;
	height: auto;
	position: relative;
	margin-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #999;
	margin-top: 15px;
	}
	

#CarouselDiv {
	position:relative;
	height:400px;
	width:800px;
	margin-top: 40px;
	margin-left: 150px;
}

/* END OF NEW HOME PAGE */
.f {
	color: #FFF;
}
