*
{
    margin: 0;
    padding: 0;
}

body
{
    width: 100%;
    height: 100%;
    font: 13px Tahoma;
	direction: rtl;
	text-align: right;
    line-height: 22px;
    color: #1C1C1C;
    background: #FDBB2F left top no-repeat;
    margin: 0px;
    padding: 0px;
}

.clearer
{
    clear: both;
}

table th{
	color: #666666;
	font-size: 12px;
    padding: 0 4px 5px;
	direction: ltr;
	text-align: center;
}
table td{
    border-top: 1px solid #CCCCCC;
    padding: 0 4px;
	direction: ltr;
	text-align: center;
}
table tr.stripe td{
	background: #f2f2f2;
}

.info_warning {
 background: infobackground;
 border-bottom: 2px ridge threedlightshadow;
 text-align: right;
 direction: rtl;
 font-family: tahoma;
 font-size: 9pt;
 font-weight: normal;
 line-height: 18px;
 color: #333;
 padding: 7px 25px;
}

.info_warning a {
 color: red;
 font-weight: bold;
}

#contactWrapper {
    background: #1C1C1C;
    width: 365px;
}
#contactWrapper label {
    color: #EAE3D6;
    font-size: 11px;
    font-weight: bold;
    margin-left: 7px;
    vertical-align: middle;
}
#contactWrapper label.error {
    clear: both;
    color: #FAD6D6;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 3px 3px 0;
    text-align: left;
    width: auto;
}
#contactWrapper label.checked { display:none; background: none; border: 0px; margin-top: 0px; padding: 0px; text-indent: -5000px;}
#contactWrapper .stage {
    clear: both;
    padding: 7px 7px 0;
    text-align: left;
    width: 351px;
}
#contactWrapper .success {
    background: #F0FFC1;
    border: 1px solid #819934;
    color: #819934;
	font-size: 12px;
    margin-bottom: 126px;
    padding: 15px;
}
#pro_details #contactWrapper .success {
    margin-bottom: 200px;
}
#contactWrapper .success p {
    margin-top: 7px;
    padding: 0;
}
#contactWrapper p.error{
    color: #FAD6D6;
    font-size: 11px;
    padding: 10px 15px;
}

form#contactform input, form#contactform textarea, form#contactform select {
    background: #EAE3D6;
    border: none;
	-webkit-box-shadow: 0 5px 5px 0 rgba(28, 28, 28, 0.1) inset;
    box-shadow: 0 5px 5px 0 rgba(28, 28, 28, 0.1) inset;
    color: #1C1C1C;
	float: left;
    font: 12px Tahoma;
    padding: 7px 10px;
    width: 200px;
}
form#contactform textarea {
    height: 86px;
}
form#contactform select {
    background: #FFFFFF;
    padding: 6px;
    width: 220px;
}
form#contactform input:focus, form#contactform textarea:focus {
    background: #FDBB2F;
}
form#contactform input.error, form#contactform textarea.error, form#contactform select.error {
    background: #FAD6D6;
}

.button, .button span {
	display: inline-block;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin: 10px 0 0 5px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
}

.button span, form#contactform .button input {
	position: relative;
	color:#EAE3D6;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

form#contactform .button {
	margin: 7px 138px 7px 0;
}

form#contactform .button input {
	font: bold 11px Tahoma;
	background: none;
    border: none;
	border-top: rgba(255, 255, 255, .2) 1px solid;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 4px 14px;
    width: auto;
}

.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:13px;
}

.button.white {
	background-color: #FFFFFF;
}
.button.white span, .button.yellow  span, form#contactform .button.white input, form#contactform .button.yellow input {
	color: #666666;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.25);
}

.button.black {
	background-color: #333333;
}
.button.yellow {
	background-color: #ffb515;
}

#hidden_wrap
{
    display: none;
}

#header_wrap
{
    width: 100%;
    height: auto;
    background-color: #1C1C1C;
	border-bottom: 2px solid #FDBB2F;
}

#header_holder
{
    width: 910px;
    padding: 0px;
    margin: auto;
}

#content_wrap
{
    width: 100%;
    height: auto;
}

#content_holder
{
    width: 910px;
    min-height: 300px !important;
    height: auto;
    margin: auto;
    padding: 20px 0px 15px;
}

.full_width_holder
{
    float: left;
    display: inline;
    width: 100%;
    height: auto;
}

.content_half
{
    float: left;
    display: inline;
    width: 450px;
    height: auto;
    padding: 20px 0px 20px 0px;
    margin-right: 20px;
}

#about_us{
    display: inline-block;
    width: 910px;
}

.content-right {
	border-left: 1px solid #1C1C1C;
    float: right;
	margin-right: 60px;
    overflow: hidden;
    width: 385px;
}

.content-left {
	background:url(/images/site/worker.png) no-repeat left center;
    float: left;
	font-size: 12px;
    height: 430px;
    width: 405px;
	margin-left: 40px;
}

#contact_us{
	margin-top: 20px;
}

#pro_details{
    margin: 0 auto;
    width: 830px;
}
#pro_details .pro_details_left{
    border-right: 1px solid #1C1C1C;
    float: left;
    padding: 0 20px;
    width: 365px;
}
#pro_details .pro_details_right{
    float: right;
    margin-right: 20px;
    width: 384px;
}

#photos{
	line-height: 0;
}
.thumb_photo{
    clear: both;
    margin-right: -10px;
    padding-top: 10px;
}
.photo{
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #1C1C1C;
    display: inline-block;
    float: left;
    line-height: 0;
    margin-right: 10px;
}
.photo a{
    display: block;
    margin: 3px;
}

#pro_details h3{
    margin: 0 0 10px;
    padding: 0 20px;
}
#pro_details p{
    padding: 0 20px 5px;
}
#pro_details ul{
    padding: 0 20px 5px;
}
#pro_details .detail_content{
    background: none;
    padding: 0 20px 10px;
}
#pro_details table th{
	color: #1C1C1C;
}
#pro_details table td{
    border: none;
    color: #1C1C1C;
}
#pro_details table tr.stripe td{
    background: #1C1C1C;
    color: #EAE3D6;
}

#footer_wrap
{
    width: 100%;
    height: auto;
    background-color: #1C1C1C;
}

#footer_holder
{
    color: #EAE3D6;
    margin: auto;
    padding: 15px 0;
    width: 830px;
}

#footer_holder a
{
    font-size: 11px;
}

/* HEADER WRAP ---------------------------------------------------------------------------------- */

.inner_header
{
    padding-bottom: 80px;
    background: url(/images/site/inner_background_header.gif) left bottom repeat-x;
}

#main_logo h1
{
	line-height: 0;
    margin: 0;
    padding: 0;
}

#main_logo h1 a
{
	background: url(/images/site/logo.png) right top no-repeat;
    height: 132px;
    line-height: 1000px;
    margin: 0;
    overflow: hidden;
    width: 910px;
}


.center_wrap1
{
    float: left;
    position: relative;
    left: 50%;
}

.center_wrap2
{
    float: left;
    position: relative;
    left: -50%;
}