/* Reset */
@import url('reset.css');
@import url('content.css');

#header, #header-logo, 
#heroarea, #hero-menu, #hero-graphic, #hero-links, 
#pagecontent, #maincol, #maincolwide, #rightcol, #searchbox, 
#pagefooter, 
#footer_leftcol, #footer_leftcol_links, #footer_leftcol_copyright, #footer_rightcol {
	width: 100%; float: left;
}

/* reset ul and li for these cases */
ul#header-menu, ul#header-menu li,
ul.popupnav, ul.popupnav li,
ul#hero-menu-list, ul#hero-menu-list li,
#heroarea ul.rgtabs-menu, #heroarea ul.rgtabs-menu li,
ul#hero-links-list, ul#hero-links-list li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

body, html {
	background-color: #eeeeee;
	padding: 0;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background-image: url("../images/pagebg.png");
	background-repeat: repeat-x;
	text-align: center;
}

#outerpage {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
}

/* ---------------------------------------------------------------- */
/* Header                                                           */
/* ---------------------------------------------------------------- */

#header {
	width: 970px;
	height: 80px;
	background-image: url("../images/headerbg.png");
}

#header-logo {
	width: 158px;
	height: 80px;
	float: left;
}

ul#header-menu {
	float: right;
	margin-right: 23px;
	display: inline;
}

ul#header-menu li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	height: 60px;
	display: inline;
}

ul#header-menu li a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	height: 58px;
	display: block;
	float: left;
	line-height: 58px
}

ul#header-menu li.navbutton a {
	height: 32px;
	line-height: 32px;
	padding-right: 0px;
	padding-left: 5px;
	margin-top: 15px;
}

ul#header-menu li.navbutton:hover {
	background: transparent;
}

ul#header-menu li.active a {
	background: url('../images/headermenu-active.gif') no-repeat center bottom;
}

ul#header-menu li:hover,
ul#header-menu li.hover {
	background: url('../images/headermenu-hover.png') repeat-x left center;
}

ul.popupnav {
	float: none;
	margin: 58px 0 0 0;
	border: 0;
	width: 195px;
	padding: 0 0 6px;
	background: transparent url('../images/popupnav.png') no-repeat left bottom;
	display: none;
	position: absolute;
	list-style: none;
}

ul.popupnav li {
	background: #4692cf;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	padding: 5px 5px 0;
}

ul.popupnav li a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	text-indent: 10px;
	color: #ffffff;
	background: none;
	white-space: nowrap;
	text-decoration: none;
	text-align: left;	
}

ul.popupnav li a:hover {
	background: transparent url('../images/popupnav-hover.png') no-repeat top left;
}

li.navbutton, li.navbutton.hover, li.navbutton:hover, li.navbutton a, li.navbutton a:hover {
	background: none !important;
}

/* ---------------------------------------------------------------- */
/* Hero-Area                                                        */
/* ---------------------------------------------------------------- */

#heroarea {
	height: 395px;
}

#heroarea ul.rgtabs-menu,
#hero-menu {
	width: 207px;
	height: 315px;
	float: right;
	background: url('../images/hero-toprightcorner.png') no-repeat top right #ffffff;
}

ul#hero-menu-list {
	padding-top: 36px;
}

#heroarea ul.rgtabs-menu li.tabfirst {
	margin-top: 36px;
}

#heroarea ul.rgtabs-menu li,
ul#hero-menu-list li {
	background: url('../images/hero-linklistline.png') bottom left no-repeat;
	padding-bottom: 12px;
	padding-top: 12px;
}

#heroarea ul.rgtabs-menu li a,
ul#hero-menu-list li a {
	padding-left: 21px;
	text-decoration: none;
	color: #2766ad;
	font-size: 18px;
}

#heroarea ul.rgtabs-menu li.rgtabs-selected a,
ul#hero-menu-list li a.active {
	color: #000000;
}

#heroarea div.rgtabs-wrapper,
#hero-graphic {
	width: 763px;
	height: 315px;
	float: left;
}

#hero-links {
	width: 970px;
	height: 80px;
	background: url('../images/hero-bottombg.png') no-repeat bottom left;
	text-align: center;
}

ul#hero-links-list {
	width: 601px;
	margin: 0 auto;
}

ul#hero-links-list li {
	width: 197px;
	height: 57px;
	float: left;
}

ul#hero-links-list li a {
	display: block;
	width: 197px;
	height: 57px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
}

ul#hero-links-list li.hero-seeit a { background-image: url('../images/heroarea/btn_see_merged.png'); }
ul#hero-links-list li.hero-tryit a { background-image: url('../images/heroarea/btn_try_merged.png'); }
ul#hero-links-list li.hero-buyit a { background-image: url('../images/heroarea/btn_buy_merged.png'); }
ul#hero-links-list li.hero-seeit a:hover { background-position: center bottom; }
ul#hero-links-list li.hero-tryit a:hover { background-position: center bottom; }
ul#hero-links-list li.hero-buyit a:hover { background-position: center bottom; }

ul#hero-links-list li.spacer {
	width: 5px;
	background: url('../images/heroarea/linkspacer.png') no-repeat center top;
}

/* ---------------------------------------------------------------- */
/* Content                                                          */
/* ---------------------------------------------------------------- */

#maincol,
#maincolwide {
	width: 640px;
	float: left;
}

#maincol .box,
#maincolwide .box {
	background: url("../images/maincol-boxtop.png") top left no-repeat #ffffff;
	float: left;
	width: 100%;
}

#maincol .box_bottom,
#maincol .boxbottom,
#maincolwide .boxbottom {
	background: url("../images/maincol-boxbottom.png") bottom left no-repeat #ffffff;
	margin-top: 10px;
	height: 30px;
}

#maincolwide { width: 100%; }
#maincolwide .box { background-image: url('../images/maincolwide-boxtop.png'); }
#maincolwide .boxbottom { background-image: url('../images/maincolwide-boxbottom.png'); }

.boxcontent,
.boxbottom,
.box_bottom {
	float: left;
	width: 100%;
}

.cols2 {
	margin: 10px 20px 10px 20px;
	width: 600px;
	float: left;
}

.cols2-1a,
.cols2-1b {
	width: 275px;
	float: left;
}

.cols2-1b {
	float: right;
}

.cols2 p {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
	font-size: 12px;
}

.cols2 h3 {
	margin-bottom: 15px;
	line-height: 25px;
	font-size: 15px;
}

.dotted-bottom .cols2-1a,
.dotted-bottom .cols2-1b {
	border-bottom: 1px dashed #ccc;
}

.dashed-center .cols2 {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}


.dashed-center .cols2-1a,
.dashed-center .cols2-1b {
	width: 320px;
}

.dashed-center .cols2-1a {
	width: 319px;
	border-right: 1px dashed #ccc;
	padding-bottom: 30px;
	margin-bottom: 10px;
}

.cols2 dl {
	margin-left: 0 !important;
}

#maincolwide .cols2 {
	width: 900px;
	margin: 10px 40px;
}

#maincolwide .cols2-1a,
#maincolwide .cols2-1b {
	width: 400px;
}

.cols3 {
	margin: 20px 2.5%;
	width: 95%;
	float: left;
}
.cols3-1a, .cols3-1b, .cols3-1c {
	width: 32.5%;
	margin-right: 0.5%;
	float: left;
}

.cols3-1c {
	width: 31%;
	float: right;
	margin-right: 0;
}

/* section_frames */
.image-padding-left {
	margin-left: 20px;
}
.image-padding-right {
	margin-right: 20px;
}


/*** forms and buttons ***/
#subscription {
	margin: 8px 0 0;
	width: 100%;
	font-size: 1em;
}
#subscription label {
	font-size: 12px;
	line-height: 30px;
	float: left;
	margin: 0 0 0 20px;
}

input#subscription-email {
	width: 145px;
	height: 20px;
	margin: 2px 5px 0;
	float: left;
}
#subscription input.submit {
	background: transparent url('../images/buttons/subscribe.png') top left no-repeat;
	border: 0;
	margin: 0;
	width: 82px;
	height: 31px;
}

#subscription p {
	text-align: right;
}

div#promoscreens a {
	display: inline;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
}

#rightcol div#promoscreens a {
	margin-right: 0px;
}

/* ---------------------------------------------------------------- */
/* Right Column                                                     */
/* ---------------------------------------------------------------- */


#rightcol {
	width: 310px;
	float: right;
}

#rightcol .box { 
	background: url("../images/rightcol-boxtop.png") top left no-repeat #ffffff; 
	clear: both;
	float: left;
	width: 100%;
}

#rightcol .box_bottom,
#rightcol .boxbottom { 
	clear: both;
	background: url("../images/rightcol-boxbottom.png") bottom left no-repeat #ffffff; 
	height: 30px;
	padding-top: 5px;
}

#rightcol p, #rightcol td, #rightcol li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

#searchbox #searchbox-div-searchstring {
	float: left; 
	padding: 13px 5px 0 20px;
}

#searchbox input#searchbox-searchstring {
	width: 181px;
	height: 23px;
	font-size: 14px;
	line-height: 23px;
	background: #ffffff !important;
	border: 1px #cccccc solid;
}

#searchbox #searchbox-div-submitbutton {
	float: left;
	padding-top: 10px;
}

#searchbox input#searchbox-submitbutton {
	background: url("../images/rightcol-searchbutton.png") top left no-repeat;
	width: 82px;
	height: 33px;
	border: 0;
}


#rightcol .csc-textpic-intext-right .csc-textpic-imagewrap {
	padding-right: 20px;
}


#contentmenu {
	padding-top: 5px;
}

ul#contentmenu-list,
ul#contentmenu-list li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#contentmenu-list li {
	background: url('../images/menus/contentmenu_line.png') no-repeat left bottom;
}

ul#contentmenu-list li.activelast,
ul#contentmenu-list li.last {
	background-image: none;
}

ul#contentmenu-list li.activelast a,
ul#contentmenu-list li.last a {
	/*padding-bottom: 0px;*/
}

ul#contentmenu-list li a {
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 20px;
}

ul#contentmenu-list li.active a,
ul#contentmenu-list li.activelast a {
	color: #000;
	background: url('../images/menus/contentmenu_arrow.gif') 10px 14px no-repeat;
}
ul#contentmenu-list li a:hover {
	background-color: #e6eefc;
	text-decoration: underline;
}

ul#contentmenu-list li ul {
	margin: 0;
	padding: 0;
}

ul#contentmenu-list li ul li {
	font-size: 13px;
	line-height: 16px;
	padding: 0;
	background: none;
}

ul#contentmenu-list li ul li a,
ul#contentmenu-list li.active ul li a,
ul#contentmenu-list li.activelast ul li a {
	font-size: 13px;
	line-height: 16px;
	padding: 2px 0 2px 20px;
	background: none;
}

ul#contentmenu-list li ul li.activelast a,
ul#contentmenu-list li ul li.last a {
	padding-bottom: 12px;
}

/* ---------------------------------------------------------------- */
/* Footer                                                           */
/* ---------------------------------------------------------------- */


#pagefooter {
	clear: both;
	margin-bottom: 15px;
}

#footer_full,
#footer_leftcol {
	width: 640px;
	float: left;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
}

#footer_full {
	width: 100%;
}

#footer_rightcol {
	width: 310px;
	float: right;
	text-align: center;
}

a.grey,
.csc-textpic-caption,
#footer_rightcol a {
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	text-decoration: none;
}

#footer_links a {
	padding-left: 5px;
	padding-right: 5px;
}

#footer_copyright {
	padding-top: 12px;
	color: #666666;
}


/**** FORMS ***/


input,
textarea,
select {
	font-size: 14px;
	line-height: 23px;
	background: #ffffff;
	border: 1px #cccccc solid;
	background: #fafafa;
	color: #000000;
}

input, select {
	height: 23px;
}

select option {
	padding-right: 10px;
}
.csc-mailform-field { margin: 7px 0 0 20px; }
.csc-mailform label {
	width: 150px;
	float: left;
	font-size: 14px;
	line-height: 23px;
}


/* Empty button, text added via "Value"-field of input */

input.csc-mailform-submit,
input.buttonEmpty,
button.buttonEmpty {
	width: 128px;
	height: 40px;
	background-image: url("../images/buttons/btn_empty.png");
	background-position: bottom left;
	background-repeat: no-repeat;
 	background-color: #ffffff; 
	border: 0;
	margin-left: 17px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

input.csc-mailform-submit {
	margin: 10px 0 20px 150px;
}

/* Thank-you-message on Bug-Submission */
div.tx-fogbugzsubmission-pi1 {
	padding: 20px;
}

/* Progressbar */

#progressbar {
	height: 45px;
	background: url("../images/store/progressbar_bg.png") top left repeat-x;
	margin: 10px 20px 0;
	padding: 0;
	overflow: hidden;
}

#progressbar .tour,
#progressbar.tour {
	height: 70px;
}

#progressbar_left {
	float: left;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	line-height: 40px;
}

#progressbar_right {
	float: right;
	width: 600px;
}

#progressbar_center {
	width: 470px;
	margin: 0 auto;
}

ul#progressbar_ul {
	float: right;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#progressbar_ul li {
	list-style-type: none;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	line-height: 40px;
	text-align: center;
	margin: 0 15px;
	background-image: url("../images/store/progressbar_buttongrey.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 60px;
}

ul#progressbar_ul li.active,
ul#progressbar_ul li.lastactive {
	color: #444444;
	background-image: url("../images/store/progressbar_buttonorange.png");
}

ul#progressbar_ul li.last,
ul#progressbar_ul li.lastactive {
	margin-right: 0px;
}

#progressbar.tour ul#progressbar_ul li {
	margin: 0 30px;
}


/* ---------------------------------------------------------------- */
/* Examples                                                         */
/* ---------------------------------------------------------------- */
.examples-list { width: 100%; float: left; }
.examples-listitem { width: 33%; float: left; padding-bottom: 10px; }
.examples-list h2 { font-size: 14px; text-align: center; padding: 9px 5px; }
.examples-list .examples-listitem-img { text-align: center; float: left; width: 100%; margin-bottom: 5px; }
.examples-list p { font-size: 11px; line-height: 17px; margin-bottom: 10px; }
.examples-list p.examples-linkrow { }
.examples-list p.examples-linkrow span { padding: 0 9px; color: #2766ad; }