
body {
	font-size:75%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#F9F9F9;
	line-height:1.5;
	margin:0;
	padding:0;
}

p {
	margin:1em 0 0 0;
	padding:0;
}


a {
	text-decoration:underline;
}

a:link, a:visited {
	color:#6B7B95;
}

a:hover, a:active, a:focus {
	color:#E79D35;
}


h3 {
	font-size:1.5em;
	line-height:1;
	margin: 0.5em 0.5em 1em 0;
	color:#686C70;
}

.blue {
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	margin: 0.5em 0.5em 1em 0;
	color: #6b7b95;
}

.red {
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	margin: 0.5em 0.5em 1em 0;
	color: #c17878;
}

.green {
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	margin: 0.5em 0.5em 1em 0;
	color: #78ba91;
}

.purple {
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	margin: 0.5em 0.5em 1em 0;
	color: #a87aad;
}

h2
{
	color:#313334;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
}

h4 {
	color:#686C70;
	line-height:1.25; 
	font-size:1.2em; 
	font-weight:bold; 
	margin:0 0 0.5em 0;
}

.fPal
{
	color:#686C70;
	font-size:1.1em;
	line-height:1.6;
	margin-top:1.5em;
}

.fPal em
{
    font-style:italic;
    font-weight:bold;
}
.fBld {
	font-family:Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	color: #6B7B95;
}

.fSub {
	font-family:Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	font-style:italic;
}

.fMsg {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	color: #C60B02;
	font-weight:normal;
	line-height:1.3em;
}

.fItl {
	font-family:Arial, Sans-Serif;
	font-size: 12px;
	color:#686C70;
	font-weight:normal;
	font-style:italic;
}

.ImgEx {
	margin-left: 1px;
	margin-top:1px; 
	border: solid 1px #aaaaaa;
}

.ImgExB {
	position:relative;
	top:-2.5em;
	margin-left: 1px;
	margin-top:1px; 
	border: solid 1px #aaaaaa;
}

.block {
	float:left;
	width:310px;	
	margin: 0 1em 1.3em 0;
}

.rb {
	padding-right:2em;
	margin-right:2em;
	border-right:1px solid #DDDDDD;
}

.ls {
	margin-left:15em;
}

hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
}

/* --------------------- FixedWindow Style --------------------- */

.FixedWindow {
    position:relative;
    background-color: #FFFFFF;
    margin-top: 38px;
    margin-bottom: 7px;
    margin-left: 7px;
    margin-right: 7px;
}

.FixedW_Body 
{
    position:absolute;
	top:-30px;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.FixedW_TopM {
    position:absolute;
	background:url(Images/FixedW_TopM.gif) repeat-x center top;
	width:100%;
	height:38px;
	top:-38px;
	left:0;
}

.FixedW_TopL {
    position:absolute;
	background:url(Images/FixedW_TopL.gif) no-repeat left top;
	width:7px;
	height:38px;
	top:-38px;
	left:-7px;
}

.FixedW_TopR {
    position:absolute;
	background:url(Images/FixedW_TopR.gif) no-repeat right top;
	width:7px;
	height:38px;
	top:-38px;
	right:-7px;
}

.FixedW_BotM {
    position:absolute;
	background:url(Images/FixedW_BotM.gif) repeat-x center bottom;
	width:100%;
	height:7px;
	bottom:-7px;
	left:0;
}

.FixedW_BotL {
    position:absolute;
	background:url(Images/FixedW_BotL.gif) no-repeat left bottom;
	width:7px;
	height:7px;
	bottom:-7px;
	left:-7px;
}

.FixedW_BotR {
    position:absolute;
	background:url(Images/FixedW_BotR.gif) no-repeat right bottom;
	width:7px;
	height:7px;
	bottom:-7px;
	right:-7px;
}

.FixedW_L {
    position:absolute;
	background:url(Images/FixedW_L.gif) repeat-y center left;
	width:7px;
	height:100%;
	top:0px;
	left:-7px;
}

.FixedW_R {
    position:absolute;
	background:url(Images/FixedW_R.gif) repeat-y center right;
	width:7px;
	height:100%;
	top:0px;
	right:-7px;
}

/* ---------------------------------  Master Style  --------------------------------------- */

#header {
	height: 9em;
	border-bottom: 1px solid #ddd;
}

#wrapper {
	background: #f4f5f5 url(Images/gradient.gif) repeat-x top left;
	padding-top: 3em;
	padding-bottom: 3em;
}

#footer {
	padding-top: 4em;
	text-align: center;
	border-top: 1px solid #ddd;
	font-size: 0.75em;
	color: #888888;
}

.container {
	width:970px;
	margin:0 auto;
	display:block;
}

.container:after { /* Is used to correct close div with float inner stuff */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


#logo {
	position:relative; 
	top:2.5em;
}

#logo .Title {
	font-size:3.6em; 
	font-weight:bold;
	line-height:1;
	color:#6B7B95; 
	margin:0; 
	padding:0;
}

#logo .sTitle {
	font-family:Arial, Sans-Serif;
	font-size: 16px;
	color: #777777;
	font-weight:normal;
	font-style:italic;
}

#logo .ssTitle {
	font-family:Arial, Sans-Serif;
	font-size: 11px;
	color: #555555;
	font-weight:normal;
	font-style:italic;
}

#Langs {
	position: relative;
	top: -3.5em;
	left:70em;
	width:10em;
}

#Langs a:link, #Langs a:visited {
	color:#8B9Bb5;
	text-decoration:none;
	font-size:0.9em;
	margin-left:0.5em;
}

#Langs a:hover, #Langs a:active, #Langs a:focus {
	color:#E79D35;
	text-decoration:none;
}

.flag {
	border:none;
	position:relative;
	top:1px;
	margin:0 0.3em 0 0.4em;
	width:15px;
	height:10px;
}

#navigation {
	float:right;
	position: relative;
	top: 0.4em;
	margin-right:1em;
}

#navigation a {
	padding: 0.5em 1em;
	border-left: 1px solid #ddd;
	font-size: 1.1em;
	text-decoration: none;
}

#navigation a.first {
	border: 0;
}


#main {
	float:left;
	width:710px;
	margin-right:20px;
}

#sidebar {
	float:left;
	width:190px;
}

#sidebar .hL1 {
	color:#313334; 
	font-weight:bold;
	font-size:1.5em;
	margin:0 0 0.5em 0;
}

#sidebar ul {
	border-left:2px solid #EEEEEE;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	padding-left:0.5em;
}

#sidebar .downloadImg {
	position:relative; 
	float:right; 
	top:-3em; 
	left:-3em; 
	border:none;
}

/*----------------------------------  Pages Css  -------------------------------------------*/

#description
{
	margin-bottom: 1.5em;
}

#PriceTable
{
	border-collapse:collapse;
}

#PriceTable th
{
	background:#EEEEEE url(Images/thead.gif) repeat-x scroll left bottom;
	border-bottom:1px solid #D4D4D4;
	color:#686C70;
	padding:4px 10px 4px 5px;
	vertical-align:middle;
}

#PriceTable td 
{
	border-top:1px solid #DDDDDD;
	padding:4px 10px 4px 5px;
	vertical-align:middle;
}

#PriceTable .top td 
{
	border:none;
}


.faqQ
{
	text-align:justify;
}
  
.faqA
{
	margin:0.5em 0 1.5em 0;
	text-align:justify;
}



.func_block {
	float:left;
	width:650px;	
	margin: 0 1em 0.8em 0;
	text-align:justify;
}

.func_lnk
{
    text-decoration:none;
    position:relative;
    top:0.5em;
}

.InlineBg
{
    position:relative; 
    top:1.1em;
}

.InlineSm
{
    position:relative; 
    top:0.5em;
}

.func2_block
{
	float:left;
	width:650px;	
	margin: 1em 1em 0.8em 0;
	text-align:justify;
}

.func2_block > img
{
    border:none; 
    float:left; 
    width:12em; 
    padding-right:1em; 
}

.func2_block > h3
{
	font-size:1.3em;
	font-weight:bold;
	line-height:1;
	margin: 1.2em 0.5em 1em 0;
	color: #6b7b95;
}

.func2_block > h4
{
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	margin: 2em 0.5em 1em 0;
	color: #a87aad;
}

.imglist
{
    list-style-type:none;
}

.imglist img
{
    position:relative; 
    top:1em;
}

.load
{
    margin:0 0 1em 2em;
    float:left;
    width:100%;
    clear:both;
}

.load img
{
    margin:1em 2em 0 0;
    float:left;
}