body {
	font-family: Tahoma, "Lucida Sans Unicode", sans-serif;
	background: #efefef url(images/background_image.jpg) center top repeat-x;
	text-align:left;
	margin:0px;
}
H1,H2,H3,H4,H5 {
	margin-bottom: 3px;
	margin-top: 12px;
}
img {
	border:0;
}
small {
	font-size:85%;
}
#wrapper{
	width:765px;
	margin:0 auto;
	text-align:left;
}
.bigborderwhite {
	border: 1px solid #000000;
}
.bodytext {
	font-size: 11px;
	color: #000000;
}
.bodytext p {
	margin: 0px;
	padding: 3px 0 3px 0;
}
.copyright {
	font-size: 9px;
	color: #404040;
}
.tableborder {
	border: 1px solid #666666;
}
.footertext {
	font-size: 9px;
	color: #404040;
}
.sectionheads {
	font-size: 12px;
	color: #003676;
	font-weight: bold;
}
.link {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #404040;
	text-decoration: underline;
	cursor: pointer;
}
#main {
	background:#FFF;
	/*background-image: url(images/q3i_logo_bg.gif);*/
}

table.lightborders, table.lightborders td,  table.lightborders th
{
    border-color: #ccc;
    border-style: solid;
}

table.lightborders
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.lightborders td, table.lightborders th
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: transparent;
}

.product-info {
	padding:5px;
	margin:10px 0;
	border-bottom:1px solid #DEDEDE;
}
.product-info-left {
	float:left;
	width:115px;
	display:inline;
}
.product-info-right {
	float:right;
	width:608px;
}

.product-logos {
	text-align:center;
	width:160px;
	float:right;
	margin-left: 10px;
	padding: 20px;
	background: url(images/product-logos-bg.gif) left repeat-y #FFF;
}

.product-logos img {
	margin-bottom:5px;
	border:0;
}

.biggraybutton {
	padding:10px; text-decoration:none; border:1px solid #CCC; background:url(images/gray-gradient-background.jpg) repeat-x 50% 50%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display:block;
}

.clearer {
	clear:both;	
}

.messages {
	padding:5px;
	margin:5px;
	background-color:#FF6;
	border:1px solid #DDD;
	color: #000;
	font-size:14px;
}
.messages ul {
	margin:0;
}
.messages li {
	list-style:none;
	padding-left:10px;
}

.floatHeader {
	position: absolute;
	z-index: 10;
	display: none;
}

.jqueryslidemenu{
font-size: 12px;
font-weight: normal;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background-color:#000033;
color: white;
padding: 5px 20px;
border-right: 1px solid #222266;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background-color: #294185; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
list-style-image: none;
display: list-item;
float: none;
z-index:100;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
text-align:left;
list-style-image: none;
font-size: 11px;
font-weight: normal;
width: 80px; /*width of sub menus*/
background: #000033;
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #222266;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background-color: #294185;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 10px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ################# qTip Classes ################## */

.qtip-content {font-size:11px;}
.qtip-target {cursor:help;}

