/* CSS Document */
body{padding:0px; margin:0px; background:#F7F6D7;  color:#B6B6B6; font:14px/20px Arial, Helvetica, sans-serif;}
div, p, ul, h2, h3, h4, img{padding:0px; margin:0px;}
ul{list-style-type:none;}
a:link {color:#504C3B; font-weight: bold; }       
a:visited {color:#9C9473}   
a:hover {color:#9C9473}  
a:active {color:#9C9473; font-weight: bold; }  

/*----LANGUAGES IMAGE STYLE----*/
* {margin:0; padding:0}
.sm {list-style:none; width:550px; height:100px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}

/*----TOP PANEL----*/
#maintopPan{height:322px; background:ur 0 l(images/topbg.jpg)0 repeat-x;}
#logoPan{width:778px; height:83px; position:relative; margin:0 auto; background:url(images/logopanel-bg.jpg) 0 0 no-repeat;}
#logoPan img{width:171px; height:42px; position:absolute; top:41px; left:304px;}

#headerPan{width:660px; height:189px; position:relative; margin:0 auto; background:url(images/header.jpg) 100% 0 no-repeat; padding:16px 0 0;}
#headerPan ul{width:75px;}
#headerPan ul li{width:75px; height:51px;}
#headerPan ul li.sidenavpadding{padding:18px 0 0;}
#headerPan ul li.home a{width:75px; height:51px; display:block; background:url(images/home-normal.gif) 0 0 no-repeat; text-indent:-20000px;}
#headerPan ul li.home a:hover{background:url(images/home-hover.gif) 0 0 no-repeat;}

#headerPan ul li.aboutus a{width:75px; height:51px; display:block; background:url(images/aboutus-normal.gif) 0 0 no-repeat; text-indent:-20000px;}
#headerPan ul li.aboutus a:hover{background:url(images/aboutus-hover.gif) 0 0 no-repeat;}

#headerPan ul li.contact a{width:75px; height:51px; display:block; background:url(images/contactus-normal.gif) 0 0 no-repeat; text-indent:-20000px;}
#headerPan ul li.contact a:hover{background:url(images/contactus-hover.gif) 0 0 no-repeat;}

/*----TOP PANEL----*/

/*----MENU PANEL----*/
#menuPan{width:778px; height:34px; position:relative; margin:0 auto;}
#menuPan ul{
	width:570px;
	height:23px;
	position:absolute;
	top:0px;
	left:149px;
}
#menuPan ul li{float:left; text-align:center; line-height:34px; font-weight:bold;}
#menuPan ul li.client{width:69px; height:34px; background:url(images/client-hover.gif) 0 0 no-repeat #fff; color:#332D2B;}

#menuPan ul li.testimonials a{width:119px; height:34px; display:block; background:url(images/testimonials-normal.gif) 0 0 no-repeat #fff; color:#332D2B; text-decoration:none;}
#menuPan ul li.testimonials a:hover{background:url(images/testimonials-hover.gif) 0 0 no-repeat #fff; color:#332D2B; text-decoration:none;}

#menuPan ul li.services a{width:98px; height:34px; display:block; background:url(images/services-normal.gif) 0 0 no-repeat #fff; color:#332D2B; text-decoration:none;}
#menuPan ul li.services a:hover{background:url(images/services-hover.gif) 0 0 no-repeat #fff; color:#332D2B; text-decoration:none;}

#menuPan ul li.projects a{width:96px; height:34px; display:block; background:url(images/projects-normal.gif) 0 0 no-repeat #fff; color:#332D2B; text-decoration:none;}
#menuPan ul li.projects a:hover{background:url(images/projects-hover.gif) 0 0 no-repeat #fff; color:#332D2B; text-decoration:none;}

#menuPan ul li.solutions a{width:103px; height:34px; display:block; background:url(images/solutions-normal.gif) 0 0 no-repeat #fff; color:#332D2B; text-decoration:none;}
#menuPan ul li.solutions a:hover{background:url(images/solutions-hover.gif) 0 0 no-repeat #fff; color:#332D2B; text-decoration:none;}

#menuPan ul li.markets a{width:85px; height:34px; display:block; background:url(images/market-normal.gif) 0 0 no-repeat #fff; color:#332D2B; text-decoration:none;}
#menuPan ul li.markets a:hover{background:url(images/market-hover.gif) 0 0 no-repeat #fff; color:#332D2B; text-decoration:none;}

/*----/MENU PANEL----*/

/*----accordion----*/
.accordion_headings{
	padding:1px;
	color:#52402C;
	border:1px solid #52402C;
	cursor:pointer;
	font-weight:bold;
	background-color: #87D9E5;
}

.accordion_headings:hover{
	background:#427A86;
		color:#DFEDEE;
}

#basic-accordian{}

.accordion_child{
	padding:5px;
	border:2px solid #427A86;
	background:#EEE;
}

.header_highlight{
	background:#00CCFF;
}

/*----AJAX SCROLLER----*/
#ajaxticker1{
text-align:center;
width: 575px;
height: 150px;
border: 2px solid #427A86;
padding: 5px;
background-color: #C3E0DB;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #C3E0DB;
}

.someclass{ //class to apply to your scroller(s) if desired
}

/*----BODY TOP PANEL----*/
#mainbodytopPan{
	color:#896F4A;
	margin:0 auto;
	background-color: #F7F6D7;
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#bodytopPan{
	width:588px; /*height:224px;*/
	position:relative;
	margin:0 auto;
	padding:22px 95px 0;
	text-align: center;
}

#bodytopPan h2{
	width:588px;
	height:60px;
	color:#52402C;
	font-weight:bold;
	text-align:center;
	font-size:25px;
	line-height:55px;
	background-repeat: no-repeat;
	background-position: center top;

}

#bodytopPan p span.yellow{background:#3C3633; color:#FFD900;}
/*----/BODY TOP PANEL----*/

/*----BODY PANEL----*/
#mainbodyPan{
	color:#52402C;
	margin:0 auto;
	background-color: #CAA165;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#bodyPan{
	width:588px; /*height:400px;*/
	background:url(images/blog-header.jpg) 0 0 no-repeat;
	position:relative;
	margin:0 auto;
	padding:108px 95px 0;
	text-align: left;
}

#bodyPan h3{width:500px; height:46px; display:block; background:#554D49; color:#D5D5D5; font:36px/46px Arial, Helvetica, sans-serif; font-weight:normal;}
#bodyPan h4{
	width:620px;
	height:45px;
	display:block;
	color:#408291;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	border: medium dotted #87D9E5;
}
#bodyPan h4 span{
	color:#744D24;
	font-size:18px;
	font-weight:normal;
	text-transform:none;
}

#bodyPan h5{width:375px; height:54px; float:left; display:block; background:url(images/date2.gif) 0 0 no-repeat #554D49; color:#009FC2; font-size:14px; line-height:20px; font-weight:bold; text-transform:uppercase; padding:10px 0 0 52px; margin:0px;}
#bodyPan h5 span{background:#554D49; color:#F4D000; font-size:18px; font-weight:normal; text-transform:none;}

#bodyPan p{
	width:430px;
	text-align: left;
}
#bodyPan p span{background:#554D49; color:#fff;}

#bodyPan p.img1{
	width:143px;
	height:106px;
	display:block;
	background:url(images/img1.jpg) 0 0 no-repeat;
	position:absolute;
	top:202px;
	right:107px;
}

#bodyPan p.caption{width:588px; height:30px; font-size:27px; line-height:20px; padding:10px 0;}

#bodyPan p.comments{width:100px; height:16px; float:left; display:block; background:url(images/icon1.gif) 0 0 no-repeat #24201E; line-height:16px; color:#fff; padding:0 0 0 30px; margin:0 10px 0 0;}
#bodyPan p.comments span.no{width:23px; height:16px; background:#0F0F0F; color:#fff; margin:0 0 0 5px; text-align:center; padding:0 4px;}

#bodyPan p.continue{width:88px; height:16px; float:left; line-height:16px; font-family:"Trebuchet MS",Arial, Helvetica, sans-serif; margin:0 170px 0 0;}
#bodyPan p.continue a{width:88px; height:16px; display:block; background:url(images/arrow-normal.gif) 75px 0 no-repeat #24201E; color:#009FC2; text-decoration:none; padding:0 0 0 10px;} 
#bodyPan p.continue a:hover{background:url(images/arrow-hover.gif) 75px 0 no-repeat #24201E; color:#009FC2; text-decoration:none;} 

#bodyPan p.border{width:588px; height:40px; float:left; display:block; background:url(images/dot-line.gif) 0 20px repeat-x; margin:5px 0 0;}

#bodyPan p.img2{
	width:143px;
	height:106px;
	display:block;
	background:url(images/img2.jpg) 0 0 no-repeat;
	position:absolute;
	top:362px;
	right:106px;
}

/*----FOOTER PANEL----*/
#footermainPan{height:50px; background:url(images/footerbg.gif) 0 0 repeat-x #24201E; color:#fff; font:13px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; clear:both; padding:86px 0 0;}

#footerPan{width:588px; position:relative; margin:0 auto;}

#footerPan ul{width:588px; height:20px; position:relative; margin:0 auto;}
#footerPan li{float:left; }
#footerPan ul li a{padding:0 10px 0; color:#fff; background:#24201E; text-decoration:none; font-size:12px;}
#footerPan ul li a:hover{text-decoration:underline;}

#footerPan p.copyright{
	width:250px;
	position:relative;
	margin:0 auto;
	color: #5D8291;
	font-weight: bold;
}
/*----/FOOTER PANEL----*/
#mainbodyPan #bodyPan table tr th {
	text-align: left;
}

.heading {
	font-size: 24px;
	color: #87D9E5;
	font-weight: bold;
	padding-bottom: 4px;
}

