body {
font-size: 14px;
font-family:Arial, Verdana, Sans-serif;
color:#696968;  
padding:0px;
margin: 0px;
text-align:center;
background-color: #fff;

}

a {color: #56d2f4; text-decoration: none;}
a:visited {color:#56d2f4;}
a:hover {color: #54646a;}
a:active { color:#56d2f4;}

h1{
font-size:34px;
color: #d263a3;
text-align: center;
font-family: Comic Sans MS, Impact;
direction:ltr;
}

h2{
font-size:16px;
color: #696968;
text-align: right;

}

h3{
font-size:16px;
color: #fff;
text-align: right;
text-decoration:underline;
}

h4{
font-size:12px;
}

ul {
list-style-image: url(images/checklist.gif);
}

#container {	
	width:900px;
	min-height:768px;		
	margin-left: auto;
	margin-right: auto;
	text-align:center;  
}
	
#header {
	float:left;	
	width:900px;
	height:252px;
	background-color: #fff;		
}

#content {
	float:left;
	width: 870px;
	min-height:150px;
	background-color: #fff;
	text-align:right;
	direction:rtl;
	padding: 0 15px 0 15px;
}

#projects {
	float:left;
	width:870px;
	min-height:350px;
	background-color: #fff;
	text-align:right;
	direction:rtl;
	padding: 0 15px 0 15px;
}

#contact {
	float:left;
	width: 320px;
	min-height:400px;
	background-color: #fff;
	text-align:right;
	direction:rtl;
	padding: 25px 15px 0 15px;
}


#why_us {
	float:left;
	width: 520px;
	min-height:400px;
	background-color: #fff;
	text-align:right;
	direction:rtl;
	padding: 25px 15px 0 15px;
}


#footer {
	float:left;
	width:900px;
	height:30px;	
	padding: 5px 0 0 0;
	background-color: #fff;
}

#footer a {color: #e1ecef; text-decoration: none;}
#footer a:visited {color:#e1ecef;}
#footer a:hover {color: #56d2f4;}
#footer a:active { color:#e1ecef;}

/* Efrom */
#cfMessage
{
 height: 100px;
 width: 400px;	
}

.errors
{
font-size:11px;	
color:#de0414;
}

.imageElement{
font-size: 14px;
}

#contactform td input{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #bae1ee;
    width: 180px;
}

#contactform td textarea{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #bae1ee;
    width: 180px;
}

#contactform td {

}


