
body {
	direction: rtl;
	margin: 0;
	font: normal 12px/15px arial, Tahoma, sans-serif;
	color: #282828;
	height: 100%;
	text-align: right;
}
a {
	text-decoration: none;
	color: #3E3E3E;
}
a:hover {
	text-decoration: underline;
	color: #2074BD;
}
a.plain {
	text-decoration: none;
	border: 0;
}
b, strong {
	font-weight: bold;
}
img {
	border: 0;
}
p {
	margin: 7px 0;
	text-align: right;
}
form, p.tight {
	margin: 0;
}

table, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

th {
	font-weight: bold;
	text-align: right;
}

.none {
	border: 0;
	background-color: #fff;
	color: #6B7058;
	padding: 0px;
}

.input_bg {
	width: 160px;
	height: 22px;
	background: url('gfx/input.jpg') center top no-repeat;
	border: 0;
	border-style: none;
}

#page {
	width: 100%;
	text-align: right;
}




#left_content {
	margin-right: 5px;
}

#contact_box {
	width: 206px;
	color: #000;
}

#contact_box_title {
	background-color: #3E3E3E;
	width: 206px;
}

#contact_box_title h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	font: bold 19px Arial;
	color: #000;
}

#contact_box_form {
	background: url('gfx/bg_grd.gif') center top repeat-y;
	width: 206px;
}

#contact_box_form h5 {
	margin: 0;
	padding: 0;
	font: bold 14px Arial;
}

#contact_box_title p {
	margin: 0;
	padding: 0px 10px 7px 0px;
}

.left_contact_field {
	width: 170px;
	background: #fff;
	border: 1px solid #3E3E3E;
	color: #3E3E3E;
}

#site_logo_bottom {
	margin-top: 10px;
}

#gray_box {
	background: url('gfx/left_box_bg.jpg') center top repeat-y;
	width: 206px;
	margin-top: 10px;
}

#gray_box_content {
	text-align: center;
}

#gray_box_content div {
	border: 1px solid #9D9D9D;
	background: #F5F5F5;
	margin: 0px 10px 0px 10px;
	text-align: center;
}

#gray_box_content div:hover {
	background: #c3c3c3;
}

#gray_box_content a {
	text-decoration: none;
	font: bold 16px Arial;
	color: #3E3E3E;
}

#gray_box_content a:hover {
	color: #2074BD;
}

.content_box {
	float: right;
	margin: 5px;
	width: 243px;
	border: 1px solid #CCCCCC;
	text-align: right;
	padding: 5px;
	position: relative;
}

#content_box_bottom {
	background: url('gfx/box_top.jpg') top center no-repeat;
	background: url('gfx/box_bottom.jpg') top center no-repeat;
	position: absolute;
	height: 7px;
	bottom: 0;
	left: 0;
}
ul > li {
	margin-bottom:4px;
}
.content_box ul {
	margin-top: 0;
	margin-bottom: 0;
	color: #CC0000;
}

.content_box li {
	list-style: square;
}

.content_box li a {
	font: normal 14px Arial;
	color: #3E3E3E;
	text-decoration: none;
}

.content_box li a:hover {
	color: #2074BD;
	text-decoration: underline;
}

.content_box a h3 {
	font: bold 18px Arial;
	color: #2074BD;
	text-decoration: none;
}

.content_box a:hover h3 {
	color: #3E3E3E;
	text-decoration: none;
}

#category_content {
	text-align: center;
	margin: 5px 0 5px 0;
}

#footer {
	width: 747px;
	padding: 10px 0 10px 0;
	position: relative;
}

#links {
	position: absolute;
	top: 3px;
	right: 0;
}


#location {
	font: italic 12px Arial;
	color: #000;
	margin-right: 10px;
}





/* lightbox.css
		bystac
 */

.black_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	position: absolute;
	width: 550px;
	min-height:200px;
	top: 20px;
	left: 30%;
	z-index:1002;

	overflow: auto;
}

#box_leadform {
	position:relative;
	padding :10px;
	background: #fff;
}

#box_leadform_loading {
	position:relative;
	padding :10px;
	text-align:center;
	vertical-align: middle;
	background: #fff;
}

	h1.coreg_title {
		margin:0;
		border:0;
		text-decoration: underline;
		font-size:24px;
		background:#F8F8F8;
		font-weight: bold;
		color:#474747;
	}
