/* Resset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style:none;
	}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	}
a:hover{
	text-decoration: underline;
	}


/*Main style*/

body {
		background:url(../images/body_bg.png) repeat-x;
		font-family:Arial, Helvetica, sans-serif;
	}
#wrap {
		width:909px;
		margin:auto;
		position:relative;
	}
#header {
		height:89px;
		margin-bottom:10px;
		
	}
#logo {
		float:left;
		margin-top:15px;
	}
#nav {
		float:right;
		margin-top:60px;
	}
#nav li {
		float:left;
		background:url(../images/nav_sap.png) no-repeat left center;
		position:relative;
	}
#nav li a {
	color:#08559d;
	font-size:14px;
	font-weight:bold;
	margin-right:2px;
	height:22px;
	line-height:22px;
	padding:0px 10px 0px 10px;
	text-transform: capitalize;
	text-shadow:1px 1px 0 #fff;
	}
#nav li a:hover {
	color:#D97C00;
	text-decoration:none;

}
ul#nav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 26px;
	position:absolute;
	right:-2px;
	top:0px;
	background: url(../images/Arrowdown.png) no-repeat 50% 50%;
}
ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 22px;
	background:#f7f7f7;
	margin: 0; padding: 0;
	display: none;
	width: 180px;
	border: 1px solid #111;
	z-index:100;
}

ul.subnav li{	
	background:#f7f7f7;
	border-bottom: 1px solid #e6e6e6;
}
ul.subnav li a {
	float: left;
	width: 155px;
	font-size:12px !important;
}
ul.subnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 26px;
	position:absolute;
	right:-2px;
	top:0px;
	background: url(../images/Arrowside.png) no-repeat 50% 50% !important;
}
ul.subnav1 {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left:181px; top: -1px;
	background:#f7f7f7;
	margin: 0; padding: 0;
	display: none;
	width: 170px;
	border: 1px solid #111;
	z-index:100;
}

ul.subnav1 li{	
	background:#f7f7f7;
	border-bottom: 1px solid #e6e6e6;
}
ul.subnav1 li a {
	float: left;
	width: 145px;
	padding:0 0 0 30px;
}

/*Slider*/
.anythingSlider {
		position:relative;
		width:909px;
		height:222px;
		margin:auto;
		z-index:1;
	}
	
.wrapper {
		position:relative;
		width:909px;
		height:222px;
		margin:auto;
		}
.anythingSlider .wrapper ul { 
width: 99999px; 
list-style: none; 
position: absolute; 
top: 0; 
left: 0; 
margin: 0; 
}
.anythingSlider .wrapper ul li {
	display: block; float: left; padding: 0; height: 222px; width:909px; margin:0;
	position:relative;
}
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.text_slide {
		position:absolute;
		top:20px;
		width:450px;
		right:55px;
		font-size:11pt;
		font-weight:bold;
		color:#d4d4d4;
	}
.text_slide h2{
		font-size:30pt;
		text-shadow:#000 2px 1px 2px;
	}
.text_slide p {
	margin-left:5px;
	margin-top:8px;
	text-align:justify;
	line-height:1.3;
}


#thumbNav {
	position:absolute;
	bottom:29px;
	right:10px;
	float:right;
}
#thumbNav a {
	background:#b9b9b9;
	padding:2px 8px;
	margin: 0 2px;
	color:#020202;
	font-size:10pt;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
#thumbNav a:hover                       { background:#077bcc; color:#fff;}
#thumbNav a.cur                         {background:#077bcc; color:#fff; }

.anythingSlider .forward, #start-stop  {
	display:none;
	}
.anythingSlider .back {
display:none;}


/* Service Area */
#service {
	overflow:auto;
	height:100%;
	margin:auto;
	text-align:center;
	width:910px;
}
.box {
	width:165px;
	height:125px;
	background:pink;
	float:left;
	margin:0px 4.001px 10px 3px;
	padding:5px;
	background:url(../images/service.png) no-repeat;
}
.box h2 {
	font-size:17px;
	margin-top:10px;
	margin-bottom:62px;
	text-shadow:1px 1px 0 #FFFFFF;
}
.box h3 {
	font-size:12px;
		text-shadow:1px 1px 0 #FFFFFF;

}
.box .button {
		font-size:14px;
		font-weight:bold;
		margin-top:8px;
		text-transform:lowercase;
	}

.ind {
		background-position:0 0;
		color:#cb8700;
}
.ind .button a{
		color:#6b4700;
}
.con {
		background-position:0 -135px;
		color:#618501;
	}
.con .button a {
		color:#608400;
	}
.ra {
		background-position:0 -270px;
		color:#bb3838;
	}
.ra .button a {
		color:#6f0a0a;
	}
.inv {
		background-position:0 -405px;
		color:#2b2b2b;
	}
.inv .button a {
		color:#000000;
	}

.it {
		background-position:0 -540px;
		color:#006bb6;
	}
.it .button a {
		color:#003669;
	}
/*Content*/
#Container {
	clear:both;
	}

#content {
	width:673px;
	float:left;
	margin-top:5px;
}

.box_top {
	background:url(../images/box_top.png) no-repeat;
	width:673px;
	height:7px;
	}
.box_content {
	background:url(../images/box_body.png) repeat-y;
	height:100%;
	overflow:hidden;
	}

.box_content h2 {
	color:#08559d;
	text-transform: capitalize;
	line-height:26px;
	border-bottom:1px solid #e6e6e6;
	padding:0 10px;
}
.box_content h3 {
	color:#08559d;
	text-transform: capitalize;
	line-height:26px;
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	padding:0 10px;
}
.box_content img {
	float:right;
	margin:10px;
	background:#dedede;
	padding:4px;
}

.box_content p {
	padding:10px 10px 0px 10px;
	text-align:justify;
	font-size:14px;
	line-height:1.3;
	color:#2b2b2b;
	}
.box_bot {
	background:url(../images/box_bot.png) no-repeat;
	width:673px;
	height:7px;
	margin-bottom:10px;
	}
/* Sidebar*/
#sidebar {
	float:right;
	width:228px;
	margin-top:5px;
}
.sbox_top {
	background:url(../images/sbox_top.png) no-repeat;
	width:228px;
	height:4px;
	}
.sbox_content {
	background:url(../images/sbox_body.png) repeat-y;
	height:100%;
	}
.widget .sbox_content h2 {
	border-bottom:1px solid #e6e6e6;
}

.widget li {
	background:url(../images/Arrow.png) no-repeat;
	background-position:7px 45%;
	text-transform: capitalize;
	line-height:26px;
	border-top:1px solid #e6e6e6;
	padding:2px 10px 0 22px;
	clear:both;
}
.widget li a{
		color:#000000;
		font-size:13px;
		font-weight:bold;
}

.sbox_content img {
 padding-right:5px;
}
.sbox_content h2 {
	color:#2789ce;
	text-transform: capitalize;
	line-height:26px;
	padding:0 10px;
	font-size:17px;
}
.sbox_content h3 {
	color:#000000;
	background:url(../images/Arrow.png) no-repeat;
	background-position:7px 45%;
	text-transform: capitalize;
	font-size:15px;
	line-height:26px;
	border-top:1px solid #e6e6e6;
	padding:2px 10px 0 22px;
	clear:both;
}
.sbox_content img {
	float:right;
}
.sbox_content p {
	padding:10px 10px 0px 10px;
	font-size:14px;
	line-height:1.4;
	color:#2b2b2b;
	}
.sbox_bot {
	background:url(../images/sbox_bot.png) no-repeat;
	width:228px;
	height:5px;
	margin-bottom:10px;
	}
.more {
	background:url(../images/more.png) no-repeat;
	margin-left:10px;
	width:66px;
	height:21px;
	line-height:21px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	margin-top:10px;
}
.more a {
		color:#2b2b2b;

}
/* Footer*/
 
#footer {
	clear:both;
	background:#2789ce;
	text-align:center;
	height:50px;
	line-height:50px;
	margin-bottom:50px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

.contactbox {
	background:url(../images/contact_box.png) no-repeat;
	width:228px;
	height:138px;
	margin-bottom:10px;
	}
.contactbox h2 {
	color:#b37901;
	text-transform: capitalize;
	line-height:35px;
	padding:0 10px;
	font-size:17px;
}

.contactbox p {
	padding:5px 5px 15px 10px;
	font-size:13px;
	font-weight:bold;
}

.c_button {
	background:url(../images/c_bottun.png) no-repeat;
	width:89px;
	height:21px;
	text-align:center;
	margin:auto;
}

.c_button a{
	color:#2e2e2e;
	font-size:13px;
	font-weight:bold;
	line-height:21px;
}
.pagetitle {
	line-height:26px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	top:10px;
	right:10px;
	
}
/*Pages*/
/*Indstrial*/
body#inds {
		background:url(../images/page_bg.png) repeat-x;
	}


body#inds #footer {
	background:#b57a01;
}


body#inds .box_content h2 {
	color:#b37901;
}
body#inds .sbox_content h2 {
	color:#b37901;
}

body#inds #thumbNav a {
	background:#b9b9b9;
	color:#000;
	
}
body#inds #thumbNav a:hover                       { background:#077bcc; color:#fff;}
body#inds #thumbNav a.cur                         {background:#ffe8ba; color:#000; }
body#inds .pagetitle {
	background:url(../images/ptitle.png) no-repeat;
	width:178px;
	height:26px;
	
}

/*CONSULTATION*/
body#cons {
		background:url(../images/con_bg.png) repeat-x;
	}


body#cons #footer {
	background:#b8d370;
}


body#cons .box_content h2 {
	color:#6e8500;
}
body#cons .sbox_content h2 {
	color:#6e8500;
}

body#cons #thumbNav a {
	background:#b9b9b9;
	color:#000;
	
}
body#cons #thumbNav a:hover                       { background:#077bcc; color:#fff;}
body#cons #thumbNav a.cur                         {background:#d9f198; color:#000; }
body#cons .pagetitle {
	background:url(../images/ptitle_con.png) no-repeat;
	width:119px;
	height:26px;
	
}
/*Real State*/

body#rs {
		background:url(../images/rs_bg.png) repeat-x;
	}


body#rs #footer {
	background:#ff9292;
}


body#rs .box_content h2 {
	color:#b30000;
}
body#rs .sbox_content h2 {
	color:#b30000;
}

body#rs #thumbNav a {
	background:#b9b9b9;
	color:#000;
	
}
body#rs #thumbNav a:hover                       { background:#077bcc; color:#fff;}
body#rs #thumbNav a.cur                         {background:#ffcfcf; color:#000; }

body#rs .pagetitle {
	background:url(../images/ptitle_rs.png) no-repeat;
	width:119px;
	height:26px;
	
}
/*investment*/

body#invs {
		background:url(../images/invs_bg.png) repeat-x;
	}


body#invs #footer {
	background:#929292;
}


body#invs .box_content h2 {
	color:#010101;
}
body#invs .sbox_content h2 {
	color:#010101;
}

body#invs #thumbNav a {
	background:#b9b9b9;
	color:#000;
	
}
body#invs #thumbNav a:hover                       { background:#077bcc; color:#fff;}
body#invs #thumbNav a.cur                         {background:#d0d0d0; color:#000; }


body#invs .pagetitle {
	background:url(../images/ptitle_inv.png) no-repeat;
	width:119px;
	height:26px;
	
}
/*it Division*/

body#it {
		background:url(../images/it_bg.png) repeat-x;
	}


body#it #footer {
	background:#6d99ff;
}


body#it .box_content h2 {
	color:#08559d;
}
body#it .sbox_content h2 {
	color:#08559d;
}

body#it #thumbNav a {
	background:#b9b9b9;
	color:#000;
	
}
body#it #thumbNav a:hover                       { background:#077bcc; color:#fff;}
body#it #thumbNav a.cur                         {background:#c0d3ff; color:#000; }
body#it .pagetitle {
	background:url(../images/ptitle_it.png) no-repeat;
	width:119px;
	height:23px;
	
}
/*Contact Form*/

.box_content iframe {
		margin-left:20px;
		margin-top:-35px;
	}
a.power {
display:none !important ;
}

/* ADS Text*/
.slider_con h2 {
		color:#fff;
}
.slider_con p {
		color:#c3da2c;
		text-shadow:1px 1px 0 #000;
	}

.slider_ind h2 {
		color:#fff;
}
.slider_ind p {
		color:#000;
		text-shadow:1px 1px 0 #f3f3f3;
	}
.slider_it h2 {
		color:#64a6ff;
}
.slider_it p {
		color:#fff;
		text-shadow:1px 1px 0 #000;
	}
.slider_ra h2 {
		text-indent:-99999px;
}
.slider_ra p {
		color:#000;
		text-shadow:1px 1px 0 #f4f4f4;
		text-align:right;
	}
	
/*Packages*/

#package {
	overflow:auto;
	height:100%;
	margin:auto;
	text-align:center;
	width:655px;
}
.pack {
	width:115px;
	height:150px;
	background:pink;
	float:left;
	margin:10px 3px 10px 3px;
	padding:0 5px;
	background:url(../images/packs.jpg) no-repeat;
}
.pack a {
	color:#027ae9;
	font-size:13px;
	font-weight:bold;
}
.packlink {
		margin-top:130px;
	}

.wcat {
		background-position:0 -150px;
	}
.wplus {
		background-position:0 -300px;
	}
.wper {
		background-position:0 -450px;
	}
.wbro {
		background-position:0 -600px;
	}

