@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#d0d0d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.cleaner { 
	height: 0px; 
	clear: both;
}


/*----------------------------------------*/
/*  Generic                               */
/*----------------------------------------*/

p {
	
}

a {
	color: #e84e00;
	text-decoration: none;
}
img {
	border:0px;
}

a:hover {
	text-decoration: underline;	
}

h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 30px;
	color: #3a3a3a;
	text-decoration: none;
	margin-top: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3a3a3a;
	text-decoration: none;
	margin-top: 0px;
}

.footertext {
	margin: 0px;
	padding: 0px;
	font-size:11px;
	color: #fff;
}

.margintop {
	margin-top:20px;
	text-align: center;
}

.orange {
	color: #e84e00;	
}

.black {
	color: #000;	
}

.seotag {
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px;
	color: #FFF;
	font-style: italic;
}

/*----------------------------------------*/
/*  Header                                */
/*----------------------------------------*/

#header {
	background-image: url(images/bg_header.jpg);
	height: 60px;
	margin: 0px;
	border-bottom: #000 5px solid;
}

#header_logo {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

#header_logo img {
	border:0px;
}

#header_contact {
	clear: right;
	float: right;
	text-align: right;
	margin-top: 15px;
	margin-right: 25px;
}


.h1_header {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

.h1_header a {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.h1_header a:hover {
	margin: 0px;
	padding: 0px;
	color: #e84e00;
	font-size: 12px;
	font-weight: bold;
}


/*----------------------------------------*/
/*  Menu                                  */
/*----------------------------------------*/

#navigation {
	height: 29px;
	background-color: #6d6d6d;
	margin: 0px;
	padding: 0px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}	

#navigation ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#navigation ul li a {
	list-style: none;
	width: 132px;
	display: block;
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	margin-top: 2px;
	text-transform: uppercase;
}

#navigation ul li a:hover {
	background-color: #3a3a3a;
}

#navigation ul li a.visit {
	text-decoration: underline;
}


/*----------------------------------------*/
/*  javascript                            */
/*----------------------------------------*/

#javascript {
	height: 300px;
}


/*----------------------------------------*/
/*  content                               */
/*----------------------------------------*/

#content {
	background-color: #ddd;
	border-bottom: #000 5px solid;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
}

#content_container {
	
}

#content_leftside {
	width: 600px;
	float: left;	
}

#content_leftside ul {
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;}

#content_leftside ul li {
	margin: 0px;	
	padding: 0px;
}

#content_rightside {
	width:auto;
	float: right;
}

#content_rightside img {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/*----------------------------------------*/
/*  footer                                */
/*----------------------------------------*/

#footer {
	padding: 15px 25px 15px 25px;
	background-color: #3a3a3a;
}

#footer_leftside {
	width: 600px;
	float: left;
}

#footer_links {
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: left;	
}

#footer_links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}	

#footer_links ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer_links ul li a {
	list-style: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#footer_links ul li a:hover {
	color: #e84e00;
}

#footer_contact {
	width: 250px;
	float: left;
}

#footer_rightside {
	float: right;	
}

