body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	text-align: center;
	color: #0f1311;
}
table {
    border-collapse:collapse;
  
}
th, td, tr {
    padding: 0;zzzzzzzzzzzzzzzzzzzzz
}
td img {display: block;}
/* MISC */
img {
	border: 0;	
}
td{margin:0;padding:0;}
/* TEXT */
p {
	margin: 0 0 20px 0;
	padding: 0;
	font-style: italic;
	
}
h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
}
h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.25em;
	font-style: italic;
	font-weight: normal;
	color: #cc2600;
}
.redtitle {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.25em;
	font-style: italic;
	font-weight: normal;
	color: #cc2600;
}
#body_home {
	font-style: italic;
	font-size: .90em;

}
#body_home h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 2.5em;
	font-weight: normal;
}
#body_home p {
	line-height: 22px;
}
#footer p {
	margin: 0;
	padding: 0;
	font-style: normal;
	color: #666;
	font-size: 12pt;
}

/* LINKS */
a:link, a:visited {
	text-decoration: underline;
	color: #cc2600;	
}
a:hover, a:active {
	text-decoration: none;
	color: #f00;	
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #666;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #0f1311;
}

/* LAYOUT */
#container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#logo {
	position: relative;
	top: 20px;
	left: 65px;
	width: 149px;
	height: 47px;
}
#tag_line {
	position: relative;
	top: 25px; /* position minus height of menu_main and logo cells */
	left: 579px;
	width: 343px;
	height: 12px;

}

#body_home {
	float: right;

	width: 350px;
	height: 114px;
}
#body_left {
	float: left;
	width: 220px;
}
#body_left_menu {
	width: 220px;

}
#body_left_menu_background {
		background-image: url(../images/subNavBody.png);
	background-repeat: repeat-y;

}

#body_left_image {
	width: 200px;
	margin-top: 25px;
}
#body_right {
	float: right;
	margin-left: 45px;
	width: 625px;
	top: 50px;
	height: 100%;
}
#body_right_white {
	float: right;
	margin-left: 45px;
	width: 625px;
	top: 50px;
	background-color: #FFF;
}
#body_single {
	width: 900px;
}
#footer {
	width: 710px;
	height: 50px;
	text-align: center;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	float: right;
	padding-top: 8px;
	font-size: 12pt;
}

/* PHOTOS */
#photo_home {
	height: 414px;
	background-image: url(../images/photo_home.jpg);
	background-repeat: no-repeat;
}
#photo_about {
	height: 134px;
	background: url(../images/photo_about.jpg);
}


/* MAIN MENU */
.menu_text {
	display: none;	
}
#menu_main {
	position: relative;

	left: 111px;


}
#btn_about a {
	float: left;
	display: block;
	width: 142px;
	height: 17px;
}
#btn_company a {
	float: left;
	display: block;
	width: 142px;
	height: 17px;
}
#btn_catalogue a {
	float: left;
	display: block;
	width: 142px;
	height: 17px;
}
#btn_services a {
	float: left;
	display: block;
	width: 142px;
	height: 17px;
}
#btn_contact a {
	float: left;
	display: block;
	width: 142px;
	height: 17px;
}

/* SUB MENU */

#sub_menu {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	font-size: 12pt;
}
#sub_menu_top {
	background-image: url(../images/subNavTop.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 220px;	
}
#sub_menu_bottom {
	background-image: url(../images/subNavBottom.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 220px;	
}

#btn_sub_menu a:link, #btn_sub_menu a:visited {
	display: block;
	margin-bottom: 5px;
	height: 15px;

	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}

#btn_sub_menu a:hover, #btn_executives a:active {
	color: #F00;
	text-decoration: underline;
}

.smallprint {
	font-size:10px;
}

