/* COMMON */
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #5190b0;
	outline: none;
}
a:hover {
	color: #686868;
}
a:active {
	outline: none;
}
img {
	border: none;
}
p{
	text-indent: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #686868;
	font-size: 0.8em;
	background-color: #FFFFFF;
	
	background-image: url('/images/bg.gif');
	background-position:top left;
	
	background-repeat:repeat-x;
	
	
}
.clear-both {
	clear: both;
}
.right_txt {
	text-align: right;
}
.gray {
	color: #686868;
}
.hidden {
	display: none;
}

/* CONTENT */
.wrapper {
	margin: 0 auto;
	width: 912px;
	
	background: url(images/menu-bg-r.gif) repeat-y 38px top  ;
	/*border:1px solid black;*/

}
/* LEFT SIDE */
.left {
	width: 285px;
	float: left;
	background: url(images/menu-bg-r.gif) repeat-y 38px top;

}
#logo {
	height: 190px;
	background: url(images/pc-logo.gif);
}
/* MENU & FLASH BANNER - MIXED */
#menu {
	background: url(images/menu-bg.gif) top left no-repeat;
	margin: 0 38px;
	padding: 20px 0 2px;
	dheight: 233px;
}
#menu ul, #flash ul {
	list-style: none;
}
#menu ul li a, #menu ul li ul li 
{
	display: block;
	padding: 0 13px;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: -1px;
	color: #5190b0;
	line-height: 1.6em;

	line-height:18px;
	overflow: hidden;
}
#menu ul li a#portfolioLink
{
	display: block;
	padding: 0 13px;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: -1px;
	color: #FF6600;
	line-height: 1.6em;
	line-height:18px;
	overflow: hidden;
}

#menu ul li a:hover,#menu ul li a#portfolioLink:hover 
{
	color: #686868;
}

#menu ul li ul li {
	font-size: 0.8em;
}
#menu ul li ul {
	background: url(images/menu-bg-r.gif) left top;
}
#flash {
	height: 143px;
}
#flash ul li {
	float: left;
}
.line {
	background: url(images/hr.gif) #ffdd8b repeat-x top left;
	width: 100%;
	height: 3px;
	margin-top: 2px;
	overflow: hidden;
}
.dd {
	background: url(images/menu-dd.gif) no-repeat 0px 8px;
}

/* ADS */
#ads {
	text-align: center;
	width: 209px;
	margin-left: 38px;
}
#ads img {
	margin-bottom: 5px;
	display: inline;
}

/* RIGHT SIDE */
.right {
	padding-bottom: 20px;
	float: left;
}
[class].right { /* IE6 FIX */
	margin-left: 285px;
	float: none;
}
/* ALL THE CONTENT TEXT RESIDE THERE */
#content {
	padding: 25px 0 20px 15px;
	overflow: hidden;
}
#content h1, #f_mail h1
{
	font-size: 1.9em;
	font-weight: normal;
	color: #5190b0;
	letter-spacing: -1px;
	padding-bottom: 1em;
}
#content h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding: 1em 0;
}
#content p {
	text-indent: 0px;
	line-height: 1.5em;
	text-align: justify;
}
.photo {
	float: left;
	background-color: #F0F0F0;
	border: solid 1px #e7e7e7;
	padding: 1px;
	margin: 1em;
	margin-left: 0;
}
.photo img{
	display:block;
}
#content ul {
	/*list-style: decimal;*/
	list-style: square;
	margin-left: 20px;
	list-style-position: inside;
}
#content ul li {
	padding-left: 20px;	
}
.quote {
	font-style: italic;
	text-align: justify;
}
.quote_right {
	font-style: italic;
	padding-bottom: 20px;
	text-align: right;
	text-align: justify;
}

/* FOOTER */
.registeredTradeMark
{
	width:800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	font-size:9px;
	text-align:center;
}
#footer 
{
	background: url(images/footer-bg.gif) repeat-x top left;
	height: 200px;
	overflow:hidden;
}
#devdes {
	background: url(images/devdes-bg.gif) no-repeat;
	margin: 47px 0 0 38px;
	
	padding: 30px 0 0 10px;
	height: 47px;
	overflow:hidden;
	font-size: 0.8em;
	color: #cda47b;
}
#devdes a {
	color: #cda47b;
}
#devdes a:hover {
	text-decoration: underline;
}

#address {
	padding: 64px 0 0 10px;
}
#address p {
	font-size: 0.8em;
}


#overDiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
}


#contacts {
	width: 250px;
	dfloat: left;
}
#contacts p {
	font-size: 0.9em;
}

#form {
	border-left: solid 1px #ffda9a;
	padding: 5px 10px 5px 10px;
	dfloat: left;
	dbackground: url(images/enquiry-bg.gif) repeat-y top left #ffffff;
}
[id]#form {
	dmargin-left: 250px;
	float: none;
}
.info {
	padding: 5px;
	border: solid 1px #e7e7e7;
	margin: 10px 0;
	background: #fffbe7;
}
#form p {
	text-indent: 2em;
	font-size: 0.8em;
}
#f_mail label {
	font-size: 0.8em;
	float: left;
}
#f_mail input, #f_mail select {
	display: block;
	border: solid 1px #c7c7c7;
	width: 160px;
	height: 20px;
	margin: 0 0 5px 11em;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.f_title {
	width: auto ! important;
}
#f_mail textarea {
	display: block;
	margin: 5px 0 20px 11em;
	width: 320px;
	height: 150px;
	border: solid 1px #c7c7c7;
}
.f_cal {
	border: solid 1px #ffda9a;
	background: #ffeb9c;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #5190b0;
}
div#menu ul.bg li a,div#menu ul.bg li a#portfolioLink{
	font-size: 12px;
}
div#menu ul.bg li.dd li a{
	font-size: 11px;
}
div#lang_switch{
	position: absolute;
	z-index: 5;
	margin-left: 50px;
	top: 12px;
	color: #686868;
}
div#lang_switch img{
	border: 1px solid #686868;
}
.testimonial{
	font-family: "Times New Roman", Times, serif;
}



div.portfolio
{
	clear:both;
	width:600px;
	margin-bottom:20px;
}

div.portfolio div.pic
{
	float:left;
	width:175px;
	overflow:hidden;	
	text-align:left;
	
	margin: 18px 0 34px;
	
}
div.portfolio div.portfolio_text
{
	float:left;
	width:390px;
	overflow:hidden;
	text-align:justify; 
	margin-left:20px;
	margin-top:18px;
}
 
 div.portfolio  div.portfolio_text h3
 {
       	
	font-weight:normal;
	font-size:14px;
	color:#5190b0;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 0px;
}

.introProjects
{
	font-style:italic;
	width:585px;
	margin-bottom:20px;
	text-indent: 0px;
	line-height: 1.5em;
	text-align: justify;
}

.news_collapsed { border: 1px dashed #c8d8f0; }
.news_expand, .news_collapse, #news_cont { overflow: hidden; }
.news_expand a, .news_collapse a { float: right; }

.news_expand, .news_collapsed .news_collapse, .news_collapsed #news_cont1 { display: none; }
.news_collapse, .news_collapsed .news_expand, #news_cont1 { display: block; }


#news_cont strong.newstitle {
	padding-top: 1em;
	margin-right: auto;
	display: block;
}

#news_cont h2 {
	color: #5190B0;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -0.1em;
	padding: 0;
}

#news_cont .date {
	float: right;
	margin-top: 1em;
}
