@import url("menu.css");
@import url("thumbs.css");

* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%
}
body {
	font-size: 13px;
	font-family: "Century Gothic", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-image: url(../images/bg/bg_body.gif);
}
/*---------------------------------Structure----------------------------------------*/
#container {
	width: 745px;
	height: 100%
}
#content {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg/bg_left_side.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-right: 1px solid #ffffff;
}
a {
	color: #C5102F;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #EE2A4D;
	text-decoration: none;
}
img {
	border: 0;
}

/*---------------------------------LeftSide----------------------------------------*/
td.nav_side {
	width: 203px;
	vertical-align: top;
}
h1 {
	background-image: url(../images/utils/logo_wilson.jpg);
	background-repeat: no-repeat;
	height: 126px;
}
h1 span {
	display: none;
}

.clear_after {
	clear: both;
}
.empty_space {
 	margin-top: 40px;
 }
.empty_space p {
	padding: 20px 0 30px 0;
	text-align: center;
}
 
 
/*---------------------------------MainInfo----------------------------------------*/

td.main_info {
	width: 531px;
	vertical-align: top;
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
}
.main_info_txt {
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.main_info_txt p {
	line-height: 18px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #aac2ba;
	color: #03497C;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
}
.main_info_txt h2 p {
	padding: 0 0 3px 0;
}
.main_info_txt h3 {
	margin: 10px 40px 0 40px;
}
h3.line_bott {
	font-size: 3px;
	background-image: url(../images/utils/line_bottom.gif);
	background-repeat: repeat-x;
	background-position: center left;
	height: 25px;
	margin: 0 40px;
	padding: 0;
}
/*---------------------------------MainInfo----------------------------------------*/
.bg_shadow {
	background-image: url(../images/bg/bg_right_shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
	width: 22px;
}
.bg_body_right {
	background-image: url(../images/bg/bg_body.gif);
	background-position: left top;
	background-repeat: repeat;
}
.img_main_info {
	float: right;
	margin: 0 0 10px 10px;
	border: 4px solid #D9D9D9;
}
.img_main_info_left {
	float: left;
	margin: 0 10px 10px 0;
	border: 4px solid #D9D9D9;
}
.img_header_prod img {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.img_main_list_area {
	width: 100%;
	display: block;	
	text-align: center;
}
.img_main_list {
	list-style: none;
	text-align: center;
	margin: 0 auto;
}
.img_main_list li {
	display: inline;
	margin: 30px 40px;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.main_table_list p {
	line-height: 14px;
	padding: 0;
	text-align: left;
}
p.text {
	padding: 0;
	line-height: 18px;
}
.manuf_index {
text-align: left
}
.manuf_index a {
	font-weight: normal;
}
/*---------------------------------Newsroom--------------------------------------*/
.newsroom_menu {
	background-image: url(../images/utils/newsroom_bg_menu.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #dbe9e2;
}
.newsroom_menu p {
	padding: 23px 0 22px 40px;
}
/*---------------------------------Footer----------------------------------------*/
.footer {
	background-color: #B6D0C7;
	border-top: 1px solid #ffffff;
	color: #333333;
	height: 65px;
	
}
.footer p {
	padding: 14px 14px;
	line-height: 16px;
	font-family: Tahoma;
}
.footer a {
	color: #878787;
	font-weight: normal;
}
.footer a:hover {
	color: #686868;
}
