﻿body.home {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/bghome.jpg');
	background-repeat: repeat-x;
	background-color:#272729;
}
body.inner {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/innerbg.jpg');
	background-repeat: repeat-x;
	background-color: #d4d4d4;
}
body.innerPortfolio {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/portfolio-inner-bg.gif');
	background-repeat: repeat-x;
	background-color: #d2d2d2;
}

/*************************************************** COMMON ***************************************************/

.wrapper {
	width: 900px;
	margin: 0 auto;
}
.clearFix {
	clear: both;
	height: 0;
	margin: 0;
	min-height: 0;
	overflow: hidden;
	padding: 0;
}
.backgrondFix {
	background-image: url('../images/bgarrqa.png');
	background-repeat: no-repeat;
	background-position: left top;
}

/*************************************************** TOP AREA ***************************************************/
/****** MINILINKS ******/
.miniLinks {
	height: 23px;
	line-height: 23px;
}
.miniLinks ul li {
	float: right;
	color: #a7a9ac;
	font-size: 11px;
}
.miniLinks ul li a:link, .miniLinks ul li a:visited {
	color: #a7a9ac;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
.miniLinks ul li a:hover {
	color: white;
	text-decoration: none;
}
/****** LOGOAREA ******/
.logoArea {
	width: 68px;
	position: relative;
	top: 28px;
	left: 156px;
	height: 99px;
	float: left;
}
.logoAreaInner {
	width: 68px;
	position: relative;
	top: 13px;
	left: 90px;
	height: 99px;
	float: left;
}
/****** MAINMENU ******/
.menuMain {
	width: 620px;
	float: right;
	height: 113px;
}
.menuMain ul {
	position: relative;
	background-image: url('../images/bgmenu.gif');
	background-position: 70px 5px;
	background-repeat: no-repeat;
	margin-left:50px;
	width: 575px;
	height: 14px;
	top: 50px;
}
.menuMain ul li {
	margin-right: 25px;
	float: left;
}
.menuMain ul li a:link, .menuMain ul li a:visited {
	color: #5f5f5f;
	text-decoration: none;
	display: block;
	width: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.menuMain ul li a#current {
	color: #9a8945;
}
.menuMain ul li a:hover {
	text-decoration: underline;
}
li#menuFix {
	margin: 0px;
}
/*************************************************** PORTFOLIO CONTENT AREA ***************************************************/
.portfolioListing {
	margin-top: 20px;
}
.portfolioListing ul {
	width: 641px;
}
.portfolioListing ul li {
	float: left;
	margin-right: 9px;
	margin-bottom: 20px;
	width: 194px;
	display: block;
}
.portfolioListing ul li img {
	padding: 5px;
	background-color: white;
}
.portfolioListing ul li a:link, .portfolioListing ul li a:visited {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	width: 194px;
	display: block;
}
.portfolioListing ul li a:hover {
	background-color: white;
}
.portfolioListing ul li em {
	font-size: 11px;
	color: #414042;
	display: block;
	font-style: normal;
}
.portfolioListing ul li strong {
	margin-top: 9px;
	color: #988630;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}
/*************************************************** SERVICES CONTENT AREA ***************************************************/
.servicesPage ul {
	width: 867px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.servicesPage ul li {
	padding-top:13px;
	width:425px;
	float:left;
	display:block;
	height:90px;
	background-repeat:no-repeat;
	background-position:left 15px;;
}

.servicesPage ul li h2 {
	margin-left:86px;
	font-size:17px;
	font-weight:normal;
	font-family:Georgia;
	color:#988738;
}
.servicesPage ul li span {
	margin-left:86px;
	display:block;
	font-size:12px;
	color:#414042;
}

.servicesPage ul li.webdesign {
	background-image:url('../images/web-icon.png');
}
.servicesPage ul li.gui {
	background-image:url('../images/gui-icon.png');
}
.servicesPage ul li.industry{
	background-image:url('../images/industrialidentity-icon.png');
}
.servicesPage ul li.training{
	background-image:url('../images/training-icon.png');
}
.servicesPage ul li.webdev{
	background-image:url('../images/webdev-icon.png');
}
.servicesPage ul li.projectmang{
	background-image:url('../images/projectmanagement-icon.png');
}

.servicesPage ul li.usabilityanalysis{
	background-image:url('../images/usability-analysis-icon.png');
}
.servicesPage ul li.photography{
	background-image:url('../images/photography-icon.png');
}
/*************************************************** CLIENTS CONTENT AREA ***************************************************/
.clients ul {
	padding-top:20px;
	
}

.clients ul li {
	width:281px;
	background-color:white;
	margin-bottom:12px;
	height:126px;
	float:left;
	text-align:center;
	border:1px #cbcbcb solid;
	margin-right:6px;
	margin-left:6px;
}
.clients ul li span {
	display:block;
	height:126px;
}
/*************************************************** PORTFOLIO INNER CONTENT AREA ***************************************************/
.portfolioInner {
	margin-top:20px;
}
.portfolioInner .leftArea {
	float:left;
	width:611px;
}

.portfolioInner  h2 {
	font-size:16px;
	color:#988738;
	font-family:Georgia;
}

.portfolioInner .leftArea ul {
	margin-top:10px;
	font-size:12px;
}
.portfolioInner .leftArea ul li {
	margin-bottom:15px;
}

.portfolioInner .leftArea .image {
	padding:10px;
	margin-bottom:20px;
	background-color:white;
	text-align:center;
}
.portfolioInner .rightArea {
	margin-top:56px;
	background-image:url('../images/projectdetails-bg.png');
	background-repeat:no-repeat;
	background-position:top right;
	width:258px;
	float:left;
}

.portfolioInner .rightArea .overView {
	margin-left:15px;
}

.portfolioInner .rightArea .overView p {
	line-height:18px;
}
.portfolioInner .rightArea .projectDetails {
	margin-bottom:30px;
}

.projectDetails ul {
	font-size:12px;
	color:white;
	margin-top:5px;
	margin-left:15px;
}
.portfolioInner .rightArea .projectDetails h1 {
	font-size:18px;
	margin-bottom:5px;
	margin-top:12px;
	margin-left:15px;
	font-family:Georgia;
	color:#7e5f12;
	font-weight:normal;
}
.projectDetails ul li a:link, .projectDetails ul li a:visited {
	color:white;
}
.projectDetails ul li a:hover {
	text-decoration:none;
}
/*************************************************** INNER CONTENT AREA ***************************************************/
.innerContet {
	margin-top: 40px;
}
.cotentBlock {
	margin-top: 30px;
}
.ourWork .leftArea {
	float: left;
	width: 611px;
}
.ourWork .rightArea {
	margin-top: 110px;
	float: left;
	width: 220px;
	padding-left: 20px;
	margin-left: 10px;
	border-left: 1px #828282 dashed;
}
.ourWork .rightArea blockquote {
	background-image: url('../images/quoteleftbg.png');
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px #828282 dashed;
	padding-bottom: 20px;
	width: 190px;
	padding-left: 26px;
	margin-bottom: 20px;
}
.ourWork .rightArea blockquote p {
	line-height: 17px;
	color: #414042;
}
.ourWork .rightArea blockquote strong {
	margin-top: 10px;
	background-image: url('../images/comment.png');
	background-position: left top;
	padding-left: 18px;
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #76797d;
}
.ourWork .rightArea h1 {
	color: #c0b46f;
	font-size: 14px;
}
.breadCrum {
	color: #bbbdbe;
	font-size: 12px;
	font-weight: bold;
}
.breadCrum a:link, .breadCrum a:visited {
	color: black;
	text-decoration: none;
}
.breadCrum a:hover{
	color: black;
	text-decoration:underline;
}
.cotentBlock h1 {
	margin-bottom: 20px;
	font-size: 30px;
	font-family: Georgia;
	color: #baac5a;
	font-weight: normal;
	letter-spacing: -0.9px;
}
.cotentBlock p {
	font-size: 12px;
	color: #6d6e71;
}
.contactUs .leftArea {
	width: 245px;
	margin-top: 45px;
	float: left;
}
.contactUs .leftArea h1 {
	font-size: 13px;
	color: #988738;
	margin: 0px;
}
.contactUs .rightArea {
	font-size: 12px;
	width: 580px;
	float: right;
	margin-top: 45px;
}
input.inputBoxSmall {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 248px;
	height: 17px;
	margin-bottom: 18px;
	border: 1px #d2d2d2 solid;
}
.contactUs .rightArea fieldset.left {
	padding-bottom: 15px;
	width: 250px;
	display: block;
	float: left;
}
textarea.inputBig {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 296px;
	height: 123px;
	margin-bottom: 10px;
	border: 1px #d2d2d2 solid;
}
.contactUs .rightArea fieldset.right {
	padding-bottom: 15px;
	float: right;
	width: 296px;
	display: block;
}
.contactUs .rightArea label {
	display: block;
}
.aboutUs .leftArea {
	width: 630px;
	float: left;
}
.aboutUs p {
	margin-left: 16px;
	line-height: 19px;
	font-size: 12px;
	margin-bottom: 10px;
}
.aboutUs .rightArea {
	text-align: center;
	padding-top: 60px;
}
/*************************************************** INNER FOOTER AREA ***************************************************/
.footerInner {
	margin-top: 60px;
	height: 204px;
	background-image: url('../images/goldinner.gif');
	background-repeat: repeat-x;
	background-color: #151516;
	
}
.footerInnerWrap {
	width: 900px;
	margin: 0 auto;
}
.footerInner .gold {
	padding-top: 18px;
	height: 123px;
}
.footerInner .gold .services {
	width: 600px;
	float: left;
}
.footerInner .gold .services ul {
	padding-left: 16px;
	list-style: square;
	margin-right: 4px;
	float: left;
	width: 154px;
}
.footerInner .gold ul li {
	font-size: 11px;
	color: white;
	margin: 0px;
	padding: 1px;
}
.footerInner .gold ul li a:link, .footerInner .gold ul li a:visited {
	font-size: 11px;
	display: block;
	text-decoration:none;
	color:#FFFFFF;
}
.footerInner .gold ul li a:hover {
	color:#000;
	text-decoration:underline;
}

.footerInner .gold h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #655513;
	font-weight: normal;
}
.footerInner .contact {
	width: 270px;
	padding-left: 30px;
	background-image: url('../images/seperatorfooter.gif');
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px;
	float: right;
}
.footerInner .black {
	height: 64px;
	line-height: 64px;
}
.footerInner .black .leftArea {
	float: left;
}
.footerInner .black .leftArea p {
	font-size: 11px;
	color: #a7a9ac;
}
.footerInner .black.rightArea {
	width: 190px;
	float: right;
}
.footerInner .black .rightArea ul li {
	float: right;
	color: #a7a9ac;
	font-size: 11px;
}
.footerInner .black .rightArea ul li a:link, .footerInner .black .rightArea ul li a:visited {
	color: #a7a9ac;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
.footerInner .black.rightArea ul li a:hover {
	color: white;
	text-decoration: none;
}
/*************************************************** CONTENT AREA ***************************************************/
/****** FLASHAREA ******/
.flashAreaHome {
	margin-bottom: 25px;
}
/****** GOLDAREA ******/
.goldAreaHome {
	padding-top: 15px;
	height: 241px;
}
.goldAreaHome h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #655513;
	font-weight: normal;
}
.goldAreaHome .leftArea {
	float: left;
	width: 523px;
}
.goldAreaHome .leftArea .services {
	height: 114px;
	margin-bottom: 10px;
}
.goldAreaHome .leftArea .services ul {
	padding-left: 16px;
	list-style: square;
	margin-right: 4px;
	float: left;
	width: 154px;
}
.goldAreaHome .leftArea ul li {
	font-size: 11px;
	color: white;
	margin-bottom: 4px;
	display: block; 
}

.goldAreaHome .leftArea ul li a:link, .goldAreaHome .leftArea ul li a:visited  {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
}
.goldAreaHome .leftArea ul li a:hover {
	font-size: 11px;
	text-decoration:underline;
	color:#000;
}


.goldAreaHome .rightArea {
	float: right;
	width: 354px;
}
.goldAreaHome .rightArea p {
	font-size: 11px;
	color: white;
	line-height: 17px;
}
.industriesHome {
	height: 63px;
	width: 493px;
	background-image: url('../images/industriesbg.png');
	background-repeat: no-repeat;
}
.industriesHome ul {
	padding-top: 10px;
	list-style: none;
	height: 55px;;
}
.industriesHome ul li {
	margin-right: 12px;
	margin-left: 12px;
	float: left;
}
.industriesHome ul li a:link, .industriesHome ul li a:visited {
	display: block;
	padding-top: 30px;
	height: 21px;
	width: 56px;
}
.industriesHome ul li a:hover {
	color: #bab078;
}
a.banking:link, a.banking:visited {
	background-image: url('../images/banking-logo.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	text-decoration: none;
}
a.itteleco:link, a.itteleco:visited {
	background-image: url('../images/it-teleco-icon.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	text-decoration: none;
}

a.retail:link, a.retail:visited {
	background-image: url('../images/retail-icon.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	text-decoration: none;
}
a.tourism:link, a.tourism:visited {
	background-image: url('../images/tourism-icon.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	text-decoration: none;
}
a.media:link, a.media:visited {
	background-image: url('../images/media-icon.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	text-decoration: none;
}

a.gasoil:link, a.gasoil:visited {
	background-image: url('../images/gas-oil-icon.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	text-decoration: none;
}
/*************************************************** FOOTER AREA ***************************************************/
.footerArea {
	height: 50px;
	line-height: 50px;
}
.footerArea .leftArea {
	float: left;
}
.footerArea .leftArea p {
	font-size: 11px;
	color: #a7a9ac;
}
.footerArea .rightArea {
	width: 190px;
	float: right;
}
.footerArea .rightArea ul li {
	float: right;
	color: #a7a9ac;
	font-size: 11px;
}
.footerArea .rightArea ul li a:link, .footerArea .rightArea ul li a:visited {
	color: #a7a9ac;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
.footerArea .rightArea ul li a:hover {
	color: white;
	text-decoration: none;
}
/*************************************************** Mail Sent ***************************************************/

.mailSent .leftArea {
	width: 450px;
	margin-bottom:100px;
	padding-left:140px;
	float: left;
}
.mailSent .rightArea{
margin-top:100px;

}
.mailSent h2{
	margin-top:100px;
	font-size: 30px;
	font-family: Georgia;
	color:#333333;
	font-weight: normal;
	letter-spacing: -0.9px;
}

/*************************************************** Mail Failure ***************************************************/
.mailFailed .leftArea {
	width: 380px;
	margin-bottom:100px;
	padding-left:170px;
	float: left;
}
.mailFailed .rightArea{
margin-top:100px;

}
.mailFailed h2{
	margin-top:100px;
	font-size: 30px;
	font-family: Georgia;
	color:#333333;
	font-weight: normal;
	letter-spacing: -0.9px;
}

