* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #333;
}

h4 {
	font-size: 18px;
	font-style: italic;
}
/* wrap */
/* ------------------ */
#wrap {
	width: 980px;
	margin: 0px auto;
	background-image: url(../img/wrap-jorbies.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 40px;
	padding-left: 40px;
}

/* header */
/* ------------------ */
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
/*	background-image: url(../img/jorbies.gif);
*/	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	height: 180px;
}

#header-flash {
	width: 600px;
	float:right;
	margin-right: 54px;
}

.logo {
	padding: 0px;
	float: left;
	height: 170px;
	width: 185px;
	margin: 0px 0px 0px 60px;;
}

.download{
	background:#EBFCFC;
	border:#39C solid 1px;
	padding: 4px;
	text-decoration:none;
		border-radius:10px; /* the infamous rounded corners */
		-moz-border-radius:10px; /* added support for mozilla */
		-webkit-border-radius:10px;  /* more support */
}

.left-img {
	border: none;
	margin: 2px 8px 2px 0px;
	
}

.readmore {
	width: 50px;
	background:#FC8F2E;
	padding: 4px;
	color:#FFF;
	border-radius: 5px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;	
	text-decoration:none;
}


/* navigation */
/* ------------------ */
/*#nav {
	width:790px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 2px;
	background-image: url(../img/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 45px;
	background-position: center top;
}
*/
/*#nav li {
	display: inline;
	margin: 0px;
}
*/
/*#nav .last {
	border: none;
}

*//*#nav a {
	display: inline;
	padding: 4px 8px;
	margin-left: -3px;
	text-decoration: none;
	list-style: none;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 12px;
}
*/
/*#nav a:hover {
	background-color: #fff;
	color: #f60;
}
*/
/*#nav a.active {
	background-color: #fff;
	color: #f60;
}
*/
/* thumbs */
/* ------------------ */
#thumbs {
	margin: 0px auto;
	width: 850px;
}

#thumbs a {
	color: #f60;
}

#thumbs p {
	margin: 4px 18px;
	line-height: 1.6em;
	font-size: 13px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

#thumbs .one {
	width: 580px;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.one {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.one ul {
	margin-left: 20px;
	list-style: square;
}

.one li {
	padding: 4px 6px;
	margin-left: 6px;
}

span.dif {
	color: #f60;

}

span.date {
	font-size: 12px;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 2px 2px;
	margin-bottom: 10px;
}

span.time {
	font-size: 12px;
	color: #f60;
	float: left;
	padding: 2px 2px;
	margin-bottom: 10px;
/*	border-bottom: 1px solid #f60;
*/}

#thumbs .one h2 {
	margin: 0px 8px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 3px 3px;
	color: #333;
	border-bottom: 1px solid #E5E5E5;
	background:url(../img/title-bg.png) repeat-x;
	height: 20px;
}

#thumbs .two {
	background-color: #333;
	color: #333;
	font-size: 11px;
	width: 230px;
}

#thumbs .two p {
	color: #333;
}

.two ul li {
	font-size: 10px;
	list-style: none;
	display: block;
	padding: 2px 0px;
	border-bottom: 1px solid #666;
	margin: 0px 0px 0px 14px;
}

#thumbs .two ul li:hover {
	color: #F60;
}

#thumbs .two h2 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	background-color: #333;
	padding: 4px 8px;
	text-align: left;
	color: #fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

.board {
	margin: 2px 12px 2px 2px;
}


#bottom {
	width: 60%;
	margin: 0px auto;
	padding-top: 8px;
	border-top: 1px solid #333;
	text-align: center;
	font-size: 12px;
}

#bottom li {
	display: inline;
}

#bottom a {
	display: inline;
	padding: 3px 8px;
	color: #333;
}

#bottom a:hover {
	color: #f60;
}
/* footer */
/* ------------------ */
#footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	padding-top: 75px;
	padding-right: 40px;
	padding-left: 40px;
}

#footer p {
	text-align: center;
	color: #fff;
}

#footer a {
	color: #f60;
}

#footer a:hover {
	color: #fff;
}
#add {
	margin: 15px auto 20px;
	padding: 1.4em;
	width: 350px;
	text-align: center;
	background-color: #333;
	color: #FFF;
	font-size: 1em;
	border: 3px solid #999;
}
.careers {
	border: thin solid #999;
	width: 300px;
	background-color: #343434;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 1em;
}

/*-- HomePage  advert css conrol --*/

#ad-holder {
	width: 570px;
	height:auto;
	background:#666;
}

#ad-captiion {
	background:url(../img/ad.png) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:large;
	color:#FFF;
	text-align:center;
}
#ad-img {
	padding: 5px;
	border:#D74600 1px solid;
}

.title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	background:url(../img/title-bg.png) repeat-x;
	font-weight:bold;
	padding: 4px;
	margin-top: 4px;
	height: 20px;
	text-transform:uppercase;
}

/************************************************/

	/* CATEGORIES NAMING */

/***********************************************/

.products-bg {
	height: 90px;
}

.products-sidea {
	width: auto;
	margin-left: 8px;
	float:left;
}

.products-sideb {
	width: auto;
	margin-left: 8px;
	float:left;
}

.products-sidec {
	width: auto;
	margin-left: 8px;
	float:left;
}

.products-sided {
	width: auto;
	margin-left: 8px;
	float:left;
}

.branches-sidea {
	width: 180px;
	margin-left: 10px;
	float:left;
}

.branch-title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding: 4px;
	color:#F30;
	margin-top: 4px;
}

.branch-title p {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* LEFT SIDEBAR NAVIGATION CONTROL

/***************************************/	


#sidemenu {
/*	float: left;
*/	width: auto;
/*	margin-top: 10px;
	margin: 10px 5px 0 5px;
*/	padding: 5px 5px;
	color: #0CF;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 14px;
}

ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 20px; padding: 0;			
	border-top: 1px dotted #E5E5E5;
	text-decoration: none;
	color:#0CF;
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 8px;
	margin: 0 2px;		
	border-bottom: 1px dotted #E5E5E5;
	font-weight:bold;
	list-style-image:url(../img/icon1.png);
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #036; 
	border: none;
}

ul.sidemenu li a:hover {
	color: #F30;
	padding-left: 10px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-color: #094E89;
}

ul.sidemenu li.key a {
	color: #F30;
	padding-left: 10px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
/*	border-left-style: solid;
*/	border-left-color: #094E89;
}

.pic {
	background: #F4F3EB;
	border:#D2D2D2 solid 1px;
	text-align:center;
	padding: 8px;
	width: 489px;
	height:auto;
}

.flash-estates {
	margin: 0 0 0 20px;
	text-align:center;
}

