
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: ##2b2b2b;
}

DIV {
	position: relative;
	font-size: 12px;
}

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

.jb_red {
	color: #ef3e35;
}

.text_grey {
 color: #2b2b2b;
}

.light_grey {
	background-color: #dedede;
}

a {
	margin: 0px;
	padding: 0px;
	
	color: #ef3e35;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img{
	border: none;
	margin: 0px;
	padding: 0px;
}

#breadcrum {
	font-size: 11px;
	color: #8d8d8d;
}

#breadcrum a {
	color: #8d8d8d;
	text-decoration: none;
}

#breadcrum a:hover {
	color: #8d8d8d;
	text-decoration: underline;
}

#content {
	margin-top:5px;
}

#footer {
	background-color: #dedede;
	margin-top:20px;
	width: 776px;
	height:24px;
	font-size: 11px;
	margin-left: auto;
	margin-right:auto;
	padding-top:9px;
}

#search_box {
	position: relative;
	margin-left: 6px;
	width: 178px;
	height: 100px;
	margin-top: 20px;
	background-color: #dedede;
	padding: 5px;
	font-size: 11px;
	height: 65px;
}

#slinksearch {
	width: 561px;;
	background-color: #dedede;
	height: 52px;
	margin-top: 12px;
	margin-bottom: 12px;
	
	font-size: 11px;
	color: #2f2f2f;
}

#images {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

.a_red {
	color: #ef3e35;
	text-decoration: none;
}

.a_red:hover{
	color: #ef3e35;
	text-decoration: underline;
}

.input_text {
	width: 200px;
	border: 1px solid #7e7e7e;
}

.textarea {
	width: 350px;
	height: 100px;
	border: 1px solid #7e7e7e;
}

.btn_search {
	position: absolute;
	top:44px;
	left:160px;
}

/* CSS Hack to make sure the button is displayed well in mozilla firefox. */
html>body .btn_search {
	position: absolute;
	top:40px;
	left:160px;
}
