@charset "UTF-8";

/* =================== Main Styles ===================*/
body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
    /* text-decoration: underline; */
}

.image{
	border-style: none;
	
}

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: underline;
}

p {
	margin-top: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
}

/* =================== Global ===================*/
.global #container {
	width: 980px;
	height: auto;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

.global #mainContent {
	margin: 0px;
	padding: 0;
	height: auto;
	
	
}

/* =================== Header ===================*/
#logo {
	background-image: url(/images/logo_api.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 70px;
	width: 441px;
	margin-bottom: 10px;
	position: relative;
	left: 0px;
	top: 0px;
}
#logo h1 {
	text-indent: -9999px;
}

#topright {
	float: right;
	height: 65px;
	width: 500px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}

/* =================== Search ===================*/
#search {
	text-align: right;
	float: left;
	width: 960px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	font-weight: bold;
}

/* =================== Bread Crumb ===================*/
#breadcrumb {
	float: left;
	height: 20px;
	width: 400px;
	text-align: left;
}

/* =================== Navigation ===================*/
#nav {
	text-align: center;
	height: 34px;
	vertical-align: middle;
	float: left;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-top: 16px;
	font-size: 14px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #990000;
	display: block;
}

#navHome {
	text-align: center;
	height: 34px;
	vertical-align: middle;
	float: left;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-top: 16px;
	font-size: 14px;
}

#navHome a:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#navHome a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#navHome a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

#navHome a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#nav a:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#nav a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

#nav a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/* =================== Body Elements ===================*/
#productBG {
	height: 170px;
	width: 100%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-position: center center;
	line-height: 21px;
	text-align: center;
	margin-bottom: 20px;
}

.productsDiv {
	float: left;
	height: 150px;
	width: 130px;
	margin-left: 20px;
	text-align: center;
}
#productList {
	float: left;
	width: 172px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 20px;
	text-align: center;
	height: 150px;
	vertical-align: 100%;
}
#productList a {
	color: #FFFFFF;
}
#productList a:hover {
	color: #000;
	text-decoration: none;	
}
#prodWrap {
	background-image: url(/images/prod_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 220px;
	width: 720px;
	margin-bottom: 20px;
}
#mainBody {
	float: left;
	height: auto;
	width: 700px;
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#mainBody2 {
	float: left;
	width: 980px;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

/* =================== Product Page - Description ===================*/
#prodDescription 
{
	float: left;
	height: auto;
	width: 700px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.descrpIm 
{
	float: left;
	text-align: center;
	height: 100%;
	width: 170px;
	margin-right: 20px;
}

.descrp {
	float: left;
	text-align: justify;
	height: 100%;
	width: 490px;	
	}
#tabWrap {
	width: 740px;
	float: left;
}

#prodDescription img {
	
}

#prodpanel {
	background-image: url(/images/products/prodpanel.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px; /* 130px */
	width: 310px;
	margin-right: 20px;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	float: left;	
}

#prodpanel2 {
	background-image: url(/images/products/prodpanel.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px; /* 130px */
	width: 310px;
	margin-right: 20px;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	float: left;	
	
}


/*
#prodpanel:hover h1 {
	color: #FFFFFF;
}

#prodpanel:hover a {
	color: #FFFFFF;
}
#prodpanel:hover {
	background-image: url(../images/products/prodpanel_red.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
	background-position: center center;
}
*/
#prodpanel h1 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
}

#prodpanel h1 a {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	text-decoration: none;
}

#prodpanel p {
	margin: 0px;
	padding-top: 3px;
}

#prodpanel img {
	float: right;
	padding-left: 10px;
}

#prodpanel2 h1 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
}

#prodpanel2 p {
	margin: 0px;
	padding-top: 3px;
}

#prodpanel2 img {
	float: right;
	padding-left: 10px;
}

#prodRight {
	float: right;
	height: auto;
	width: 240px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#prodRight_Product {
	float: right;
	height: auto;
	width: 240px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
}

#prodtitle {
	float: left;
	height: 200px;
	width: 420px;
	padding-top: 20px;
}

#prodimage {
	float: left;
	height: 220px;
	width: 300px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 20px;
}

#prodtitle h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	margin-bottom: 20px;
}

#prodtitle p {
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 15px;
	line-height: 1.2em;
}


/* =================== Feature Product - Description ===================*/
#featuredTitle {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/featuredBanner.gif);
	height: 24px;
	width: 230px;
	padding-left: 10px;
	padding-top: 8px;
	float: left;
}
#featuredBody {
	background-color: #ebebeb;
	padding: 10px;
	float: right;
	width: 219px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
}


#featuredBody2 {
	background-color: white;
	padding: 0px;
	float: left;
	width: 219px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 0px;
}

#featuredBody img{
	float:right;
	padding-left: 10px;
	
}

#featuredBody2 img{
	float:right;
	padding-left: 10px;
	
}

/* =================== Home Page Elements ===================*/
#panel1 {
	float: left;
	height: auto;
	width: 300px;
	margin-top: 0px;
	margin-left: 20px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#panel2 {
	float: left;
	height: auto;
	width: 300px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

#panel1 img {
	padding-right: 10px;
	float: left;
}


#panel2 img {
	padding-right: 10px;
	float: left;
}

#homeRight {
	float: right;
	height: auto;
	width: 240px;
	margin-top: 10px;
	padding-right: 0px;
	margin-right: 20px;
}

#homeRight_Index {
	float: right;
	height: auto;
	width: 240px;
	margin-top: 10px;
	padding-right: 0px;
	margin-right: 20px;
}

#homeRight_Cat_Sub {
	float: right;
	height: auto;
	width: 240px;
	margin-top: 10px;
	padding-right: 0px;
	margin-right: 0px;
}

#clientLogin {
	background-color: #fbfbfb;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#clientLogin2 {
	background-color: #fbfbfb;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#clientLogin img{
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	float: left;

}

#breadcrumb {
	width: 980px;
	padding-top: 10px;
	font-size: 11px;
	color: #666666;
	padding-bottom: 5px;
}

/* =================== Input Form Stuff ===================*/
input.forms {
	color: #666666;
	border: 1px dotted #999999;
	background-color: #fff;
	padding: 1px;
	width: 97%;
	font-size: 12px;
	font-weight: bold;
}

input.search {
	color: #666666;
	border: 1px dotted #999999;
	background-color: #fff;
	padding: 1px;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
}
input.contact {
	color: #666666;
	background-color: #eee;
	border: 1px dotted #999999;
	padding: 5px;
	width: 300px;
	font-size: 11px;
	font-weight: bold;
}
input.contactOther {
	color: #666666;
	background-color: #eee;
	border: 1px dotted #999999;
	padding: 5px;
	width: 170px;
	font-size: 11px;
	font-weight: bold;
}
input.contactName {
	color: #666666;
	background-color: #eee;
	border: 1px dotted #999999;
	padding: 5px;
	width: 134px;
	font-size: 11px;
	font-weight: bold;
}
input.contactST {
	color: #666666;
	background-color: #eee;
	border: 1px dotted #999999;
	padding: 5px;
	width: 50px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
}
input.contactZ {
	color: #666666;
	background-color: #eee;
	border: 1px dotted #999999;
	padding: 5px;
	width: 140px;
	font-size: 11px;
	font-weight: bold;
	

}
input.submit {
	color: #fff;
	background: #990000;
	border: 1px outset #999999;
	font-weight: bold;
	
	width: 50%;
	text-align: center;	
}

.searchBTN {
	color: #fff;
	background: #990000;
	border: 1px solid #999999;
	font-weight: bold;
	
	width: 70px;
	text-align: center;
	height: 20px;
}
.searchBTN:hover {
	color: #fff;
	background: #999999;
	border: 1px solid #666666;
	
}

.state {
	width: 200px;	
}

.zip {
	width: 50px;	
}

.bdltitle {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	
}

.bdl {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.formreq {
	background-image: url(/images/required.png);
	background-repeat: no-repeat;
	background-position: right;	
}
.ctnformL {
	float: left;
	width: 350px;
}
.ctnformR {
	float: right;
	width: 350px;
}
#contactWrap {
	height: 500px;
	width: 980px;
	float: left;
}

#ctnform {
	text-align: left;
	float: left;
	width: 880px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#divL {
	text-align: left;
	float: left;
	width: 330px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 90px;
}

#divL td{
	padding-bottom: 1px;
	padding-top: 2px;
}
#divR {
	text-align: left;
	float: right;
	width: 330px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#divR td{
	padding-bottom: 2px;
	padding-top: 2px;
}
.SlidingPanelsContentGroup {
	min-height:0;
}

/* =================== Footer ===================*/
#footer {
	height: 30px;
	width: 960px;
	margin-top: 20px;
	float: right;
	background-image: url(/images/footerBar.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer .ftLeft {
	height: auto;
	width: 450px;
	float: left;
}

#footer .ftRight {
	height: auto;
	width: auto;
	float: right;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#msmart {
	color: #FFFFFF;
	background-image: url(/images/sideBG.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 54px;
	width: 210px;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 11px;
}


#msmart a {
	color: #FFFFFF;
}

#msmart  h1 {
	color: #FFFFFF;
	font-size: 23px;
	line-height: 0px;
}
#msmart  .larger {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
#textpgs {
	text-align: left;
	float: left;
	height: 500px;
	width: 680px;
	margin-top: 20px;
	margin-left: 20px;
	overflow: auto;
}

#webinar_box {
	color: #FFFFFF;
	background-image: url(/images/sideBG_webinar3.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 70px;
	width: 210px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right:20px;
	font-size: 11px;
}

#webinar_box a {
	color: #FFFFFF;
	text-decoration: none;
}

#webinar_box  h3 {
	color: #ffffff;
	/*letter-spacing: .1em;	font-size: 23px;
	line-height: 0px;*/
}
.webinar_box_text {
	color: #ffffff;
	text-decoration: none;	/*letter-spacing: .1em;	font-size: 23px;*/
	font-weight: normal;
	padding:0;
	padding-top: 8px;
	line-height: 12px;
}

.webinar_box_title  {
	color: #FFFFFF;
	font-size: 18px;
	padding:0;
	padding-top:4px;
	margin:0;
	line-height: 18px;
	/*line-height: 0px;*/
}
#webinar_box  .larger {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	}

#textpgs img{
	padding: 10px;
	float: right;
	
}
#textpgs1 {
	text-align: left;
	float: left;
	height: 780px;
	width: 680px;
	margin-top: 20px;
	margin-left: 20px;
	overflow: auto;
}
#textpgs1 img{
	padding: 10px;
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
}

#textpgs2 {
	text-align: center;
	float: left;
	height: 500px;
	width: 680px;
	margin-top: 20px;
	margin-left: 20px;
	overflow: auto;
}
#textpgs2 p{
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
	width: 100%;
}
#textpgs3 {
	text-align: left;
	float: left;
	height: auto;
	width: 680px;
	margin-top: 20px;
	margin-left: 20px;	
}
#textpgs3 img{
	padding: 5px;
	float: right;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-bottom: 5px;
	
}
.line {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}

