@charset "utf-8";
/* CSS Document */

body {
	background-color: #0b1330;
	background-image: url(images/software/bg_soft.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font: 13px;
	color: #FFFFFF;
}
#container {
	overflow:hidden;
	width:977px;
	margin:0 auto;
}
#header-container {
	margin-left:5px;
}

#title-image-container {
	margin-left:5px;
}
#footer {
	margin-left:5px;
}

#title-image-front {
	overflow:hidden;
	width: 972px;
	margin-left:5px;
}
/* ---CONTENT--- */
#content-container {
	overflow:hidden;
	margin:16px 0 0 0;
	width: 977px;
}
#content-left {
	background-image:url(images/software/software-sidebar.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height:318px;
	width:329px;
	float:left;
	color:#000;
}
#content-left h3 {
	margin:3px 0 0 24px;
	font-size: 19px;
}
#content-left ul {
	margin:65px 0 0 30px;
	list-style:none;
}
#content-left li {
	margin-bottom:10px;
}
#content-left li a, #content-left li a:visited, #content-left li a:hover {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	font-size:17px;
}

/* ---CONTENT-RIGHT --- */
#content-right {
	width:573px;
	float:right;
	padding-top:10px;
	padding-right:30px;
	background-image:
	background-position: top left;
	background-repeat:no-repeat;
}
#content-right p{
	font-size:12px;
	line-height:18px;
}
#table {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: #707a97 1px solid;
}
.body-text {
	padding-bottom:20px;
	border-bottom: #707a97 1px solid;
}
.software-text {
	padding-right:35px;
	padding-bottom:3px;
}
.software-text-end {
	padding-right:35px;
	padding-bottom:3px;
}
.back a, .back a:visited, .back a:hover {
	font-size:11px;
	color:#e7cf00;
	float:right;
	text-decoration:none;
	margin-bottom:10px;
}
#content-right h3 {
	font-size: 14px;
	color:#FFF;
}
