/*
CSS elaborado por Paulo Sousa
udesign.com.pt
Rua Candido Figueiredo 90 A Gab Design
email: geral.udesign.com.pt

/* --- Body --- */

* {margin: 0; padding: 0;}
.clr {clear: both;}
a {color: #fff;}
a:hover {text-decoration: none;}

body {
background: #1D1D1D;
font-family: tahoma, sans-serif;
font-size: 62.5%;
color: #bbb;
}

/* ----- Page Layout ----- */

#wrapper {
width: 740px;
margin: 0 auto;
padding: 20px 0;
overflow: hidden;
/*margin: 45px 0 0 75px;*/
/*padding-bottom: 45px;*/
}

/* ----- Logotipo ----- */

#logo {height: 278px; clear: left;}
#logo h1 {text-indent: -9999px;}

#logo h1 a {
display: block;
width: 319px;
height: 278px;
background: url('images/logo.png') center no-repeat;
}

/* ----- Corpo ----- */

.left {
float: left;
width: 460px;
}

.right {
float: right;
width: 237px;
margin-top: -40px;
}

.left ul {
list-style: none;
padding-left: 10px;
margin: 30px 0 40px 0;
}

.left li {
line-height: 3em;
font-size: 1.5em;
background: url('images/list-bullet.png') left center no-repeat;
padding-left: 30px;
}

.left p {
line-height: 1.4em;
font-size: 1.5em;
}

.contact-box-top {
width: 217px;
height: 14px;
background: url('images/contact-box-top.png') bottom left no-repeat;
margin-left: 10px;
}

.contact-box {
width: 162px;
background: #1D1D1D url('images/contact-box.png') bottom left no-repeat;
color: #666;
font-size: 1.1em;
padding: 8px 30px 10px 25px;
margin-left: 10px;
}

.contact-box input {
margin-bottom: 10px;
color: #333;
}

.contact-box textarea {
height: 150px;
width: 160px;
}

.contact-box input.border_cb {
width: 154px;
height: 1.6em;
padding: 4px 3px 1px 3px;
}

.border_cb {border: 1px solid #cbcbcb;}
.submit {margin-right: -10px; float: right;}

/* ----- fundo ----- */

#footer {
font-size: .9em;
padding: 40px 0 20px 0;
text-align: center;
color: #777;
}