@charset "utf-8";
/* CSS Document */

/*==== ATTRIBUTES FOR LANDING PAGES START =======*/

#landingPagesBanner {
	background: url(http://www.logotipoguru.com/test/landing-pages/images/landingPagesBanner_bg.jpg) bottom center no-repeat;
	float: left;
	padding: 10px 10px 20px 10px;
	width: 873px;
}

#bannerCol1 {
	float: left;
	width: 635px;
}

#bannerCol2 {
	float: left;
	padding: 0 0 0 5px;
	width: 202px;
}

#bannerCol2 img {
	border: none;
	float: left;
}

#bannerCol2 a:active,
#bannerCol2 a:link,
#bannerCol2 a:hover,
#bannerCol2 a:visited {
	text-decoration: none;
}

#articles_list {
	background: #f3f2f2;
	float: left;
	margin: 0 20px;
	padding: 0 0 0 20px;
	width: 830px;
}

#articles_list ul {
	border-right: #ccc 1px solid;
	color: #373737;
	float: left;
	font-size: 12px;
	line-height: 16px;
	width: 230px;
}

#articles_list ul.noBorder {
	border: none;
}

#articles_list li {
	background: url(../images/articles_list_bullets.jpg) center left no-repeat;
	list-style: none;
	padding: 0 20px;
}

#articles_list ul li a:active,
#articles_list ul li a:link,
#articles_list ul li a:visited {
	color: #373737;
	text-decoration: none;
}

#articles_list ul li a:hover {
	color: #373737;
	text-decoration: underline;
}

#articles-mainlistbox{
width:600px; margin:20px auto 20px auto;}

#articles-mainlistbox ul{
	list-style-image: url(../images/bullet_map2.gif);
	list-style-type: none;
}
#articles-mainlistbox a{
text-decoration:none;
color: #666666}
