@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffffff;
	font: 16px Courier New, Courier, monospace;
	color:#000000;
}

p {
	margin: auto;
}

* {
	outline:none;
}

.info {
	width: 90%;
	margin: auto;
}

.shadow {
	background-color:#ffffff;
	padding-top:50px;
}


.headerwrap {
	background:url(../images/logo_ddf.png) top no-repeat;
	color:#000000;
	height:200px;
	margin-top: 15px;
}

.header {
	height:140px;
}

.header h1 {
	padding-top:15px;
	text-align:center;

}

ul.points {
	font:20px/36px Arial, Helvetica, sans-serif;
	padding-left:20px;
}

ul.points strong {
	color:#e33100;
}

.calltoaction {
	border-top:1px solid #efefef;
	padding-top:20px;
}

.calltoaction p {
	margin:0 0 10px;
}

.calltoaction p strong {
	color:#e33100;
	font-size:20px;
}

.awesome, .awesome:visited {
	background: #222 url(../images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.blue.awesome, .blue.awesome:visited {
	background-color: #2daebf; 
}
.blue.awesome:hover {
	background-color: #007d9a;
}

.awesome:active {
	top: 1px;
}

.asseenon {
	border-top: 1px dotted #333;
	padding:20px 0;
}

.asseenon p {
	margin:5px 0 0 0;
}

blockquote p strong {
	color:#e33100;
	font-weight:bold;
	font-style:normal;
	display:block;
	border-bottom:1px dotted #333;
	padding-bottom:20px;
	margin-bottom:20px; 
}

p.first {
	font-size:18px;
	color:#333;
}

p.first2 {
	font-size:18px;
	color:#333;
	margin-left: 16px;
}

p.first-gallery {
	font-size:18px;
	color:#333;
	margin-top:50px;
	margin-left:178px;
}

p.standout {
	font-size:16px;
	font-weight:bold;
	color:#111;
	margin-bottom:5px;
}

p.standout2 {
	font-size:16px;
	font-weight:bold;
	color:#111;
}

.contenttop {
	text-align:center;
	padding-top:0px;
	color: #666;
	font-size:14px;
}

.contenttop2 {
	text-align:right;
	padding-top:10px;
	color: #ededed;
	font-size:12px;
}

.contenttop2 a {
	color:#fff;
	text-decoration:none;
}

.contenttop2 a:hover {
	color:#0941fa;
}

p.center {
text-align:center;
} 

#tab2container {
	min-height: 200px;
}

#mounthtabs a.selected {
	color: #333;
	text-decoration: underline;
}

.video {
	text-align:left;
	width:560px;
	height:315px;
}

#footer {
	text-align: left;
	margin-bottom: 10px;
}