/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

a{
	outline:none;
}
.clear{
	clear:both;
}
/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #000;
	text-align:justify;
	overflow-x:hidden;
}

body{
	background-color:#eaeaea;
	overflow-x:hidden !important;
}

#top{
	width:100%;
	height:390px;
	background-color:#fff;
}
#top-content{

	width:900px;
	height:390px;
	margin:auto;
	position:relative;
}
#top-left{
	width:320px;
	height:390px;
	float:left;
}
#top-right{
	width:900px;
	height:390px;
	right:-300px;
	position:absolute;
}
#content-contener{
	min-height:520px;
	width:100%;
}
#content{
	width:900px;
	min-height:520px;
	margin:auto;
}
#content-text{
	float:left;
	width:560px;
	/*padding:30px 0 0 10px;*/
	padding:30px 0 0 0;
	min-height:490px;
}
#content-form{
	float:left;
	width:330px;
	min-height:490px;
}
#footer{
	height:100px;
	width:100%;
	background-color:#fff;
}
.footer-text{
	color:#7e7e7e;
	width:900px;
	height:62px;
	margin:auto;
	padding-top:38px;
	text-align:center;
}
.footer-text a{
	color:#7e7e7e;
	text-decoration:none;
}
.footer-text span{
	color:#ef7f00;
	text-decoration:none;
}
/******************************************************
			SECONDARY BOXES
******************************************************/

/******************************************************
			LINK
******************************************************/

fieldset.contact {
	border: 0 !important;
	width:  !important;
	padding-left: 61px;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}


label{
	color:#adadad;
	display: block;
	float: left;
	font-size:10px;
	text-align: left;
	font-weight: normal;
	padding-bottom:1.5px;
}

input.contact,textarea {
	float: left;
	border: 1px solid #adadad;
	background-color: #eaeaea;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
	width:236px;
	height:20px;
}

textarea{
	height:100px;
}

.form button
{
	float:right;
	background:none;
	border:1px solid #c6ccd2;
	width:100px;
	text-align:center;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}


form{
	margin: 0;
}
.normal{
	padding-bottom:20px;
}
.normal a{
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.active{
	padding-bottom:20px;
}
.active a{
	font-size:12px;
	font-weight:bold;
	color:#77787b;
	text-decoration:none;
}

