/* reset */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, ins, kbd, q, s,
small, strike, strong, b, u, i, center, ol, ul, li,
fieldset, form, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul { list-style: none; }

a img { border: none; }

.clear { clear: both; }

.right { float: right; }

.left { float: left; }

/* ----------------- */
.blue {
	color: #1C94D2;
}

.green {
	color: #8CC640;
}


a.email-link {
	direction:rtl;
	unicode-bidi: bidi-override;
}

body {
	background: #10151d url('../images/bg-x.png') repeat-x top center;
	color: #cdcdcd;
	font: normal 13px/1.5em verdana;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: white;
	line-height: 30px;
	border-bottom: 1px solid #2b3239;
	padding-bottom: 15px;
	margin: 15px 0 0 0;
}


h2 {
	font-size: 14px;
	font-weight: bold;
}

.h1line2 {
	font-size: 20px;
	font-weight: normal;
	color: #F5F5F5;
	padding-bottom: 15px;
}

p {
	padding: 10px 0px;
}

#wrapper {
	background: url('../images/wallpaper.jpg') no-repeat top center;
	margin: 0 auto;
	width: 960px;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 660px;
	height: 453px;
}

.logo {
	position: absolute;
	top: 10px;
	left: 0px;
}

.consult {
	position: absolute;
	top: 350px;
	left: 40px;
}

.note {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.h2sub {
	display: block;
	font-size: 14px;
}

#content {
	background: url('../images/light.jpg') no-repeat top left;
	margin: 0 auto;
	width: 780px;
	height: auto;
	display: block;
	overflow:hidden;
}

#about {
	padding-top: 40px;
}

#web {
	display: block;
	float: left;
	clear: left;
	width: 45%;
	height: auto;
	padding: 20px 10px 20px 10px;
}

#web img {
	margin: 0 0 0 5px;
}

#web img.margin {
	margin: 5px 0 10px 5px;
}

#mobilephone {
	float: right;
	clear: right;
	width: 45%;
	height: auto;
	padding: 20px 10px 20px 10px;
}

#mobilephone img {
	margin: 0 0 0 5px;
}

#mobilephone img.bottom {
	margin: 0 0 3px 5px;
}



#footer {	
	margin: 0 auto;
	width: 780px;
	height: 300px;
	position: relative;
	height: 29px;
	margin-top: 30px;
	padding: 10px 0px;
	border-top: 1px solid #2b3239;
}

.social img {
	padding-left: 2px;
}

ul.left a, ul.left a:visited {
	color: #fbab3a;
	text-decoration: underline;
	font-weight:normal;
		
}

ul.left a:hover {
	text-decoration: none;
}

#footer ul {
	position: absolute;
	bottom: 10px;
	width: 560px;
}

#footer li {
	display: inline;
	padding-right: 40px;
}

#footer ul span {
	color: white;
	font-weight: bold;
}


#freeconsult {
	cursor: pointer;
}

#form-container {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 15px;
}

/******* FORM *******/
#consultForm{
	padding: 10px 0 10px 10px;
}

#consultForm label{
	width: 8em;
	float: left; 
	color: #1C94D2;
	font-weight: 700;
	line-height: 1.2em;
}

#consultForm label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
	}

#consultForm .description {
	font-size: 10px; 
	color: #797979;
}

#consultForm input{
	width: 275px;
	padding: 6px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #949494;
}

#consultForm textarea{
	width: 450px;
	height: 80px;
	padding: 6px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}

#consultForm p {
	margin-bottom: 2px;
	clear: both;
}

#consultForm input.send {
	float: right;
	width: 200px;
	background:#8CC640;
	margin-right: 180px;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	}

#consultForm .send:hover{
	background: #79a7f1;
	}

em { font-weight: bold; padding-right: 1em; vertical-align: top; }
