@charset "utf-8";
/* CSS Document */

*{
	text-decoration:none;
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html, body{
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-image:url(images/main_bg_left.gif);
	background-repeat:repeat-y;
}

div#wrapper-bg{
	width:100%;
	background-position:top right;
	background-repeat:no-repeat;
}

div#main-container{
	padding:100px; 0;
	margin:0 auto;
	width:830px;
}
div#footer{
	clear:both;
	text-align:right;
	width:830px;
	border-top:1px solid #CCCCCC;
	color:#999999;
	margin-top:20px;
	font-size:12px;
}


ul.top-btns{
	font-weight:bold;
	height:38px;
	margin:0;
	padding:0;
	list-style:none;
	color:#FFFFFF;
	font-size:15px;
	margin-top:15px;
}
ul.top-btns li{
	float:right;
	background:url(images/btn1_right.png) no-repeat right top;
	margin:0;
	padding:0;
	height:38px;
	margin-left:14px;
}
ul.top-btns li:hover{
	background:url(images/btn1_right.png) no-repeat right bottom;

}
ul.top-btns a{
	float:left;
	background:url(images/btn1_left.png) no-repeat left top;
	padding:8px 19px 8px 17px;
	height:22px;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:-14px;
}
ul.top-btns a:hover{
	background:url(images/btn1_left.png) no-repeat left bottom;
}


div.hr-block{
	border-top:1px solid #BBBBBB;
	padding-top:10px;
	width:100%;
	clear:both;
}
div.hr-block-top{
	width:100%;
}

div.header{
	width:690px;
	height:43px;
	background-image:url(images/3di_logo1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#80151f;
	font-size:38px;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	padding:40px 0 0 140px;
	font-weight:bold;
	letter-spacing:-1px;
}

div.float-block{
	float:left;
	display:block;
}
div.float-block-sep{
	float:left;
	display:block;
	width:25px;
	height:120px;
	margin-top:25px;
	border-left:1px solid #BBBBBB;
}

ul{
	list-style:none;
}
li{
	background-image:url(images/bullet1.gif);
	background-repeat:no-repeat;
	background-position:5px left;
	padding:5px 0 5px 25px;
}

h1{
	font-size:30px;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}



