/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{  
	margin:0; 
	padding:0; 
} 
table
{ 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img
{  
	border:0; 
} 
address,caption,cite,code,dfn,em,th,var
{ 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul
{ 
	list-style:none; 
} 
caption,th
{ 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6
{ 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after
{ 
	content:''; 
} 
abbr,acronym
{
	border:0; 
} 
* {
	margin: 0;
	padding: 0;
}
* body {
	margin: 70px 0 0 0;
	background: #e8e8e8;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	float: left;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 2em;
	color: #FFF2B3;
	font-weight: normal;
	margin: 40px 0 0 0;
}
h3 {
	
	font-size: 1.5em;
	
	letter-spacing: -1px;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 13pt;
	padding:0;
}

a {
	color: #7994ad;
}
a:hover {
	color: #6c849a;
	text-decoration: none;
}
img {
	border: 0;
}

ul {
	list-style-type: none;
}
#main_content {
	
	width:960px;
	margin: 0 auto;
}
.heading {width:960px;height:158px;background: transparent url(../images/grey/heading.jpg) no-repeat top;}

.heading .corner {width: 150px;height:150px;float:right;}
.top_box {width:960px;height:348px;background: transparent url(../images/grey/top_box.jpg) top no-repeat;}
.wrap {
	background:#fff;
	width: 960px;
	margin: 0 auto;
}
.wrap p {
	padding: 40px 15px 0 20px;
	
}
.box {
	padding: 0;
	float:right;
	width: 500px;
	color: #7c7c7c;
	margin: 0 30px 0 0;
	overflow:hidden;
}

.box p {
	line-height: 14pt;
	font-size:12px;
}
.box h3 {
	color:#6c849a;
	font-size:18px;
}
.box .left {width:240px;float:left;}
.box .right {float:right; width:240px;}
/* Button */
.video_b {display:block; width:120px; height:30px; background: url(../images/grey/video_button.png);}
.video_b:hover {background: url(../images/grey/video_button.png) 0px -30px;}

.order_b {display:block; width:120px; height:30px; background: url(../images/grey/order_b.png);}
.order_b:hover {background: url(../images/grey/order_b.png) 0px -30px;}

.daten_b {display:block; width:120px; height:30px; background: url(../images/grey/daten_b.png);}
.daten_b:hover {background: url(../images/grey/daten_b.png) 0px -30px;}

.shop_b {display:block; width:120px; height:30px; background: url(../images/grey/shop_b.png);margin:7px 0 0 25px;}
.shop_b:hover {background: url(../images/grey/shop_b.png) 0px -30px;}

.clear {
	clear: both;
}


.hide { display:none;}
#threecolumn {
	width:960px;
	margin:30px 0 0 0;
	background: transparent;
}
.banner_left {width:673px; height:155px;	background: url(../images/grey/banner_left.jpg) no-repeat; float:left;}
.banner_left p {width:380px; margin:55px 0 0 85px;}
.link {margin:5px 210px 0 0;height:30px;width:120px;float:right;}
.banner_right {width:273px; height:155px;	background: url(../images/grey/banner_right.jpg) no-repeat; margin:0; float:right;}
.banner_right .list {margin:50px 0 0 90px; width:170px;}
ul.list_tick {
	list-style: none;
}
ul.list_tick li {
	line-height: 12px;
	margin:0;
	padding: 3px 0px 3px 22px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/* footer  */
#footer {width:960px; height:40px;overflow:hidden;text-align:right;padding-top:10px;color:#666;clear:both;}
	#footer p {margin-left: 20px;float:left;color:#666;display:inline;}
	#footer ul{margin:0;padding:0 20px;list-style:none;float:right;}
		#footer ul li{display:inline;margin:0 10px;}
			#footer ul li a{color:#666;text-decoration:none;}
			
