/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* basics */

body {
background-image:url(elements/bg_main.jpg);
background-repeat:repeat-x;
background-color: #FAFAFA;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
width:800px;
}

p, td {
color: #333333;
font-size: 11px;
font-family: Helvetica, sans-serif;
font-weight: 400;
text-align: left;
line-height: 13px;
}

h1{}


h2 {
font-size: 12px;
font-family: Helvetica, sans-serif;
color: #333333;
font-weight: 800;
padding-bottom:3px;
}

h3 {
font-size: 11px;
font-family: Helvetica, sans-serif;
color: #333333;
font-weight: 800;
padding-bottom:3px;
}


/* typo */

.h1_regular {
font-weight: 400;
}

.p_bold {
font-weight: 800;
}

.p_padding{
padding-bottom:5px;
}

.p_caption{
font-size:10px;
font-weight:800;
color:#666666;
margin:5px 0 10px 0;
}

.p_italic{
font-style:italic;
padding-bottom:5px;
}

.gallery{
}

strong{
font-weight:800;
}


/* sections */

#china{
z-index:10;
width:100px;
position:absolute;
top:0px;
left:-150px;
}


#container_all{
zoom: 1;
position:relative;
padding:10px 0 0 10px;
background-color:#FFFFFF;
}

#menu_container{
position:relative;
float:left;
width:770px;
border-bottom: 1px dotted #999999;
margin-bottom:10px;
}

#logo{
float:left;
width: 80px;
margin-bottom: 10px;
}

#menu1{
float:left;
width:105px;
}

#menu2{
float:left;
width:185px;
padding-left:9px;
border-left:1px dotted #999999;
}

#menu3{
float:left;
width:185px;
padding-left:9px;
border-left:1px dotted #999999;
}

#menu4_shop{
	float:right;
	width:99px;
	}

#content{}

.content_container{
float:left;
width:770;
padding-bottom:10px;
border-bottom: 1px dotted #999999;
margin-bottom:10px;
}

.block_1_1{
float:left;
width:770px;
margin-bottom:10px;
}

.block_2_3{
float:left;
width:510px;
margin:0 10px 10px 0;
}

.block_1_3{
float:left;
width:250px;
margin-right:10px;
}

.block_1_3_last{
float:left;
width:250px;
}

.block_1_4{
float:left;
width:185px;
margin-right:10px;
}

.block_5_1row{
float:left;
width:150px;
margin-right:5px;
}

.block_5{
float:left;
width:150px;
margin:0 5px 5px 0;
}

.press_release_ico{
float:left;
width:25px;
margin: 5px 10px 5px 0;
}

.press_release_txt{
float:left;
width:215px;
margin: 10px 0 0 0;
}

#address{
width:770px;
padding-bottom:10px;
border-bottom: 1px dotted #999999;
margin-bottom:10px;
}

#rights{
margin:10px 0 25px 0;
}

.rights_style {
font-size:9px;
}

.clear	{
clear: both;
}

.clear_line{
clear:both;
margin: 10px 0 10px 0;
border-bottom: 1px dotted #999999;
}

/* pic mouseover */

.thumbnail {
float:left;
width:150px;
margin:0 5px 5px 0;
}

.thumbnail a .large {
	border: 0px;
	display: block;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
	height: 1px;
}

.thumbnail a img {
	border: 0;
}

.thumbnail a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	display: block;
	height: 150px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

.thumbnail a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

.thumbnail a.p1:hover .large {
	display: block;
	position: relative;
	left: -175px;
	top: -550px;
	height: 500px;
	width: 500px;
}

/* gallery */

.gallery_pic{
margin:0 0 10px 0;
}

.gallery_float_1_pic{
float:left;
width:770px;
margin:0 10px 10px 0;
}

.gallery_float_2_pic{
float:left;
width:380px;
margin:0 10px 10px 0;
}

.gallery_float_3_pic{
float:left;
width:250px;
margin:0 10px 10px 0;
}

.gallery_txt{
font-family: Helvetica, sans-serif;
font-size:10px;
font-weight:800;
color:#666666;
margin:5px 0 5px 0;
}


/* subs */

a:link {
color: #666666;
font-style: normal;
text-decoration: none;
}

a:visited {
color: #666666;
font-style: normal;
text-decoration: none;
}

a:hover {
color: #000000;
font-style: normal;
text-decoration: underline;
}

a:active {
color: #666666;
font-style: normal;
text-decoration: none;
}
