html    {overflow-y: scroll;}

body{ /* background-color: #6CC !important; */
	font-family: Arial;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.container {
	background: #FFF !important;
	/* border:solid thin #036; */
}

a:link, a:visited, a:hover {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial;
 font-size: 200% !important;
 color: #000000;
 margin-top: 10px ;
 margin-bottom: 10px ;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	MARGIN: 5px auto 0px;
	WIDTH: 760px;
	float: none;
	border: 2px solid #0000CC;
		}

#RightPics{
	float:right;
	width: 25%;
	padding-top: 30px;
}

#content{
	float:left;
	width: 72%;
	padding-top: 38px;
	padding-left: 10px;
	padding-right: 10px;
	}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px;
white-space: nowrap;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px;
	font-weight: bold;
	height: 75px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
#CompanyLogo {

	margin: 0;
	padding: 10px 0px;
	width: 100%;
}
.siteInfoPicL {
	float: left;
	width: 22.5%;
	height: 75px;
	background-image: url(Images/ssaib1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.siteInfoPicR {
	float: right;
	width: 22.5%;
	height: 75px;
	background-image: url(Images/ssaib2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.siteInfoText {
	width: 55%;
	float: left;
	height: 75px;
	padding-top: 10px;
}
.well-gold { background: #fff; border: #FC3 solid 2px; }
.blue-text { color: #00C ; }


.captchabox { background-color: #ffe8af; }
.red { font-size: 16px; color: #F00; }

.panel-default { background-color: #fff !important; border: #99cdff 2px solid !important; min-height: 170px !important; height:auto;}
.panel-heading { background-color: #99cdff !important; color: #ea2222 !important; }

.product_title{

padding:5px 0 5px 0;
font-weight:bold;
height: 36px;
}
.panel-body{ min-height: 180px !important;}
.btn-group { width: 100% !important; text-align: left !important; margin-left: auto !important; }