/*
Title: [style.css] DPM.
Info: Default cascading stylesheet for DPM Holding Site.
Root URL: www.dpmthesolution.co.uk
Last Update: 20100201 Mon 14.43
*/

/*	=EM-RESET
	---------------------------------------------------- */
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

:focus { outline: 0; }

body { line-height: 1; color: black; background: white; }

ol, ul { list-style: none; }

table { border-collapse: separate; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }


/*	=OTHER SHIT
	---------------------------------------------------- */

body {
	font-family: ;
	background: url(../img/bg.gif) #E9EDE8;
	color: #333;
}
	
#wrapper {
	width: 600px;
	height: 335px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -167px;
	text-align: left;
}

h2 {
	font-family: "adelle-1","adelle-2", Cambria, Georgia, serif;
	font-size: 72px;
	font-weight: bold;
	padding-bottom: 20px;
	text-shadow: 0px 2px 3px #fff;

}

#content {
	width: 590px;
	border-bottom: 1px dashed #999;
	padding-bottom: 30px;
	margin-bottom: 35px;
}

p.text {
	font-family: "droid-serif-1","droid-serif-2", Cambria, Georgia, serif;
	font-size: 16px;
	text-shadow: 0px 2px 3px #fff;
	line-height: 24px;
}

p.display {
	font-family: "adelle-1","adelle-2", Cambria, Georgia, serif;
	font-size: 20px;
	text-shadow: 0px 2px 3px #fff;
}

h3 {
	font-family: "droid-serif-1","droid-serif-2", Cambria, Georgia, serif;
	font-size: 13px;
	color: #EE0F90;
	padding-bottom: 5px;
	text-shadow: 0px 2px 3px #fff;
}

.floatleft {
	float: left;
	padding-right: 20px;
}

#address {
	padding-top: 20px;
	clear: both;
}

a {
	text-decoration: none;
	color: #333;
	padding: 0 2px 2px 2px;
	border-bottom: 1px dashed #999;
	-webkit-transition: color 0.5s linear;
}

a:hover {
	text-decoration: none;
	color: #999;
	padding: 0 2px 2px 2px;
	border-bottom: 1px dashed #999;
}

@-webkit-keyframes newPulse {
	from { text-shadow: 0px 2px 3px; }
	50% { text-shadow: 0px 2px 3px #999; }
	to { text-shadow: 0px 2px 3px; }
}

strong {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}

.new {
	-webkit-animation-name: newPulse;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
}

