html, body, div, span, h1, h2, h3, h4, h5, h6,
p, blockquote, a, code, img, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, em,
strong
{
	margin:0px;
	padding:0px;
	border:0px;
	font-size:100%;
}
/*-----------------------------------------------------------------------------
	Body
------------------------------------------------------------------------------*/

body
{
	background-color:#CEE48B;
        font-size:100%;
	width:100%;
	font-family:Arial, sans-serif;
}

.clear
{
	clear:both;
}

.clearspace
{
	clear:both;
	height:15px;
}

p
{
	line-height:17px;
	font-size:.8em;
}

ul
{
	list-style:none;
}

#container, #header-contain, #page-contain, #footer-contain
{
	width:960px;
	margin:auto;
}
/*-----------------------------------------------------------------------------
	Header
------------------------------------------------------------------------------*/

#top-row
{
	width:100%;
	height:5px;
	background-color:#2E2E2E;
	margin:7px 0 7px 0;
	background-repeat:repeat-x;
}

#header
{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:207px;
        position:relative;
}

#logo
{
	width:296px;
	height:112px;
	margin:45px 0 0 30px;
}

#menu
{
	clear:both;
}

#submenu
{
	background-color:#F2EDE2;
	/* IE only 
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#dddac9', startColorstr='#f2ede2', gradientType='0');*/
	width:960px;
}

a {outline:none;}
/*
#submenu-toprow
{
	width:100%;
	height:5px;
	margin:0;
	background-image:url(../images/submenu-toprow.png);
	background-repeat:repeat-x;
}

#submenu-bottomrow
{
    clear:both;
	width:100%;
	height:1px;
	background-color:#e2ded2;
	margin:0;
        font-size:1px;
        line-height:1px;
}
*/


#nav
{
	font-size:.8em;
	/*margin:39px 0 0 10px;*/
        position:absolute;
        top:179px;
        left: 10px;
	
}

#nav li, .sub-nav li
{
	float:left;
	width:130px;
	margin-right:5px;
}

#nav li a, #nav li a:link, #nav li a:visited
{
	display:block;
	text-align:center;
	padding-top:7px;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	width:130px;
	height:21px;
	
}



#nav li a:hover
{
	background-image:url(../images/tab.hover.png);
	background-repeat:no-repeat;
	width:130px;
	height:21px;
}

#nav li.active,#nav li.active a
{ 
    background-image:url(../images/tab.active.png);
	background-repeat:no-repeat;
	width:130px;
	font-weight:bold;
}


.subnav 
{
background:#F2EDE2 none repeat scroll 0 0;
display:block;
padding:5px 0 3px 10px;
overflow:hidden;

}

.subnav li 
{
	float: left;
	font-size:.8em;
	padding:2px 7px 4px;
}

.subnav li a 
{
	display: block;
	color: #191919;
	font-weight: bold;
	text-decoration:none;
}

.subnav li a:hover
{
	color: #2388ff;
}

.active
{
	height:28px;	
}

/*-----------------------------------------------------------------------------
	Content
------------------------------------------------------------------------------*/

#intro-text
{
	background-color:#FFFFFF;
	width:100%;
	padding-bottom:5px;
	position:relative;
}

#intro-text h1, #page-text h1
{
	color:#EE63B1;
	font-size:2.4em;
	font-family:"Times New Roman", Arial, sans-serif;
	font-weight:bold;
	margin:10px;
	letter-spacing:-0.05em;
	
}

#page-text h1
{
	font-size:1.8em;
	margin:15px 0 2px 10px;
}

#intro-text p
{
	color:#1C1C1C;
	float:left;
	width:505px;
	margin:0 0 10px 10px;
	font-size:0.8em;
	
}

#intro-text p a, #intro-text p a:link, #intro-text p a:visited
{
	background-color:#EE8BDF;
	text-decoration:none;
	color:#303030;
}

#intro-text p a:hover
{
	background-color:#E75BE0;
}

#slideshow img
{
	width:423px;
	/*height:311px;*/
	position:absolute;
	top:-40px;
	left:535px;
	float:right;
	
}

#text
{
	background-color:#4FA2CF;
	padding:5px 0 5px 0;	
}

#content-contain
{
	width:540px;
	float:left;
        padding-left:7px;
      
}

#featured
{
	float:left;
	width:450px;
}

#featured h2
{
	font-size:1.4em;
	font-weight:normal;
	color:#000000;
	margin:10px;
}

#featured img
{
	width:421px;
	height:226px;
	margin-left:6px;
}

#featured p
{
	margin:5px 0 10px 10px;	
	font-size:0.8em;
}

#article
{
	background-color:#2D86B6;
	float:left;
	width:490px;
	background-image:url(../images/article.png);
	background-repeat:no-repeat;
	margin:20px 0 10px 10px;
	padding-bottom:50px;
}

.article-box h3
{
	color:#F0A88B;
	margin:15px 0 2px 15px;
	
}

.article-box p
{
	margin:0 5px 10px 15px;
	color:#202020;
	font-weight:bold;
	
}

.article-box a, .article-box a:link, .article-box a:visited
{
	color:#F0A88B;
	font-weight:bold;
	
}

.readall a, .readall a:link, .readall a:visited
{
	display:block;
	background-color:#1E5877;
	height:20px;
	width:455px;
	padding:3px 0 3px 10px;
	color:#F0A88B;
	text-decoration:none;
}

.readall a:hover
{
	color:#FFFFFF;
}

#page-text
{
	background-color:#FFFFFF;
	padding:5px 0 5px 0;
	width:100%;
}

#page-text h2
{
	color:#215584;
	font-weight:normal;
	letter-spacing:-0.03em;
	font-size:1.2em;
	padding:5px 0 5px 10px;
}

#page-text a, #page-text a:link, #page-text a:visited
{
	color:#0000FF;
}

#page-text p
{
	margin:5px 0 1px 10px;	
	color:#191919;
	font-size:14px;
	
}

/*-----------------------------------------------------------------------------
	Breadcrumb
------------------------------------------------------------------------------*/
#breadcrumb {font-size:0.8em; margin:3px 0 0 10px}

#breadcrumb a
{
  color: #0000FF;
  text-decoration: none;
  padding-right: 15px;
  background: url(../images/bullet.png) no-repeat center right;
}
#breadcrumb a:hover {color: #F60; text-decoration: underline}

#breadcrumb em{color: #9b4174; font-style:normal}


#sidebar
{
	background-color:#4FA2CF;
	background-image:url(../images/sidebar.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:825px;
	width:383px;
	float:right;
	margin:10px 15px 10px 0px;
        display:inline;
}

#sidebar img
{
	width:378px;
	height:274px;
	margin:3px 0 0 3px;
}

.gallery
{
	clear:both;
	margin:20px 15px 20px 25px;
}

.gallery img 
{
	width:100px;
	height:100px;
	margin-right:10px;
	padding:5px;
	border:1px solid #C0C0C0;
}

.separatore
{/*
	background-color:#9b4174;
	height:2px;
	margin:0 0px 0px 10px;
	width:98%;
        font-size:1px;
        line-height:1px;
	*/
}
/*-----------------------------------------------------------------------------
	Footer
------------------------------------------------------------------------------*/

#footer
{
	background-color:#87CCF1;
	height:80px;
}

#cloud
{
	width:105px;
	height:68px;
	float:left;
	margin-right:10px;
	position:relative;
	bottom:10px;
}

#footer p
{
	color:#1B1B1B;
	padding:0px 15px 0 5px;
	
}
#footer ul{
   display:block;
   margin:10px 5px;
}

#footer li
{
	font-size:.8em;
	display:inline;
}

#footer a, #footer a:link, #footer a:visited
{
	color:#000;
	text-decoration:underline;
	margin-right:5px;
}

#footer li a:hover
{
	text-decoration:none;
}

#footer-menu{
   float:right;
   width:840px;

}
/*-----------------------------------------------------------------------------
	Other
------------------------------------------------------------------------------*/

.row
{
	height:20px;
	width:100%;
	background-color:#E6F3C3;
	margin:7px 0 7px 0;
}

#adsense-up{
 width:540px;
 float: left;
 padding-left:20px;
 margin-top:15px;
 margin-bottom:40px;
 
}

.adsense-ad{
 width:250px;
 float: left;
 padding-right:10px;
}