
* {
    margin: 0;
    padding: 0;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	width: 100%;
	height:418px;
	margin: 0;
	padding: 0;
	background-color: #000;
	/*background-image: url('../images/bg.png');
	background-repeat: repeat-x;*/

	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #ccc;	
}


h2{

	font-size: 12px;
	color: #000;

}

*img {
	border: 0;
	text-decoration: none;
}

/************************************************************************************************/

div#wrapper{
	
	width:900px;
	margin: 0 auto 30px auto;
	
}

#top {
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	height: 100px;
  	vertical-align: top; 
	margin: 20px 0 0 0;
}

#top a {
	
	font-size:16px;
	font-style:bold;
	color:#ecebea;
	text-decoration:none;
	
}


.sitelogo {
	background-image: url('http://test.ddb.cust.mrfriday.com/ddb/images/siteLogo.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 49px;
	max-height: 49px;
	width: 135px;
	margin:  0;
	padding: 0;
	vertical-align: top;
	float: left;
	clear: none;
}

#menu {
	height: 12px;
	max-height: 12px;
	width: 630px;
	margin-top:  38px;
	padding: 0 0 0 0;
	vertical-align: top;
	float: left;
	clear: none;
	text-align:center;
	overflow-y:hidden;
}

	#menu a {
		
		display:inline;
		color:#ccc;
		font-size:11px;
		font-weight:normal;
		padding: 4px 6px;
		cursor:pointer;
		
	}


#content {
	 
	margin: 0 0 0 0;
	display:block;
	clear:both;
	margin-bottom:10px;
	
}

#content h1 {
	
	font-size:19px;
	font-weight:bold;
	color:#B5B5B5;
	display:block;
	margin:0 0 4px 0;
}

#content h2 {
	
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	color:#BFBFBF;
	display:block;
	margin-top:6px;
	
}

#content h3 {
	
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	color:#929292;
	display:inline;
	margin-top:20px;
	
}

#content h4 {
	
	font-size:23px;
	font-weight:normal;
	font-style:normal;
	color:#929292;
	display:inline;
	margin-left:5px;
	padding-top:50px;
	
}

#content a {
	
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	color:#EBBB00;
	
} 

#content .line {
	
	max-height:1px;
	min-height:1px;
	margin:0 0 0 0;
	padding:8px 0 0 0; 
	clear:both;    
	display:block; 
	
}

#content .row {
	
  	min-height: 76px;
	font-weight: bold;
	display:block; 
	clear:both;
	padding: 0 0 0 0;
	margin: 0 0 9px 0;
	
} 

	#content .row .image {
	
	  	min-height: 70px;
		max-height: 70px;
		width: 120px;
		border:0;
		margin:6px 0 0 5px;
		padding:0;
		float:left;
		clear:none;
		display:inline;  
	
	}
	
	#content .row .info {
	
	  	min-height: 50px;
		width:750px;
		border:0;
		float:right;
		clear:none;
		margin: 3px 5px 0 5px;
		color:#ccc;
		font-weight:normal;
		font-size:12px;
		color:#8C8C8C;
	
	} 
	
#content .blocks {
	clear:both;
	display:block;
	line-height:15px;
}       
          
	#content .blocks .leftblock {
       
	    width:390px;
	    clear:none;
	    float:left;
       
	}   
          
	#content .blocks .rightblock {
       
	    width:390px;
	    clear:none;
	    float:right;
       
	} 
	
	#content .blocks h1 {
		margin-bottom: 10px;
	}  
	
#content .contentblock {
	
	margin-top:10px;
	display:none;
	clear:both;
	
}
        
