/*************************** general ******************************/
html, body, form, fieldset {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%;
	height:100%;
}
body {
	background:#f1f1f2 url(images/bck_body.gif) repeat-x;
	text-align: center;
	color:#5a5b5e;
	font-size:0.7em; /* todo */
	height:100%;
	line-height:1.3em; /* todo */
	behavior: url("csshover3.htc");
}
a:link {
	color:#5a5b5e;
}
a:visited {
	color:#5a5b5e;
}
a:hover, a:active {
	color:#F5781E;
}
a img {
	border:none;
}
fieldset {
	border:none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, hr, address {
	margin:1em 0;
	padding:0;
}
ul, ol {
	margin: 1em;
	padding:0;
}
:focus {
	outline: 0;
}
h1 {
	font-size:2em;
	line-height:1.2em;
	margin: 0 0 1.2em 0;
	font-family: Helvetica;
	font-weight: normal;
	color: #F5781E;
}
h2 {
	font-size:1.5em;
	line-height:1.2em;
	font-weight: bold;
	font-family: Helvetica;
	color: #313133;
	margin: 1em 0 0 0;
}
h3, h4 {
	font-size:1.2em;
	font-weight: bold;
}
h5, h6 {
	font-size:1.2em;
	font-weight: bold;
	color: #F5781E;
}
hr {
	border:none;
	border-bottom:1px solid #b6b6b6;
	height:1px;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
ul li {
	padding:0 0 0.4em 0.8em;
	margin:0 1em;
}
ol li {
	padding:0 0 0.4em 0.8em;
	margin:0 1em;
}
.clearfloats {
	clear:both;
}
.right {
	float: right;
	margin: 0 0 15px 25px;
}
/************************* main structure + header ********************************/
#main {
	width: 973px;
	margin: 0px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
	text-align: left;
	padding-bottom: 15px;
}
#header {
	height: 105px;
	position:relative;
}
#logo {
	position:absolute;
	top:25px;
	left:20px;
	width:241px;
}
#icons {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 450px;
}
.iconimg {
	margin: 4px 8px;
}
.telimg {
	margin-left:50px;
}
#langmenu {
        position: absolute;
        top: 80px;
        right: 20px;
}

.tx-srlanguagemenu-pi1 fieldset legend {display: none;} 
.tx-srlanguagemenu-pi1 fieldset {padding-right:4px;}
.tx-srlanguagemenu-pi1 fieldset select {background-color: transparent;color: #000000; width:166px;border: 1px transparent;font-weight: bold;font-size: 10px;font-family: verdana;}

/************************* navigation ********************************/
#nav1 {
	height: 33px;
	background: #000 url(images/bck_nav1.gif) no-repeat;
	color: #fff;
	padding-left:20px;
}
#nav1 ul {
	margin:0;
	padding:0;
	height:33px;
	list-style:none;
}
#nav1 ul li {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	height:33px;
}
#nav1 ul li:hover, #nav1 ul li.active {
	background: url(images/bck_nav1_over.gif) repeat-x;
	/*cursor:pointer;*/
}
#nav1 a {
	padding:0 20px;
	color: #ffffff;
	line-height:33px;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 1.1em;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
#nav1 a:link, #nav1 a:visited {
	text-decoration:none;
	color: #fff;
	font-family: Helvetica;
	font-size: 1.1em;
	text-transform:uppercase;
}
#nav1 a:hover, #nav1 a:active {
	text-decoration:none;
	color: #fff;
	font-family: Helvetica;
	font-size: 1.1em;
	text-transform:uppercase;
}
/*
#nav1 a.navitem1 {
	background:url(../images/nav_home.gif);
	width:87px;
}
#nav1 a.navitem2 {
	background:url(../images/nav_download.gif);
	width:149px;
}
#nav1 a.navitem3 {
	background:url(../images/nav_features.gif);
	width:113px;
}
#nav1 a.navitem4 {
	background:url(../images/nav_customers.gif);
	width:147px;
}
#nav1 a.navitem5 {
	background:url(../images/nav_blog.gif);
	width:88px;
}
#nav1 a.navitem6 {
	background:url(../images/nav_support.gif);
	width:125px;
}
#nav1 a.navitem7 {
	background:url(../images/nav_company.gif);
	width:122px;
}
#nav1 a.navitem8 {
	background:url(../images/nav_login.gif);
	width:91px;
}
*/

#nav2 {
	height: 50px;
	line-height: 50px;
	color: #323133;
}
#nav2 h3 {
	padding: 0 25px 0 44px;
	color: #F5781E;
	display: inline;
	line-height: 50px;
	font-size: 1.4em;
	font-weight:normal;
	font-family: Helvetica;
}
#nav2 a, #nav2 a:link, #nav2 a:visited {
	color: #323133;
	line-height: 50px;
	margin-right:25px;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Helvetica;
}
#nav2 a:hover, #nav2 a:active {
	text-decoration: underline;
	color: #F5781E;
	font-size: 1.2em;
	font-family: Helvetica;
}
#nav2 a:link.active, #nav2 a:visited.active {
	color: #F5781E;
}
#nav3 {
	margin: 30px 0 0 25px;
}
#nav3 a:link, #nav3 a:visited {
	display: block;
	margin:0 0 10px 0;
	text-decoration:none;
	color: #323133;
	font-weight: normal;
}
#nav3 a:hover, #nav3 a:active {
	text-decoration:underline;
	color: #F5781E;
}
#nav3 a:link.active, #nav3 a:visited.active {
	color: #F5781E;
	font-weight: bold;
}

/************** content ****************************/
#content_container {
	position: relative;
}
#content_full, #content_full_v2, #content_2col {
	line-height: 1.5em;
}
#content_full {
	width: 973px;
	background: url(images/bck_973.gif) no-repeat;
}
#content_full_v2 {
	width: 973px;
	background: url(images/bck_973_v2.gif) no-repeat;
}
#content_full .bck_bottom, #content_full_v2 .bck_bottom {
	background: url(images/bck_973_bottom.gif) no-repeat;
	height: 15px;
	width: 973px;
}
#content_full .padding, #content_full_v2 .padding {
	padding: 40px 50px 10px 40px;
}

#content_hp_left {
	width: 598px;
	height: 414px;
	background: url(images/bck_598.gif) no-repeat;
	float: left;
	position: relative;
	overflow:hidden;
}
#content_hp_left h1 {
	color: #F5781E;
	text-transform: none;
	letter-spacing:-0.02em;
	margin: 20px 0 0 25px;
	font-weight:normal;
	font-family: Helvetica;
	font-size: 2.1em;
	line-height: 1.1em;
	width: 500px;
}
#content_hp_left h1 a:link, #content_hp_left h1 a:visited {
	color: #F5781E;
	font-weight: bold;
	text-decoration: none;
}
#content_hp_left h1 a:hover, #content_hp_left h1 a:active {
	color: #F5781E;
	font-weight: bold;
	text-decoration:underline;
}
#content_hp_left h2 {
	color: #000;
	text-transform: none;
	letter-spacing:-0.02em;
	margin: 0 0 0 25px;
	font-weight:normal;
	font-family: Helvetica;
	font-size: 1.9em;
	line-height: 1.1em;
	width: 400px;
}
#content_hp_left .btn_left {
	position:absolute;
	top:120px;
	left:25px;
}
#content_hp_left .quicklinks {
	position:absolute;
	top:260px;
	left:25px;
	color: #666;
}
#content_hp_left .quicklinks ul {
	margin:0;
	padding:0 0 0 18px;
}
#content_hp_left .quicklinks ul li {
	margin:0;
	padding: 0;
	list-style:url(images/listitem1.gif);
	height: 1.5em;
	font-family: Verdana;
	font-size: 1.1em;
}
#content_hp_left .quicklinks ul li.footnote {
	color: #a6a6a6;
	font-size: 0.8em;
	list-style:none;
	list-style-image:none;
}
#content_hp_left .btn_right {
	position:absolute;
	top:368px;
	left:378px;
}

.content_hp_right1 , .content_hp_right3, .content_hp_right5 {
	width:369px;
	height:134px;
	margin: 0 0 6px 0;
	float:right;
	background: url(images/bck_369.gif) no-repeat;
	color: #737373;
	overflow:hidden;
	position:relative;
}

#.content_hp_right1 {
#        background: url(images/bck_panel2_contest.png) no-repeat;
#}

.content_hp_right1 .block1 {
	margin: 0px 0 0 14px;
	padding-top:15px;
	width: 160px;
}
.content_hp_right1 h3, .content_hp_right3 h3 , .content_hp_right5 h3 {
	padding:0;
	margin:0;
	font-family: Helvetica;
	color: #3d3d3d;
	font-size: 1.6em;
	font-weight: bold;
}
.content_hp_right1 p, .content_hp_right3 p, .content_hp_right45 p {
	font-size:0.9em;
}
.content_hp_right3 .block2 {
	position:absolute;
	top: 11px;
	left: 14px;
}
.content_hp_right3 .block3 {
	position:absolute;
	top: 15px;
	left: 145px;
}
.content_hp_right3 .block3 p {
	line-height:1.1em;
	margin-top:0.7em;
}
.content_hp_right3 .block3 ul {
	margin:5px 0 0 15px;
	padding:0;
	list-style:disc;
}
.content_hp_right3 .block3 ul li {
	margin:3px;
	padding:0;
	font-size:0.9em;
	line-height: 1.3em;
}
.content_hp_right1 .block4 , .content_hp_right3 .block4{
	position:absolute;
	top: 98px;
	left: 298px;
}
.content_hp_right5 .block5 {
	margin: 16px 0 0 14px;
}
.content_hp_right5 .block5 h3 {
	color: #808080;
	font-size: 1.8 em;
	font-weight: normal;
	font-family: Helvetica;
}
.content_hp_right5 .block6 {
	position:absolute;
	top: 88px;
	left: 156px;
}

#content_2col {
	width: 973px;
	background: url(images/bck_973_2col.gif) repeat-y;
}
#col_left {
	width: 208px;
	height: 30px;
	float: left;
	background: url(images/bck_208.gif) no-repeat;
}
#col_right {
	width: 759px;
	float: right;
	background: url(images/bck_759.gif) no-repeat;
}
#col_right_v2 {
	width: 759px;
	float: right;
	background: url(images/bck_759_v2.gif) no-repeat;
}
#col_right .padding, #col_right_v2 .padding {
	padding: 30px 50px 10px 50px;
}
#content_2col .bck_bottom {
	background: url(images/bck_973_2col_bottom.gif) no-repeat;
	height: 15px;
	width: 973px;
}

.orange, a.orange:link, a.orange:hover, a.orange:visited, a.orange:active {
	color: #F5781E;
}
a.big:link, a.big:visited {
	font-size: 1.2em;
	line-height:1.4em;
	text-decoration: none;
}
a.big:hover, a.big:active {
	font-size: 1.2em;
	line-height:1.4em;
	text-decoration: underline;
}
ul.bold {
	font-weight: bold;
	list-style:none;
}
ul.bold li {
	padding:0.1em;
}
ul.purple {
	color: #6d64a7;
}
ul.purple li {
	padding:0.1em;
}
.part_left {
	width: 460px;
	float: left;
}
.part_right {
	width: 420px;
	float: right;
}

h1.indent {
	margin:0;
	padding: 25px;
	color: #666666;
}
/*************** table ****************/
.producttable {
	width:100%;
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	margin-bottom:20px;
}
.producttable td {
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 5px 10px 25px;
}
.producttable .head td {
	background: #f2f2f2;
	padding: 15px 5px 15px 25px;
}
td.col1 {
	width:125px;
	font-weight: bold;
}
td.col2, td.col3 {
	width:200px;
}
.producttable h2 {
	font-size:1.5em;
	font-weight: normal;
	font-family: Helvetica;
	color: #F5781E;
	margin:0 0 10px 0;
	padding:0;
}
.producttable .button {
	margin: 15px 0 15px 0;
}


/*************** footer ****************/
#footer {
	margin-top:25px;
	width:973px;
	background: url(images/bck_footer.gif) no-repeat;
	font-size:0.9em;
}
#footer .padding {
	padding: 30px 10px 25px 0px;
}
.bck_footer {
	background: url(images/bck_footer_bottom.gif) no-repeat;
	height: 15px;
	width: 973px;
}
#footer .col {
	width: 200px;
	padding-left: 40px;
	float: left;
}
#footer h3 {
	font-size:1em;
	font-weight:bold;
	margin-top:0;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer li {
	margin:0;
	padding:0;
	list-style:none;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer2 {
	margin: 10px 0 0 40px;
	font-size:0.8em;
}
#footer2 a:link, #footer2 a:visited {
	text-decoration: none;
	font-weight: bold;
}
#footer2 a:hover, #footer2 a:active {
	text-decoration: underline;
	font-weight: bold;
}

