/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	background: url(../../images/mainBg.jpg) top repeat-x #fff;
}

A:link{
}

A:visited{
}

A:active{
color:#000;
text-decoration:none
}

A:hover{
color:#000;
text-decoration: underline;
}

h1 {
font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px;
}

/* Layout Styles
--------------------------------------------------------------- */

#container {
width: 740px;
/* Mozilla Firefox Centre Align Fix */
margin-left:auto;
margin-right:auto;
text-align:left;
background: #ffffff;
position: relative;
}

#header {
width: 740px;
height: 170px;
text-align: center;
font-size: 1px;
background: #fbc614;
}

#logo {
position: absolute;
left: 0;
top: 0;
width: 410px;
height: 95px;
z-index: 1;
}

#contentContainer {
clear: both;
width: 740px;
overflow: hidden;
}

#navHolder {
float: left;
width: 200px;
}

#contentRight {
float: right;
width: 535px;
background: #fff right repeat-y top;
padding: 10px 0px 0px 0px;
}

#contentRight_text {
text-align: justify;
padding: 10px 40px 20px 40px;
color: #000;
}

#contentRightWhatsNew_text {
text-align: justify;
padding: 10px 40px 20px 40px;
color: #000;
}

#contentRightWhatsNew_text img {
float: right;
margin: 0px 2px 0px 2px;
border: 1px solid #000;
}

.contentRightWhatsNew_content {
text-align: right;
}

#footer {
clear: both;
width: 740px;
background: #fff;
padding-top: 10px;
color: #000;
font-size: 0.8em;;
margin: 0px;
}

#footerLeft {
float: left;
}

#footerRight {
float: right;
text-align: right;
}

#footer a {
color: #000;
}

#footer a:hover {
text-decoration: underline;
}

/* Navigation Styles
--------------------------------------------------------------- */


#navigation {
	clear: both;
}

 #navigation ul {
	  margin: 0px;
	  padding: 0px;
	  list-style: none;
}

#navigation li {
	display: block;
    margin: 0px;
	padding: 0px;
}
	  
#navigation a {
	display: block;
	color: #000;
    text-decoration:none;
	padding: 4px 10px 4px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	width: 190px;
}


#navigation a:hover {
	color: #111;
	background: url(../../images/navBg_hover.jpg) #fff;
}

/* Class Styles
--------------------------------------------------------------- */

.strong {
	font-weight: bold;
}

#beTitle {
	color: #00bf09;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bolder;
}

#brsTitle {
	color: #000066;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bolder;
}

#belTitle {
	color: #9a8b46;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bolder;
}

.pageTitleGrey {
font-weight: bold;
color: #D58204;
font-size: 22px;
letter-spacing: 2px;
font-family: "Trebuchet MS", Arial;
text-transform: uppercase;
padding-left: 10px;
text-align: center;
}

.pageTitle {
font-weight: bold;
color: #000000;
font-size: 17px;
letter-spacing: 2px;
font-family: "Courier New", Courier, monospace;
}

.alignCentre {
	text-align: center;
}

.img-right {
	float: right;
	border: 1px solid #000;
	margin: 0px 0px 10px 10px;
}

.borderlessImg {
	margin: 0px 0px 10px 0px;
	border: none;
}

.nofloatImg {
	border: 1px solid #000;
}

.callUsNow {
	text-align: center;
	font-size: 23px;
}