/* 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;
	
}

body{
	background-color:#dfdfdf;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(graphics/body.gif);
}
#main{
	width:900px;
	min-height:824px;
	margin:auto;
}
#baner-contener{
	position:relative;
	width:900px;
	height:283px;
	margin-top:48px;
}
#baner-img{
	width:900px;
	height:283px;
	position:relative;
	background-repeat:no-repeat;
	background-image:url(graphics/baner.jpg);
}
#baner-left{
	width:68px;
	height:283px;
	position:absolute;
	left:-63px;
	top:0;
	background-repeat:no-repeat;
	background-image:url(graphics/baner-left.jpg);	
}
#baner-right{
	width:84px;
	height:283px;
	position:absolute;
	right:-84px;
	top:1px;
	background-repeat:no-repeat;
	background-image:url(graphics/baner-right.jpg);	
}
#content{
	width:900px;
	min-height:405px;
	background-color:#fff;
}
#bottom{
	width:900px;
	height:23px;
	background-repeat:no-repeat;
	background-image:url(graphics/bottom.gif);	
}
#left{
	float:left;
	width:259px;
	min-height:405px;
	padding-top:30px;
}
#right{
	float:left;
	width:641px;
	min-height:405px;
}
#baner-bottom{
	width:641px;
	height:66px;
	background-repeat:no-repeat;
	background-image:url(graphics/baner-bottom.jpg);	
}
#menu-top{
	position:absolute;
	top:9px;
	right:30px;
	z-index:10;
}
#article{
	width:368px;
	float:left;
	padding:25px 20px 1px 45px;
}
#box{
	width:193px;
	float:left;
	padding:25px 0 0 15px;
}
#box a{
	color:#ec721b;
	text-decoration:none;
}
#footer{
	text-align:center;
	color:#00519e;
	font-size:11px;
	padding-top:12px;
	padding-bottom:16px;
}
#footer a{
	text-align:center;
	color:#00519e;
	font-size:11px;
	text-decoration:none;
}
#footer a span {
	color:#ec721b;
}
#baner{
	position:absolute;
	top:-48px;
	left:0;
}
/******************************************************
			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:365px;
	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;
}
/*top*/

.normal {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
	text-transform:uppercase;
}

.active {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
	text-transform:uppercase;
}
/*left*/
.normal2 {
    font-size: 12px;
    font-weight: bold;
    color: #00519e;
    text-decoration: none;
	text-transform:uppercase;
	padding-left:63px;
}
.active2 {
    font-size: 12px;
    font-weight: bold;
    color: #ec721b;
    text-decoration: none;
	text-transform:uppercase;
	padding-left:63px;
}
/*bottom*/
.normal3 {
    font-size: 11px;
    color: #00519e;
    text-decoration: none;
	text-transform:uppercase;
}
.active3 {
    font-size: 11px;
    color: #00519e;
    text-decoration: none;
	text-transform:uppercase;
}
