/* GLOBAL STYLES */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	font-family:Arial,Sans-Serif;
}

body {
	font-size: 75%;
        color: #333333;
	line-height: 140%;
	background: transparent url(http://www.kdrec.com/media/layout/body_bg.jpg) top left repeat-x;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.formitem {
	float: left;
}

h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }

h1, h2, h3, h4, h5 {
    margin-bottom: 5px;
}

h1 {
	color:#810f19;
	line-height: 30px;
	font-size:30px;
	font-weight:normal;
	margin-bottom: 10px;
	font-family:"Times New Roman", Arial;
}

.small {
    font-size: 80%;
    color:#ffffff;
    font-family:Arial,Sans-Serif;
} 

h2 {
        color: #810f19;
}

p {
    margin-bottom: 10px;
}

.fl { float: left; }
.fr { float: right; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.clearing { clear: both; }
.print_hidden { display: none; }
.errors { font-weight: bold; color: red; }

.fc:after { 
	height: 0;
	clear: both;
	font-size: 0;
	content: ".";
	display: block;
	visibility: hidden;
}
.fc {
	display: inline-block;
}

.berg {
	color:#810f19;
}

.alert {
    margin: 5px 5px 10px 5px;
    padding: 5px;
    colour: #810f19;
    font-weight: bold;
    text-align: center;
    border: 1px solid #810f19;
}

.input {
    padding: 3px;
    color: #810f19;
    font-size: 100%;
    margin-bottom: 5px;
    background: #FFFFFF;
    border: 1px solid #810f19;
}

.textarea {
    padding: 3px;
    height: 100px;
    font-size: 100%;
    color: #810f19;
    margin-bottom: 5px;
    background: #FFFFFF;
    border: 1px solid #810f19;
}

.select {
    color: #810f19;
    background: #FFFFFF;
    border: 1px solid #810f19;
    width:150px;
    font-size: 100%;
}

.button {
    border: none;
    padding: 3px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 5px;
    font-size: 100%;
    background: #810f19;
}


/* LAYOUT */

#page {
	margin: 0px auto;
	width:960px;
}

#header h1 {
	background: transparent url(http://www.kdrec.com/media/layout/logo.png) top left no-repeat;
	width:959px;
	height:69px;
	text-indent:-9999px;
	display:block;
}

#main {
	background: transparent url(http://www.kdrec.com/media/layout/main_bg.jpg) top left no-repeat;
	width:959px;
	min-height:500px;
}

#footer {
	width:895px;
	margin-left:30px;
	border-top:1px dotted #9a9a9a;
	padding-top:10px;
	margin-top:10px;
}

#companydetails {
	float:left;
}

#bottomlinks {
	float: right;
}

ul#navigation	{
	width:959px;
	height:38px;
	background: transparent url(http://www.kdrec.com/media/layout/nav.png) top left no-repeat;
	margin-top:10px;
	position: relative;
}	

ul#navigation li {
	position: absolute;
	list-style:none;
	top: 0px;
	line-height:0px;
	font-size:1px;
	float:left;
}

ul#navigation li, ul#navigation a {
	height:38px;
	display: block;
}

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

#home		{left: 0px; width:69px; }
#recruiters	{left: 69px; width:91px; }
#candidates	{left: 160px; width:97px; }
#about		{left: 257px; width:98px; }
#contact	{left: 355px; width:99px; }
#blog		{left: 454px; width:59px; }
#intelligence	{left: 515px; width:90px; }
#twitterfeed	{left: 740px; width:90px; }
#jobfeed		{left: 830px; width:110px; }

#home a:hover		{background: transparent url(http://www.kdrec.com/media/layout/nav.png) 0px -76px no-repeat;}
#recruiters a:hover {background: transparent url(http://www.kdrec.com/media/layout/nav.png) -69px -76px no-repeat;}
#candidates a:hover	{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -160px -76px no-repeat;}
#about a:hover 		{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -257px -76px no-repeat;}
#contact a:hover 	{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -355px -76px no-repeat;}
#blog a:hover 		{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -454px -76px no-repeat;}
#intelligence a:hover 	{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -515px -76px no-repeat;}
#twitterfeed a:hover 	{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -740px -76px no-repeat;}
#jobfeed a:hover 		{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -830px -76px no-repeat;}

body#homepage #home						{background: transparent url(http://www.kdrec.com/media/layout/nav.png) 0px -38px no-repeat;}
body#homepage #home a:hover				{background: transparent url(http://www.kdrec.com/media/layout/nav.png) 0px -38px no-repeat;}
body#recruiterspage #recruiters 		{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -69px -38px no-repeat;}
body#recruiterspage #recruiters a:hover {background: transparent url(http://www.kdrec.com/media/layout/nav.png) -69px -38px no-repeat;}
body#candidatespage #candidates 		{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -160px -38px no-repeat;}
body#candidatespage #candidates a:hover {background: transparent url(http://www.kdrec.com/media/layout/nav.png) -160px -38px no-repeat;}
body#aboutpage #about 					{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -257px -38px no-repeat;}
body#aboutpage #about a:hover 			{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -257px -38px no-repeat;}
body#contactpage #contact				{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -355px -38px no-repeat;}
body#contactpage #contact a:hover		{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -355px -38px no-repeat;}
body#blogpage #blog						{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -454px -38px no-repeat;}
body#blogpage #blog a:hover				{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -454px -38px no-repeat;}
body#intelligencepage #intelligence				{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -515px -38px no-repeat;}
body#intelligencepage #intelligence a:hover		{background: transparent url(http://www.kdrec.com/media/layout/nav.png) -515px -38px no-repeat;}

#leftcolumn {
	float:left;
	width:700px;
	min-height:300px;
	margin: 10px 25px 0 20px;
}

#leftcolumn .sidebar {
	float:left;
	width: 175px;
}

#leftcolumn .sidebar ul {
        margin-top: 10px;
}

#leftcolumn .sidebar li {
		width: 175px;
        font-weight: bold;
        margin-bottom: 5px; 
        padding-bottom: 5px;
        background: transparent url(http://www.kdrec.com/media/layout/sidebar_seperator.gif) bottom left no-repeat;
}

#leftcolumn .sidebar li a {
        display: block;
        text-decoration: none;
        padding: 0 10px 0 15px;
}

#leftcolumn .sidebar li.first a {
        padding-left: 10px;
}

#leftcolumn .sidebar li.active a {
	color:#810f19;
}

#leftcolumn .sidebar li a:hover {
        color: #666666;
}

#leftcolumn .sidebar .side_register {
    display: none;
}
body#candidatespage #leftcolumn .sidebar .side_register {
    display: block;
    font-weight: bold;
    padding: 0 10px 10px 15px;
    background: transparent url(http://www.kdrec.com/media/layout/sidebar_seperator.gif) bottom left no-repeat;
}

#leftcolumn .page a {
	color:#810f19;
}

#leftcolumn .page {
	float:right;
	width:500px;
}

#leftcolumn .page .breadcrumbs {
        margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: 1px dashed #810f19;
}

#leftcolumn .page .breadcrumbs a {
	color: #333333;
}

#leftcolumn .page .breadcrumbs ul {
        margin: 0;
}

#leftcolumn .page .breadcrumbs li {
	display: inline;
	margin-right: 5px;
	background: transparent url(http://www.kdrec.com/media/layout/main_bullet.gif) 0px 3px no-repeat;
}

#leftcolumn .page .breadcrumbs li.first {
        padding-left: 0;
        background: none;
}

#leftcolumn .page .breadcrumbs li.active a {
	color:#810f19;
	font-weight: bold;
}

body#aboutpage #leftcolumn .page .banner,
body#contactpage #leftcolumn .page .banner,
body#recruiterspage #leftcolumn .page .banner,
body#candidatespage #leftcolumn .page .banner,
body#intelligencepage #leftcolumn .page .banner {
        width: 508px;
        height: 111px;
        margin-bottom: 10px;
}

body#aboutpage #leftcolumn .page .banner {
        background: transparent url(http://www.kdrec.com/media/layout/banner_about.jpg) top left no-repeat;
}

body#contactpage #leftcolumn .page .banner {
        background: transparent url(http://www.kdrec.com/media/layout/banner_contact.jpg) top left no-repeat;
}

body#recruiterspage #leftcolumn .page .banner {
        background: transparent url(http://www.kdrec.com/media/layout/banner_recruiters.jpg) top left no-repeat;
}

body#candidatespage #leftcolumn .page .banner {
        background: transparent url(http://www.kdrec.com/media/layout/banner_candidates.jpg) top left no-repeat;
}

body#intelligencepage #leftcolumn .page .banner {
        background: transparent url(http://www.kdrec.com/media/layout/banner_intelligence.jpg) top left no-repeat;
}


#rightcolumn {
	width:185px;
	margin-top:10px;
	margin-right:25px;
	float:left;
}

#rightcolumn .sidebar_main {
	width:155px;
	height:166px;
	padding-top:140px;
	padding-left:15px;
	padding-right:15px;
	line-height: 110%;
	font-size:90%;
	background: #ffffff url(http://www.kdrec.com/media/layout/sidebar_bg.gif) top left no-repeat;
}

#rightcolumn .sidebar_main input {
	border:1px solid #999999;
	margin-top:5px;
	padding:4px;
	width:146px;
}

#rightcolumn .sidebar_main .button {
	background:#999999;
	border:1px solid #333333;
	color:#ffffff;
	width:60px;
}

#rightcolumn .sidebar_bottom {
	width:160px;
	height:109px;
	padding: 15px;
	padding-top: 35px;
	padding-right: 20px;
	margin-top: 10px;
	line-height: 110%;
	font-size: 90%;
	background: #ffffff url(http://www.kdrec.com/media/layout/sidebar_box_bg.gif) top left no-repeat;
}

#rightcolumn .sidebar_bottom ul {
        margin-top: 10px;
}

#rightcolumn .sidebar_bottom li {
        padding-left: 10px;
        margin-bottom: 4px;
        background: transparent url(http://www.kdrec.com/media/layout/sidebar_bullet.gif) 0px 3px no-repeat;
}


/* sIFR */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

body#homepage h1,
body#homepage .sIFR-hasFlash h1 {
        visibility: visible;
}



/* GLOBAL CLASSES */

#leftcolumn .page ul {
    margin-bottom: 10px;
}

#leftcolumn .page li {
	padding-left: 10px;
	margin-bottom: 10px;
	background: transparent url(http://www.kdrec.com/media/layout/main_bullet.gif) 0px 5px no-repeat;
}

#leftcolumn .page li ul {
	margin-top: 10px;
	margin-left: 10px;
}


/* NEWS TEMPLATES */

.news_item_short {
    width: 500px;
}

.news_item_short {
    margin-bottom: 20px;
}

.news_item_short .left {
    float: left;
    width: 100px;
}

.news_item_short .right {
    float: right;
    width: 390px;
}

.news_item_short .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.news_item_full h1,
.news_item_full {
    width: 500px;
}

.pagination {
    clear: both;
    float: right;
    margin: 10px 0 10px 0;
}

.pagination a {
    color: #810f19;
    text-decoration: none;
}

.pagination a:hover {
    text-decoration: underline;
}

.pagination .active {
    font-weight: bold;
    text-decoration: underline;
}


/* ### PAGE TEMPLATES ### */


/* HOMEPAGE */

#homepage .wrapper {
    width: 700px;
}

#homepage #main {
	background: #ffffff url(http://www.kdrec.com/media/layout/main_bg_home.jpg) top left no-repeat;
}

#homepage .clients {
    float: left;
    width: 330px;
    height: 474px;
    position: relative;
    margin-left: 10px;
    background: transparent url(http://www.kdrec.com/media/layout/home_clients_bg.jpg) top left no-repeat;
}

#homepage .clients .intro {
    left: 30px;
    top: 200px;
    width: 270px;
    font-weight: bold;
    position: absolute;
}

#homepage .clients .input {
    left: 45px;
    top: 313px;
    width: 217px;
    height: 15px;
    padding: 5px;
    color: #999999;
    position: absolute;
    background: none;
    border: none;
}

#homepage .clients .button {
    margin: 0;
    padding: 0;
    left: 45px;
    top: 345px;
    width: 56px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    background: none;
}

#homepage .clients .quote {
    left: 20px;
    top: 405px;
    width: 290px;
    color: #810f19;
    position: absolute;
    font-weight: bold;
    font-size: 100%;
    line-height: 100%;
}

#homepage .clients .quote span {
    display: block;
    color: #666666;
    margin-top: 5px;
}


#homepage .candidates {
    float: right;
    width: 330px;
    height: 474px;
    position: relative;
    background: transparent url(http://www.kdrec.com/media/layout/home_candidates_bg.jpg) top left no-repeat;
}

#homepage .candidates .intro {
    left: 30px;
    top: 200px;
    width: 270px;
    font-weight: bold;
    position: absolute;
}

#homepage .candidates .job_desc {
    left: 45px;
    top: 305px;
    width: 240px;
    color: #333333;
    position: absolute;
}

#homepage .candidates .job_desc span {
    display: block;
    font-weight: bold;
}

#homepage .candidates .button {
    padding: 0;
    width: 89px;
    height: 21px;
    cursor: pointer;
    margin: 5px 0 0 0;
    background: transparent url(http://www.kdrec.com/media/layout/findoutmore.gif) top left no-repeat; 
}

#homepage .candidates .quote {
    left: 20px;
    top: 405px;
    width: 290px;
    color: #FFFFFF;
    position: absolute;
    font-weight: bold;
    font-size: 100%;
    line-height: 100%;
}

#homepage .candidates .quote span {
    display: block;
    color: #666666;
    margin-top: 5px;
}


/* CONTACT */

.contact_info {
    width: 180px;
    font-size: 90%;
    margin-top: 10px;
}

.contact_form {
    width: 300px;
}

.contact_form .formitem .label {
    width: 60px;
    margin-top: 3px;
}

.contact_form .input {
    width: 200px;
}

.contact_form .textarea {
    width: 240px;
}

.google_map {
    width: 425px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #CCCCCC;
    background: transparent url(http://www.kdrec.com/media/layout/ajax_loader.gif) 50% 50% no-repeat;
}



/* SITEMAP */

#sitemappage .sitemap {
    font-size: 110%;
}

#sitemappage .sitemap ul {
    margin-top: 10px;
    margin-left: 20px;
}

#sitemappage .sitemap li {
    margin-bottom: 10px;
}



/* JOB LISTINGS */

.job_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #810f19;
}

.job_item h2 a {
    color: #810f19;
}

.job_item h3 {
    margin-bottom: 10px;
}

.job_item .details p {
    margin-bottom: 5px;
}

.job_view h1 {
    margin-bottom: 5px;
}

.job_view h2 {
    margin-bottom: 10px;
}

.job_view .apply {
    width: 500px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #810f19;
}

.job_view .apply .button {
    float: right;
}

.job_view form {
    margin-top: 20px; 
    padding-top: 20px; 
    border-top: 1px dotted #810f19;
}

.job_view form .input {
    width: 220px;
}



/* SUBMIT VACANCY */

.submit_vacancy {
    margin-bottom: 20px;
}

.submit_vacancy .formitem {
	margin-right: 20px;
	margin-bottom: 10px;
}

.submit_vacancy .formitem .input,
.submit_vacancy .formitem .select,
.submit_vacancy .formitem .textarea {
    width: 430px;
}

.submit_vacancy .shorts .formitem .input,
.submit_vacancy .shorts .formitem .select,
.submit_vacancy .shorts .formitem .textarea {
    width: 200px;
}

.submit_vacancy h4 {
    margin-bottom: 0px;
}




/* VACANCIES SCROLLER */

#vacancies_scroller {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 240px; /* important */
	height: 70px; /* important */
}

#vacancies_scroller_content {
	position: absolute;
        left: 0;
}

.vacancies_scroller_item {
    margin-bottom: 10px;
    height: 60px;
}




/* TESTIMONIAL SCROLLER */

#clienttests_scroller,
#candidatetests_scroller {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 290px; /* important */
	height: 65px; /* important */
}

#clienttests_scroller_content,
#candidatetests_scroller_content {
	position: absolute;
        top: 0;
        left: 0;
}

.clienttests_scroller_item,
.candidatetests_scroller_item {
    margin-bottom: 10px;
    position: absolute;
    height: 55px;
    width: 290px;
    top: 0;
    left: 0;
}


/* CALLBACK */

#rightcolumn .sidebar_main .callback {
    font-size: 90%;
}

#rightcolumn .sidebar_main .callback input {
    margin-top: 2px;
}

#rightcolumn .sidebar_main .callback .buttons {
    margin-top: 5px;
}

#rightcolumn .sidebar_main .callback .errors {
    font-size: 110%;
}

#rightcolumn .sidebar_main .callback p {
    margin-bottom: 5px;
}


