/* CSS Document */
html, body {
	margin: 0px;
	height: 100%;
	width: 100%;
}

div, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

/*			
#content {
	position: relative;
	width: 100%;
	background: url("../img/content_back.gif") repeat-y;
	}*/

#body {
	position: relative;
	width: 100%;
	padding: 0px;
	z-index: 100;
	clear: both;
	background: url("../img/content_top.gif") left top no-repeat;
	overflow: hidden;
	}

		
	#pullTheTrigger a,#pullTheTrigger a:link, #pullTheTrigger a:visited {
			position: relative;
			display: block;
			float: right;
			
			width: 160px;
			height: 0;
			
			padding: 50px 0 0 0;
		
			overflow: hidden;
			
			background-image: url("../img/btn_pullthetrigger.gif");
			background-image: url("../img/contact_2_fr.png");
			background-position: 0 0 ;
			}
		#body #pullTheTrigger a:hover {
			background-position: 0 46px;
				background-position: 0 50px;
			}
			
		
		
/* Pull the Trigger Form */
#pullTheTrigger_form {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: -999em;
	margin-left: -200px;
	margin-top: -215px;
	width: 360px;
	height: 600px;
	padding: 20px;
	text-align: left;
	color: #514e41;
	font-size: 12px;
	line-height: 12px;
	}
	
	#ptt_back {
		position: absolute;
		display: block;
		z-index: 100;
		left: 0;
		top: 0;
		
		}
	a#ptt_close, a#ptt_close:link, a#ptt_close:visited {
		position: absolute;
		z-index: 300;
		top: 10px;
		right: 10px;
		width: 20px;
		height: 0;
		padding-top: 20px;
		overflow: hidden;
		background: url('../img/close.gif') 0 0 no-repeat;
		}
	#ptt_formContainer {
		position: relative;
		z-index: 200;
		font-size: .9em;
		background-color: #4B5254;
		color: #FFF;
		}
		#ptt_formContainer h2 {
			position: relative;
			width: 100%;
			font-size: 1.6em;
			font-weight: bold;
			margin-bottom: 7px;
			padding-bottom: 7px;
			
			background: url('../img/dots.gif') left bottom repeat-x #4B5254;
			}
		#ptt_formContainer ol {
			position: relative;
			width: 100%;
			margin: 0;
			padding: 0;
			list-style: none;
			}
			#ptt_formContainer ol li {
				position: relative;
				margin: 0 0 7px 0;
				padding: 0;
				width: 100%;
				overflow: hidden;
				clear: both;
				}
				#ptt_formContainer ol li label, span.textF {
					position: relative;
					z-index: 999;
					width: 120px;
					line-height: 22px;
					float: left;
					}
				h2#contact_inf {
					position: relative;
					width: 100%;
					font-size: 1.6em;
					line-height: 18px;
					font-weight: bold;
					margin-top: 14px;
					margin-bottom: 4px;
					padding: 0px;
					color:#0099FF;
					}		
				span.codedirection {
					 unicode-bidi:bidi-override; direction: rtl; 
				}	
				p#contact_info	{
					position: relative;
					z-index: 999;
					width: 100%;
					font-size: 1.2em;
					color: #A1CB4F;
					line-height: 18px;
					margin: 0px;
					padding: 0px;
					}
				#ptt_formContainer ol li input.textField {
					position: relative;
					z-index: 999;
					width: 190px;
					border: 1px solid #999999;
					float: right;
					}
				#ptt_formContainer ol li textarea.textField {
					position: relative;
					z-index: 999;
					width: 358px;
					
					border: 1px solid #999999;
					overflow: auto;
					font-size: 11px;
					}
				#ptt_formContainer ol li textarea.small {
					position: relative;
					z-index: 999;
					width: 358px;
					height: 74px;
					border: 1px solid #999999;
					overflow: auto;
					font-size: 11px;
					
				}	
				#ptt_formContainer ol li span.textField {
					position: relative;
					z-index: 999;
					overflow: hidden;
					width: 100%;
					clear: both;
					margin-left: 230px;
					}
					#ptt_formContainer ol li span.textField a, #ptt_formContainer ol li span.textField a:link, #ptt_formContainer ol li span.textField a:visited {
						position: relative;
						display: block;
						width: 160px;
						height: 0;
						padding-top: 42px;
						padding-top: 50px;
						overflow: hidden;
						float: right;
						background-position: 0 0;
						}
					#ptt_formContainer ol li span.textField a:hover {
						background-position: 0 42px;
						background-position: 0 50px;
						}
						#ptt_formContainer ol li span.textField a#ptt_submit {
							background-image: url('btn_contactdt-red.gif');
							background-image: url('../img/contact_2.png');
							}
