@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button{margin:0;padding:0;border:0 none;outline:0;font-size:100%;background:transparent;}
body{line-height:1;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* /reset */

body{
	margin:0px;
	background-color: #003d5b;
	background-image:url(../images/layout/bg.png);
	background-repeat:repeat-x;
	background-color: #0D3D70;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.page{
	width:920px;
	margin-top:0;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
.page #top{
height:135px;
width:920px;
margin-bottom:10px;

}
.page #top #logotipo{
	display:block;
	height:90px;
	width:898px;
	margin-left:10px;
	margin-right:10px;
	background-image:url(../images/layout/top_r1c1.png);
	background-repeat:repeat-x;
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
.page #top #menu_left{
	background-image:url(../images/layout/top_r2c1.png);
	background-repeat:repeat-x;
	height:45px;
	width:140px;
	float:left;
	margin-left:10px;
}
.page #top #menu_right{
	background-image:url(../images/layout/top_r2c3.png);
	background-repeat:no-repeat;
	height:45px;
	width:140px;
	float:left;
}

.page #top #menu{
	height:45px;
	width:620px;
	float:left;
	background-image:url(../images/layout/top_r2c2.png);
	background-repeat:repeat-x;
	text-align:center;
}
.page #top #itens{
	height:45px;
	margin-left:auto;
	margin-right:auto;
	width:550px;
}
.page #top #menu a{
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	padding-top:8px;
	text-decoration:none;
}
.page #top #top_right{
	background-image:url(../images/layout/top_right.png);
	background-repeat:repeat-x;
	height:135px;
	display:block;
	width:5px;
	margin-right:10px;
	float:left;
}

.page #main{
	width:920px;

}
.page #content_header1{
	width:920px;
	height:10px;
	margin:0px;
	padding:0px;
	background-image:url(../images/layout/content_header1.png);
	background-repeat:no-repeat;
}
.page #content_header2{
	width:920px;
	margin:0px;
	padding:0px;
	height:60px;
	background-image:url(../images/layout/content_header2.png);
	background-repeat:no-repeat;
}
.page #content{
	background-image:url(../images/layout/content_bg.png);
	background-repeat:repeat-y;
	min-height:500px;
	width:900px;
	padding-left:10px;
	padding-right:10px;
}
.page #footer{
	width:920px;
	height:65px;
}
.page #footer #left{
	width:20px;
	height:65px;
	background-image:url(../images/layout/footer_left.png);
	background-repeat:no-repeat;
	float:left;
}
.page #footer #center{
	width:880px;
	height:65px;
	float:left;
	background-image:url(../images/layout/footer_bg.png);
	background-repeat:repeat-x;
}
.page #footer #right{
	width:20px;
	height:65px;
	float:left;
	background-image:url(../images/layout/footer_right.png);
	background-repeat:no-repeat;
}
.clear{
	clear:both;
}
