/*************generic page contents
 * define font for the entire document
 * set outside the "container" to blue */
body{
	font-family: Tahoma, Calibri, Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto 0px;
	padding: 0px;
	background-color: #000080;
	width: 767px;
	font-size: medium
}
#div_Container {
	background-color: #D6D6D6;
	clear: both;
	width: 767px;
	border: 4px solid #FFFFFF;
	background-position: 100px 325px;
}

/************header*******************************************
 * thead is where the header logo and rule go */
td.tag_line{
	border-collapse: collapse;
	padding: 0px;
	font: italic large "Arial Black", "Sans Serif";
	width: 767px
}
table#first_nested > thead > tr > td > table{
	border-collapse: collapse;
	padding: 0px;
	font: italic large "Arial Black", "Sans Serif";
	width: 767px
}
.style_logo {
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #000080;
}
.company_name {
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #000080;
}
.company_name{
	vertical-align: bottom;
	text-align: left;
}
table#first_nested > thead td.style_logo{
	padding: 0px 4px 0px 0px;
	text-align: right;
	vertical-align: bottom;
}
#first_nested > thead tr td.tag_line {
	font-style: oblique;
	font-size: small;
	text-align:left;
	padding-bottom: 5px
}
#first_nested > thead tr td#search_form{
	text-align: right;
	font-size: x-small
}
img.external_images {
	border: 0px;
}
form {
	border-collapse:collapse;
	margin-bottom: 0px;
	padding-bottom: 0px
}
/************side bar****************************************
 * left side of screen is menu items' hyperlinks */
.sidebar_outer_cell {
	vertical-align: top;
	width: 200px;
}
#sidebar_table {
	width: 200px;
}
.sidebar_inner_cell {
	padding: 1ex;
	border-bottom-style: dotted;
	border-bottom-color: #FF3300;
	text-align: left;
	vertical-align: middle;
	color: #010081;
	border-bottom-width: thin;
}
.image_menu_item {
	width: 30px
}
/****************main text area*************************
 */
.main_text {
	padding-top: 0px;
	padding-left: 10px;
	vertical-align: top;
}
.main_text_width {
	width: 547px
}
.main_text_width{
	width: 547px
}
.main_text td {
	vertical-align: middle;
}
.main_text td.img_bottom {
	vertical-align:bottom
}
.img_right{
	width:125px;
	text-align:right
}
.img_left {
	width: 200px;
}
.img_flag {
	width: 100px
}
.img_top_arrow{
	width: 3em;
	border:0px
}
.main_text td.img_right{
	width:125px;
	text-align:right
}
.italic {
	font-style: italic
}
h2 {
	padding-top: 2ex;
	margin-bottom: 1ex
}
h3 {
	margin-bottom: 0.5ex
}
h5 {
	margin-bottom: 0ex;
	margin-top: 2ex;
}
.sub_h3 {
	margin-top: 0ex;
	margin-bottom: 1ex;
	font-size: large;
}
table.parts, table.condensed_parts {
	margin-top: 0.5ex;
	border-collapse: collapse;
	empty-cells: show;
	vertical-align: middle;
	text-align: center;
	font-size: x-small
}
.condensed_parts td, .condensed_parts th{
	padding: 0.5ex;
	border: 1px solid #000000

}
.parts td, .parts th{
	padding: 1ex;
	border: 1px solid #000000
}
.list_first_line{
	font-weight: bold;
	padding-top: 2ex;
	padding-bottom: 0.5ex;
}
.country_made{
	text-align: left;
	font-size:x-large
}
ul {
	margin-top: 0ex;
	margin-bottom: 1ex
}
li.first_ul_li {
	margin-top: -2ex
}
.bold {
	font-weight: bold;
}
.arrow_cell {
	text-align: right;
	vertical-align: middle
}
td.main_text p {
	padding-right: 1em;
}
/****************secondary (sub-) menu*****************
 */
.submenu{
	margin: 0px 0px 2ex 0px;
	color: #010081;
	width: 542px;
}
.cell_L {
	width:50%;
	border-bottom-style: dotted;
	border-bottom-color: #FF3300;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FF0000;
	border-bottom-width: thin;
	padding: 1ex;
	text-align: left;
	vertical-align: middle;
}
.cell_R {
	width:50%;
	border-bottom-style: dotted;
	border-bottom-color: #FF3300;
	border-bottom-width: thin;
	padding: 1ex;
	text-align: left;
	vertical-align: middle;
}

/*************footer******************************************
 * tfoot is where the footer goes, including horizontal rule
 * and contact information */
#footer{
	font-size: x-small;
	vertical-align: top;
	vertical-align: text-top;
	border-collapse: collapse;
	width: 760px
}
.copy {
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #000080;
}
#contact {
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #000080;
}
#office {
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #000080;
}
#office{
	width: 214px;
	vertical-align: top;
}
#contact{
	vertical-align: top;
}
.copy{
	text-align: right;
	vertical-align: top;
}

/********************hyper-links************************
 */
a{
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	text-decoration:underline
}
a:active{
	color: #00FF00
}
a:visited{
	color:#990000
}
.menu_link{
	font-style: normal;
	text-decoration: none;
	font-size: medium
}
/************************form******************************
*/
td.form_label{
	text-align: right;
	width: 40ex
}
