/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:#fff url(../images/hg.png) repeat-x;
	}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Trebuchet MS,sans-serif,Arial;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:0px auto;
	width:960px;

}
#Header {
	position: relative;
	background:transparent url(../images/top_corners_hg.png) top center no-repeat;
	height:246px;
	overflow:show;
	z-index: 30;
}

	div#withie {
		width:960px;
		height:239px;
		background: #fff;
		position: absolute;
		top:7px;
		border-bottom:1px solid #3087c2;
}

	a#logo img {
		position:absolute;
		left:36px;
		top:15px;
		z-index: 50;
		width:210px;
		height:103px;
	}

	a#logo {
		cursor:pointer;
	}

	#infusionset {
		position:absolute;
		left:390px;
		top:25px;
		z-index:30;
	}

	#freerotate {
		position:absolute;
		left:500px;
		top:10px;
		font-size:15px;
		color:#fff;
		z-index: 50;
	}
#SearchForm_SearchForm {
	border: none;
	width: 140px;
	position: absolute;
	left: 820px;
	top:25px;
	z-index: 30;
}

	#SearchForm_SearchForm fieldset {
		border:0px;
	}

	input#SearchForm_SearchForm_Search {
		position: absolute;
		width: 120px;
		height: 18px;
		bottom:0px;
		right:20px;
		border:1px solid #ddd;
		padding-bottom:0px;
		color:#388dc6;
}

	input#SearchForm_SearchForm_action_results {
		position: absolute;
		width: 20px;
		height: 18px;
		bottom:0px;
		right:0px;
		border:0px;
		background:transparent url(../images/search.png) no-repeat scroll 5px 0px;
		border: none;
		clear:none;
		cursor:pointer;
}
/*----------------------------- start menu ---------------------------*/

.menubloc {
	float:left;
	padding-right:10px;
	margin:0px;
}

.menubloc a {
	text-decoration:none;
}

ul.Menu1 {
	position:absolute;
	left:34px;
	top:145px;
	list-style-position: ouside;
	position:absolute;
	z-index: 60;
}

.Menu1 li {
	height:27px;
	list-style: none;
	margin:0px;
}

.Menu1 li a {
	height:27px;
	background:url(../images/navigation1_left.png) no-repeat left top;
	display:inline-table;
}

.Menu1 li a span {
	display:inline-table;
	height:27px;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	padding:4px 15px 0px 15px;
	background:url(../images/navigation1_right.png) no-repeat right top;
}

.Menu1 li a span:hover {
	background:url(../images/navigation1_right_active.png) no-repeat right top;
}

.Menu1 li a:hover {
	background:url(../images/navigation1_left_active.png) no-repeat left top;
}
.Menu2 li a, 
.Menu2 li a:hover {
	background:none;
}

ul.Menu2 li {
	padding:0 0 0 7px;
	list-style: none;
	display: block;
}

.Menu2 li,
.Menu2 li a,
.Menu2 li a span {
	height:16px;
	color:#1175ae;
	text-decoration:none;
	font-weight:600;
	font-size:1.0em;
}

ul.Menu2 {
	padding-top:5px;
}

ul.Menu2 li.current,
ul.Menu2 li:hover {
	background:url(../images/navigation2_active.png) no-repeat 0px 2px;
	height:16px;
}

/*--------------------------- end menue -----------------------------*/

#ContentContainer {
	overflow: auto;
	background:#fff;
	overflow-x:hidden;
}

#Content {
	margin: 0px;
	width:960px;
	display:table;
}

#ContentHome {
	background: #fff;
	width:960px;
	height:470px;
}

#ContentHome p {
	position:absolute;
	left:745px;
	top:460px;
	color:#fff;
	z-index: 41;
	font-size:11px;
	font-weight:400;
}

#ContentHome div.bottomup {
	background: transparent url(../images/cont_bottom_hg.png) top center no-repeat;
	width:960px;
	height:229px;
	position: absolute;
	bottom:190px;
	z-index: 40;
	overflow-x:hidden;
}

.cont {
	background: transparent url(../images/cont_hg.png) top center repeat-y;
	width:960px;
/*	min-height:330px; 
	padding-bottom:20px; */
	display: table-row;
	
}

#Content .product:hover {
	
}

#Content .product a {
	display:block;
	width:960px;
	cursor:pointer;
	padding:0px;
	margin:0px;
	overflow:hidden;
	border-bottom:1px dotted #388DC6;
}

#Content .product a:hover {
	text-decoration: none;
	cursor:pointer;
	background: url(../images/porduct_hover.png) repeat;
}

div.leftsiede {
	width:266px;
	padding:14px 10px 0px 34px;
	float:left;
	vertical-align: top;
}

div.leftsiede h1 {
	font-size:1.9em;

}

div.betweener {
	float:right;
	width:610px;
	padding:14px 10px 10px 20px;
}

.product div.betweener {
	padding:14px 10px 0px 20px;
}

.product div.betweener pre h1 {
	overflow:hidden;
}

div.middle {
	width:300px;
	float:left;
	vertical-align: top;
	padding-right:10px;
}

.product div.middle {
	width:500px;
	float:left;
	vertical-align: top;
	font-size:1.4em;
	color:#008ec9;
}

.product div.middle p {
	font-size:1.0em;
}

div.Themepic {
	width:300px;
	float:right;
	vertical-align: top;
	position: relative;
}

.product div.Themepic {
	width:100px;
	float:right;
	vertical-align: top;
	position: relative;
}

div.Themepic img {
	border:1px solid #008ec9;
	width:296px;
	margin-bottom:15px;
}

.product div.Themepic img {
	border:1px solid #008ec9;
	width:100px;
}

#Content .distributor img {
	border:1px solid #008ec9;
	width:148px;
	margin-left:150px;
	float:right;
}

img#keyvisual {
	position: absolute;
	top:1px;
	right:1px;
	z-index: 1;
}

img#circleteaser {
	position:absolute;
	left:505px;
	top:390px;
	z-index: 45;
}

img#set_controll {
	z-index: 50;
	position:absolute;
	left:18px;
	top:520px;
}

div#player {
	position:absolute;
	left:35px;
	top:208px;
	width:320px;
	height:275px;
	border:1px solid #a2a7a7;
	padding:9px;
	z-index:50;
}

/*----------------------------- start bottom ---------------------------*/
div#bottom {
	background: transparent url(../images/cont_bottom_hg.png) bottom center no-repeat;
	width:960px;
	height:150px;
	position: relative;
	z-index: 50;
}

div#bottom a {
	text-decoration:none;
}

div.box {
	height:110px;
	width:201px;
	float:left;
	padding:5px 10px;
	background: url(../images/box.png) no-repeat scroll;
	overflow:hidden;
	margin: 10px 0 0 14px;
	cursor:pointer;
}

div.box:hover {
	background: url(../images/box.png) no-repeat scroll -221px 0;
}

div.box p {
	font-size:18px;
	color:#fff;
}

div#learn {
}

div#doc {
	background: url(../images/box_doc.png) no-repeat scroll;
	width:439px;
}

div#doc:hover {
	background: url(../images/box_doc.png) no-repeat scroll -459px 0;
}

div#doc img {
	float: right;
	padding: 10px 29px 0 0;
}

div#doc p {
float:left;
}

/*-------------------------- start footer ------------------------------*/

#Footer {
	clear:both;
	padding-left:20px;
	color:#2d516f;
	height:40px;
}
	#Footer span {
		font-size:1.0em;
		line-height:2em;
		font-weight:bold;
		display:block;
	}
	#Footer a {
		text-decoration:none;
		border-bottom:1px dotted;
		color:#2d516f;
	}
	#Footer a:hover {
		text-decoration:none;
		color:#2d516f;
	}

ul#SearchResults li {
	list-style:none;
	margin-top:20px;
}