/*
---------------------------------------------------
SETUP
---------------------------------------------------
*/

* {
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	line-height:1.3em;
}

body {
	background:#bababa url(../images/bg.jpg) repeat-x left top;
    margin:0;
    padding:0;
	text-align:center;
}

#wrapper {
	width:940px;
    margin:0 auto;
	padding:0;
	text-align:left;
}

#bg_shadow {
	width:932px;
	background:url(../images/bg_shadow.png) repeat-y left top;

    margin:0;
	padding:0 4px;
}

#shadow {
	width:940px;


	}

/*
--------------------
Header
--------------------
*/

#header {
	width:932px;
	height:130px;
	background:url(../images/header_bg.jpg) no-repeat left top;
	margin:0;
	padding:0;
	}

#header .logo {
	float:left;
	margin:11px 0 0 0;
	width:932px;
	height:80px;
}

.logo a img {
	vertical-align:top;
	}
#header h1 {
	font-family:Helvetica condensed, Arial, sans-serif;
	color:#46769a;
	display:block;
	float:right;
	width:635px;
	text-align:right;
	padding:0 12px 0 0;
	margin:-50px 0 0 0;
	font-size:18px;
	}

.header_navi {
	clear:both;
	width:914px;
	margin:0 0 0 0;
	padding:0 9px;
	list-style:none;
	}

.header_navi li {
	float:left;
	margin:0 0 0 1px;
	padding:0;
	}

.header_navi li.margin0 {
	margin:0;
	}

/*
-------------------------------
MAIN
-------------------------------
*/

#main_content {
	clear:both;
	background:#ffffff;
	width:914px;
	padding:9px;
	margin:0;
padding-top: 0;
}

#separator {
	width:914px;
	padding-top:2px;
	padding-bottom:2px;
}

#main_content_container {
	width:914px;
	height:500px;
}

#main_content_left {
	width:305px;
	float:left;
	min-height:1px;
	position: relative;
}

#main_content_middle {
	width:409px;
	float:left;
	min-height:1px;
	position: relative;
}

#main_content_right {
	width:200px;
	float:right;
	min-height:1px;
	position: relative;
}

.left_column_content {
    background:url(../images/left_news2.jpg) no-repeat;
    margin:10px 4px 0px 4px;
    height:318;
}

.left_column_table {
     border:none;
     margin:5px 2px 10px 4px;
     padding-top:40px;
}

.left_column_table tr td {
	padding-bottom:8px;
}

.middle_column_content {
    background:url(../images/middle_about2.jpg) no-repeat;
    margin:10px 5px 0px 7px;
    height:318;
}

.middle_column_table {
     border:none;
     margin:5px 4px 10px 4px;
     padding-top:40px;
}

.right_column_content {
	margin:7px 3px 0px 4px;
    height:700;
}

.right_column_table {
     border:none;
     margin:0px 0px 10px 0px;
}


/*
-------------------------------
LEFT
-------------------------------
*/

#left {
	clear:both;
	width:190px;
	float:left;
	}

/*
-------------------------------
RIGHT
-------------------------------
*/

#product_content {
	
	width:716px;
	float:right;
	}

/*
-------------------------------
FOOTER
-------------------------------
*/

#footer {
	clear:both;
	width:914px;
	background: url(../images/footer_bg.jpg) no-repeat left top;
	height:55px;
	padding:12px 9px 0 9px;
	text-align:center;
}

#footer_navi {
	background:url(../images/footer_navi_bg.jpg) no-repeat left top;
	width:914px;
	height:26px;
	color:#FFFFFF;
	text-align:center;
}

#footer_navi a {
	font-weight:bold;
	font-size:11px;
	line-height:26px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer p {
	font-weight:bold;
	padding:0;
	margin:0;
	line-height:24px;
	font-size:11px;
	color:#46769a;
	}

#footer a:hover {
	text-decoration:underline;
}
