@CHARSET "ISO-8859-1";

* {
	color: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana,
		sans-serif;
	font-size: 12px;
	font-style: normal;
	border: 0px;
}

body {
	background: #646464 url("images/bg-texture.png");
	margin:0px;
}

#mobart-menu {
	text-align:right;
	background-color:#109a10;
	margin:0px;
	padding:7px;
}

.input-div,.button-div {
	background-color: #ccc;
	color: black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin: 10px;
	background-color: #ccc;
}

input,textarea {
	width: 100%;
	background-color: #ccc;
	color: black;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #ccc;
}

.button-div {
	background-color: #999;
	text-align: center;
}

input[type="submit"] {
	background-color: #999;
}

textarea {
	overflow: auto;
}

h2,h2 * {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}

h3,h3 * {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

h4,h4 * {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: white;
}

a:hover, a:hover * {
	color: red;
}

#menu {
	display: inline;
	text-align: right;
	list-style: none outside;
	float: right;
}

#menu li {
	display: inline;
	margin-left: 50px;
}

#menu li:FIRST-CHILD {
	margin-left: 0px;
}

#menu li a {
	font-size: small;
	text-decoration: none;
	color: white;
}

#menu li a:hover {
	color: red;
}

#logo {
	padding: 20px;
}

/* ########### INDEX ############### */
#slogan1 {
	font-size: xx-large;
	font-weight: bold;
	color: #fff;
	text-shadow: #ddd 0px 0px 2px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	font-weight: bold;
}

#slogan2 {
	font-size: x-large;
	font-weight: bold;
	color: #aaa;
	text-shadow: #888 0px 0px 2px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

#apresentacao-inicial-container {
	width: 400px;
	height: 350px;
	background:url(images/mobile-broker-mobile-stock-trading-solution.jpg) left bottom no-repeat;
	border: thin solid #555;
	
	border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	padding: 10px 10px 10px 390px;
}

#apresentacao-inicial {
	background:url(images/bg-transp-70.png);
	width: 320px;
	padding: 10px;
	margin:30px;
	text-align:left;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

#produto-inicial {
	width: 400px;
	text-align: right;
}

#produto-inicial-img {
	-webkit-box-reflect: below 0px
		-webkit-gradient(linear, left top, left bottom, from(transparent),
		color-stop(.8, transparent), to(rgba(255, 255, 255, 0.08) ) );
}

#descricao-inicial {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0px 10px 0px;
}

div.brief-description {
	background-color: #000;
	border-left: thin solid #222;
	border-right: thin solid #222;
	border-bottom: thin solid #222;
	border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	overflow: hidden;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table.brief-description tr td {
	border-left: thin solid #222;
	vertical-align: top;
}

table.brief-description tr td:first-child {
	border-left: none;
}

table.brief-description tr td div {
	padding: 20px;
}

/* ########### FEATURES ################# */
#features-container {
	width: 800px;
	background-color: #000;
	border: thin solid #222;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	overflow: hidden;
	padding-top: 40px;
}

#features-container table tr td>* {
	padding-left: 40px;
}

#features-container table tr td form table tr td>* {
	padding-left: 5px;
}

.feature {
	width: 300px;
	padding: 10px 50px 10px 50px;
	float: left;
}

#footer {
	width: 780px;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	font-size: 9px;
	padding: 5px;
	color: #ccc;
	padding: 10px;
}

#footer * {
	color: #ccc;
	font-size: 10px;
}

#contact-container {
	width: 720px;
	background-color: #000;
	border: thin solid #222;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	overflow: hidden;
	padding: 40px;
}

#contact-form-div {
	display: inline-table;
	position: relative;
	float: right;
}

