@charset "utf-8";
/* CSS Document */
/* 
	Project : Scripts Design 
	Author	: Abid Hussain
*/

body {
	margin:0px auto;
	padding:0px;
	font: 0.7em Verdana, Tahoma, Arial, sans-serif; 
	line-height: 1.6em; 
	background: #fff; 
	color: #333;
}

/* links */
a { color: #cc6600; text-decoration: none; background:inherit;}
a:hover { color: #cc6600; text-decoration: underline; background: inherit; }

a.white {color: #ffff00;text-decoration: none;cursor: pointer;}

a.white:hover {
	color: #feb100;
	text-decoration:none;
}

/* headings */
h1 {
	margin: 8px 0 5px 3px;
	padding: 0;
	font: bold 1.5em Verdana, Arial, Sans-Serif;
	letter-spacing: -1px;
	color: #333;
	background-color: inherit;
}

h1 a {
	color: #333;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 0 20px;
}

h1 a:hover {
	color: #ffa300;
	background: url(../images/h2bghover.gif) no-repeat bottom left;
	text-decoration: none;
}
h2 { font: bold 1.5em Verdana, Arial, Sans-Serif; margin: 0px; padding: 0px; }
h2 a { color: #ffa300; background: #fff; text-decoration: none; }
h2 a:hover { color: #333; background: #FFF;  text-decoration: none; }

h3 { 
	font: bold 1.1em Verdana, Arial, Sans-Serif; 
	margin:8px 0 5px 3px; 
	padding: 0; 
}
h3 a {
	color: #333;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 0 20px;
}
h3 a:hover {
	color: #ffa300;
	background: url(../images/h2bghover.gif) no-repeat bottom left;
	text-decoration: none;
}

.title { font: bold 1.5em Verdana, Arial, Sans-Serif;  border: 1px solid #ccc; padding:5px;}
.title a { color: #ffa300; background: #fff; text-decoration: none; }
.title a:hover { color: #333; background: #FFF;  text-decoration: none; }

p { margin: 0; padding: 5px 0 10px 0; text-align:justify;}

/* lists and form elements */
form { margin: 0; }

input.search { 
	width: 200px; 
	background: url(../images/searchbg.gif); 
	height: 17px; 
	border: 1px solid #ccc;
}

.box150 { 
	width: 150px; 
	background: url(../images/searchbg.gif); 
	height: 17px; 
	border: 1px solid #ccc;
}

input.submit {
	background: #edb10e url(../images/submit.gif) no-repeat;
	border: 0;
	padding: 3px 0;
	width: 60px;
	margin: 0 10px 1px 0;
	color: #333;
	font: bold 1em Arial, Sans-Serif;
}
	
.message { 
	width: 200px; 
	background: url(../images/msg.gif); 
	height: 150px; 
	border: 1px solid #ddd;
}

/* content holder */
#content { margin: 0px auto; width: 800px; }

/* Top Bar */
#topbg {
	height: 33px;
	background:url(../images/topbg.gif) repeat-x;
}

.left_top {
	float: left; 
	width:500px;
	padding: 3px 0 0 5px;
	color:#fff;
}
.right_icons {
	float: right; width:250px; text-align:right;
}

/* header */
#header { height: 180px; }
#logo { padding: 0px 0 0 5px;}
.top_info {
	float: right;
	width: 580px;
	padding: 5px 0 4px 0;
	color: #333;
}
.top_info_left {width: 210px; float: left; padding-top:70px;}
.top_info_right { 
	float: right; 
	width: 270px; 
	height: 170px;
	padding: 0 20px 0 10px; 
	border-left: 1px solid #eee;
}

/* Top Horizontal Menu */
#hMenu{
	position:relative;
	height:35px;
	color:#E0E0E0;
	background:#ff9900;
	width:100%;
	font: bold 1em "Verdana", Arial, Sans-Serif;
	margin: 0;
}
#nav{
	position:relative;
	height:33px;
	font: bold 1em "Verdana", Arial, Sans-Serif;
	text-transform:uppercase;
	background:#fff url(../images/menu_bg.gif) repeat-x bottom left;
	padding:0 0 0 15px;
}
#nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#nav ul li{display:block;float:left;margin:0 1px;}
#nav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#nav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#nav ul li a:hover{color:#fff;background:transparent url(../images/menu_bg-OVER.gif) repeat-x bottom left;}
#nav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#nav ul li a.current,#nav ul li a.current:hover{
	color:#333;
	background:#1D6893 url(../images/menu_left-ON.gif) no-repeat top left;
	line-height:275%;
}
#nav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(../images/menu_right-ON.gif) no-repeat top right;
	height:33px;
}
/* ---------------------- END Dolphin nav ---------------------- */


/* top 3 boxes */
.top_box {
	height:80px;
	margin:5px 0 5px 0;
}
.thirds { float: left; width: 203px; background: #eee; margin: 0px 25px 0px 25px; color: #5d5d5d; }
.smallboxtop { height: 14px; background: #fff url(../images/smallboxtop.gif) no-repeat; color: #000; }
.smallbox { background: #fff url(../images/smallbox.gif) no-repeat bottom left; color: #444; padding: 1px 10px 10px 10px;  }
.smallbox p { padding: 0; margin: 0; }

/* BreadCrumbs + Domain Search */
#bCrumb {
	height: 38px;
	background:url(../images/breadcrumb.gif) repeat-x;
}
.breadCrumb {
	float:left;
	width:590px;
	line-height:38px;
	padding-left:10px;
}
.breadCrumb a{color:#333; text-decoration:none;}
.breadCrumb a:hover{color:#666; text-decoration:none;}

.searchForm, .searchForm a, .searchForm a:hover {
	float:right;
	font-weight:bold; 
	color: #333;
	width:180px;
	line-height: 37px;
	text-align:center;
}

/* Phone Number */
.phone {
	height:100px;
	margin: 0px 0 10px 0;
}

#articles {
	width: 800px;
	padding: 7px 0 0 0;
	margin: 0 auto 10px auto;
}

/* Left Column */
#left {
	float: left;
	width: 180px;
}
.menuHeading {
	background: #808080 url(../images/web-design-services-dubai.gif) no-repeat;
	height:24px;
	font: bold 1.2em "Verdana", Arial, Sans-Serif;
	color: #FFFFFF;
	padding: 11px 0px 0px 18px;
	margin: 0px;
}


/* Left Vertical Menu */
.leftmenu {
	margin: 0 0 10px 0;
	padding: 0;
}

.leftmenu a {
	display: block;
	background: #3c3c3c url(../images/vmenuarrow.gif) no-repeat center left;
	color: #FFFFFF;
	padding: 5px 0 5px 15px;
	border-bottom:1px solid #000;
	text-decoration: none;
}

.leftmenu a:hover {
	color: #ffa300;
	background: #474747 url(../images/vmenuarrowhover.gif) no-repeat center left;
}

/* Center Column*/
#center {
	float: left;
	width: 432px;
	padding: 0 4px 0 4px;
}

#big_center {
	float: right;
	width: 615px;
	padding: 0 0px 0 4px;
}

.boxGray1 {
	background:#f7f7f7;
	border:1px solid #ccc;
}

.boxGray2 {
	margin:0px;
	padding:5px;
	background:#f7f7f7;
	border:5px solid #dddddd;
}
.readMore {
	text-align:right;
	height:25px;
}
/* Right Column */
#right {
	float: left;
	width: 180px;
}

.right_articles {
	border: 1px solid #ccc;
	padding: 5px;	
	margin: 0 0 10px 0;
	text-align:justify;
}


/* Hosting Packages blocks */
#block ul {
	padding:0px;
	margin: 5px 0px 5px 7px;
	list-style-type:none;
}

.blue_block {
	margin: 10px 7px 10px 0;
	padding:7px;
	width:180px;
	background:#0072bb;
	color:#fff;
	float:left;
}
.gray_block {
	margin: 10px 7px 10px 0;
	padding:7px;
	width:180px;
	background:#555;
	color:#fff;
	float:left;
}
.green_block {
	margin: 10px 7px 10px 0;
	padding:7px;
	width:180px;
	background:#336600;
	color:#fff;
	float:left;
}
.orange_block {
	margin: 10px 0px 10px 0;
	padding:7px;
	width:182px;
	background:#663300;
	color:#fff;
	float:left;
}

/* Bottom Link Text*/
#links {
	clear:both;
	margin-top: 10px;
	width: 800px;
	background: #ececec url(../images/linksbg.gif) repeat-x top left;
	color: #333;
}
#links p {
	padding: 5px;
	line-height: 1.8em;
	color: #333;
}

/* Line Header */
.row_top {
	font: bold 1.1em "Verdana", Arial, Sans-Serif;
	background: #555;
	color: #fff;
}

.row1 {
	background: #eeeeee;
}
.row2 {
	background: #fff;
}
.line {
	background: url(../images/line.gif) repeat-x center;
}

.error {
	color:#ff0000;
}

/* Careers */
.cHead {
	padding:3px;
	font: bold 1.1em "Verdana", Arial, Sans-Serif;
	background: #555;
	color: #fff;
}

.cText {
	padding:3px;
	background: #fff;
}

.date {
	padding:0 0 0 3px;
	font: bold 0.7em "Verdana", Arial, Sans-Serif;
	color: #ffa300;
}

/* Footer */
#footer {
	margin: 5px auto;
	width: 800px;
	border-top:3px solid #ccc;
	background:#4f4f4f;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:9px;
}
#footer a {
	color: #ffffff;
	text-decoration:none;
}
#footer a:hover {
	color: #feb100;
	text-decoration:none;
}

#footer p {
	padding: 5px 5px 5px 5px;
	color: #fff;
}

.bullet {
	padding:0px;
	margin: 5px 0px 15px 20px;
	list-style:url(../images/black.gif);
}
