@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
}
body {
	background: #494949;
    font: 12px "Arial", "Verdana", "Helvetica", sans-serif;
    color: #575757;
    margin: 0; 
	padding: 0;
    text-align: center;
}
div, ul, form {
    margin: 0;  padding: 0;
}
a:link, a:visited, a:hover, a:active {
	color: #4b76a3;  text-decoration: underline;
}
#container {
	background: #fff;
	width: 743px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* the bottom margin is the negative value of the footer's height */
}

/*********************************
About Us
*********************************/
#about_us {
	background: #ee3024;
	height: 15px;
	color: #FFF;			
	padding: 5px 10px 5px 20px;
}
#about_us a:link, 
#about_us a:hover, 
#about_us a:active, 
#about_us a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;	
}
/*********************************
Header
*********************************/
#header {
	background: #fff url(../images/header.jpg) top left no-repeat;
	height: 158px;
	width: 743px;	
}
/*********************************
Logo
*********************************/
.logo {
/*	border: 1px solid #ccc; */
	width: 112px;
	height: 113px;
	position: relative;
	top: 17px;
	left: 25px;
	float: left;
}
/*********************************
Main Image Display
*********************************/
.picturebox {
	background: #fff;
	border: 2px solid #ccc;
	width: 181px;
	height: 142px;
	position: relative;
	top: 15px;
	right: 15px;
	float: right;
	padding: 2px;
}
#blendme {
	overflow:hidden;
}
.blend img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}
/*********************************
Menu
*********************************/

#nav {
    background: #fff;
    border-bottom:  2px solid #ef3b2f;
}
#nav ul { list-style-type: none; }

#menu {
    clear: both;
    background-color: white;
    height: 31px;
	margin-left: 25px;
}
#menu li {
    float: left;
    text-align: center;
}
#menu li a {
    display: block;
	float: left;
	color: #575757;
    background: transparent url(../images/btn_bg.jpg) repeat-x;
    font-size: 12px;
    padding-top: 8px;
    /*Studid IE6*/
    _padding-top: 8px;
	height: 23px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
#menu a:hover {
    color: #ef3a2f;
}

/*********************************
Sticky Menu
*********************************/
#section_macor #menu_macor li{
	border: 1px solid #00ff00;
} 

#section_macor #menu_macor a, 
#section_materials #menu_materials a,
#section_capabilities #menu_capabilities a,
#section_tubes #menu_tubes a,
#section_contact #menu_contact a {
    background: transparent url(../images/btn_bg_selected.jpg) repeat-x;
    color: ef3a2f;
	border-bottom: 2px solid #fff;
}
.pad_btn_lt, .pad_btn_rt  {
	width: 7px;
	height: 31px;
	float: left;
}

.pad_btn_lt{
	background: #fff url(../images/btn_lt.jpg) no-repeat;
	margin-left: 3px;
	_margin-left: 2px;
}
.pad_btn_rt {
	background: #fff url(../images/btn_rt.jpg) no-repeat;
	margin-right: 3px;
	_margin-right: 1px;
}
#section_macor #menu_macor .pad_btn_lt, 
#section_materials #menu_materials .pad_btn_lt,
#section_capabilities #menu_capabilities .pad_btn_lt,
#section_tubes #menu_tubes .pad_btn_lt,
#section_contact #menu_contact .pad_btn_lt {
	background: #fff url(../images/btn_lt_selected.jpg) no-repeat;
	height: 33px;
}
#section_macor #menu_macor .pad_btn_rt, 
#section_materials #menu_materials .pad_btn_rt,
#section_capabilities #menu_capabilities .pad_btn_rt,
#section_tubes #menu_tubes .pad_btn_rt,
#section_contact #menu_contact .pad_btn_rt {
	background: #fff url(../images/btn_rt_selected.jpg) no-repeat;
	height: 33px;
}

/*********************************
Content
*********************************/
#content {
	background: #fff;
	overflow-x:hidden;
	overflow-y:auto;
}
#content p {margin: 10px 54px 5px 54px;}
#content ul { margin: 10px 0 15px 95px;}
.content_foot {
	background: #fff url(../images/content_bg.jpg) bottom left repeat-x; 
	height: 30px;
	width: 743px;
}
/*********************************
Footer
*********************************/
#footer {
	background: #494949;
	height: 110px;
	width: 743px;
	color: #fff;
	text-align: left;
	position: relative;
	margin: 0 auto;
}
#footer p {margin: 5px 0 0 30px; line-height: 18px;}
.push {
	height: 110px;
}
#footer .copy {
	background: #757575;
	margin: 0;
	padding: 0;
	float: left;
	width: 743px;
	height: 50px;
}
.copyright {
	color: #c1bfbf;
	font-size: 9px;
	text-align: right;
	width: 743px;
	height: 30px;
	float: left;
}
.vspacer {
	background: #494949;
	height: 10px;
}
/*------------------------
Fonts
--------------------------*/
.section_title {color: #ef3b2f; font-size: 14px; font-weight: bold;}
.text_yellow {color: #e3c817;}
.text_gray {color: #c1bfbf;}
.text_medium {font-size: 13px; font-weight:bold;}
.text_large {font-size: 14px; font-weight:bold;}
.text_small {font-size: 9px;}
