﻿* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #373B49;
	color: #ffffff;
}
a {
	color:#85d4ed;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#85d4ed;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#85d4ed;
	font-size:48px;
	padding:20px 0 0 20px;
}
.logo span {
	color:#c0e440;	
}
.author {
	padding:0 0 20px 20px;
}
h1 {
	color:#c0e440;
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
}
h2 {
	color:#ffffff;
	font-size:48px;
	font-weight:bold;
	padding:40px 0 0 30px;
}
h3 {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	padding:0 0 0 70px;
}
.mainLogo {	
	float:left;
}
.icons {
	float:right;
	padding:40px 20px 0 0;
}
.icons img {
	border:0;
}
#container { 
	width: 800px;  
	margin: 0 auto;
} 
.mainContent {
	padding:20px 20px;
}
.headerPic {
	height:274px;
	width:800px;
	background:url(../images/headerBackground.jpg) no-repeat left top;
	color:#ffffff;
}
.headerPic p {
	padding:20px 20px 20px 500px;
}
.mainContent li {
	list-style:none;
	display:inline;
	float:left;
	padding:40px 10px;
}
.mainContent li img {
	border:1px solid #000000;
}
.sidebarLeft {
	float:left;
	width:470px;
}
.sidebarRigth {
	margin-left:490px;
	border-left:1px solid #505151;
	padding:0 0 0 20px;
}
#footer {
	text-align:center;
	height:75px;
	background:url(../images/footerBackground.jpg) repeat-x left top;
	color:#ffffff;
	height: 180px
}
#footer p {
	padding:20px 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*MAIN MENU*/
#navcontainer {
	padding:20px 0 170px 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: url(../images/menuBackground.jpg) repeat-x left top;
	color: White;
	float: left;
	width: 101%;
	height:60px;				/* largura menu */
}
#navcontainer ul li { 
	display: inline;
	color:#ffffff;
}
#navcontainer ul li a {
	padding:18px 42px 0 42px;	/* posição texto menu */
	background: url(../images/menuBackground.jpg) repeat-x left top;
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-size:20px;
}
#navcontainer ul li a:hover {
	background: url(../images/menuActive.jpg) repeat-x left top;
	color: #fff;
	height:60px;
}
#navcontainer #active a {
	background: url(../images/menuActive.jpg) repeat-x left top;
	color: #fff;
	height:60px;
}
.menuSeparator {
	height:60px;
	width:2px;
	float:left;
}

/* ---------------------
  Divisão da página CCTV e ALARMES
------------------------*/
.sidebarLeft2 {
	float:left;
	width:350px;
}
.sidebarRigth2 {
	margin-left:370px;
	border-left:1px solid #505151;
	padding:0 0 0 20px;
}

/* ---------------------
  items dos produtos 
------------------------*/
.item{
	background-image:url(../images/bordbg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	color:#000000;
	width:397px;
	margin:0 3px 3px 0;
	float:left
}
*html .item{
margin:0 0 3px 0
}
.item img{
	float:left
}
.item div{
	margin:6px 7px 5px 7px;
}
.items{
	padding:0 30px 55px 0;
}
.item h1{
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#00214B;
text-decoration:underline;
padding:7px 0 7px 0
}
.item p{
color:#000000;
font-size:11px;
}
.item p strong{
font-family:Tahoma;
font-size:18px;
color:#FF3000;
margin:0 10px 0 0
}

/* ---------------------
  Formulário de Contacto
------------------------*/
#page-wrap {
	float:left;
	width: 400px;
	background: white;
	color: #000000;
	padding: 20px 10px 20px 50px;
	margin: 5px auto;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#contact-area {
	width: 400px;
	margin-top: 25px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 270px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contact-area textarea {
	height: 150px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #800;
}
#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 20px;
}
label {
	float: left;
	text-align: right;
	margin-right: 5px;
	width: 90px;
	padding-top: 5px;
	font-size: 1.4em;
}