html {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: center;
	border-width: 0px;
}

body {
	/*background-image: url(../images/bg_tile1.jpg);*/
	background-color: #667d8a;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#once { clear: left; }

#warning {
	width: 800px;
	height: 100px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	border-bottom-style:solid;
	border-width: 2px;
	border-color:#000;
}

#warning_text {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;	
	width: 950px;
	height: 220px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:left;
}

table {
	border:none;
	border-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td {
	border:none;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

tr {
	border:none;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

#main_table {
	/*border-style: solid;
	border-width: 1px;*/
	/*border:none;*/
	position:relative;
	left: 211px; /*194px;*/
	top: 47px; /*52px;*/
}

#main_table_lower {
	/*border-style: solid;
	border-width: 1px;*/
	/*border:none;*/
	position:relative;
	left: 211px; /*194px;*/
	top: 47px; /*52px;*/
}

#utils_box {
	position:relative;
	left:40px;
	top:10px;
}

#menu {
	width: 950px;
	min-height: 65px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	z-index: 3;
	position:relative;
	left: -10px;	
	/*border-style: solid;
	border-width: 1px;*/
}

.borderless {
	border:none;
	border-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#div_line {
	height: 4px;
}

#menu_div_line {
	position: relative;
	top: 0px;
}

#factory_icon {
	margin-left: 100px;
	margin-right: -160px;
	margin-top: 0px;
	margin-bottom: 0px;
	float:left;
}

#menu_all_contents {
	text-align:center;
	width: 950px;
	
/*	border-style:solid;
	border-width:1px;*/
}

#menu_content {
	width: 660px;
	position: relative;
	left: 65px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 12px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	text-align: right;	
	/*
	border-style: solid;
	border-width: 1px;*/
}

#content_bg {
	width: 950px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	background-image:url(../images/content_bg_full.jpg);
	background-repeat: repeat-y;
	background-position: left;
	z-index: 0;
	
	/*
	border-color:#000;
	border-style:solid;
	/*border-width:2px;*/
}

#content {
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	z-index: 4;
	width: 815px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	position:relative;
	left: -10px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	/*font-style:italic;*/
	font-size: 32px;
	/*background-color: #7b7e7a;*/
	background-image:url(../images/content_h1_bg.png);
	background-repeat:repeat;
	background-position:left;
	color: #e5e2c6;
	width:auto;
	text-transform: uppercase;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	/*font-style:italic;*/
	font-size: 16px;
	color: #586265;
	background:none;
	display: inline;
	position:relative;
	top: -14px;
	padding-left: 8px;
	font-stretch:narrower;
}

#content p {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000;
	/*font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:normal;
	font-style:italic;
}

#content span {
	/*font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #586265;
	font-weight:bold;
	background:none;
}

#img-container {
	width: 820px;
	text-align: center;	
}

#img-container p { 
	text-align:center;
}

#menu span {
	/*font-family:"Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#57544d;
	font-weight:bold;
	background:none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
	text-transform:lowercase;
	/*text-transform:uppercase;*/
}

#menu span.active {
	color: #bf988b;
	background-color: #57544c;
}

#menu a { 
	text-decoration: none; 
	color:#57544d;
	/*font-family:"Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
#menu a:link { text-decoration: none; }
#menu a:active { text-decoration: none; }
#menu a:visited { text-decoration: none; }
#menu a:hover { 
	text-decoration: none; 
	color:#000;
}

#menu ul {
	list-style: none;
	color:#57544d;
	display:inline;
	font-family:"Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:12px;
}

#menu ul li.section-title { }

#menu ul .active {
	background-color:#57544c;
	color:#bf988b;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position:top;
	width: 950px;
	height: 300px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 25px;
	
	/*
	border-color:#000;
	border-style:solid;
	/*border-width:2px;*/
}

#footer p {
	color: #000;
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
}

/* Contacts */
/*-------------------------------------*/
#personal_info {
	font-style: normal;
	position: relative;
	left: 40px;
	top: 0px;
}

#contacts_box {
	height: 500px;
	width: 800px;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

#contacts_box span.item {
	background-color: #7b7e7a;
	color: #e5e2c6;
	margin-right: 5px;
}

#contacts_box span.info {
	color: #586265;
	background:none;
}


#contacts_img {
	float:left;
	margin-right: 30px;
}

#hidden {
	visibility:hidden;
}

/* Links */
/*--------------------------------------*/

#links_box {
	width: 500px;
	min-height: 100px;
	font-size: 12px;
	text-align: left;
	margin-left: 50px;
	margin-top: 30px;
}

#links_box a {
	background-color: #7b7e7a;
	color: #e5e2c6;
	text-decoration: none; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
#links_box a:link { text-decoration: none; }
#links_box a:active { text-decoration: none; }
#links_box a:visited { text-decoration: none; }
#links_box a:hover { 
	text-decoration: none; 
	color:#ffffff;
}

