/* @override http://simac/_static/css/styles.css */

/* @group 1 IMPORTS */

@import url("tools.css");

/* @end */

/* @group 2 BASE STYLE */

body
{
	color: #1e1e1e;
	background-color: #cdcdcd;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

h1
{
	padding-bottom: 10px;
	font-size: 1.8em;
	color: #ff6600;
}

h2
{
	margin-bottom: 4px;
	font-size: 1.4em;
	color: #333;
}

p
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

a
{
	text-decoration: underline;
	color: #ed6206;
}

a:hover
{
	color: #000;
}

ul,ol
{
	margin-left: 20px;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

img.left
{
	float: left;
	margin: 0 10px 0 0;
}

img.right
{
	float: right;
	margin: 0 0 0 10px;
}

#container
{
	margin: 14px auto;
	padding: 0;
	width: 935px;
}

/* @end */

/* @group # LANGUAGE */

#language
{
	clear: both;
	width: 918px;
	margin: 0 17px 0 0;
	height: 31px;
	
	background-image: url(../img/language-bg.jpg);
}

#language ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#language ul li
{
	float: left;
	padding: 10px 0 0 7px;
	width: 24px;
	height: 21px;
		
	background-image: url(../img/language-nav.jpg);
}

#language ul li.first
{
	padding: 10px 0 0 16px;
	width: 27px;
	
	background-image: url(../img/language-nav-first.jpg);
}

#language ul li.last
{
	padding: 10px 0 0 8px;
	width: 36px;
	
	background-image: url(../img/language-nav-last.jpg);
}

#language ul li a
{
	color: #737372;
	font-weight: bold;
	text-decoration: none;
}

#language ul li a.active
{
	color: #fd5906;
	
}

/* @end */

/* @group # HEADER */

#header
{
	position: relative;
	clear: both;
	width: 935px;
	height: 109px;
	
	background-image: url(../img/header-bg.jpg);
}

#header #logo
{
	position: absolute;
	top: 8px;
	left: 16px;
}

#header #logo img
{
	behavior: url(/_static/css/iepngfix.htc);
}

/* @end */

/* @group # NAVIGATION */

#navigation
{
	clear: both;
	width: 935px;
	height: 34px;
	
	background-image: url(../img/navigation-bg.jpg);
}

#navigation ul
{
	margin: 0 0 0 43px;
	padding: 0;
	list-style: none;
}

#navigation ul li
{
	float: left;
	height: 34px;
}

#navigation ul li.last
{
	background-image: none;
}

#navigation ul li.last-active
{
	background-image: none;
}

#navigation ul li a
{
	display: block;
	padding: 6px 9px 0 10px;
	height: 28px;
	_width: 75px;
	_text-align: center;
	font-weight: bold;
	text-decoration: none;
	
	color: #ffffff;
	
	background-image: url(../img/navigation-nav.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#navigation ul li.active a
{
	background-image: url(../img/navigation-nav-active.jpg);
}

#navigation ul li.last-active a
{
	background-image: url(../img/navigation-nav-active.jpg);
}

#navigation ul li a:hover
{
	background-image: url(../img/navigation-nav-active.jpg);
}

/* @end */

/* @group # CONTENT */

#content
{
	position: relative;
	margin: 0 10px;
	padding: 0 33px 0 42px;
	width: 840px;
	min-height: 400px;
	_height: 400px;
	
	background-image: url(../img/content-bg.jpg); 
}

#content-top
{
	position: relative;
	margin: 0 10px;
	width: 915px;
	height: 15px;
	
	background-image: url(../img/content-top.jpg);
}

#content-bottom
{
	position: relative;
	margin: 0 10px;
	width: 915px;
	height: 15px;
	
	background-image: url(../img/content-bottom.jpg);
}

#content #main
{
	float: left;
	width: 400px;
}

/* @end */


#reference-top ul
{
	margin: 0;
	padding: 4;
	list-style: none;
	height: 80px;
	background-color: white;
}

#reference-top ul li
{
	text-align: center ;
	line-height: 2.4;
	float: left;
	padding: 10px 25px 0 7px;
	/*width: 84px; */
	
}






/* @group # FOOTER */
#footer
{
	clear: both;
	width: 935px;
	
	margin: 0 10px;
}

#footer p
{
	font-size: 0.85em;
	text-align: center;
	
	color: #565654;
}

#footer a
{
	color: #333;
	text-decoration: none;
}

#footer a:hover
{
	color: #000;
}

/* @end */

/* @group # SIDEBAR */

#sidebar
{
	display: block;
	float: right;
	margin: 0 0 10px 20px;
	padding: 5px 10px 20px 10px;
	width: 226px;
	min-height: 250px;
	
	background-image: url(../img/sidebar-bottom.png);
	background-position: bottom;
	
	behavior: url(/_static/css/iepngfix.htc);
}

#sidebar .top
{
	display: block;
	margin: -6px -10px;
	width: 246px;
	height: 15px;
	
	background-image: url(../img/sidebar-top.png);
	background-position: bottom;
	
	behavior: url(/_static/css/iepngfix.htc);
}

#sidebar h2
{
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
}

#sidebar p
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

span 
{
	//margin-left: 20px;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}






#logos ul
{
	margin: 0 0 0 43px;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

#logos ul li
{
	float: left;
	height: 54px;
	margin-left: 4px;
	vertical-align: middle;
}

#logos ul li.last
{
	background-image: none;
}


input, textarea 
{
	font-family: Arial;
	font-size: 100%;
}

#carousel
{
	width: 700px;
	height: 180px;
	background-color: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 100px;
}
#carousel a
{
	position: absolute;
	width: 110px;
 }
 
 /* Download links */
 
 .downloadWin {
 	background: url('../img/windows.jpg') no-repeat center left;
 	padding: 14px 60px;
 	margin: 2px;
 	
 	
 	
 	font-size: 14pt;

 	text-decoration: none;
 }
 
  .downloadMac {
 	background: url('../img/macosx.jpg') no-repeat center left;
 	padding: 18px 60px;
 	margin: 2px;
 	
 	font-size: 14pt;

 }

 .downloadMac a, .downloadWin a{
     color: #888;
 	text-decoration: underline !important;
 }
 
  .downloadMac a:hover, .downloadWin a:hover {
     color: #ff6600;
 	
 }

/* @end */
