@charset "utf-8";
/* CSS Document */


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #f7f7f7;
	background-image: url(../images/bg-top-repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	color: #CD0B0B;
	font-size: 24px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #4A4A4A;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #fff;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #fff;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #fff;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #fff;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
}
#outerWrapper #header {
	/* border-bottom: solid 1px #628152;  Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	line-height: 15px;
	padding: 6px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#header {
	height: 130px;
}
.logo {
	width: 166px;
	height: 115px;
	float: right;
	margin-right: 25px;
	margin-bottom: 4px;
}
.slogan {
	width: 500px;
	float: left;
	margin-top: 60px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000000;
}
.topnav {
	background-color: #CD0B0B;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 270px;
}
.leftnav {
	background-image: url(../images/qs-software-bg-leftnav.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #C90908;
	margin-top: 8px;
	padding: 9px 4px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
	height: 526px;
}
.leftlinks ul li {
	text-align: left;
	background: url(../images/arrow1.gif) no-repeat 0 5px;
	padding: 0 0 7px 19px;
	list-style: none;
	margin-left: -3em;
	line-height: 17px;
}
.leftlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftlinks {
	margin-top: -8px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 280px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#content a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
}
#outerWrapper #footer {
	background-color: #fff;
	border-top: solid 2px #CD0B0B; /* Sets the top border properties for an element using shorthand notation */
	border-bottom: solid 2px #CD0B0B;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#footer {
	text-align: center;
	position:relative;
}
#footer a {
	color: #CD0B0B;
	text-align: center;
}
/* Start homepage css */
.iRow-1 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.iRow-2 {
	text-align: left;
	padding-bottom: 5px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
	margin-left: 20px;
	margin-right: 20px;
}
.iRow-3 {
 	text-align: center;
	margin-top: 10px;
 	margin-bottom: 5px;	
}
.iCol-1 {
	float: left;
	width: 300px;
	height: 231px;
	background-image: url(../images/qs-software-bg-index.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-left: 15px;
	padding: 10px 10px 0 10px;
}
.ip-1 {
 	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	padding-top: 10px;
	line-height: 1.3em;
}
.iCol-2 {
	float: right;
	width: 300px;
	height: 231px;
	background-image: url(../images/qs-software-bg-index.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 5px;
	padding: 10px 10px 0 10px;
}
.ip-2 {
 	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	padding-top: 10px;
	line-height: 1.3em;
}
.iCol-3 {
	float: left;
	width: 300px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 15px
}
.iCol-4 {
	float: right;
	width: 300px;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 26px;
	margin-top: 10px;
}
.iCol-5 {
	float: left;
	width: 300px;
	height: 231px;
	background-image: url(../images/qs-software-bg-index.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-left: 15px;
	padding: 10px 10px 0 10px;
}
.ip-5 {
 	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	padding-top: 10px;
	line-height: 1.3em;
}
.iCol-6 {
	float: right;
	width: 300px;
	height: 231px;
	background-image: url(../images/qs-software-bg-index.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 5px;
	padding: 10px 10px 0 10px;
}
.ip-6 {
 	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	padding-top: 10px;
	line-height: 1.3em;
}
.ip-7 {
 	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	padding-top: 10px;
	line-height: 1.3em;
}
.wrapper-1 {width:100%;overflow:hidden;margin-top:9px}
.iLink-1 {line-height:20px;display:block;float:left;background:url(../images/link1-bg.gif) left top repeat-x;color:#383838;text-decoration:none}
.iLink-1:hover {text-decoration:underline}
.iLink-1 em {display:block;background:url(../images/link1-left.gif) no-repeat left top}
.iLink-1 b {display:block;background:url(../images/link1-right.gif) no-repeat right top;padding:9px 20px 8px 20px;font-weight:normal; font-style:normal}
.wrapper-2 {width:100%;overflow:hidden;margin-top:9px}
.iLink-2 {line-height:20px;display:block;float:left;background:url(../images/link1-bg.gif) left top repeat-x;color:#383838;text-decoration:none}
.iLink-2:hover {text-decoration:underline}
.iLink-2 em {display:block;background:url(../images/link1-left.gif) no-repeat left top}
.iLink-2 b {display:block;background:url(../images/link1-right.gif) no-repeat right top;padding:9px 20px 8px 20px;font-weight:normal; font-style:normal}
.wrapper-3 {width:100%;overflow:hidden;margin-top:9px}
.iLink-3 {line-height:20px;display:block;float:left;background:url(../images/link1-bg.gif) left top repeat-x;color:#383838;text-decoration:none}
.iLink-3:hover {text-decoration:underline}
.iLink-3 em {display:block;background:url(../images/link1-left.gif) no-repeat left top}
.iLink-3 b {display:block;background:url(../images/link1-right.gif) no-repeat right top;padding:9px 20px 8px 20px;font-weight:normal; font-style:normal}
.wrapper-4 {width:100%;overflow:hidden;margin-top:9px}
.iLink-4 {line-height:20px;display:block;float:left;background:url(../images/link1-bg.gif) left top repeat-x;color:#383838;text-decoration:none}
.iLink-4:hover {text-decoration:underline}
.iLink-4 em {display:block;background:url(../images/link1-left.gif) no-repeat left top}
.iLink-4 b {display:block;background:url(../images/link1-right.gif) no-repeat right top;padding:9px 20px 8px 20px;font-weight:normal; font-style:normal}
/* End homepage css */
/* Start InfinityQS css */
.iqsRow-1 {
	text-align: center;
	margin-bottom: 10px;
}
.iqsRow-2 {
	text-align: center;
	margin-bottom: 10px;
}
.iqsRow-3 {
	text-align: left;
	margin-bottom: 10px;
	margin-left: 15px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.3em;
}
.iqsRow-4 {
	background-color: #F7F7F7;
	text-align: center;
	margin-bottom: 4px;
	margin-left: 15px;
}
.iqsRow-5 {
	text-align: left;
	margin-bottom: 10px;
	margin-left: 15px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.3em;
	
}
.iqsRow-6 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.iqsRow-7 {
	width:100%;
	overflow:hidden;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.3em;
}
.iqsRow-7 img {
	float:left;
	margin:0 20px 0 0;
}
.iqsRow-8 {
	width: 250px;
	text-align: left;
	color: #CD0B0B;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
.iqsRow-9 {
	text-align: right;
	margin-right: 25px;
	margin-bottom: 5px;
}
.iqsRow-10 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
.iqsRow-11 {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.iqsBullet {
	width: 540px;
	margin: 0 auto;
}
.iqsBullet ul li {background:url(../images/arrow2.gif) no-repeat 0 3px;padding:0 0 3px 19px;margin-left:5px;list-style-type:none}
.wrapper {width:100%;overflow:hidden;margin-bottom:15px;background-color:#CD0B0B;height:45px}
.iqsLink-1 {line-height:20px;display:block;float:none;background:url(../images/link1-bg.gif) left top repeat-x;color:#383838;text-decoration:none}
.iqsLink-1:hover {text-decoration:underline}
.iqsLink-1 em {display:block;background:url(../images/link1-left.gif) no-repeat left top}
.iqsLink-1 b {display:block;background:url(../images/link1-right.gif) no-repeat right top;padding:9px 20px 8px 20px;font-weight:normal; font-style:normal}
.iqsSpacer-1 {
	height: 5px;
	border-top: solid 2px #CD0B0B;
	margin-bottom: 5px;
	margin-top: 10px;
}
/* End InfinityQS css */
/* Start Ideagen css */
.ideaRow-1 {
	background-color: #F7F7F7;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 10px;
}
.ideaRow-2 {
	text-align: center;
	margin-bottom: 2px;
	margin-top: 15px;
}
.ideaRow-3 {
	text-align: center;
	margin-bottom: 10px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
}
.ideaCol-1 {
	float: left;
	width: 300px;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 4px;
	margin-left: 15px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
}
.ideaCol-2 {
	float: right;
	width: 300px;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 4px;
	margin-left: 10px
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
}
.ideaRow-4 {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
}
.ideaBullet {
	width: 300px;
	margin: 0 auto;
}
.ideaBullet ul li {background:url(../images/arrow2.gif) no-repeat 0 3px;padding:0 0 3px 19px;margin-left:5px;list-style-type:none}
.ideaSpacer-1 {
	height: 5px;
	border-top: solid 2px #F7F7F7;
	margin-bottom: 5px;
	margin-top: 5px;
}
/* End Ideagen css */
/* Start Reseng css */
.resengRow-1 {
	background-color: #F7F7F7;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 15px;
}
.resengRow-2 {
	text-align: center;
	margin-bottom: 10px;
	margin-left: 15px;
}
.resengRow-3 {
	text-align: left;
	margin-bottom: 5px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
	margin-left: 15px; 
}
.resengRow-4 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.resengRow-5 {
	width:100%;
	overflow:hidden;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
}
.resengRow-5 img {
	float:left;
	margin:0 20px 0 0;
}
.resengRow-6 {
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #CD0B0B;
	margin-bottom: 10px;
}
.resengRow-7 {
	text-align: right;
	margin-right: 5px;
	margin-top: 10px;
}
.resengSpacer-1 {
	height: 5px;
	border-top: solid 2px #CD0B0B;
	margin-bottom: 5px;
	margin-top: 5px;
}
.resengSpacer-2 {
	height: 5px;
	border-top: solid 2px #CD0B0B;
	margin-bottom: 10px;
	margin-top: 10px;
}
.resengSpacer-3 {
	height: 2px;
	border-top: solid 2px #F7F7F7;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* End Reseng css */
/* Start PQ Systems css */
.pqRow-1 {
	text-align: center;
	margin-bottom: 10px;
	margin-left: 15px;
}
.pqRow-2 {
	text-align: center;
	margin-bottom: 10px;
}
.pqRow-3 {
	text-align: left;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 15px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
}
.pqRow-4 {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.pqRow-5 {
	text-align: center;
	margin-bottom: 5px;
}
.pqRow-6 {
	text-align: left;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 15px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
}
.pqRow-7 {
	text-align: center;
	margin-bottom: 3px;
	margin-top: 15px;
}
.pqSpacer-1 {
	height: 5px;
	border-top: solid 2px #CD0B0B;
	margin-bottom: 5px;
	margin-top: 5px;
}
.pqSpacer-2 {
	height: 5px;
	border-top: solid 2px #CD0B0B;
	margin-bottom: 5px;
	margin-top: 5px;
}
/* End PQ Systems css */
/* Start About css */
.aboutRow-1 {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 15px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.3em;
}
.aboutRow-2 {
	text-align: center;
	margin-bottom: 10px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
}
.aboutRow-3 {
	text-align: left;
	margin-bottom: 10px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
}
/* End About css */
/* Start SA Users css */
.saUsers-1 {
	background-color:#FFFFFF;
	margin-left: 0px;
	text-align: left;
	margin-bottom: 0px;
}
.saUsers-2 {
	background-color:#FFFFFF;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 0px;
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
}
/* End SA Users css */
/* Start Second footer css */
.footer-2 {

	width: 100%;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 2px #CD0B0B; /* Sets the top border properties for an element using shorthand notation */

}

/* End Second footer css */
