@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
*{
	margin:0px;
	padding:0px;
}
@font-face {
font-family: DinPro;
src: url("fonts/fontscore.com_d_dinproregular.otf") format("opentype");
}
 @font-face {
font-family: DinPro;
font-weight: bold;
src: url("fonts/fontscore.com_d_dinprobold.otf") format("opentype");
}

@font-face {
font-family: DinPro;
font-weight: bolder
src: url("fonts/fontscore.com_d_dinproblack.otf") format("opentype");
}

@font-face {
font-family: DinPro;
font-weight: lighter
src: url("fonts/fontscore.com_d_dinprolight.otf") format("opentype");
}
body{
	background-color:#000000;
	color:#FFFFFF;
	font-family: DinPro, Helvetica, Arial, sans-serif;
	background-image:url(background/800_2770.jpg.h600.jpg);
}

#container{
	width:350px;
	background-image:url(images/boog.png);
	background-position:bottom center;
	padding-bottom:135px;
	position:fixed;
	left:72px;
}
#container h1{
	width:270px;
	height:106px;
	background-image:url(images/logoDW.png);
	display:block;
	margin:0px auto 25px;
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-top:25px;
}
#container h1 span{
	display:none;
}
#content{
	width:210px;
	margin:0px auto;
}
#content p, #content td, #content li{
	font-size:12px;
}
table{
	width:210px;
}
tr{
}
td{
	padding:10px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:2px 5px;
	height:20px;
	border-top:1px solid #FFFFFF;
}
td#mail {
	background-image:url(images/icon-mail.png);
}
td#phone{
	background-image:url(images/icon-phone.png);
	background-position:2px 7px;
}
td#photo{
	background-image:url(images/icon-photo.png);
	border-bottom:1px solid #FFFFFF;
}
#content ul{
	display:block;
	width:210px;
	position:relative;
	top:10px;
	left:20px;
	margin-bottom:40px;
}
#content p{
	margin:30px 0px;
}
a:hover, a:visited, a:active, a:link{
	color:#4284FF;
	text-decoration:none;
}
#content li{
	width:30px;
	height:30px;
	display:block;
	list-style:none;
	float:left;
	margin-right:20px;
}
#content li a{
	width:30px;
	height:30px;
	display:block;
	background-repeat:no-repeat;
}
li#fb a{
	background-image:url(images/icon-fb.png);
}
li#twit a{
	background-image:url(images/icon-twitter.png);
}
li#album a{
	background-image:url(images/icons-album.png);
}
li#yt a{
	background-image:url(images/icon-youtube.png);
}
li#yt{
	margin-right:0px;
}

#content li a span{
	display:none;
}


#mailing{
	width:380px;
	top:0px;
	left:460px;
	position:absolute;
	background-image:url(images/bg-mailing.png);
	background-repeat:repeat;
	padding:60px 40px 44px;
	margin:0px;
	min-height:100%;
	background-attachment:scroll;
}
#mailing p{
	color:#000000;
	font-family: DinPro, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	margin:0px 0px 16px;
	padding:0px;
}
#mailing ul{
	color:#000000;
	font-family: DinPro, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	margin:0px 0px 16px;
	list-style-type:disc;
	list-style-position:outside;
	padding:0px;
}
#mailing li{
	margin:0px;
	padding:0px;
}
