* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	color: #fff;
	font-family: "lucida sans unicode", "lucida grande", arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
h1 {
	color: #6ed1d6;
	font-size: 16px;
	padding-bottom: 0.2em;
	/*text-transform: uppercase;*/
}
h2 {
	color: #fff;
	font-size: 10.5px;
	font-weight: normal;
	line-height: 14px;
	padding-bottom: 0.4em;
}
p {
	padding: 10px 0 35px 0;
	color: #aaa;
}
a:link {
	color: #6ed1d6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6ed1d6;
}
a:hover {
	text-decoration: underline;
	color: #6ed1e9;
}
a:active {
	text-decoration: none;
	color: #6ed1d6;
}

/* 
inicio divs */
#wrapper {
	background: #000 url("wrapper_bg.jpg"/*tpa=http://www.caomenor.pt/img/wrapper_bg.jpg*/) repeat-x;
	width: 83.33em;
	min-height: 600px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#navlist {
	width: 14.33em;
	text-align: center;
	float: left;
}
#content {
	float: left;
	width: 36.17em;
	padding: 0 0.83em 0 0.83em;
	margin-top: 70px;
}
#lateral {
	margin-left: 5.00em; 
	float: left;
	margin-top: 5.83em;
}
#ambiente { /* dentro da lateral; cont	m o swf */
	width: 19.58em;
	height: 47.75em;
	border: 1px solid #5d5d5d;
}
#footer {
	width: 36.17em;
	clear: both;
	margin-left: 183px;
	text-transform: uppercase;
	font-size: 8px;
	border-top: 1px solid #5e5e5e;
}
#sucesso {
	margin: 5%;
}
/* fim divs */


#navlist p{
	padding-top: 0;
	padding-bottom: 5.00em;
}

#footer strong {
	color: #1c4d5c;
	font-weight: normal;
}
#insertf li {
	list-style-type: none;
	display: inline;
}
.first_element {
	padding-top: 2.5em;
}
#menu {
	padding: 0 3.33em 10.83em 3.33em;
}
#menu li {
	list-style-type: none;
	border-top: 1px dotted #5d5d5d;
}
li#last {
	border-bottom: 1px dotted #5d5d5d;
}
#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #8a8c8c;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 7px 0;
}
#menu li a:hover, .selected {
		background-color: #000;
		color: #e8ebed;
		}
		
#lateral p {
	padding: 0;
}
img, #sep { behavior: url("iepngfix.htc"/*tpa=http://www.caomenor.pt/styles/styles/iepngfix.htc*/); }

.sep {
	background-image: url("sep.png"/*tpa=http://www.caomenor.pt/img/sep.png*/);
	background-repeat: no-repeat;
	height: 11px;
	width: 29px;
	padding-bottom: 1.67em;
}

#content img {
	border: 1px dotted #5d5d5d;
	padding: 5px;
}
#content ul, #frm {
	margin: 1.2em 0 3em 0;
}
ul#frm li {
	list-style-type: none;
	padding-bottom: 0.5em;
}

#contactos p{
	padding-top: 0.1em;
	padding-bottom: 2em;
}
#contactos h2{
	font-size: 14px;
}
input.inputext, textarea {
	background-color: #101313;
	font-family: "lucida sans unicode", "lucida grande", arial, helvetica, sans-serif;
	border: 1px dotted #5d5d5d;
	color: #aaa;
	font-size: 12px;
}
.contacto_tipo {
float: left;
margin-right: 1.2em;
}
.clear {
	clear:both;
}