* {
	margin: 0; padding: 0;
}
html { 
	background: #fff url('../img/bg_bottom.gif') repeat-x bottom left;
}		
body {
	font-size: 62.5%; font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	background: transparent url('../img/bg_top.gif') repeat-x top left;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #3b920a;
	margin-bottom: 5px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #3b920a;
	margin-bottom: 10px;
	margin-top: 50px;
}

.product_description h2 {
	margin-top: 0;
}

h3 {
	margin-bottom: 36px;
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
}

#content h3 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #3b920a;
}

a, a:visited {
	color: #b6b6b6;
}
a:hover {
	color: #565656;
	text-decoration: none;
}

img {
	border: 0;
}

hr {
	border-top: 1px #ccc solid;
	height: 0;
	margin: 5px 0;
	border-bottom: none;
}

#content img {
	border: 1px #ccc solid;
	padding: 3px;
	margin: 5px;
}
.clear { 
	clear: both;
}
#wrapper { 
	background: transparent url('../img/bg_wrapper.jpg') no-repeat bottom center;
	width: 100%;
}

#langselect {
	float: right;
	margin: 5px 10px 0 0;
}
#langselect img {
	margin: 0 2px;
}


#documents {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
}

#documents td {
	border: 1px #eee solid;
}
#documents th {
	border: none;
}
.td_center {
	text-align: center;
}

#documents th, #documents td {
	padding: 5px 10px;
}
#documents img {
	border: 0;
	padding: 0;
}

#container { 
	width: 888px; 
	margin: 0 auto;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	background: #fff url('../img/bg_container.jpg') no-repeat bottom right;
	font-size: 1.1em;
}
#header {
/*	height: 198px; */
	height: 185px;
	overflow: hidden;
}

#menu { 
	background: transparent url('../img/bg_menu.gif') repeat-x top left;
	width: 888px;
	height: 56px;
	margin: 0 auto; 
}
#menu li {
	list-style-type: none;
	/* display: inline; */
	float: left;
	text-align: center;			
	border-right: 1px #fff solid;
	height: 49px;
	padding: 0 18px;
}
#menu li#menu_first {
	border-left: none;
	margin: 0 0 0 0;
}
#menu li#menu_last {
	border-right: 1px #fff solid;
	
}
#menu li a {
	display: block;
	margin-top: 20px;
	color: #fff;
}

#menu_alt {
	margin: 0;
	height: 18px;
}

#menu_alt li {
	font-size: 0.9em;
	list-style-type: none;
	float: left;
	border-right: 1px #fff solid;
	padding: 2px 15px 1px 15px;
}
#menu_alt li#menu_alt_last {
	border-right: none;
}

#menu_alt li a {
	color: #fff;
}

#content {
	margin: 5px 0 100px 50px;	
	float: left;
	width: 580px;
}
#content_wrapper p {
	line-height: 200%;
	margin: 10px 0;
}
#content_wrapper {
	width: 520px;	
	padding: 0 50px 0 0;
}
#sub {
	/*border-left: 1px #ccc solid;*/
	padding-left: 40px;
	padding-bottom: 30px;
	margin: 80px 10px 0 15px;
	float: left;
	width: 130px;
}
#sub .submenu, #submenu, #content ul {
	list-style-type: none;
}
#sub .submenu li, #submenu li, #content li {
	background: transparent url('../img/li.gif') no-repeat  0px .55em;
	padding-left: 12px;
	margin: 3px 0;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	/*background: transparent url('img/bg_footer.gif') repeat-x top left;*/
}
#footer p {
	padding-top: 2px;
	text-align: center;
	color: #fff;
}

.product hr {
	margin: 50px 5px;
}

.product_description {
	float: left;
	width: 300px;
}

.product_photos {
	float: right;
	width: 140px;
	text-align: center;
}
.product_photos a {
	display: block;
}
