/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background:url(../images/pagebg.png);
}
.base {
	width:898px;
	margin:0px auto;
	background:#fff;
	border:1px solid #e4e4e4;
	padding:30px;
}
.base .logo {
	width:378px;
	float:left;
	margin-top:10px;
}
.base .aboutcompany {
	width:520px;
	float:right;
}
p, li {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	text-align:left;
	line-height:20px;
	color:#333;
}
p {
	margin-bottom:20px;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
a {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#333;
}
a:hover {
	color:#06C;
}
.dosis {
	font-family:'Dosis', sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.comingsoon_title {
	width:432px;
	height:93px;
	margin:0px auto;
	margin-top:50px;
	background:url(../images/coning_soon.png) no-repeat;
}
.colors {
	width:960px;
	margin:0px auto;
	margin-top:50px;
}
.color1 {
	width:35%;
	background:#003224;
	height:7px;
	float:left;
}
.color2 {
	width:45%;
	background:#259073;
	height:7px;
	float:left;
}
.color3 {
	width:20%;
	background:#7FDA89;
	height:7px;
	float:left;
}
.dgreen{color:#259073; font-weight:bold; text-transform:uppercase;}
.mgreen{color:#259073;font-weight:bold; text-transform:uppercase;}
.lgreen{color:#259073;font-weight:bold; text-transform:uppercase;}