@charset "utf-8";
/* CSS Document */

/******************************************** 
Project: www.eminentdubai.com
Author Name: Sumeh Babu
Created on: 23 Jan 2010
Last Modified By: SB
Last Modified On: 10 July 2017
© 2016 Zigma Digital, All Rights Reserved

**************************************************/

* {
	margin:0;
	padding:0;
	border:0;
}

.fleft{
	float:left;
}

.fright {
	float:right;
}

.clear {
	clear: both;
}

.wrapper {
	width:100%;
	overflow:hidden;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#666666;
	text-align:center;
	line-height:1.2;
	background-image:url(../images/bg.jpg);
}

#page-container {
	width:auto;
	margin:auto 0;
	text-align:center;
	background:url(../images/container-bg.png) repeat-y top center;
}

#main{
	width:800px;
	margin: 0 auto;
	text-align:left;
}

#header {
	height:100%;
}

#header .col_1 {
	padding:20px 20px 20px 30px;
	text-align: center;
}

#header .col_2 {
	padding:20px 30px 20px 0;
}

#navigation {
	height:30px;
	display:inline;
	line-height:0;
}

#banner{
	height:280px;
	border-bottom:1px  solid #a4a4a4;
}

#content {
	width:800px;
	min-height:300px;
	overflow:visible;
}

#content .area{
	padding:40px 30px;
}

#content .area a{
	font-size:11px;
}

#content .col_1{
	width:474px;
	margin-right:30px;
}

#content .col_2{
	width:206px;
	background-color:#f3f3f3;
	padding:15px
}

#content .col_3{
	margin-top:10px;
}

#footer{
	height:34px;
	background:url(../images/footer-bg.gif) repeat-y top left;
}

#footer .fleft{
	padding:10px 0 0 30px;
}

#footer .fright{
	padding:10px 30px 0 0;
}

#content .col_2 ul {
	list-style:none;
}

#content .col_2 .services ul li {
	background:url(../images/bullet.gif) no-repeat left 0;
	padding-left:25px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:15px;
}

#content .col_2 .graphics ul li {
	font-weight:bold;
	padding:5px 3px;
	border-bottom:1px solid #d3d3d3;
}

#content .col_2 .graphics ul li.header {
	background-color:#d3d3d3;
}
#content .col_2 .graphics ul li.header2 {
	background-color:#d3d3d3;
	margin-bottom:3px;
}

#powered{
	height:30px;
	background-color:#ffffff;
}

#powered .col{
	float:right;
	padding-right:30px;
	padding-top:10px;
	color:#474747;
}

h2 {
	font-size:20px;
	color: #666666;
	margin-bottom:20px;
}

.h2style {
	font-family:"Trebuchet MS", "Times New Roman", Arial;
	font-size:22px;
}

h3 {
	font-size:14px;
	color: #474747;
	margin-bottom:15px;
	background-color:#dbf9a8;
	padding:3px 5px;
	margin-top:10px;
}

p {
	margin-bottom:12px;
	font-size:11px;
	color: #474747;
	line-height:1.5;
}

#footer p, a {
	text-decoration:none;
	color:#ffffff;
	font-size:10px;
	line-height:1;
}

#footer .fleft a {
	color:#ffffff;
}

#powered p, a{
	color: #474747;
	text-decoration:none;
	font-size:10px;
	line-height:1;
}

<!-- Gallery -->

table.gallery {
}

table.gallery img {
	border:1px solid #cccccc;
}

table.gallery img:hover {
	border:1px solid #999999;
}

table.gallery td {
	padding-bottom: 15px;
}


/*Form Section Start*/
table.Form
{
	
}

table.Form td
{
	padding: 5px 5px 5px 0px;
}

table.Form td.Label
{
	border-bottom: none;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4b4b4b;
}

table.Form td.Data
{
	width: 160px;
}

table.Form td.LongData
{
}

table.Form td.Msg
{
	width: 220px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

.Msg span
{
	color: #ff0000;
	display: none;
}

table.Form td.Data input.Text
{
	width: 95%;
}

td.Right
{
	text-align: right;
}

.Note
{
	font-size: 11px;
	color: #ff0000;
	font-style:italic;
}

span.Note
{
	display: none;
}

input.Text
{
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}
textarea
{
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	width: 360px;
	height: 100px;
}

select
{
	border: 1px solid #cccccc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363b74;
}

input[type=button],
input[type=submit]
{
	border-left: 2px solid #666699;
	border-top: 2px solid #666699;
	border-right: 2px solid #333366;
	border-bottom: 2px solid #333366;
	background-color: #363b74;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.Button
{
	border: 2px solid #8a1f24;
	background-color: #af3339;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Form Section End*/