@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	width:960px;
	height:auto;
	margin:0 auto;
	background:#FFF;
}

img
{
	border:0;
}

#wrapper
{
	width:960px;
	height:auto;
	margin:0 auto;
}

#header
{
	width:920px;
	height:117px;
	background:url(../images/header-bg.jpg) no-repeat;
	padding:0px 0 0 40px;
	font-family:Arial, Helvetica, sans-serif;
}

#logo
{
	float:left;
	width:auto;
	height:auto;
}


#flag
{
	float:right;
	width:auto;
	height:auto;
	font-size:.83em;
	color:#6C6C6C;
	padding:0 20px 0 0;
}

#flag a
{
	text-decoration:none;
	color:#666;
	padding:0 5px;
	font-size:.83em;
}


#signup
{
	float:right;
	width:auto;
	height:auto;
	font-size:.83em;
	color:#6C6C6C;
	padding:10px 20px 0 0;
}


/* Start of navigation */

#nav
{
	clear:both;
	width:960px;
	height:38px;
	background:url(../images/nav-bg.jpg) repeat-x;
}

#nav ul {
	list-style-type: none;
	height: 38px;
}


#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a {
	float: left;
	display: inline;
}

#nav li a.home {
	height: 38px;
	width: 82px;
	text-indent: -10000px;
	background-image:url("../images/home.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.about {
	height: 38px;
	width: 82px;
	text-indent: -10000px;
	background-image: url("../images/about.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.market-entry {
	height: 38px;
	width: 107px; 
	text-indent: -10000px;
	background-image: url("../images/market-entry.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.market-expansion {
	height: 38px;
	width: 147px; 
	text-indent: -10000px;
	background-image: url("../images/market-expansion.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.market-manager {
	height: 38px;
	width: 191px; 
	text-indent: -10000px;
	background-image: url("../images/market-manager.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.project-management {
	height: 38px;
	width: 155px; 
	text-indent: -10000px;
	background-image: url("../images/project-management.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.work {
	height: 38px;
	width: 81px; 
	text-indent: -10000px;
	background-image: url("../images/work.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.contact {
	height: 38px;
	width: 115px;
	text-indent: -10000px;
	background-image: url("../images/contact.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a:hover, #nav li a.selected {
	background-position: 0 -38px;
	/*color: #000;*/
}
/* End of navigation */

#nav-bottom
{
	width:960px;
	height:10px;
	clear:both;
	background:url(../images/nav-bottom.jpg) no-repeat;
}

#banner
{
	width:960px;
	height:auto;
	clear:both;
}

/* Start of Body Content */

#body-content
{
	width:917px;
	height:auto;
	overflow:hidden;
	clear:both;
	background-color:#FFF;
	margin-top:22px;
	padding-left:43px;
}

#home-left
{
	width:480px;
	float:left;
	height:auto;
}

#home-right
{
	width:auto;
	height:auto;
	float:right;
}

#home-left p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.82em;
	color:#666;
	padding:3px 0;
}

/* End of Body Content */

/* About Page */

#about-left
{
	width:350px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

.about-head
{
	font-size:1.38em;
	color:#777777;
	font-weight:400;
	padding-right:50px;
	padding-bottom:10px;
}

#about-left p
{
	color:#666;
	font-size:.75em;
	padding:5px 0;
}

#about-right, #contact-right
{
	float:right;
	width:500px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:20px;
}

#about-right p
{
	color:#666;
	font-size:.75em;
	padding:5px 0;
}

#about-right a, #contact-right a
{
	color:#55A3D4;
}

#about-right a:hover
{
	text-decoration:none;
}

#contact-right p
{
	color:#666;
	font-size:.83em;
	padding:2px 0;
}

.right-head
{
	font-size:.88em;
	color:#777777;
	font-weight:bold;
	padding-right:50px;
	padding-bottom:10px;
}

.con-head
{
	font-size:1em;
	color:#777777;
	font-weight:400;
	padding-right:50px;
	padding-bottom:8px;
	font-weight:bold;
}

/* End of About Page */

/* Start of footer */

#footer
{
	width:918px;
	height:220px;
	background:url(../images/footer.jpg) #e5e5e5 no-repeat;
	clear:both;
	padding:10px 0 0 42px;
}

.footer-head
{
	font-family:Arial, Helvetica, sans-serif;
	color:#1973B9;
	font-size:.82em;
	font-weight:bold;
	font-style:italic;
}

#footer-left
{
	width:370px;
	float:left;
	height:auto;
	clear:both;
}

.icon-cont
{
	width:370px;
	height:auto;
	float:left;
	padding-top:5px;
}

.icon-cont a
{
	font-size:70%;
	color:#6D6D6D;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.icon-cont p
{
	font-size:70%;
	color:#6D6D6D;
	font-family:Arial, Helvetica, sans-serif;
}

.icon-cont a:hover
{
	text-decoration:underline;
}

.icon-left
{
	width:180px;
	float:left;
	height:auto;
	clear:right;
}

.icon
{
	width:20px;
	height:auto;
	float:left;
}

.linktext
{
	width:150px;
	height:auto;
	float:right;
	padding-top:4px;
}

.icon-right
{
	width:180px;
	float:right;
	height:auto;
}

#footer-right
{
	width:520px;
	height:auto;
	float:right;
}

.icon-cont-right
{
	width:500px;
	height:auto;
	float:left;
	padding-top:5px;
}

#footer-right ul
{
	margin:0;
	padding:0;
}

#footer-right li
{
	background:url(../images/news.jpg) no-repeat;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.69em;
	color:#6D6D6D;
	padding:0 0 0 20px;
	margin:5px 0;
}

#footer-bottom
{
	width:900px;
	height:20px;
	clear:both;
	padding:5px 0 0 0px;
}

#footer-bottom-left
{
	width:300px;
	height:auto;
	float:left;
	padding-top:7px;
}

#footer-bottom-left p
{
	font-size:.63em;
	color:#6D6D6D;
	font-family:Arial, Helvetica, sans-serif;
}

#footer-bottom-right
{
	width:auto;
	height:10px;
	float:right;
	color:#6D6D6D;
}

#footer-bottom-right a
{
	font-size:.63em;
	color:#6D6D6D;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#footer-bottom-right a:hover
{
	text-decoration:underline;
}

/* End of footer */

#form
{
	width:350px;
	height:auto;
	font-size:.8em;
}

label
{
	font-size:.8em;
	color:#333;
}

.work {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:.75em;
}

