html {
	width:100%;
	height: 100%;
	margin: 0;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #333;
}

a{
	outline:0;		/*firefox dotted line*/
	color:#311502;
	font-weight:bold;
	text-decoration:none;
}

a:link, a:visited{
	color:#311502;
	
}

a:hover{
	/*color:#888;*/
	text-decoration:underline;
}

a img{
	border:none;
}

h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color:#311502;
}

h1{
	font-size:18px;
}

h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
h4{
	font-size:12px;
}

h2 a, h3 a, h4 a, h2 a:visited, h3 a:visited, h4 a:visited{
	color:#311502 !important;
	text-decoration:none;
}

h2 a:hover, h3 a:hover, h4 a:hover{
	text-decoration:underline;
}

p{
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:0 0 10px 0;
}
.clear{
	clear:both;
}

.hidden{
	display:none;
}

.tright{
	text-align:right;
}

.tleft{
	text-align:left;
}

.tcenter{
	text-align:center;
}

.tjustify{
	text-align:justify;

}

.image_left{
	float:left;
	display:inline;
	margin-right:5px;
}

.image_right{
	float:right;
	display:inline;
	margin-left:5px;
}

.block_left{
	display:block;
	float:left;
}

.block_right{
	display:block;
	float:right;
}

.block_center{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.dotted_hr{
	width:100%;
	height:1px;
	font-size:1px;
	line-height:0;
	margin:10px 0;
	padding:0;
	float:left;
	background:url(/img/dottedline.png) top left repeat-x;
}

.margin_top_15{
	margin-top:15px !important;
}

.margin_top_5{
	margin-top:5px !important;
}


#ff_container{
	width:100%;
	min-height:100%;
	margin:0 auto;
}

#body_background{
	width:1281px;
	min-height:100%;
	/*background: url(/img/site_bg_1037d.png) repeat-y;*/
	background:white;
}


#wrap{
	width:1037px;
	margin:0 auto;
	padding:0;
}

#top{
	position:relative;
	width:1037px;
	height:138px;
	margin:0;
	padding:0;
	background:red url(/img/header_bg_1037.jpg) top left no-repeat;
}

.new_deals_bar{
	clear:both;
	float:left;
	width:1037px;
	margin:0;
	padding:0;
	background:#f5f5f5
}
.new_deals_bar p{
	float:left;
	display:inline;
	margin:0;
	padding:6px 2px;
	font-size:12px;
	line-height:12px
}
.new_deals_bar .deals_date{
	background:#8E9375;
	font-weight:bold;
	color:#eee
}
.new_deals_bar p a{
	color:#D25908 !important;
	padding:0 5px;
	text-decoration:underline;
}

/* TOP NAVIGATION  */

#menu{
	position:absolute;
	top:96px;
	left:10px;
	height:32px;
	list-style:none;
	margin:0;
	padding:0;
}	

#menu li{
	display:block;
	height:31px;
	float:left;
	margin:0;
	padding:0 0 0 6px;
	background: url(/img/tab_left.png) top left no-repeat;
	position:relative;
}
#menu li:hover,#menu li.over{
	height:32px;
}

#menu li:hover a, #menu li.over a{
	height:32px;
	height:22px;
}

#menu li ul{
	display:none;
	position:absolute;
	margin:0;
	padding:0 0 6px 0;
	list-style:none;
	width:145px;	
	background:#dcdfce;
	border:solid 1px #4a2f03;
	border-top:none;
	left:0;
	top:32px;
}

#menu li ul li, #menu li ul li:hover, #menu li ul li.over{
	display:block;
	clear:both;
	height:14px;
	margin:2px 6px;
	padding:0;
	background:transparent !important;
}

#menu li ul li a,#menu li ul li:hover a{
	display:block;
	clear:both;
	width:140px;
	height:14px;
	margin:0;
	padding:0;
	font-weight:normal;
	color:black !important;
	background:transparent !important;
}

#menu li ul li a:hover{
	color:#4a2f03 !important;
}

#menu li:hover ul, #menu li.over ul{
	display:block;
}

#menu li a{
	display:block;
	float:left;	/* ie6... :( */
	height:21px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:7px 6px 3px 0;
	color:black;
	background: url(/img/tab_right.png) top right no-repeat;
}

#menu li a:hover{
	color:#534;
}

#menu li.current {
	height:32px;
	background: url(/img/tab_left_sel.png) top left no-repeat;
}

#menu li.current a{
	color:white;
	height:22px;
	background: url(/img/tab_right_sel.png) top right no-repeat;
}

/* SEARCH BOX  */
#search_box{
	position:absolute;
	left:769px;
	top:100px;
}

#search_box label{
	display:inline;
	float:left;
	font-weight:bold;
	margin:3px;
	padding:0;
}
#search_box input{
	display:inline;
	float:left;
	margin:2px;
	padding:0;
}
#search_box .searchbox{
	width:166px;
}

/* SOCIAL NETWORK ICONS */
#social_icons{
	position:absolute;
	left:581px;
	top:95px;
}


/* HEADER BANNER  */

#top_banner{
	width:728px;
	height:90px;
	position:absolute;
	left:305px;
	top:2px;
	background:white;
}

#top_banner .banner{
	display:block;
	width:728px;
	height:90px;
	padding:0;
	margin:3px;
}

#top_links{
	width:300px;
	text-align:center;
	margin:0;
	padding:0;
	position:absolute;
	color:white;
	left:10px;
	top:53px;
}

#top_links a, #top_links a:hover{
	color:white !important;
	font-weight:normal !important;
}

#left{
	display:inline;
	width:697px;
	float:left;
	margin:10px 20px 10px 10px;
	padding:0;
}

.separator{
	float:left;
	font-family:serif;
	font-weight:bold;
	font-size:24px;
	width:697px;
	color:#747474;
	margin:0 0 20px 0;
	padding:0 0 6px 0;
	background: url(/img/headline_bg_697b.png) bottom right no-repeat;
	text-decoration: none;
}

.separator a:visited{
	color:#747474;
}

.separator a:link{
	color:#747474;
}


.post{
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

.post h2 small{
	font-weight:normal;
	color:#333;
}
.post h2 small a{
	font-weight:bold;
}

.text{
	margin:20px 0;
}

.image100{
	width:110px;
	display:inline;
	float:right;
	margin:0 5px 5px 5px;
	padding:0 0 5px 0;
}

.image100 .frame_middle{
	width:110px;
	display:inline;
	float:left;
	background:url(/img/image_bg_110_2.png) bottom left repeat-y;
}


.image100 .frame_top{
	width:110px;
	height:5px;
	font-size:1px;
	line-height:0px;
	margin:0;
	padding:0;
	background:url(/img/image_top_110.png) top left no-repeat;
}

.image100 .frame_bottom{
	width:110px;
	height:10px;
	font-size:1px;
	line-height:0px;
	margin:0;
	padding:0;
	background:url(/img/image_bottom_110.png) top left no-repeat;
	display:inline;
	float:left;
}


.image100 img{
	display:block;
	width:100px;
	margin:0 auto;
}

.image200{
	width:210px;
	display:inline;
	float:right;
	margin:0 0 5px 5px;
	padding:0 0 5px 0;
}

.image200 .frame_middle{
	width:210px;
	display:inline;
	float:left;
	background:url(/img/image_bg_210_2.png) bottom left repeat-y;
}

.image200 .frame_top{
	width:210px;
	height:5px;
	font-size:1px;
	line-height:0px;
	margin:0;
	padding:0;
	background:url(/img/image_top_210.png) top left no-repeat;
}

.image200 .frame_bottom{
	width:210px;
	height:10px;
	font-size:1px;
	line-height:0px;
	margin:0;
	padding:0;
	background:url(/img/image_bottom_210.png) top left no-repeat;
	display:inline;
	float:left;
}

.image200 img{
	display:block;
	width:200px;
	margin:0 auto;
}

.imgtitle{
	width:100%;
	text-align:center;
	color:white;
	font-size:12px;
	padding:3px 0 2px 0;
	margin:0;
}

.image_column_right{
	width:216px;
	float:right;
	margin:0;
	padding:0;
}


.links{
	text-align:center;
}


.author{
	font-size:10px;
}

.more{
	display:inline;
	float:left;
	margin:0 0 15px 0;
	padding:0;
}

a.banner{
	display:block;
	width:468px;
	height:60px;
	margin:5px auto 2px auto;
	padding:0;
}
.banner{
	display:block;
	width:468px;
	height:60px;
	margin:5px auto 2px auto;
	padding:0;
}



/* headlines (latest)*/

.headlines_wo_teaser, .headlines_w_teaser{
	margin:0;
	padding:0;
	list-style:none;
}

.headlines_wo_teaser li, .headlines_w_teaser li{
	margin:5px 0;
	padding:0 0 0 8px;
	background:url(/img/gray_triangle.png) 0 4px no-repeat;
	border-bottom:dotted 1px #e0e0e0;
}

.headlines_w_teaser li p{
	margin-bottom:3px !important;
}

.headlines_w_teaser li  .image100{
	float:right !important;
	margin:0 0 5px 5px !important;
}
.headlines_w_teaser li  .image100 p{
	margin-bottom:0 !important;
}

.archive_links{
	margin:0;
	padding:0;
	width:620px;
	list-style:none;
}

.archive_links li{
	width:100px;
	margin:0;
	padding:4px 12px;
	float:left;
	border-bottom:dotted 1px #e0e0e0;
}



#right{
	display:inline;
	width:300px;
	float:left;
	margin:10px 0;
	padding:0;
}

.box{
	width:300px;
	margin:0 0 10px 0;
	padding:0 0 6px 0;
	background:url(/img/box_bg.png) bottom left no-repeat;
}

.box h2{
	width:300px;
	height:22px;
	color:white;
	font-size:14px;
	margin:0;
	padding:2px 0 0 10px;
	background:url(/img/box_header_bg.png) top left no-repeat;
	
}


.box ul{
	list-style:none;
	margin:0 0 10px 10px;
	padding:0;
} 

.box ul li{
	margin:0;
	padding:0 0 0 8px;
	background:url(/img/brown_triangle.png) 0 5px  no-repeat;
}
.box ul.fixed_width li{
	width:120px;
	float:left;
}

.box_content{
	width:280px;
	margin:0 auto;
}

.box form{
	display:block;
	margin:10px 0;
	padding:0
}

.subscribe_box{
	width:220px;
}

#nwidget{
	width:180px;
	margin:10px auto;
	background:white;
}
#nwidget ul{
	margin:10px 0;
}
#nwidget ul li{
	margin:0;
}



.box_content a.nube1 {font-size: 1.0em;}
.box_content a.nube2 {font-size: 1.2em;}
.box_content a.nube3 {font-size: 1.4em;}
.box_content a.nube4 {font-size: 1.6em;}
.box_content a.nube5 {font-size: 1.8em;}
.box_content a.nube6 {font-size: 2.0em;}
	
	
#footer {
	clear:both;
    margin: 40px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding:20px  0;
}

#footer p {
	margin: 0px;
	padding: 0;
}

#footer_banner{
	text-align:center;
}
	
.poll_navcontent{
	font-size:9px;
	}
	
.pollStatus p, .totalText {
	font-weight:bold;
	font-size:9px;

}

.pollStatus a {
	font-size: 9px;
	color:#000000;
}

.graph table{
	background-color:#000;
	float:left;
}

#logo_link{
	display:block;
	width:295px;
	height:40px;
	position:absolute;
	top:12px;
	left:10px;
}

.topstory_title {
	font-size: 22px;
}

.fullstory_title {
	font-size: 22px;
}

.headline_title {
	font-size: 16px;
}

#rightrail-banner {
	margin-bottom: 10px;
	text-align:center;
}

.box_300{float:left;width:298px;background:white;margin:0 0 5px 0 !important;display:inline;border:solid 1px #cccccc}
.ad_130x60{width:120px;float:left;display:inline;margin:0 18px;}
.ad_130x60 img{border:solid 1px #cccccc}
.ad_130x60 p{margin:0;text-align:center;font-size:10px;line-height:12px}
.box_300 .ad_130x60{margin:10px 8px}

