html{
height:101%;
margin-bottom:1px;
}

/* Main Structure - Body, TopBar, Middle Main Container, and Bottom Bar  */
/* Main Structure - Body, TopBar, Middle Main Container, and Bottom Bar  */
/* Main Structure - Body, TopBar, Middle Main Container, and Bottom Bar  */
body {
font-family: Helvetica Neue, "Helvetica Neue", Helvetica, Sans Serif;
color:#333;
font-size:16px;
font-weight:100;
line-height:24px;
margin: 0;
padding: 0;
text-align: center;
background-color:#4b1151;
width: 100%;
display: table;
background-image:url(wdc-background.jpg);
background-repeat:repeat;
line-height:20px;
}

#container{	
		margin:0 auto;
		position:relative;
		width:920px;
		padding: 0 40px;	
		margin-bottom:2em;
		}		

h1{
font-family: 'Josefin Sans', sans-serif;
color: #ffffff;
font-size:40px;
font-weight:400;
padding:50px 0 0 0;
margin:0;
letter-spacing:3px;
text-shadow: #666666 0px 0px 10px;
}

h2{
font-family: 'Josefin Sans', sans-serif;
color: #1B1464;
font-size:22px;
margin:0 0 15px 0;
letter-spacing:2px;
padding:0;
font-weight:bold;
}


a:link{
color:#4b1150;
text-decoration:underline;
font-size:14px;
font-weight:200;
}

#home-slide{
margin:0 auto;
margin-top:50px;
width: 900px;
height:500px;
padding:10px;
border-radius:10px;
background-color:#ffffff;
text-align:center;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000; 
box-shadow: 0px 0px 20px #000;	
-moz-border-radius: 10px 10px 0px 0px; 
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 5px 0px 0px;
position:relative;
}


#sticker{
position:absolute;
top:30px;
left:20px;
}

#home-services{
width:900px;
background-image: url(images/bg/50percent.png);
background-repeat:repeat;
padding:0 0 0 20px;

}

.service-tabs{
float:left;
width:280px;
margin: 40px 20px 50px 0;
}


.service-tabs img{
width:270px;
background-color:#ffffff;
padding:5px;
}

.clear{
clear:both;
}

#footer{
width: 880px;
padding:10px 20px;
border-radius:10px;
background-color:#ffffff;
text-align:left;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000; 
box-shadow: 0px 0px 20px #000;	
-moz-border-radius: 0px 0px 10px 10px ; 
-webkit-border-radius: 0px 0px 10px 10px ;
border-radius: 0px 0px 10px 10px ;
font-size:10px;
font-weight:200;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited{
color:#0099FF;
text-decoration:underline;
font-size:10px;
font-weight: 200;
}

#details{
float:left;

}
#social{
float:right;
}