@charset "utf-8";
/* CSS Document */

body {
	background: #f6fafd url(../images/body_bg.gif) repeat-x bottom left;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #49151f;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: #8d0122 url(../images/wrapper.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper_inner {
	background: #fbfdff url(../images/wrapper_inner.gif) repeat-x top left;
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
	table td {
		padding: 0px;
		border: 0px;
	}
		tr.odd td {
			background: #ececec;
		}
		tr.even td {
			background: #f4f4f4;
		}
	table.products a img {
		border: 2px solid #ccc;
	}
	table.products a:hover img {
		border: 2px solid #999;
	}
	
/* Main */
	img.btn_line {
		float: left;
	}
	img {
		border: 0;
	}
	a:link, a:visited {
		text-decoration: none;
		font-weight: normal;
	}
	
	a:hover {
		text-decoration: underline;
		font-weight: normal;
	}
	a.blue:link, a.blue:visited {
		font: normal 11px Verdana, Arial, Helvetica, sans-serif;
		color: #0060bf;
		text-decoration: underline;
	}
	a.blue:hover {
		color: #0068cf;
		text-decoration: none;;
	}
	ul {
		margin: 0px;
		padding: 0px;
	}
	li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		line-height: 1px;
	}
	ul.product_list li {
		margin: 0px;
		padding: 0px;
		list-style: disc;
	}
		a.product {
			color: #6e0006;
			font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
		}
	h2 {
		padding: 10px 0px 10px 0px;
		margin: 0px;
	}
	p {
		padding: 5px 0px 0px;
		margin: 5px 0px 0px;
	}
	
	
/* Content */

	#header {
		background: url(../images/header_top_bg.jpg) no-repeat;
		width: 1004px;
		height: 152px;
		margin: 0px auto;
		padding: 0px;
	}
		#languages {
			padding-top: 37px;
			margin-right: 80px;
			margin-left: 840px;
		}
			#languages ul li a {
				background: #c43772;
				width: 12px;
				height: 14px;
				color: #ffffff;
				float: left;
				padding: 3px 13px;
				margin-right: 3px;
				font: bold 11px Arial, Helvetica, sans-serif;
			}
			#languages ul li a:hover,
			#languages ul li a:active {
				background: #ad2f66;
				text-decoration: none;
			}
	#subheader {
		width: 1004px;
		height: 318px;
		margin: 0px auto 16px auto;
		padding: 0px;
	}
		.subheader_bg {
			background: url(../images/subheader_main_products_en.jpg) no-repeat;
		}
		.subheader_en {
			background: url(../images/subheader_main_products_en.jpg) no-repeat;
		}
	
	#red_box {
		width: 970px;
		margin: 0px auto;
		padding: 0px;
		background: #f0f4f7 url(../images/red_box_bg.gif) repeat-x bottom left;
		height: 212px;
	}
		#red_box h1 {
			background: url(../images/title_header_red.jpg) no-repeat;
			height: 62px;
			font: bold 16px/62px Arial, Helvetica, sans-serif;
			color: #ffffff;
			padding: 0px 0px 0px 20px;
			margin: 0px;
		}
	#orange_box {
		width: 970px;
		margin: 0px auto;
		padding: 0px;
		background: #f0f4f7 url(../images/orange_box_bg.gif) repeat-x bottom left;
		height: 262px;
	}
			
		#orange_box h1 {
			background: url(../images/title_header_orange.jpg) no-repeat;
			height: 62px;
			font: bold 16px/62px Arial, Helvetica, sans-serif;
			color: #ffffff;
			padding: 0px 0px 0px 20px;
			margin: 0px;
		}
		
	#navigation {
		float: left;
		height: 409px;
	}
		#navigation li {
			font-size: 0px;
		}
	#navigation_inner {
		height: 409px;
	}
		#navigation li {
			font-size: 0px;
		}
/* Inner Content */
		
	#inner_content {
		background: #ffffff url(../images/inner_content_bg.gif) repeat-y top left;
		width: 1004px;
		margin: 0px auto;
	}
	#inner_content p {
		margin: 20px 70px 0px;
		width: 850px;
	}
		/* Used for the News Page */
		#inner_content h3 {
			width: 850px;
			margin: 20px 70px 0px;
			padding: 0;
			font: bold 15px Arial, Helvetica, sans-serif;
		}
		#inner_content p.txt {
			margin-top: 10px;
			line-height: 22px;	
		}
	table.inner_content img{
		margin-left: 70px;
	}
	#inner_content h1 {
		background: url(../images/subheader_inner_top.gif) no-repeat;
		font: bold 21px Arial, Helvetica, sans-serif;
		color: #49151f;
		height: 20px;
		width: 1004px;
		margin: 0px auto;
		padding: 50px 0px;
	}
		#inner_content h1 div {
			margin: 0px 70px;			
		}
	#inner_content_bottom {
		background: url(../images/subheader_inner_bottom.gif) no-repeat;
		height: 90px;
		width: 1004px;
		margin: 0px auto;
	}
/* Footer */
	#footer_wrapper{
		width: 1004px;
		margin: 0px auto;
		}
	#footer {
		background: #aa0229 url(../images/footer_bg.jpg) repeat-x bottom center;
		height: 56px;
		padding: 42px 0px 0px 100px;
		text-align: center;
		margin-top: 0px;
	}
		#footer_nav {
			float: left;
			color: #ffffff;
		}
		#footer_nav a {
			font: normal 11px Verdana, Arial, Helvetica, sans-serif;
			color: #ffffff;
			padding: 0px 5px;
		}
		#copyright {
			float: left;
			color: #c48090;
			text-align: right;
			width: 450px;
		}
			#copyright a.purple{
				float: left;
				color: #a94059;
				width: 450px;
			}
