/*********************************************
*	Theme name: 781 - Invest In Brazil
*	Author: www.psdtohtmlcss.com
*	Date: May 18, 2010 
*********************************************/


/** 
*	Base Settings
*/

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

body {	
	color: #a1a1a1;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#1C1C1C;
}

ul {
	list-style: none;
}

img, fieldset {
	border: 0 none;
}

img {
	margin: 0;
	padding: 0;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 15px 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ol,ul {
	list-style:none;
}

a {
	outline:none;
}

a:link,
a:visited,
a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.txt-right {
	text-align: right;
}

.txt-left {
	text-align: left;
}

/** 
*	CLEAR FIX
*/


.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}

.clr {
	clear: both;
}
