@charset "UTF-8";

body{
	font-family: Arial, Helvetica;
	color: #888888;
}

img{
	padding:0;
	margin:0;
}

a:link, a:visited, a:focus, a:active{	
	color:#ff7e00;
	text-decoration:underline;
}

a:hover{
	color:#ff7e00;
	text-decoration:none;
}

hr{
	color:#000000;
}

.full-width{
	width:100%;
}

.header{
	background-image:url(../img/head-bg.gif);
	background-repeat:repeat-x;
	height:150px;
}

.footer{
	background-image:url(../img/footer-bg.gif);
	background-repeat:repeat-x;
	height:150px;
	font-size:11px;
}

.footer p{
	margin:0px;
}
.header-logo{
	padding-top:32px;
}

.main-title{
	padding-top:13px;
}

.dcla-logo  {
	background:url(../img/dcla-logo.png) repeat scroll center bottom transparent;
	display:block;
	width:42px;
	height:73px;
	text-indent:-99999px;
}

.dcla-logo:hover
{
	background-position: 0 0;
}


.deniskoo-logo:hover
{
	background-position: 0 0;
}

.deniskoo-logo  {
	float:left;
	margin-left:10px;
	background:url(../img/deniskoo-logo.png) repeat scroll center bottom transparent;
	display:block;
	width:30px;
	height:24px;
	text-indent:-99999px;
}


.linkedin-logo:hover
{
	background-position: 0 0;
}

.linkedin-logo  {
	float:left;
	margin-left:10px;
	background:url(../img/linkedin.png) repeat scroll center bottom transparent;
	display:block;
	width:40px;
	height:40px;
	text-indent:-99999px;
}


.facebook-logo:hover
{
	background-position: 0 0;
}

.facebook-logo  {
	float:left;
	margin-left:10px;
	background:url(../img/facebook.png) repeat scroll center bottom transparent;
	display:block;
	width:40px;
	height:40px;
	text-indent:-99999px;
}

#top-navigation{
	background-color:#e0e0e0;
	padding:4px;
	margin-top:36px;
	text-transform:uppercase;

}

#top-navigation ul li{
	display:inline;
	list-style-type:none;
	margin-left:24px;
	margin-right:20px;
	font-size:12px;
}

#top-navigation a:link, #top-navigation a:active , #top-navigation a:focus, #top-navigation  a:visited{
	color:#888888;
	text-decoration:none;
}

#top-navigation a:hover{
	text-decoration:none;
	color:#222222;
}

.activelink{
	color:#222222;
}

.footerlinks a:link, .footerlinks a:active , .footerlinks a:focus, .footerlinks  a:visited{
	color:#858585;
	text-decoration:none;
}

.footerlinks a:hover{
	text-decoration:none;
	color:#696969;
}

.h1-link-top{
	 color:#5d5d5d;
	 text-decoration:none;
}

.h1-style{	
	font-size:30px;
	margin-top:25px;
}

.h2-style{
	font-size:18px;
	margin-top:-40px;
	color:#838383;
}

.index-message{
	 font-size:100px;
	 color:#3e3e3e;
}

.orange{
	color:#ff7e00;
}

.header3{
	font-size:40px;
	color:#ff7e00;
}

.strong-text{
	font-weight:bold;
}