/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font: 10px verdana;
	background: white url(../gfx/bgRepeat.gif) repeat-x;
}

h1{	
	font: bold 19px verdana;
	color: #323232;
}

h2{	
	font: bold 18px verdana;
	color: #323232;
}

.clear{	clear: both; }

.left{ float: left; }

.right{ float: right; }

.textright{	text-align: right; }

img{ border: 0; }

p{
	margin: 10px 0;
	padding: 0 0;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input, textarea{
	width: 170px;
	background: white;
	border: 0;
}

input#submit{
	width: 66px;
	height: 14px;
	background: url(../gfx/buttonSubmit.gif) no-repeat;
}

#box{
	width: 980px;
	margin: 0 auto;
	background: white;
	overflow: hidden;
	padding: 9px;
}

#header{
	width: 980px;
	height: 131px;
	background: url(../gfx/bgRepeatHeader.gif) repeat-x;
	position: relative;
}

#logo{
	position: absolute;
	top: 20px;
	left: 30px;
}

#telephone{
	position: absolute;
	top: 60px;
	right: 30px;
}

#headerTab{
	position: absolute;
	height: 13px;
	top: 0;
	right: 0;
	background: white  url(../gfx/bgBookmark.gif) left top no-repeat;
	padding: 8px;
}

/* /////////////////////////////////
NAVIGATION
//////////////////////////////////// */


#nav{
	width: 970px;
	margin-left: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	font: bold 11px arial;
}

#nav ul li{
	float: left;
	list-style: none;
	height: 28px;
	margin-right: 1px;
	background: url(../gfx/navBtnRepeat.gif) center top repeat-x;
}

#nav ul li span{
	background: url(../gfx/navBtnLeft.gif) left top no-repeat;
	height: 28px;
	float: left;
}

#nav ul li a{
	background: url(../gfx/navBtnRight.gif) right top no-repeat;
	height: 28px;
	padding: 0 9px;
	line-height: 28px;
	color: #464546;
	float: left;
}

#nav ul li.current {
	float: left;
	list-style: none outside;
	height: 28px;
	margin-right: 1px;
	background: url(../gfx/navBtnOverRepeat.gif) center top repeat-x;

}

#nav ul li.current span{
	background: url(../gfx/navBtnOverLeft.gif) left top no-repeat;
	height: 28px;
	float: left;
}

#nav ul li.current a{
	background: url(../gfx/navBtnOverRight.gif) right top no-repeat;
	height: 28px;
	padding: 0 9px;
	float: left;
	line-height: 28px;
	color: white;
}


/* /////////////////////////////////
END OF NAVIGATION
///////////////////////////////////// */

#headerBar{
	background: url(../gfx/bgRepeatNavBar.gif) repeat-x;
	color: white;
	height: 25px;
	font: bold 11px arial;
	text-align: right;
	padding: 10px 10px 0 0;
}

#mainArea{
	width: 980px;
	margin-top: 5px;
	overflow: hidden;
	background: url(../gfx/bgRepeatMainArea.gif) right repeat-y;
}

#leftcol{
	float: left;
	width: 755px;
	margin-right: 5px;
}

#leftcol1{
	float: left;
	width: 375px;
	margin-right: 5px;
}

#leftcol2{
	float: right;
	width: 375px;
}
	

#titleBar{
	background: url(../gfx/bgRepeatTitleBar.gif) repeat-x;
	height: 24px;
}

.thumb{
	background: url(../gfx/bgThumbRepeat.gif) repeat-x;
	height: 72px;
	margin: 5px 0;
}

.thumb img{ margin-right: 10px; }

.thumb p{ margin: 0;	padding: 10px 15px;}

.thumb a{ 
	font: bold 12px Arial, Helvetica, sans-serif; 
	color: #323232;
}

#adverts{
	margin-top: 10px;
}

#rightcol{
	float: left;
	width: 210px;
}

#rightcolBox{ 
	background: #d69b17 url(../gfx/bgRepeatContact.gif) repeat-x;
	width: 208px;
	border: 1px solid #f8bd14;
	border-bottom: 0;
	overflow: hidden;
	text-align:center;
	padding: 5px;
}

#rightcolBox a{
	font: bold 12px verdana, Arial, Helvetica, sans-serif;
	color: #323232;
}

#rightcolBox a img{
	border: 2px solid white;
	margin: 20px 0;
}

#contact{ 
	background: #d69b17 url(../gfx/bgRepeatContact.gif) repeat-x;
	width: 182px;
	border: 1px solid #f8bd14;
	border-bottom: 0;
	padding: 30px 18px 18px 18px;
	overflow: hidden;
}

#contact a{
	font: bold 12px verdana, Arial, Helvetica, sans-serif;
	color: #323232;
}

#contact a img{
	border: 2px solid white;
	text-align: center;
	margin: 20px 0;
}
	

#footer{
	margin: 30px 0;
	text-align: center;
	font: 9px verdana;
}
