*
{
	padding:0;
	margin:0;
}
html,
body
{
	height:100%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
}
table
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
	border:0;
	border-collapse:collapse;
}
img
{
	border:0;
}
fieldset
{
	border:0 none;
}
ul,
ol
{
	padding:5px 30px;
}
input,
select,
textarea
{
	font:10px Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#000;
	padding:4px 2px;
	border:1px solid #aaa;
}

button
{
	cursor:pointer;
}
h1
{
	font-size:13px;
	font-weight:normal;
	line-height:1em;
	color:#000;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
p
{
	padding-bottom:10px;
}
a,
a:link,
a:active,
a:visited
{
	text-decoration:none;
	color:#000;
}
a:hover
{
	text-decoration:underline;
	color:#000;
}
a:active,
a:focus
{
	outline:0;
}
.fl 
{
  float: left;
}
.fr 
{
  float: right;
}
.alignCenter 
{
	text-align: center;
}
/*css*/

body 

{
	background-color: #151A11;
	width: 100%;
	height: 100%;
}
div.clear 
{
 clear: both;
}

div.divMainBg
{
  
  background: url('img/background.jpg') no-repeat top center;
  width: 100%;
}

div.divMain
{
  margin: 0 auto;
  width: 1001px;
}
div.divMainTextBg
{
	background: url('img/bg-rp.gif') repeat-y top center;
	width: 100%;
}


/* Header css */

div.divLogo
{
	width: 1001px;
	height: 60px;
	padding-top: 30px;
}
div.divLogo .logo
{
	width: 210px;
	float: left;
	height: 60px;
}
div.divLogo .logo a img
{
	height: 60px;
	width: 210px;
}


/* Menu css */

div.divLogo .mainMenu
{
	width: 791px;
	height: 60px;
	padding: 22px 0 0 0px;
	float: right;
}
div.mainMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 60px;
	padding-left: 25px;
	width: 726px;
}
div.mainMenu ul li
{
	
	margin: 0;
	display: inline;
	list-style: none;
	padding: 0px;
}
div.mainMenu ul li a span
{
   background: url(img/tabright.png) top right no-repeat;
   margin-left: 11px;
   padding: 5px 11px 6px 0px;
}
div.mainMenu ul li a
{
	display: block;
	background: url(img/tableft.png) top left no-repeat;
	color: #FFFFFF;
	font: normal 16px 'Myriad Pro',Arial;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	padding: 5px 0px 6px 0px;
}

div.mainMenu ul li a:hover span,
div.mainMenu ul li.active a span
{
   background: url(img/tabrightactive.png) top right no-repeat;
   color: #000000;
   
}
div.mainMenu ul li.active a,
div.mainMenu ul li a:hover
{
	background: url(img/tableftactive.png) top left no-repeat;
	color: #000000;
}
div.mainMenu ul li:hover
{
	margin-top: 1px;
}


/* END Menu css */


/* END Header css */


div.divContent
{
	width: 1001px;
	margin: 0 auto;
	margin-top: 178px;
}

div.divContentLeft
{
	width: 504px;
	float: left;
	min-height: 340px;
	padding: 15px 8px 0px 18px;
	
	color: #FFFFFF;
	font: normal 13px Arial;
}
div.divContentLeft a
{
	color: #FFFFFF;
	font: normal 13px Arial;
	text-decoration: underline;
}
div.divContentLeft a:hover
{
	text-decoration: none;
}
div.divContentLeft ul
{
	list-style: none;
	padding: 10px 0px;
	margin: 0;
	
}
div.divContentLeft ul li
{
	margin: 0;
	list-style: none;
	padding: 0px 0 6px 25px;
	background: url(img/tick.png) no-repeat top left;
}
div.divContentLeft ul li a
{
	color: #FFFFFF;
	font: normal 13px Arial;
	text-decoration: none;
}
div.divContentLeft ul li a:hover
{
	text-decoration: underline;
}
div.divContentLeft h1
{
	margin: 0;
	padding: 0 0 14px 0;
	border: 0 none;
	font: normal 24px Arial;
	color: #FFFFFF;
}
div.divContentLeft img
{
	padding: 2px;
	border: 1px solid #8cc401;
	margin: 5px;
}
div.divContentLeft .projectList
{
	float: right;
	width: 354px;
}
div.divContentLeft .projectList ul li
{
	background: none;
	padding: 0;
	margin: 0;
}
div.divContentLeft .projectUrl
{
	float: left;
	width: 150px;
}
div.divContentLeft .projectUrl a.wactive
{
	text-decoration: underline;
}
div.divContentRight
{
	width: 471px;
	float: right;
	padding: 0 0 0 0px;
}
div.divContentRight .contacts
{
	margin: 30px 0 0 210px;
	font: normal 12px Arial;
	color: #f2fbec; 
}
div.divContentRight .contacts a
{
	font: normal 12px Arial;
	color: #f2fbec;
}
.slideDesc
{
	font: normal 12px Arial;
	color: #f2fbec;
	margin: 30px 0 0 20px;
}
.slideDesc a
{
	color: #d2fa08;
}
.slideDesc a:hover
{
	text-decoration: underline;
}


/* CONTENT */
.slideImage
{
	width: 435px;
	height: 227px;
	margin: 10px 0 0 24px;
}
/* END CONTENT */

/* FOOTER LINKS */

div.divFooter
{
	background: url('img/footer-bg.jpg') no-repeat top center;
	width: 100%;
	height: 267px; 
}
div.footerLinks
{
	height: 82px;
	width: 1001px;
	margin: 0 auto;
}

div.greenLinks
{
  width: 1001px;
  height: 62px;
  overflow: hidden;
}
div.greenLinks .greenMenu
{
  	width: 579px;

}
div.greenLinks .greenMenu ul
{
  list-style-type: none;
  padding-left: 10px;
  margin: 0;
}
div.greenLinks .greenMenu ul li
{
  float: left;
  line-height: 56px;
  padding-right: 9px;
}

div.greenLinks .greenMenu ul li a
{
  color: #536d2b;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration:none;
}
div.greenLinks .greenMenu ul li a:hover
{
	color: #f2fbec;
}


div.footerLinks .greenCopy
{
   width: 402px;
  padding-top: 60px;
  text-align: center;
  line-height: 62px;
}
div.footerLinks .greenCopy
{
  color: #FFFEFE;
	font-family: Arial, Verdana;
	font-size: 12px;
}
.footerLinks .footerLeft
{
	width: 1001px;
	overflow: hidden;
	height: 180px;
}
.footerLinks .footerContent
{
	width: 579px;
	padding: 20px 0 0 20px;
}
/* END FOOTER LINKS */

