/* PNG FIX for IE6 */
a, img, div { behavior: url(assets/scripts/iepngfix.htc) }

*{
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,sans-serif;
}
body{
	background:#000000 url(../images/dm-bg.jpg) no-repeat scroll top center;
	width:100%;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
a, a img{
	outline: none;
	border:none;
}

.centered{
	text-align:center;
}
#header{
	margin:auto;
	width:780px;
}
#header img.logo{
	padding:20px 0 15px 0;
	float:left;
}
#div1{
	clear:both;
	margin:auto;
	width:750px;
	height:560px;
	background:url(../images/dm_transp.png);
	border:1px solid #222;
	padding:15px;
}
#div2{
	clear:both;
	position:relative;
	margin:auto;
	background:#000;
	width:710px;
	height:530px;
	border:1px solid #222;
	padding:15px;
	color:#fff;
}
#div2.home img{
	margin-top:12px;
}
#navigation{
	clear:both;
}
#navigation ul{
	width:780px;
	margin:auto;
	margin-top:5px;
}
#navigation ul li{
	display:block;
	float:left;
	width:156px;
}
#navigation li a{
	display:block;
	text-indent:-9999px;
	height:15px;
	overflow:hidden;
}
#navigation li.link1{
	background:url(../images/menu/dm-link1-gry.gif) top left no-repeat;
}
#navigation li.link1 a:hover{
	background:url(../images/menu/dm-link1-wht.gif) top left no-repeat;
}
body#collection #navigation li.active{
	background:url(../images/menu/dm-link1-wht.gif) top left no-repeat;
}
#navigation li.link2{
	background:url(../images/menu/dm-link2-gry.gif) 60px 0px no-repeat;
}
#navigation li.link2 a:hover{
	background:url(../images/menu/dm-link2-wht.gif) 60px 0px no-repeat;
}
body#about #navigation li.active{
	background:url(../images/menu/dm-link2-wht.gif) 60px 0px no-repeat;
}
#navigation li.link3{
	background:url(../images/menu/dm-link3-gry.gif) 90px 0px no-repeat;
}
#navigation li.link3 a:hover{
	background:url(../images/menu/dm-link3-wht.gif) 90px 0px no-repeat;
}
#navigation li.link5{
	background:url(../images/menu/dm-link5-gry.gif) 82px 0px no-repeat;
}
#navigation li.link5 a:hover{
	background:url(../images/menu/dm-link5-wht.gif) 82px 0px no-repeat;
}
body#aaa #navigation li.active{
	background:url(../images/menu/dm-link5-wht.gif) 82px 0px no-repeat;
}
#navigation li.link6{
	background:url(../images/menu/dm-link6-gry.gif) 75px 0px no-repeat;
}
#navigation li.link6 a:hover{
	background:url(../images/menu/dm-link6-wht.gif) 75px 0px no-repeat;
}
body#clients #navigation li.active{
	background:url(../images/menu/dm-link6-wht.gif) 75px 0px no-repeat;
}
#footer{
	clear:both;
	margin:auto;
	width:750px;
	padding:25px 0 25px 0;
	text-align:center;
	color:#333333;
	font-size:.8em;
}
img.clients{
	margin-top:10px;
}
.clients-kloop{
	width:100%;
	float:left;
	margin:auto;
}
#footer h3{
	margin:auto;
	margin-top:8px;
	width:60px;
	height:27px;
	text-indent:-9999px;
	background:url(../images/dcm.gif) top left no-repeat;
}
/***************/
/* Image Gallery
****************/
#div2.collection{
	background:url(../images/dmcrest.jpg) no-repeat 580px 10px #000;
}
#myGallery
{
	margin:auto;
	margin-top:10px;
	width: 350px !important;
	height: 500px !important;
} 
.imgGallery{
	width:100%;
	height:500px;
}
/***************/
/* Music Player
****************/
#mPlayer{
	width:115px;
	float:right;
	
}