body{
	margin: 0px;
	padding: 0px;
	background-image: url(../back.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, "Helvetica Neue", Arial,  Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#cms_content{
	width: 500px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 986px;
}

#header{
	margin: 0px;
	padding: 44px 80px 0px 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 80px;
	text-align: right;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
}


#nav{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	padding-top: 11px;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}

#nav ul li {
	display: inline;
	padding: 0px 50px;
}

#nav ul li a{
	color: #333;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #b78600;
}

#content{
	margin: 0px;
	padding: 10px;
	height: 469px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
}

#contentMain{
	width: 590px;
	float: left;
	padding-left: 20px;
	line-height: 2.8em
}

#contentMain p{
	margin-left: 30px;
}

#bar{
	margin: 0px;
	padding: 0px 15px;
	height: 118px;
	background-image: url(../images/bar_bg.jpg);
	background-repeat: repeat-x;
}

#barL{
	padding-top: 10px;
	width: 330px;
	color: #ecd98d;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 1px
}

#barL a{
	color: #ecd98d;
	text-decoration: none;
}

#barL a:hover{
	color: #d6a828;
}

#barR{
	padding-top: 30px;
	width: 380px;
	float: right;
	text-align: center;
	color: #d6a828;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: 1px
}

#boxes{
	height: 226px;
	background-color: #cac8c8;
}

#boxes ul{
	margin: 0px;
	padding: 10px 0px 0px 20px;;
}

#boxes ul li {
	display: block;
	float: left;
	list-style-type: none;
	padding-right: 15px;
}

#boxes a{
	background-image: url(../images/boxes.jpg);
	height: 206px;
	display: block;
	float: left;
	overflow: hidden;
}

#boxes .hidden {
	display: none;
}

a#first{
	background-position: 0px 0px;
	width: 305px;
}

/*a#first:hover{
	background-position: 0px -206px;
}*/

a#topics{
	background-position: -319px 0px;
	width: 305px;
}

/*a#topics:hover{
	background-position: -319px -206px;
}*/

a#technologies{
	background-position: -641px 0px;
	width: 306px;
}

/*a#technologies:hover{
	background-position: -641px -206px;
}*/

#footer {
	clear: both;
	margin: 0px;
	padding: 10px;
	color: #474747;
	text-align: right;
	font-size: 11px;
}

#footer a{
	color: #474747;
	text-decoration: none;
}

#footer a:hover {
	color: #b78600;
}

.orange{
	color: #e1be5e;
}

h1{
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #d6a828;
}

h2{
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #d29b71;
}

a{
	color: #b78600;
	text-decoration: none;
}

a:hover{
	color: #d5a828;
}

