/**************************************/
/*    tag styles                      */
/**************************************/
* {
	font-family: Arial, Helvetica, sans-serif;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	overflow: auto;
}

body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px;
	margin:8px;
}

a{
	text-decoration: underline;	
}

a:link, a:visited{
	color: #336666;	
}
	
fieldset{
	padding-bottom:20px;
}

.textform{
	font-size: 12px; 
}

input, select, textarea, button{
	border:1px solid #666666;		
}

input.check, input.radio{
	font-size:12px;
	padding:0px;
	margin:0px;
	border-width:0px;
	border-color:#FFFFFF;
	background-color:#F7F5EB;
}

label{
	position:relative;	
	margin-right:5px;	
	margin-left:5px;
	text-align:right;
	font-weight:bold;
	padding-top:3px;
	white-space:nowrap;
}

label.faq{
	border-bottom:1px solid #dddddd;	
	width:100%;
	font-size: 14px; 
	font-weight: bold; 
	color: #79192D;
	margin-bottom:5px;
    display:block;
    text-align:left;
}

.firstLabel{	
	float:left;	
	width:75px;
}
.secondLabel{
	margin-left:10px;
	width:80px;
}
.required{
	color:#FF0000;	
}

p, pre{
	padding: 5px 10px;
	margin:0px;
}

h1 {
	font-size: 18px; 
	font-weight: bold; 
	color: #79192D; 
}

h2 {
	font-size: 16px; 
	font-weight: bold; 
	color: #79192D; 
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0A5544; 
}


ul{
	margin:2px;	
}
ul.faq {
	/*list-style-type:&#187;;*/
}	

li{
	margin:1px 2px;	
}

/**************************************/
/*    general/basic styles                  */
/**************************************/
#emailSupportRequestFrm .firstLabel{
	 width:110px;
}
.productHeadings{
	font-size: 22px; 
	font-weight: bold; 
	color: #79192D;	
}
.fauxLabel_1 {
	width:50px;
	text-align:right;	
	float:left;
}
.centerText{
	text-align:center;
}
.greenbold {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #064033;
	text-decoration: none;
}
#banner{
	width:100%;
	/*padding:auto;*/
	clear:both;	
}
#banner img{
	vertical-align:top;
}
#banner .img{
	display: block;
	vertical-align:top;
	margin:0px auto;
}

.leftNavBorder{	
	border-right: 4px solid #ECB94C;
}

#sysreq{
	width:180px;
	text-align:left;
	background-color:#ffffff;
}

#leftContacts{
	width:180px;
	text-align:left;
	background-color:#ffffff;
}

.price{
	font-weight:bold;
	font-size:15px;	
}


.noBorder {
	border-size:0px;
}

.noBackground {
	background:none;
}	

#productsMenu{
	margin-top:10px;
	height:538px;
	vertical-align:top;	
	/*background-image:url(../images/SideTabGradient.jpg);
	background-position:right; 
	background-repeat:no-repeat;*/
}
#productsMenuLinks {
	width:180px;
	margin-bottom:10px;
}
#productsMenuLinks a:link, #productsMenuLinks a:visited{
	display:block;
	text-align:left;
	padding:3px 5px;
	border-top: 1px solid #ffffff;	
	border-bottom:1px solid #cccccc;
	text-decoration: none;	
	color: #21536A;	
}
#productsMenuLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: bold;
	font-weight: none;
	text-decoration: none;
}

	
/**************************************/
/*    main nav menu styles            */
/**************************************/
#navWrapper{
	height:55px;		
}
	
#menuWrapper {
	font-weight: bold;
	text-align:left;
	padding-left:10px;
}
#menuWrapper span{
	font-size: 16px;
	color:#ECB94C;
	margin-left:2px;
	margin-right:2px;
}
#menuWrapper a, #menuWrapper a:visited{
	font-size: 13px;  
	color: #79192D;	
	text-decoration:none;
}
#menuWrapper a:hover {
	text-decoration:underline;
}
	
/**************************************/
/*    products tables styles          */
/**************************************/
#productsListTable{
	width:587px;	
	margin:0px;
}

.productList_even td{
	background-color:#ffffff;
}

.productList_odd td{
	background-color:#eeeeee;
	border-bottom:1px dashed #999999;
	border-top:1px dashed #999999;
}

.productList_lastRow td{
    border-bottom:1px dashed #999999;
}

td.productName{	
	font-weight:bold;
	width:235px;	
}

td.productName a{
	text-decoration:none;
	color:#0A5544;
}

td.productName a:hover{
	text-decoration:underline;
}

td.productDescription{
	width:190px;	
}

td.productLinks{
	text-align:right;	
}

td.productLinks a{	
	text-decoration:none;
	color:#000000;
}

td.productLinks a:hover{
	text-decoration:underline;	
}


/* div rows and colomns */
.row{
	margin:5px 0px;
	padding:5px 5px;	
}
.left{	
	position:relative;				
	float:left;
	margin:0px;
	z-index:100;			
}
.right{ 
	position:relative;
	z-index:50;	
	margin:0px;				 
}

/* error styles */
#error_msg{
	width:20%;
	margin:1px auto;
	padding:5px;
	z-index: 100001;
	color:#000000;
	text-align:center;
	border:1px solid red;
}
#error_msg_wrapper{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index: 7500;
	/*filter:alpha(opacity = 30);*/
	-moz-opacity:0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
	background-color:#eeeeee;
}