body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #8a8a8a;
	font-size: 13px;
	line-height: 16px;
	background-color: #FFF;
}

div, h1, h2, h3, h4, h5, h6, form, p, body { padding: 0; margin: 0; font-weight: normal; }

img { border: 0; }
a { outline: 0; }
a { text-decoration: none; }

/** TOOLS **/
.em { color: #009693; }
.bold { font-weight: bold; }
.italic { font-style: italic; } 
.l-float { float: left; }
.r-float { float: right; }
.clear { clear: both; }
.clear1px { clear: both; }
.absolute { position: absolute }
.relative { position: relative }
.v-padding { padding-top: 10px; padding-bottom: 10px }
.h-padding { padding-left: 10px; padding-right: 10px }
.l-border { border-left: 1px dotted #8a8a8a; }
.r-border { border-right: 1px dotted #8a8a8a; }
.solid-clear { clear: both; height: 20px; }
.t-padding { padding-top: 10px; }
.valign-middle { vertical-align: middle; }

/** LAYOUT **/
.left-col { width: 300px; float: left; }
.center-col { width: 338px; float: left; }
.right-col { width: 300px; float: left; }
.main-col { width: 599px; float: left; }
.side-col { width: 337px; float: left; }
#content { margin-top: 20px; padding: 0px 1px; background-image: url(../images/content_bg.gif); background-repeat: repeat-y; /*background-color: red;*/ }
#wrapper { width: 938px; margin: 0 auto; }

/** FOOTER **/
#footer { font-size: 11px; line-height: 13px; }

/** SIDEBAR **/
.sidebar-link-box { }
.sidebar-link-img { float: left; width: 35px; height: 20px; }
.sidebar-link-box a { float: left; width: 200px; display: block; margin-top: 3px; }

/** HOME **/
.hint-box { float: left; width: 190px; }
.home .hint-box { float: left; width: 140px; }
.hint-box .title { line-height: 19px; font-size: 16px; padding-bottom: 4px; }
.software .hint-box .title { color: #8a8a8a; line-height: 21px; font-size: 18px; padding-bottom: 4px; margin-bottom: 5px; border-bottom: 1px dotted #8a8a8a; }
.hint-box .ico { width: 55px; float: left; }
.software .hint-box .ico { width: 60px; float:left; }
.hint-box .txt { width: 105px; float: left; font-size: 11px; line-height: 13px; }
.home .hint-box .txt { width: 85px; float: left; font-size: 11px; line-height: 13px; }
.home .langs { padding-top: 30px; }

/** HEADER **/
#header-link-box { position: absolute; left: 10px; bottom: 10px; font-size: 16px; line-height: 19px; color: #FFF; }
#header-link-box a { font-size: 16px; line-height: 19px; color: #FFF; }
#sub-menu { margin: 0px; }
#sub-menu a.on,
#sub-menu a.off:hover { display: block; float: left; padding: 3px 10px; color: #FFF; background-color:#009693; }
#sub-menu a.off { display: block; float: left; padding: 3px 10px; color: #8a8a8a; background-color: #FFF; }
.langs {  }

/** FEATURES **/
.feature-box { padding-bottom: 20px; }
.feature-icon { width: 75px; float:left; }
.feature-txt { width: 205px; float:left; }
.accordion-box { background-color: #f2f2f2; padding: 5px 5px 5px 75px; }
.feature-box .title { padding-bottom: 5px; line-height: 17px; font-size: 14px; font-weight: bold; }
.salestime-feature-box .title { padding-bottom: 5px; line-height: 17px; font-size: 13px; font-weight: bold; color: #8a8a8a; }
.salestime-feature-box { padding-bottom: 20px; }

/** COLORS **/
.txt-green { color: #009693; }
.txt-grey { color: #8a8a8a; }
.flat-link { color: #8a8a8a; }

.img-left { float: left; margin-right: 5px; margin-bottom: 5px; }
.img-right { float: right; margin-right: 5px; margin-bottom: 5px; }

.title { font-weight: normal; line-height: 15px; font-size: 13px; color: #009693; }
h2.title { padding-bottom: 4px; }
h3.title { line-height: 21px; font-size: 18px; padding-bottom: 10px; }

#content h1
{ 
	color: #009693; 
	font-size: 18px; 
	font-weight: normal; 
	line-height: 21px; 
	padding-bottom: 5px; 
	margin-bottom: 10px; 
	border-bottom: 1px dotted #8a8a8a;
}

#header-box {  }
#header { }

.content-col-left { float: left; width: 285px; }
.content-col-right { float: right; width: 285px; }

/* POPUP ********** */

body.popup { background-color: #E8E8E8; color: #000; }

.popup form { width: 430px; }
.popup fieldset { display: block; padding: 10px; border: 0; }
.popup label { display: block; padding: 10px 0px 5px 0px; }
.popup .input-text { width: 220px; }
.popup .input-textarea { width: 270px; height: 100px; }
