@charset "utf-8";
/* Designa Soluções Web :: Main stylesheet */

/* CSS RESET */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* RESET END */

/* General definitions */
html, body {
	width: 100%;
	height: 100%;
	background: #349adb url(../images/bg.jpg) no-repeat center;
	background-attachment: fixed;
}

/* Container */
#all {
	position: absolute;
	width: 779px;
	height: 100%;
	left: 50%;
	margin-left: -390px;
	color:#FFFFFF;
}

/* Titles */
h1, h2 { 
	font-weight: normal; 
	font-size: 60px;
	letter-spacing: normal;
}

h1 { margin: 20px 0px 20px 0px; }
h2 { margin-bottom: 10px; }

strong {
	font-weight: bold;
}

/* Main message at the top (Ops!...) */
#main_msg {
	font-size: 30px;
}

/* Bubble with message (Enquanto isso...) */
#bubble {
	display: block;
	width: 278px;
	height: 171px;
	text-indent: -9999px;
	background-image: url(../images/bubble.png);
	margin: 75px 0px 0px 450px;
}

/* Phone number and email */
#phone {
	font-style: italic;
	font-size: 20px;
	letter-spacing: 6px;
	margin: 10px 20% 0% 20%;
}

/* Contact form */
#form { 
	margin-top: 100px;
	font-size: 20px; 
}

	#form table {
		float: left;
	}

		#form table tr {
			height: 37px;
			margin-bottom: 10px;
		}
	
	#form table tr.spacer {
		height: 15px;
	}

	#form input, textarea {
		width: 257px;
		background-color: transparent;
		border: none;		
	}
	
	#form input {
		height: 33px;
		background-image: url(../images/input.png);
		padding: 2px 10px;
	}
	
	#form textarea {
		height: 103px;
		background-image: url(../images/textarea.png);
		padding: 10px;
	}
	
	#form #send {
		width: 123px;
		height: 34px;
		background-image: url(../images/send.png);
		text-indent: -9999px;
		cursor: pointer;
		margin: 106px 0px 0px 50px;
	}

.right { 
	text-align: right; 
	vertical-align: middle; 
	padding-right: 10px;
}

/* Logo */
#logo {
	display: block;
	width: 169px;
	height: 122px;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	clear: both;
	margin: 200px 0px 20px 305px;
}