html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.7;
font-family:Helvetica, Arial, sans-serif;
  color:#ccc;
  font-size:13px;
  height:100%;
  font-weight:normal;
  background-color:#111111;
  background-image:url(../images/bg.jpg);
  background-repeat:repeat;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

a{
	text-decoration:none;
	color:#cc0000;
}

p{
	margin-bottom:15px;
}	

h1{
	font-size:62px;
	line-height:1em;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #333;
}

h2{
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
	color:#cc0000;

}

h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	color:#cc0000;
	border-bottom:1px solid #333;
}

a:hover{
	color:#fff;
	text-decoration:underline;
}

.clear{
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

ul{
	margin:0;
	padding:0px 15px 15px 15px;
}

/* Layout */

#wrapper_home{
	width:940px;
	margin:0 auto;
	padding:10px;
	background-image:url(../images/wrapper_bg1.jpg);
    background-repeat:no-repeat;
	min-height:771px;
}

#wrapper_inner{
	width:940px;
	margin:0 auto;
	padding:10px;
	background-image:url(../images/wrapper_bg2.jpg);
    background-repeat:no-repeat;
	min-height:771px;
}

#wrapper_dh1{
	width:940px;
	margin:0 auto;
	padding:10px;
	background-image:url(../images/dh_bg_1.jpg);
    background-repeat:no-repeat;
	min-height:771px;
}

#nav_home{
	width:651px;
	margin-left:339px;
	height:42px;
	margin-bottom:60px;
	padding-top:18px;
}

#nav_home ul{
	list-style:none;
	margin:0;
	padding:0;
}

#nav_home li{
	display:inline;
	margin-right:12px;
	font-weight:bold;
}

#nav_home a{
color:#ccc;
}

#nav_home a:hover{
	color:#fff;
	text-decoration:underline;
}

#nav{
	width:651px;
	margin-left:339px;
	height:42px;
	margin-bottom:20px;
	padding-top:18px;
}

#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#nav li{
	display:inline;
	margin-right:12px;
	font-weight:bold;
}

#nav a{
color:#ccc;
}

#nav a:hover{
	color:#fff;
	text-decoration:underline;
}



#home_content{
	width:460px;
	margin-left:472px;
}

#inner_content{
	width:940px;
	float:left;
}

.logo{
	width:460px;
	margin-bottom:20px;
}

.left_inner{
	float:left;
	width:320px;
	margin-right:62px;
	margin-top:360px;
}

.inner_content{
	float:left;
	width:516px;
	float:left;
	padding:20px;
	background-image:url(../images/transparent_bg.png);
	background-repeat:repeat;
	border-left:1px solid #111111;
	min-height:440px;

}

.seen{
	width:460px;
	margin-bottom:90px;
}

.social{
	width:472px;
}

#footer{
	clear:both;
	float:left;
	width:940px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	margin-top:260px;

}

#footer2{
	clear:both;
	float:left;
	width:940px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	margin-top:60px;
      background-color: #000;
}

#footer a, #footer2 a{
color:#ccc;
}

#footer a:hover. #footer2 a:hover{
	color:#fff;
	text-decoration:underline;
}

.video{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

.img_left{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:5px;
}

.img_right{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:5px;
}
