/* This is my first designs using CSS, Please visit me at http://www.studio7designs.com or email aran@studio7designs.com if you have any questions. Thanks, and have fun!
CSS layout: */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Arial, Helvetica, sans-serif;
	background: #f4f4f4 url(/images/backround.gif) top center repeat-y;
}

a {
	text-decoration: none;
	color: #74A8F5;
}

a:hover {
	text-decoration: underline;
	color: #86C32A;
}

a img {
	border: 0;
}


.box_right {
	position:relative;
	float:right;
	clear:both;
	width:200px;
	margin:0 0 5px 10px;
	padding:0 10px 0 10px;
	background:#F7F9F7;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

.box_right p {
	margin:5px 5px;
}

.box_cnr_top {
	background:url(/images/cnr_tr.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}

.box_cnr_bottom {
	background:url(/images/cnr_br.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}

img.cnr {
	width:8px;
	height:8px;
	border:none;
	display: block !important;
}

#leftsidebar {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}
#container {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}


#header {
	margin: 0 0 8px 0;
	border: 0;
}

#topmenu {
	width: 140px;
	height: 84px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	background: #f4f4f4 url(/images/topmenu.gif) top left no-repeat;
}

#menu {
	float: left;
	width: 140px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.9em;
}

#menu ul {	
	list-style-type: none !important;
	width: 140px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
}

#menu li {
	list-style: none !important;
	margin-top: 4px;
	margin-bottom: 4px;
}

#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #86C32A;
	display: block;
	padding: 5px 0 0 8px;
	background: #ffffff;
	border-left: 5px solid #86C32A;
}	

#menu li a:hover {
	background: #86C32A;
	color: #ffffff;
	border-left: 5px solid #86C32A;
}

#menu li ul {
	margin-left: 10px;
	list-style: none;
}

#menu li ul li {
}

#menu li ul li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #86C32A;
	display: block;
	padding: 5px 0 0 8px;
	background: #ffffff;
	border-left: 1px solid #86C32A;
}	

#menu li ul li a:hover {
	background: #86C32A;
	color: #ffffff;
	border-left: 1px solid #86C32A;
}

.leftnews {
	margin: 1px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #F7F9F7;
	line-height: 1.8em !important;
}

.leftnews p{
	margin-bottom: 0.3em !important;	
}
.rightnews {
	float: right;
	width: 94px;
	background-color: #F7F9F7;
	margin: 0 0 10px 10px;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#rightnews {
	float: left;
	width: 94px;
	background-color: #F7F9F7;
	margin: 0 0 10px 10px;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
}

.rightnews p {
	margin: 0 0 1.5em 0;
}

#banner-box{
	padding: 0 10px 0 10px;
	border: 1px solid #f0f0f0;
	color: #74A8F5;
	font-size: 8px;
	margin-top: 50px;
}
#banner-box p{
	margin: 0px!important;
	padding: 0px!important;
	text-indent: 0px!important;
}

#content {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	color: #666666;
	width: 460px;
}

#content h2 {
	font-size: 1.5em;
	margin: 0.5em 0 0.5em 0;
	color: #74A8F5;
	margin: 0.5em 0em 0.5em 0em;
}

#content h3 {
	font-size: 1.3em;
	margin: 20px 0 10px 0;
	padding-left: 20px;
	color: #666666;
	line-height: 1.5em;
	background: transparent url(Bullet_green.gif) no-repeat 0px 3px;
}

#content h4 {
	font-size: 1.2em;
	margin: 10px 0 5px 0;
	color: #86C32A;
	line-height: 1.5em;
}

#content h5 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content p {
	text-indent: 1em;
}

#content ul {
	margin-left: 3em;
}

#content .clear {
	clear: both;
}

/*
#content img {
	padding: 0px;
	display:inline;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
}
*/
#content .image-left {
	float: left;
	margin-right: 20px;
	margin-top: 1em;
	margin-bottom: 10px;
	border: 0px solid #9A9A9A;
}
#content .image-right {
	clear: right;
	float: right; 
	margin-left: 20px;
	margin-top: 1em;
	margin-bottom: 10px;
	border: 0px solid #9A9A9A;
}
.redbox {
	background-color: #ffffEE;
	border: 1px solid #cc0000;
	padding: 5px;
	margin: 1em 0 1em 0;
}
.redbox h3{
	margin: 0px!important;
	color: #cc0000!important;
}
.redbox h4{
	color: #cc0000!important;
}

.redbox p {
	margin-bottom: 0.3em;
}
 
.greenbox {
	background-color: #F7F9F7;
	border: 1px solid #94BD53;
	color: inherit;
	padding: 5px;
	margin: 1em 0 1em 0;
}

.greenbox p {
	margin-bottom: 0.3em;
	text-indent: 0 !important;
}

.bluebox {
	background-color: #EDF3FE;
	border: 1px solid #74A8F5;
	color: inherit;
	padding: 5px;
	margin: 1em 0 1em 0;
}

.bluebox p {
	color: #FF9933;
	text-indent: 0 !important;
}

.graybox2 {
	border: 1px dashed #999999;
	color: inherit;
	padding: 5px;
	margin: 1em 0 1em 1em;
}

.option-box {
	background-color: #EDF3FE;
	border: 1px solid #74A8F5;
	color: inherit;
	padding: 5px;
	margin: 1em 0 1em 0;
}

.samplebox {
	border: 1px solid #ffddbb;
	float: right;
	padding: 15px 10px;
	margin: 0 0 2em 20px;
}
.samplebox p{
	text-indent: 0!important;
	color: #996666!important;
}

.ftp-setting {
	margin-left: 20px;
	margin-bottom: 10px;
}

.ftp-setting .asial-table{
	width: 400px;
}

.splitright {
	background-color: #ffffff;
	width: 49%;
	float: right;
	overflow: hidden;
}

.splitleft {
	background-color: #ffffff;
	width: 49%;
	float: left;
	overflow: hidden;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 3px solid #86C32A;
	width: 760px;
	text-align: center;
	color: #86C32A;
	font-size: 0.9em;
}

#footer a {
color: #86C32A;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.legal-list{
color: #666666;
margin-left: 20px;
margin-bottom: 0.5em;
}

.legal-p{
color: #666666;
margin-left:20px;
}

.style3 {color: #666666}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86C32A}
.style7 {color: #74A8F5}

table.asial-table {
	margin-top: 1em; 
	margin-bottom: 1em; 
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

table.asial-table td{
	color: #666666;
	background-color: transparent;
  border-style: solid; 
	border-color: #AAAAAA; 
	border-width: 1px; 
	padding: 5px;
}

table.asial-table th{
	color: #777777;
	background-color: #F7F9F7;
  border-style: solid; 
	border-color: #AAAAAA; 
	border-width: 1px; 
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}

table.asial-table a {
	vertical-align: middle;
}

table.feature-table {
	margin-top: 1em; 
	margin-bottom: 1em; 
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

table.feature-table td{
	color: #666666;
	background-color: transparent;
    border-style: solid; 
	border-color: #AAAAAA; 
	border-width: 1px; 
	padding: 5px;
	text-align: center;
}

table.feature-table th{
	color: #777777;
	background-color: #F7F9F7;
    border-style: solid; 
	border-color: #AAAAAA; 
	border-width: 1px; 
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}

table.feature-table p{
	text-align: left;
	text-indent: 0 !important;
}

.tooltip {
	background-color: #222222;
	color: #F7F9F7;
	padding: 0.5em 1em;
	border: 1px solid #000;
	margin-left: -50px;
}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.list-style1 {
	color: #666666;
	margin-left: 3em !important;
	margin-bottom: 1em;
	line-height: 1.8em;
}

.list-style2 {
	margin-left: 1em;
	margin-bottom: 1em;
	font-weight: normal !important;
}

.supply-list {
	color: #666666;
	margin-left: 2em;
	margin-bottom: 0em;
}

.asp-list {
	float: left;
	margin-left: 0em;
	margin-right: 5em;
	margin-bottom: 0.5em;
}

.api-list {
	font-weight: bold;
	color: #FF9933;
	padding-left: 5px;
	margin-left: 15px;	
	background: transparent url(Bullet_green.gif) no-repeat 0px 3px;
}

.api-member {
	font-weight: bold;
}

.api-member li{
	list-style-type: none !important;
	padding-left: 20px;
	background: transparent url(Bullet_green.gif) no-repeat 0px 3px;
}

.api-member p{
	font-weight: normal !important;
	margin-left: 0px;	
	text-indent: 0 !important;
}

.manual-list li{
	margin-left: 2em !important;
}

.system-list {
	color: #666666;
	margin-left: 3em;
	margin-bottom: 1em;
	line-height: 1.8em;
	font-weight: bold;
}

.price-list {
	margin-left: 1.5em;
}

.press-text {
	margin-bottom: 1em;
}

.legal-text1 {
	text-align: right;
	margin-top: 2em;
	margin-bottm: 0.5em;
}

.legal-text2 {
	text-align: right;
	margin-top: 1em;
	margin-bottm: 0.5em;
}

.support-list {
	margin-left: 1em !important;
	margin-top: 5px;
}

.support-list li{
	list-style-type: none !important;
	margin-bottom: 5px;
}

.pdflet-sample {
	margin: 0.5em 0em 1em 0em;
}
.pdflet-sample textarea {
	font-size: 1em;
	line-height: 1.2em;
	vertical-align: middle; 
	margin-bottom: 5px;
	margin-top: 5px;
}
.pdflet-sample textarea.tag-text {
	background-color: #eeeeee;
	font-size: 11px;
	height: 10em;
	width: 440px;
}

.pdflet-sample .clipbutton-base{
	font-size: 10px;
}
.pdflet-sample .clip-copy-img{
	vertical-align: middle;
}

.error_message {
	color: #FF0000;
	font-size: 12px;
}

.delete_message {
	color: #EE9999;
	font-size: 12px;
}

/* free demo */
#content #inquiry-wrapper {
	margin-left: 5px;
}

