
body {
	/*background-color: rgb(246, 167, 73);*/
	background-color: rgb(0, 0, 0);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

a {
	text-decoration:none;
	color:rgb(255,255,255);
}

div#wrapper {
	overflow:hidden;
	width:985px;
	margin:0 auto;
}

div.wrapping { overflow:hidden; }

div#logo { margin:35px 0; }

/* TOP LINKS - START */
div#toplinks {
	background-color:transparent;
	background-image:url(/temas/novagaia/images/back_toplinks.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	height:35px;
	width:454px;
	padding-left:50px;
	padding-top:8px;
	float:right;
}

div#toplinks .item {
	color:rgb(255,255,255);
	float:left;
	font-size:9px;
	margin-right:20px;
}

div#toplinks .item input {
	background: #EEFF99;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:rgb(255,255,255);
}

div#toplinks .item input[type=text] {
	border:none;
	width:120px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(content/styles/border-radius.htc);
	background-color:rgb(146,102,52);
}

div#toplinks .item input[type=submit] {
	background-color:transparent;
	border:none;
	cursor:pointer;
}

/* TOP LINKS - END*/
/* HEADER - END*/
div#header {
	overflow:hidden;
	width:100%;
	margin-bottom:5px;
}

div#header #menu {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(content/styles/border-radius.htc);
	background-color:rgb(158,109,49);
	border:none;
	height:30px;
	width:760px;
	float:left;
	padding-left:5px;
}

div#header #menu .item {
	float:left;
	margin:0 7px;
}

div#header #searchbox {
	float:right;
	overflow:hidden;
}

div#header #searchbox #searchform {
	overflow:hidden;
	background-color:transparent;
	background-image:url(/temas/novagaia/images/Header/search_inputback.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:217px;
}

div#header #searchbox #searchform input[type=text] {
	width:160px;
	border:none;
	background-color:transparent;
	font-size:11px;
	color:rgb(102,102,102);
	float:left;
	margin:8px 0 0 10px;
}

div#header #searchbox #searchform input[type=image] { float:right; }

div#header #searchbox #searchoptions {
	overflow:hidden;
	float:none;
}

div#header #searchbox #searchoptions input { float:left; }

div#header #searchbox #searchoptions label {
	color:rgb(255,255,255);
	float:left;
}

/* HEADER - END*/
/* BREADCRUMBS - START*/
div#breadcrumbs {
	overflow:hidden;
	height:28px;
}

div#breadcrumbs div {
	float:left;
	margin-left:10px;
	vertical-align:text-bottom;
}

div#breadcrumbs div#pagetitle { margin-right:40px; }

div#breadcrumbs div.item {
	height:22px;
	overflow:hidden;
	margin-right:25px;
	bottom:0;
	margin-top:6px;
}

div#breadcrumbs div.active {
	background-color:transparent;
	background-image:url(/temas/novagaia/images/Breadcrumbs/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

/* BREADCRUMBS - END*/
/* FOOTER - START */
div#footer {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:none;
	behavior: url(content/styles/border-radius.htc);
	background-color:rgb(255,255,255);
	width:100%;
	height:97px;
	margin-top: 70px;
	overflow:hidden;
	font-size:10px;
	color:rgb(51,51,51);
}

div#footer a {
	text-decoration:none;
	color:rgb(51,51,51);
}

div#footer .leftcol {
	float:left;
	padding:12px;
}

div#footer .rightcol {
	text-align:right;
	float:right;
	padding:12px;
}
/* FOOTER - END */

/*body.mainback_butterflies div#wrapper div#header */
div#menu div.item { margin-left:46px !important; }
