body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#00759f;
	background-image:url(images/bg.gif);
	min-width:600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:#369;
}

a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
	
h1, h2, h3 {
	margin:.4em 0 .4em 0;
	padding:0;
}

h1 {
	font-size:36px;
	font-weight:bold;
}

p {
	margin:.4em 1em .8em 1em;
	padding:0;
	text-align: left;
}

img {
	margin:10px 0 5px;
}


#header {
	clear:both;
	float:left;
	width:100%;
	background-image:url(images/bg.gif);
	background-color:#00759f;
	height:80px;
}
	
#navbar {
	height:36px;
	background-image:url(images/navbg.gif);
	background-color:#3c97b8;
	background-position:0px 0px;
	width:100%;
	float:left;
}
	
#navbar ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
	
#navbar li {
	list-style-type: none;
	display: inline;
}

#navbar a {
	width:12.46%;
	float:left;
	text-align:center;
	overflow:hidden;
}
	
#navbar a:hover {
	width:12.46%;
	float:left;
	text-align:center;
	background-image:url(images/navbg.gif);
	background-position:0px 40px;
	overflow:hidden;
}
	
img.navbtn {
	margin:5px 0;
	padding:0px;
	border:0px;
}
	
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
	
.colmask {
	position:relative;
	clear:both;
	float:left;
	overflow:hidden;
	width: 100%;
}
	
.leftmenu {
    background:#d5eaf2;
	background-image:url(images/sidebar.gif);
}

.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:231px;
	background:#fff;
}

.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:231px;
    padding-bottom:1em;
}

.leftmenu .col1 {
	margin:0 15px 0 245px;
    position:relative;
    right:100%;
    overflow:hidden;
}

.leftmenu .col2 {
	float:left;
	margin-top:15px;
	width:200px;
	position:relative;
	right:215px;
	overflow:hidden;
}
    
.fullpage {
    background:#fff;
    width:100%;
}

.fullpage .col1 {
	margin:0 15px;
}
	
div.sectionheader {
	width:200px;
	background-color:#3c97b8;
	background-image:url(images/sidebartop.gif);
	background-repeat:no-repeat;
	float:left;
	height:36px;
	text-align:center;
	font-size:18px;
	line-height:34px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
	
div.sectionbody {
	width:200px;
	background-image:url(images/fadesidebar.gif);
	background-color:#e6f2f7;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:20px;
}
	
div.sectionbody h3 {
	margin:10px 5px;
	font-size:14px;
	width:90%;
}

div.sectionbody ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
}

div.sectionbody p {
	margin:10px 10px;
	width:90%;
}
	
div.sectionbottom {
	width:200px;
	height:10px;
	margin:0px;
	padding:0px;
	background-image:url(images/sidebarbottom.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom;
}
	
div.dialogheader {
	background-color:#3c97b8;
	background-image:url(images/topleft.gif);
	background-repeat:no-repeat;
	background-position: top left;
	float:left;
	height:36px;
	width:100%;
	
	text-align:center;
	font-size:18px;
	line-height:34px;
	color:#ffffff;
	padding:0px;
	
	position:relative;
	top:-1px;
	left:-1px;
	
	margin-bottom:5px;
}

div.dialogheader div {
	float:right;
	height:36px;
	width:9px;
	
	position:relative;
	right:-2px;
	
	background-color:#3c97b8;
	background-image:url(images/topright.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
	
div.dialog {
	background-color:#e6f2f7;
	border-style:solid;
	border-color:#3c97b8;
	border-width:1px;
	
	margin-top:20px;
	margin-bottom:20px;
	
	width:94%;
	margin-left:3%;
}

div.fullpage p, div.fullpage ul{
	width:94%;
	margin-left:3%;
}

div.dialogbody p {
	width:auto;
	margin:10px 20px 0px 20px;
}

div.dialogbody h2 {
	margin:10px 10px;
}
	
div.dialogbody h3 {
	margin:10px 10px;
}
	
div.dialogbottom {
	height:10px;
	padding:0px;
	position:relative;
	top:1px;
	margin-left: -1px;
	background-image:url(images/bottomleft.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
}
	
div.dialogbottom div {
	float:right;
	height:10px;
	width:9px;
	
	position:relative;
	right:-1px;
	
	background-image:url(images/bottomright.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}
	
#footer {
	clear:both;
	float:left;
	width:100%;
	color:#ffffff;
}

#footer p {
	padding:10px;
	font-size:10px;
	text-align:center;
	margin:0;
}

#footer a{
	color:#d5eaf2;
}
	
img.logo {
	padding:0px;
	border:0px;
	margin:0px;
}

div.screenshots {
	text-align:center;
	width:100%;
}

div.screenshots img {
	margin:10px 30px;
	vertical-align:top;
}

div.screenshots a {
	color:transparent;
	background:transparent;
	border:0px;
}

.wmpackages .palmpackages {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.twopackages td {
	width: 33%;
}

.threepackages td {
	width: 25%;
}

.fourpackages td {
	width: 20%;
}

span.newfeature {
	color: red;	
}

ol li {
	margin-top:0.8em;
	margin-bottom:0.8em;
}

div.dictsamples {
	text-align:left;
	width:100%;
}

div.dictsamples img {
	margin:10px 0px 10px 25px;
	vertical-align:top;
}

img.chinesetext {
	margin:0px;	
}

th img {
	border: 4px groove black;
}

img.rightembed {
	float:right;
	margin-left: 10px;
	border: 1px solid black;
}

form.login {
	text-align: center;	
	margin-top: 10px;
	margin-bottom: 10px;
}

p.subslogan {
	text-align: center;	
	margin-bottom: 15px;
}
