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

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
a {
	text-decoration: none;
	color: #91b8c7;
	}
a.hover {
	font-weight: bold;
	}

h2 {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #92b5c8;
	padding: 0;
	margin: 0;
	}
	
h3 {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ef4138;
	padding: 0;
	margin: 0;
	}	

h4 {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ef4138;
	padding: 0;
	margin: 0;
	}

/*--------------Page Structure---------------*/
#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height:auto;
	margin: 0 auto; 
	text-align: left;
	border: dashed 1px #92b5c8;
}

#header {
	background-image: url(../images/logos/bobnbab_logo.png);
	background-repeat:no-repeat;
	background-position:right;
	height: 127px;
	margin-right: 10px;
	}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	padding-top: 40px;
	padding-left: 150px;
	color: #92b5c8;
	}

#menu {
	height: 20px;
	background-color: #ef4138;
	}

#menu ul {
	padding-top: 2px;
	margin-top: 0;
	}

#menu li {
	list-style: none;
	display: inline;
	text-transform: capitalize;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	padding-right: 20px;
	}

#menu li a {
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	}

#menu li a:hover {
	background-color: #92b5c8;
	}

#body {
	height: auto;
	background-color: #92b5c8;	
	}
	
#bodyleft {
	width: 250px;
	background-color: #92b5c8;
	float: left;
	}


#bodyright {
	width: 540px;
	padding: 5px;
	float: right;
	background-color: #fff;
	}

#footer {
	background-color: #ef4138;
	height: 20px;
	}

.footertext {
	color: #fff;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	}

/*-------------- Index ------------*/
#box {
	margin-top: 10px;
	border: 1px dashed #92b5c8;
	width: 500px;
	height: 300px;
	text-align: center;
	}

#boxhead {
	border-top: 2px dashed colo #ef4138;
	color: #ef4138;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	}

#boxbody {
	margin: 10px 0 0 0;
	}
	
#left {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	}
	
#right {
	width: 270px;
	float: right;
	text-align: left;
	padding-right: 10px;
	padding-top: 5px;
	color: #92b5c8;
	font-weight: bold;
	margin-top: 20px;
	}
	
#right ul {
	text-align: left;
	}
	
#right li{
	list-style: circle;
	}

.recruitnow {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ef4138;
	margin-bottom: 5px;
	}
	
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}


/*-------------- Careers ----------*/
#jobtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 50px;
	}
	
.jtitle {
	}
	
.companynametitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ef4138;
	padding-left: 30px;
	}

.companyname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ef4138;
	}

.jobtitle {
	color: #ff0000;
	}

.quotations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #92b5c8;
	}

.quotationmiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #92b5c8;
	}

.titles {
	font-size: 20px;
	color: #ef4138;
	}

#introtext {
	width: 500px;
	padding: 10px;
	border: dashed 2px  #92b5c8;
	background-image: url(images/logo_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	}

#jobdescr {
	width: 500px;
	text-align: left;
	}

#knowledgeof {
	width: 400px;
	margin: 20px 100px 0 100px;
	padding: 5px;
	border: dashed 2px  #ef4138;
	background-image: url(images/logo_bg2.gif);
	background-position: center;
	background-repeat: no-repeat;
	}
	
#apply {
	width: 500px;
	text-align: left;
	}
	
#underline {
	border-top: solid 1px #000000;
	margin-top: 25px;
	padding-top: 3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
/*------------------Contact Us ---------------*/
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: right;
	width: auto;
	margin-top: 5px;
	}

#address ul{
	margin: 0 0 0 5px;
	padding: 5px 0 0 5px;
	border-left: 2px solid #ef4138;
	text-align: left;
	float: left;
	}

#address li {
	list-style: none;
	padding: 2px 0 0 0;
	}

#address li a {
	color: #fff;
	}
#address li a:hover {
	color: #ef4138;
	}

#address li:hover {
	font-weight: bold;
	color: #ef4138;
	}

#contactform {
	height: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.textfield {
	background-color: #92b5c8;
	border: 0;
	width: 200px;
	color: #000;
	font-weight: bold;
	}

.button {
	background-color: #ef4138;
	border: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serifl;
	font-size: 11px;
	font-weight: bold;
	}
	
.obligatory {
	color: #ef4138;
	font-size: 14px;
	}
	
	
/*----( Fix Page Structure )-----------------------*/

.clrfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

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