html {
  height: 100%;
  /*overflow: hidden;*/
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5f5f5f;
}

form {
  margin: 0;
  padding: 0;
}

body {
  height: 90%;
  margin-top: 20px;
  padding: 0;
  background-color: #f0f9f9;
  background-image: url(images/bgtest.jpg);
  background-repeat: repeat-x;
  text-align:center;
}
body {
  height: 90%;
  margin-top: 20px;
  padding: 0;
  background-color: #f0f9f9;
  background-image: url(images/bgtest.jpg);
  background-repeat: repeat-x;
  text-align:-moz-center;
}


#menu {
	width: 150px;
	border-right:1px solid black;
}

#content {
	margin: 10px;
	margin:0px; 
	padding:10px; 
	padding-top:30px; 
	min-height:400px; 
	height:auto; 
	text-align:left; 
	width:675px; 
	float:right; 
	border-left:1px dashed #c4c4c4; 
	display:block;
}

#content h2 {
	font-size: 21px;
	margin-top:-16px;
	margin-left:10px;
	color: navy;
	border-bottom: 1px solid #eaeaea ;
	width:650px; 
}

#content .title { display: block; 
	font-size: 15px; 
	border-bottom: 0px solid #eaeaea ;
	color: #009900;
	margin-bottom: 10px;
	width:650px; 
	font-weight: bold;
}

#content .text { 
	margin: 10px;
	display: block; 
	clear: both;
}

#content img {
	margin-left: 10px;
	margin-right: 10px;	
}

a { text-decoration: none; color: orange; font-size: 11px; font-weight: bold; }
a:hover { text-decoration: none; color: black; font-size: 11px; }

a.linkHP{ text-decoration: none; color: orange; font-size: 13px; font-weight: bold; }
a.linkHP:hover { text-decoration: none; color: black; font-size: 13px; }

/* Fita Corte Inglês */
div.bottom {
	background-image: url(../images/bgFooter.jpg);
	background-repeat: no-repeat;	
	background-color: #e8e8e8;
	border: 1px solid black;
	width: 100%;
	height: 22px;
	clear: both;
}

#vertmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 180px;
	padding: 0px;
	margin: 10px;
	border:0px solid green;
	float: left;
}

#vertmenu ul {
	list-style: none;
	margin: 0px 0px;
	/*padding: 5px 5px;*/
	margin-left: 0px;
	padding-left: 0px;		
	border: 0px solid black;
}

#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	border-bottom: 1px solid #efefef;	
}

#vertmenu ul li a {
	font-size: 15px;
	display: block;
	border-bottom: 0px dashed #C39C4E;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	color: #009900;	
	font-weight: bold;
	width: 180px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	margin-left:0px;
/*background-color: #eeeeee;*/
}

#vertmenu ul li p {
	display: block;
	margin: 0px 0px 0px 0px;
	/*padding: 5px 0px 5px 0px;*/
	text-decoration: none;
	color: #000;
	font-weight: bold;
	width:180px;
}

#container {
	margin:7px; 
	margin-top:0px; 
	margin-bottom:0px; 
	background:url(images/boxContentTop.jpg) repeat-x top; 
	width:899px; 
	text-align:center;
	padding-bottom:0px;
	min-height: 500px;
	height:auto;
}

#middle {
	background:url(images/bgMiddle3.png) repeat-y; width:921px; height:auto;	min-height: 500px; border:0px solid black; clear: both;
}

#top {
/*	background:url(images/bgTopo.png) no-repeat; width:913px; height:150px; text-align: left; */
	background:url(images/bgTopo3.png) no-repeat; width:921px; height:150px; text-align: left;	
}
#top img {
	margin-left:33px;
	margin-top:37px;	
	width: 90px;
	height: 95px;
	border: 0px;
}

#bottom {
	background:url(images/boxBottom3.png) no-repeat; 
	width:921px; 
	height:30px; 
	clear: both; 
	padding-bottom:20px; 
	padding-top:0px; 
	margin-top:0px;
}

.clear { clear: both; overflow:hidden; height: 20px; }








div.fita-Right	{
		position:absolute;
		left:100%;
		top:0px;
		overflow:visible;
		height:150px;
		width:150px;
/*		background-image:url(http://radiocomercial.clix.pt/images/fita_blog.gif); */
		background-repeat:no-repeat;
		background-position:-200px -200px;
		background-color:transparent;
		margin:0 0 0 -150px;
		padding:0;
		color:#000;
		font-family:helvetica,verdana,arial,tahoma,sans-serif;
		z-index:1000000000;
		border:none;
		float:none;
			}

div.fita-Right-foi			{
		position:absolute;
		left:100%;
		top:0px;
		overflow:visible;
		height:150px;
		width:150px;
/*		background-image:url(http://radiocomercial.clix.pt/images/fita_blog_foi.gif); */
		background-repeat:no-repeat;
		background-position:-200px -200px;
		background-color:transparent;
		margin:0 0 0 -150px;
		padding:0;
		color:#000;
		font-family:helvetica,verdana,arial,tahoma,sans-serif;
		z-index:1000000000;
		border:none;
		float:none;
			}

.input, .textarea, .select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(images/inputBg.gif) top left no-repeat;
  margin-top:2px;
  margin-right:10px;
/*  display: block;*/
}			

.submit {
  width:80px;
  height: 22px;
  border:0px;
  background:#ffffff url(images/bt_enviar.jpg);
}

input.submit:hover {
  cursor: pointer;
}