﻿/* **************        ****************************************
*****************************************************************/

* {
		margin: 0px;
		padding: 0px;
}

html, body {
		margin-top: 25px;
		font-family: Arial, Helvetica, sans-serif;
		background: #70737c;
}

footer {
		height: 30px;
		width: 100%;
		float: left;
		
}

/* **************  ID´s  ****************************************
*****************************************************************/

#wrapper {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		
}

#main_header {
		height: 250px;
		width: 100%;
		float: left;
				
}

#header_image {
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

		height: 200px;
		width: 100%;
		border-radius: 30px; 
		-moz-border-radius: 30px; 
		-webkit-border-radius: 30px;
		background-repeat: no-repeat;
		float: left;
				
}

#main_nav {
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

		border-radius: 30px; 
		-moz-border-radius: 30px; 
		-webkit-border-radius: 30px;
		height: 50px;
		width: 100%;
		float: left;
		color: #FFF;
		text-transform: uppercase;
		font-weight: bold;
		font-family: Trebuchet MS, Helvetica, sans serif;
		text-align: center;

		
}


#main_nav  ul li {
		list-style-type: none;
}

#main_nav  ul li a {
		width: 150px; 
		display: block;
		float: right;
		text-decoration: none;
		color: #FFF;
		padding-top: 15px;


}

#main_nav  ul {
		margin: 0px;
		padding: 0px;
}

#section_wrapper {
		width: 630px;
		height: 600px;
		float: left;

}

#breadcrump {
		width: 100%;
		height: 40px;
		float: left;
		
}

#content {
		width: 730px;
		float: left;
		
}



#left_nav {
		width: 250px;
		float: left;
		
}

