@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background:url(../img/bkgnd_top.png) repeat-x;
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#333;
}
h1 {
	font-size:20px;
	margin-bottom:14px;
}
h2 {
	font-size:16px;
	margin-bottom:14px;
}
hr {
	border:0;
	height:1px;
	color:#999999;
	background:#999999;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:link {
	color: #930;
}
a:visited {
	color: #930;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
#header {
	position:relative;
	width:970px;
	height:120px;
	margin:0 auto;
	margin-bottom:15px;
	z-index:10;
}
#logo {
	position:absolute;
	top:8px;
	left:5px;
	width:72px;
	height:110px;
}
#amawebs {
	position:absolute;
	top:25px;
	left:95px;
	width:350px;
	height:50px;
}
.slogan {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#900;
	margin-left:5px;
}
.top_menu {
	position:absolute;
	top:5px;
	right:5px;
}
.top_menu a {
	text-decoration:none;
	color:#FEB;
	margin-left:30px;
}
.top_menu a:link {
	color:#FEB;
}
.top_menu a:visited {
	color:#FEB;
}
.top_menu a:hover {
	color:#FFF;
	text-decoration:underline;
}
#main_menu {
	position:absolute;
	top:75px;
	right:5px;
}
#ulmenu {
	float:left;
	list-style:none;
	margin:0px;
	padding:0;
}
#ulmenu li {
	float:left;
	color:#930;
	text-align:center;
}
#ulmenu a {
	text-decoration:none;
	padding:2px 15px;
	cursor:pointer;
	display:block;
	border: transparent solid 1px;
}
#ulmenu a:link {
	color: #930;
}
#ulmenu a:visited {
	color: #930;
}
#ulmenu a:hover {
	color: #000;
	border-top:#FA0 solid 1px;
	border-bottom:#FA0 solid 1px;
}
#language_menu {
	position:absolute;
	top:22px;
	right:5px;
	display:none;
	border:#999 solid 1px;
	background-color:#FFF;
	padding:4px 7px 3px 7px;
	text-align:right;
	box-shadow: 0px 0px 5px #333;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	list-style:none;
}
#language_menu li {
	line-height:18px;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.button_cancel, .button_ok {
	font-size:12px;
	color:#333;
	border:#999 solid 1px;
	cursor:pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.button_cancel {
	padding:2px 10px;
	background-color:#EEE;
	margin-right:15px;
}
.button_ok {
	background-color:#BEF;
	padding:2px 20px;
}
.container {
	clear:both;
	overflow:hidden;
	width: 970px;
	margin:0 auto;
	padding:5px;
	margin-bottom:15px;
}
.container p {
	font-size:14px;
	margin-bottom:14px;
}
.container dl {
	overflow:hidden;
	padding:0 0 22px 20px;
}
.container dt {
	font-size:16px;
	color:#0060A0;
	font-weight:bold;
	margin-bottom:8px;
}
.container dd {
	font-size:14px;
	margin:0 0 8px 0px;
}
#login_div {
	border:#9AB double 4px;
	margin:0 auto;
	position:relative;
	top:200px;
	width:340px;
	z-index:1000;
	background-color:#FFF;
	box-shadow: 0px 0px 5px #333;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:15px 15px 5px 15px;
}
#login_tbl {
	margin:0 auto;
	margin-top:10px;
}
#login_tbl td {
	padding:3px 2px;
}
.pad_tb_5 {
	padding:5px 0;
}
.pad_tb_10 {
	padding:10px 0;
}
.pad_tb_20 {
	padding:20px 0;
}
.input_short {
	width:170px;
	border:#CCC solid 1px;
	padding:2px 0;
}
.block_bkgnd {
	width:100%;
	height:100%;
	background-color:#000;
	z-index:500;
	position:absolute;
	top:0;
	display:none;
	background:rgba(0,0,0, 0.2);
	text-align:center;
}
.clear {
	clear:both;
}
#footer {
	clear: both;
	width: 970px;
	margin:0 auto;
	margin-bottom:30px;
	border-bottom:#FFCC00 solid 1px;
	border-top:#FFCC00 solid 1px;
	padding:10px 0;
	text-align:center;
}
.copyright {
	font-size:10px;
	color:#999;
}
.red {
	color:#B00;
}
#faqs dl {
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	padding:0 0 17px 20px;
}
#faqs dt {
	font-weight:bold;
	line-height:18px;
}
#faqs dt img {
	border:0;
	float:left;
	margin-right:10px;
}
#faqs dd {
	font-size:14px;
	text-indent:-8px;
	margin-top:10px;
}
#templatelist {
	clear: both;
	width: 970px;
	text-align: left;
	padding-bottom:20px;
}
#templatelist .navigation {
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	padding-top: 20px;
}
#templatelist .navigation a {
	float: left;
	margin-right: 5px;
}
#templatelist .navigation .selected {
	font-weight: bold;
}
#templatelist .prev {
	font-size: 14px;
}
#templatelist .next {
	font-size: 14px;
}
#templatelist ul {
	list-style-type: none;
}
#templatelist ul li {
	float: left;
	width: 180px;
	height: 180px;
	margin: 5px 6px;
}
#templatelist ul li .select {
	float: right;
}
#faq19 option {
	font-size:16px;
}
#tutorial {
	float:left;
}
#tutorial dl {
	width:200px;
	border:#CCCCCC solid 1px;
	padding:10px;
	margin-bottom:30px;
}
#tutorial dd {
	font-size:14px;
	margin-left:20px;
	font-weight:bold;
}
#tutorials {
	float:left;
	width:670px;
	border:#000099 solid 1 px;
	padding-left:25px;
}
