@charset "iso-8859-1";
/*
 * @(#)content.css
 *
 * Copyright � 2009 Stand By Soft All rights reserved.
 *
 * This software is the proprietary information of Stand By Soft.  
 * Use is subject to license terms.
 */

/* -------- General ---------*/
body {
    font-family:arial,verdana, tahoma, arial, sans-serif;
    line-height:17px;
    font-size: 80%;
    margin: 10px;
	padding: 0px;
	color: #404a4d;
	background: url("images/main.png") center bottom;
	background-repeat: repeat-x;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

/*p {
	text-align: justify;
}*/

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

/*Header */
#header {
	margin-top: 0px;
    width: 1000px;
	height: 128px;
	color: white;
}

/*Banner */
#banner {
	width: 1000px;
    height: 128px;
    padding: 0;
    margin: 0;
	background: url("images/bannerbackground.png") left top;
}
#banner a:hover {
	border-bottom: none;
}

/* Menu */
#menu {
	float: right;
	border: none;
	background: #ffffff;
	list-style: none;
	font-weight: bold;
	margin-top: -40px;
	padding-left: 0px;
	padding-right: 100px;
	position: relative;
	border-top: 1px solid #547f9a;
	border-bottom: 1px solid #547f9a;
	border-left: 1px solid #547f9a;
}


#menu li {
	width: 70px;
	font-weight: normal;
	font-size: 100%;
	float: left;
	padding: 6px;
	list-style: none;
	background: #ffffff;
	border-right: 1px dotted #547f9a;
}

#menu li.active{
	color: #333333;
}

/*Main*/
#main {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #0085c6;
	border-top: 1px solid #0085c6;
	border-left: 1px solid #0085c6;
	border-right: 1px solid #0085c6;
	background: #ffffff;
}

#body {
	background: url("images/content.png") center top;
	background-repeat: no-repeat;
}

/*Content*/
#content {
	margin-right: 210px;
    position:relative;
    padding: 10px;
}

/*Side content*/
#sidecontent {
	position: absolute;
	width: 200px;
	float: right;
	margin-top: 20px;
	margin-left: 790px;
}

.sidecontent img {
	border: none;
}

.sidecontent a:hover {
	border: none;
}

.sidecontent p {
	padding-left: 10px;
	padding: 5px;
	font-weight: bold;	
	font-size: 100%;
	margin: 0;
}

.sidecontent-box {
	margin-bottom: 10px;
	margin-top: 10px;
}

.sidecontent-box a:link, .sidecontent-box a:hover, .sidecontent-box a:visited {
	color: #015af6;
}

.sidecontent-box a:active {
	color: #115af6;
}

.sidecontent-box img {
	text-align: center;
}
.sidecontent-box p {
	padding-left: 10px;
	padding: 5px;
	font-weight: bold;	
	font-size: 100%;
	margin: 0;
}

.sidecontent-box ul {
	padding-top: 0px;
	padding-left: 5px;
	list-style-type: none;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidecontent-box li {
	padding-left: 10px;
}

/*Footer */
#footer {
	text-align: center;
	border-top: 1px solid #0090d9;
}

#footer .inline {
	list-style-type: none;
	padding: 1px;
	margin: 0;
}

#footer .inline a{
	color: #015af6;
}

#footer .inline a:hover{
	color: #015af6;
	border-bottom: 1px solid blue;
}

#footer .inline li {
	display: inline;
}

/*Hyperlink*/
.hyperlink a{
	color: #015af6;
}
.hyperlink a:hover{
	color: #015af6;
	border-bottom: 1px solid blue;
}

/*Testimonial*/
#testimonial {
	background-color: #FFFFCC;
	border-top: 1px solid #DDDDEE;
	border-left: 1px solid #DDDDEE;
	border-bottom: 1px solid #DDDDEE;
	border-right: 1px solid #DDDDEE;
	padding: 5px;
	font-size: 100%;
	margin: 0;
	color: #555;
}
#testimonial a:link, #testimonial a:hover, #testimonial a:visited {
	color: #015af6;
}
#testimonial a:active {
	color: #115af6;
}
#testimonial .quote {
	font-weight: bold;	
}

/* Note */
.note {
	margin-top: 1em;
}
.note p {
	padding: 0 1em;
}
.note h2 {
	color: #4444FF;
}

#productsidebar {
	width: 620px;
	float: right;
	margin-top: 0;
	margin-left: 0;
}

#customer{
	width: 620px;
	height: 50px;
	float: left;
	margin-top: 0;
	margin-left: 0;
}

.download {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.download  td, th {
	padding-right: 15px;
	padding-left: 5px;
	border: 1px solid #ddd;
	vertical-align: top;
	width: 30%;
}

.download th{
	background-color: #3874cd;
	color: #ffffff;
}

.download a{
	color: #015af6;
}
.download a:hover{
	color: #015af6;
	border-bottom: 1px solid blue;
}

.solutions {
background: url("images/solutions.png");
margin:25px 0 20px 15px;
padding-right:0;
text-align:left;
padding-top: 32px;
padding-left: 25px;
padding-right: 20px;
padding-bottom: 15px;
}

.go-download{
position:relative; bottom:225px; right:-470px; width:273px; height:0px; padding:0; background:none;
}
.go-download a:hover {
	border: none;
}

.browse{
position:relative; bottom:185px; right:-470px; width:273px; height:0px; padding:0; background:none;
}
.browse a:hover {
	border: none;
}

.pro{
position:relative; bottom:270px; right:-750px; width:273px; height:0px; padding:0; background:none;
}
.pro a:hover {
	border: none;
}
