/* CSS layout */
body {
	margin: 0;
	padding: 0;
	height:100%;
	background:url(/images/fundo_riscas.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343537;
}

A:active, a:link, a:visited {
	font-weight:bold;
	color:#4f66a7;
	text-decoration:none;}

A:hover {
	color:#de0000;
	text-decoration:underline;
}

p {
	text-indent:15px;
	margin-top:10px;
	margin-bottom:0px;
	text-align:justify;
	line-height:15px;
}
ul {
	margin-left:0px;
	padding-left:28px;
}

li {
	list-style-image:url(/images/bullet1.gif);
	margin-bottom:5px;
}

h1 {
	display:block;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #222e5e;
	padding:0px;
	margin:0px;
}

h2 {
	display:block;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #737373;
	padding:0px;
	margin:0px;
}

.date {
	font-style:italic;
	font-family::Arial, Helvetica, sans-serif;
	color:#343537;
	font-size:10px;
}

.justified {
	text-align:justify;
}

#container {
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#page_content {
	width:968px;
	height:100%;
	vertical-align:top;
	background-color:white;
	border-left: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	padding-right: 4px;
}

#page_header {
	width: 968px;
	height: 261px;
}

#page_navigation {
	margin-top:10px;
	width: 968px;
	height: 38px;
	background:url(/images/bg_navigation.gif);
	background-repeat:repeat-x;
	margin-bottom:4px;
	vertical-align:middle;
}

#page_brands {
	text-align:center;	
}

.thumb {
	margin:5px;
	margin-left:0px;
	margin-top:0px;
	padding:3px;
	border:1px #e2e2e2 solid;
	float:left;
}

.image_left {
	margin:5px;
	padding:3px;
	border:1px #e2e2e2 solid;
	float:left;
}


.image_right {
	margin:5px;
	padding:3px;
	border:1px #e2e2e2 solid;
	float:right;
}


.goup {
	text-align:right;
}

#page_footer_navigation {
	margin-top:30px;
	width: 968px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #343537;
}

#page_footer_navigation A:active, #page_footer_navigation a:link, #page_footer_navigation a:visited {
	font-weight:bold;
	color:#4f66a7;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

#page_footer_navigation A:hover {
	color:#de0000;
	text-decoration:underline;
}

#page_footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #343537;
	padding-top:15px;
	padding-bottom:15px;
}

#page_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343537;
	vertical-align:top;
	text-align:left;
}

#page_text A:active, #page_text a:link, #page_text a:visited {
	
	font-weight:bold;
	color:#4f66a7;
	text-decoration:none;
	padding-left:11px;
	padding-right:10px;
}

#page_text A:hover {
	color:#de0000;
	text-decoration:underline;
}

#left_content {
	width:365px;
	height:100%;
	background-color:red;
	display:inline-block;
	vertical-align:top;
	
}

#middle_content {
	background-color:yellow;
	width:360px;
	height:100%;
	display:inline-block;
	vertical-align:top;
	border:0px;
}

#right_content {
	background-color:lime;
	width:229px;
	height:100%;
	display:inline-block;
	vertical-align:top;
	border:0px;}

.right_box {
	text-align:left;
	width:229px;
}

.right_box .rightBoxHeader {
	height:5px;
	background:url(/images/box_header.gif);
}

.right_box .rightBoxContent {
	background:url(/images/box_content.gif);
	padding-top:7px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:7px;
}

.right_box .rightBoxFooter {
	height:5px;
	background:url(/images/box_footer.gif);
}


.textField {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	border:1px #bdc3ca solid;
	margin-top:2px;
}

.link_med {
	font-size: 11px;
}

.link_med_bold {
	font-size: 11px;
	font-weight: bold;
}



/*
************************************
MENU
************************************
*/

.menuSelected {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color:#4f66a7;
	
	color:white;
	padding:5px;
	/*border:1px #bdc3ca solid;*/
	margin-left:2px;
	margin-right:2px;
	display:inline-block;
}

.menuSelected A:ACTIVE, .menuSelected A:LINK, .menuSelected A:VISITED {
	color:white;
}

.menuNormal {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#4f66a7;
	
	padding:5px;
	border:1px #white transparent;
	margin-left:2px;
	margin-right:2px;
	display:inline-block;
}

