/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* Style Sheet */
/* Logic Red Web Design  - www.logicred.co.uk */
/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */

/* Body and stuff 
-------------------------------------*/

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif; 
	font-size: 13px; 
	color: #666666;
   text-align: center; /* INTERNET EXPLORER FIX. */
   min-width: 800px; /* INTERNET EXPLORER FIX.  */
	background: Black url(images/background.jpg) 0 0 repeat-x;
}

/* DIVS
****************************************************** */

#wrap {
	width:800px;
	margin-left:auto;
   margin-right:auto;
	padding:0px;
	text-align:left;
}

#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 800px;
	height: 93px;
	float: left;
}

#reflection {
	background: url(images/reflection.jpg) no-repeat;
	width: 384px;
	height: 26px;
	float: left;
}

#menu {
	background: url(images/menu.jpg) no-repeat;
	font-size: 12px; 
	width: 416px;
	height: 26px;
	float: left;
}

#leftcol {
	background: url(images/leftcol.jpg) no-repeat;
	width: 58px;
	height: 316px;
	float: left;
}

#main {
	background-color: white;
	width: 684px;
	float: left;
	line-height: 19px;
}

#main li {
	margin-bottom: 2px;
}

.mainpad {padding: 10px 15px 10px 15px;}


#rightcol {
	background: url(images/rightcol.jpg) no-repeat;
	width: 58px;
	height: 316px;
	float: left;
}

#clear {
	clear: left;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 800px;
	height: 89px;
	float: left;
	text-align: center;
	color: White;
	padding-top: 20px;
}

#footer a{
	color: #C7C7C7;
}

#footer a:hover {
	color: White;
	text-decoration: none;
}

strong {
	color:#694C84;
}

.image-border {
	border: 6px solid #E4E4E4;
}

#main li {
	margin-left: 15px;
}

/* //////////////////////////////////////////////////////////////////////// */
/* HEADINGS
/* //////////////////////////////////////////////////////////////////////// */

h1 {
	font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif; 
	color: #AC2C22;
	font-size: 18px; 
	font-weight: normal;
	background: url(images/title-bg.png) repeat-x;
	line-height: 23px;
	height: 30px;
	padding-left: 5px;
}

h2 {
	color: #AC2C22;
	font-size: 18px; 
	font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif; 
	font-weight: normal;
}

/* //////////////////////////////////////////////////////////////////////// */
/* menu */
/* //////////////////////////////////////////////////////////////////////// */

#menu ul {
	list-style: none;
	padding-left: 9px;
}

#menu li {float: left;}

#menu li a {
	padding-right: 5px;
	padding-left: 5px;
	font-family: "tahoma";
	color: #694C84;
	font-size: 14px;
	text-decoration: none;
}

#menu li a:hover {background-color: #AC94C6; color: white;}

.menuborder {border-right: 1px solid black;}

.vacancy {
	font-size: 18px;
	color: #343434;
}

.vacancy a {
	color: #7f6159;
}

a {
	color: #586aa8;
}


