@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

.clearfloat {
	clear: both;
	display: block;
}


img {
	border: 0;
	text-align: left;
}

body {
	text-align: center;
	background-color: #ccc;
	font-size: 100%;
	font-family: sans-serif;
	padding: 0;
	margin: 0;
	background-image: url(../images/skin/dark/page-bg-repeat.jpg);
	background-position: top;
	background-repeat: repeat-x;
}


#page-bg {
	background-image: url(../images/skin/dark/page-repeat.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#page-bg-inner {
	background-image: url(../images/skin/dark/page-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}


#page-bg-btm {
	height: 19px;
	background-image: url(../images/skin/dark/page-bg-btm.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 1em;
}	
	


#wrapper {
	width: 1000px;
	text-align: left;
	margin-left:auto;
	margin-right: auto;
	display: block;
	background-color: #fff;
}


#header {
	background-color: #666;
	color: #fff;
	/*height: 240px;*/
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	width: 142px;
	height: 142px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center middle;
	position: absolute;
	top: 50px;
	left: 70px;
}

#logo span {
	display: none;
}

#main {
	margin-top: 65px;
	clear: both;
}

#content {
	margin-left: 300px;
	margin-right: 25px;
	border-left: 1px dotted #ccc;
}

#rail {
	width: 268px;
	margin-left: 15px;
	float: left;
	display: block;
	height: 1%;
	/*background-image: url(../images/rail/rail-repeat.gif);
	background-repeat: repeat-y;*/
	/*border: 1px dashed #ccc;*/
}

#rail .inner {
	/*background-image: url(../images/rail/rail-main.gif);
	background-repeat: no-repeat;*/
}

#rail-footer {
	/*height: 9px;
	background-image: url(../images/rail/rail-footer.gif);*/
}

.inner {
	padding: 15px 15px 15px 25px;
}

#footer {
	margin-top: 20px;
	padding: 0.7em 0;
	background-color: #666;
	background-image: url(../images/foot-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	height: 1%;
	clear: both;
}

#ledge {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2em;
	position: relative;
	margin-bottom: 2em;
}	

.img-right {
	float: right;
	display: block;
	margin: 0em 1em;
}





/***
 ***  Case Studies styles
 ***
 ***
 */
 
#case-studies .item {
	border-bottom: 2px dotted #666; 
	padding: 10px 5px; 
	margin: 10px 0;
	display: block;
}

#case-studies .logoimg {
	margin: 10px; 
	padding: 10px; 
	width: 200px; 
	text-align: center; 
	float: right;
}



/* box */
.box {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	padding: 15px;
}


.content-right {
    margin-top: 10px;
	margin-left: 15px;
	width: 360px !important;
	float: right !important;
}
.content-right .box {
	border: 1px solid #f0f0f0;
	background-color: #fff;
	padding: 5px;
	display: block;
}
.content-right-mid {
	margin-top: 10px;
	margin-left: 15px;
	width: 200px;
	float: right;
}
.content-right-small {
	margin-top: 10px;
	margin-left: 15px;
	width: 175px;
	float: right;
}


/* 2011-05-31: software comparison table */
.softwarecomparisontable {
	border: 2px solid #999;
	border-radius: 8px;
	cursor: default;
}
.softwarecomparisontable tr:hover {
	background-color:#f0f0f0;
}
.softwarecomparisontable .firstrow:hover,.softwarecomparisontable .lastrow:hover {
	background-color: #FFF !important;
}
.softwarecomparisontable td {
	border-left: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 5px;
}
.softwarecomparisontable .firstrow td {
	border-bottom: 2px solid #999;
	text-align: center;
	font-weight: bold;
}
.softwarecomparisontable .firstrow img {
	margin-bottom: 5px;
	display: block;
	border: none;
	
}
.softwarecomparisontable .lastrow td {
	border-bottom: none;
	padding: 20px 5px;
	font-weight: bold;
}

.softwarecomparisontable .firstcol {
	border-left: none;	
	text-align: left;
}



/*-- jShowOff module styles --*/


.softwareBanner {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 650px;
	height: 350px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
.jshowoff {
	width: 650px;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 650px;
	height: 350px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}



/* software overview page styles */

.softoverview_panelleft{
	width: 50%;
	float: left;
}
.softoverview_panelright{
	width:50%;
	float: right;
}

.softoverview_panelleft .softinner, .softoverview_panelright .softinner {
	margin: 5px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	min-height: 170px;
}

.softoverview_panelleft .softinner:hover, .softoverview_panelright .softinner:hover {
	border-color: #F60;
}
