/* CSS Document */
body,td,th {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body, html {
	background-image:url(../images/tile.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	margin:0px; 
    padding:0px;
    height:100%;
}
a:link {
	color: #000000;
}
a:hover {
	color: #666666;
}
a {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #666666;
}
a:active {
	color: #666666;
}

/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------- Site Layout ------------------------------------------------ */

/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

#wrapper {
	margin:auto;
	width:880px;
	min-height:100%;
}
* html #wrapper {
	height: 100%;
}
.clear {
	clear:both;
}
.spacer {
	margin:0px;
}

h1 {
	font-size:12px;
	color:#003366;
	margin-bottom:0px;
}
.title {
	color: #003366;
	font-weight: bold;
}


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

#header {
	height:276px;
}
#header_products {
	height:412px;
}
#logo {
	height:106px;
	padding-left:30px;
}
#banner {
	margin:2px 0px 0px 0px;
	height:161px;
}

/* -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- Content ------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------- */

#content {
	padding-top:0px;
	padding-bottom:30px;
	margin-top:0px;
}
#sidebar_left {
	margin:0px 0px 0px 0px;
	background-image:url(../images/subnav_left_bg_2.jpg);
	background-repeat:no-repeat;
	width:146px;
	height:365px;
	padding:3px 0px 30px 40px;
	color:#666666;
}
#sidebar_left a {
	color:#666666;
}
#sidebar_left a:hover {
	color:#003366;
}
#sidebar_left_products {
	margin:0px 0px 0px 0px;
	background-image:url(../images/subnav_left_bg_3.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:365px;
	padding:3px 0px 30px 40px;
	color:#666666;
}
#sidebar_left_products a {
	color:#000099;
}
#sidebar_left_products a:hover {
	color:#666666;
}
#sidebar_left_products ul {
	line-height:24px;
}
#sidebar_left_products li {
	margin:0px 0px 0px -12px;
	color:#000099;
}
#sidebar_left_products li a {
	
}
#sidebar_left_products img {
	margin:0px 0px 0px 20px;
}

#sidebar_right {
	background-image:url(../images/subnav_right_bg_2.jpg);
	background-repeat:no-repeat;
	width:168px;
	height:365px;
	padding:15px 0px 30px 20px;
	color:#666666;
}
#sidebar_right a {
	color:#666666;
}
#sidebar_right a:hover {
	color:#003366;
}

#sidebar_right_lrg {
	background-image:url(../images/subnav_contacts_bg.jpg);
	background-repeat:no-repeat;
	width:260px;
	height:620px;
	color:#666666;
	line-height:20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#sidebar_right_lrg a {
	color:#666666;
}
#sidebar_right_lrg a:hover {
	color:#003366;
}

.body {
	margin:10px;
	font-size:16px;
	color:#666666;
	line-height:24px;
}
.contentlist {
	margin:0px 0px 0px -10px;
	font-size:16px;
	display:block;
}
.contentlist li {
	margin-bottom:8px;
}
.sublink {
	margin-left:20px 0px 20px 40px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
#email {
	margin:auto;
}

/* -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- Navigation ------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------- */

#navbar {
	display:block;
	width:880px;
	margin:0px;
}
#navbar ul {
	margin:0px;
}
#navlist {
	margin-left:0px;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
	height:50px;
}
#navlist li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}
#navlist li a {
	float:left;
	padding:50px 0 0 0;
	overflow:hidden;
	height:0px !important;
	height:50px;
}
#navlist li a:hover {
	background-position:0 -50px;
}
#navlist li a:active {
	background-position:0 -50px;
}

#home_btn a {
	width:107px;
	background:url(../images/home_btn.jpg) top left no-repeat;
}

#aboutus_btn a {
	width:146px;
	background:url(../images/aboutus_btn.jpg) top left no-repeat;
}
#ourproducts_btn a {
	width:191px;
	background:url(../images/ourproducts_btn.jpg) top left no-repeat;
}
#newsroom_btn a {
	width:165px;
	background:url(../images/mediaroom_btn.jpg) top left no-repeat;
}
#links_btn a {
	width:106px;
	background:url(../images/links_btn.jpg) top left no-repeat;
}
#contactus_btn a {
	width:165px;
	background:url(../images/contactus_btn.jpg) top left no-repeat;
}

/* -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- Footer ------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------- */

#footer {
	position:relative;
	padding-left:36px;
	width:300px;
	height:20px;
	bottom:0px;
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
}

