/**********************
   colors used 
   
   * #000000 (black) - background
   * #ffffff (white) - text
   * #c2c2c2 (gray)  - nav menu current selection, 'highlighted' text
   * #ff0000 (red)   - active link / hover
   * #28a046 (green) - standard link
   * #424242         - 'Product' class text color (homepage)
       
 **********************/

/* RECONYX WEB STYLE */

@media print {
    #pageBody,
    #pageContent {
        padding : 0;
    }

    #pageHeader,
    #pageNavigation,
    #pageLogin {
      display:none;
    }
}

@media screen {
    body {
    	margin: 10px auto;
    }
    #pageContent {
    	padding-top:10px;
      }
    #pageFooter,
    .row {
        margin: 0 auto;
    }
    #pageLogin {
        float:right;
        font-size:0.8em;
    }
}

/* STRUCTURE */

input.btn {
	border : 1px solid #808080;
	color : #c2c2c2;
	background-color : #404040;
    font-weight : bold;
    padding : 4px;
	width : auto;
	height : auto;
	margin: 2px;
}
input.btn:hover {
	border : 1px solid #4c4c4c;
	color : #ffffff;
	background-color : #808080;
}

.row {
    /*width : 755px;*/
    width : 960px;
	clear: both;
	display: block;
    margin : 0 auto auto auto;
}

#pageHeader {
  margin-left:0px;
  width: 100%;
  padding-left:0px;
  margin-top:0px;
  padding-top:0px;
	background-image: url('/includes/assets/nav_smoke.png');
  background-position:bottom;
	background-repeat:no-repeat;
}

#pageNavigation {
	background-repeat: repeat-x;
  width: 750px; 
	height: 10px;
	padding-bottom: 10px;
	margin: -68px auto auto 220px;
    text-align : center;
}

#pageBody {
    width: 100%; 
	vertical-align: top;
	text-align: center;
	padding-top:40px;
}

#pageHeaderDiv
{
	height: 15px;
	width: 100%;
    background-image: url('/includes/assets/top_border.jpg');
	background-repeat: repeat-x;
}
body
{
    background-attachment: scroll;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#flashContent {
    width: 100%; 
	height: 280px;
	background: #000;
	margin: 0;
}

#pageContent {
	margin: 0 auto;
/*	display: table; */

    width: 100%; 
	text-align: left;
/*	display: table-cell; */
/*	float: left; */
	vertical-align: top;
}
#pageFooter {
    width: 100%; 
	text-align: left;
	display: table;
}

#footerAddress {
	float : left;
}

#footerPhone {
	float: right;
}

/* FORMATTING */	

html {
	background-color: #000;
	color: #EEE;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size : 21px;
	font-weight : 100;
}

h2 {
    font-size : 18px;
    font-weight : 100;
    font-style : italic;
    margin-bottom : -10px;
}

h3 {
    font-size : 15px;
    font-weight : bold;
    margin-bottom : -10px;
}

p, ul {
}

/* navigation menu */
#pageNavigation a.navItemActive {
	text-decoration : none; 
    color : #4AC76B !important;
}

a.navItem, a.navItem:visited {
    color : #ffffff !important;
	text-decoration : none; 
}

a.navItem:active, a.navItem:hover {
    color : #3EAB58 !important;
}

a.bookmark, a.bookmark:visited, a.bookmark:active, a.bookmark:hover {
    color : #ffffff !important;
	text-decoration : none; 
}

/* standard content links */
a, a:visited {
    color : #28a046 !important;
}

a:active, a:hover {
    color : #ff0000 !important;
}

.button {
	font-size : 15px;	
}

.hangingIndent {
	text-indent:-45px;
	margin-left:45px;
}

.textButton {
	border : 0px; 
 	color : #28a046; 
	font-weight : bold; 
	padding : 5px;
}
.textButton:hover {
	border : 1px solid #4c4c4c;
	color : #ffffff;
	background-color : #808080;
}

.mainTitle {
	margin-bottom : 15px;
}

#pageNavigation a {
    margin : 0 3px;
    font-family: Geneva, Tahoma,sans-serif;
    font-size:16px;
	/*font-variant : small-caps;*/ 
}

.product {
	font-size : 14px;
	background-color : inherit;
	color : #424242;
    text-align : center;
}

#flashContent img {
    margin : 0;
    padding : 0;
}

.goLeft {
	float: left;
}

.goRight {
	float: right;
}

.goMiddle {
	margin: 0 auto;
}

.ig {
    display:inline;
    margin-bottom:10px;
    margin-right:8px;
    text-align:center;
    height : 160px;
}

.highlight {
	color : #c2c2c2;
	background-color : inherit;
	font-weight: bold;
}


.mathewsDistributor {
	color : #EDDA74;
	background-color : inherit;
	font-weight: inherit;
}

/* surpress all former content for silent-image.com domain */
.silentimage {
    display : none;
}

/* superscript */
.sup {
    font-size: 70%;
    vertical-align: super;
}

.error {
    color : #ffff33;
    font-weight : bold;
}
.warning {
    color : #ffff33;
}

/* -------------------- In-page Graphics -------------------- */
img.border {
/*	border: 1px solid rgb(63,95,58); */
}
a img {
    border: 0;
}

.imageComboRight {
	float: right;
	margin: 0 0 0 0;
	clear: right;
}
.image-right {
	float: right;
	margin: 0 0 8px 8px;
	clear: right;
}
.image-left {
	float: left;
	margin: 0 8px 8px 0;
	clear: left;
}

/* -------------------- Lists -------------------- */
ul.bulletItem, ul.bulletItemSS, ul.bulletItemSSmall {
	border : 0;
	margin : 0 0 0 40px;
	padding : 0;
	list-style-position: outside;
}

ul.bulletItem {
	margin-bottom : 5px;
}

.bulletItem li, .bulletItemSS li, ul.bulletItemSSmall {
	list-style-position : outside;
	list-style-type : disc;
	padding-bottom : 15px;
	padding-left : 5px;
	font-size: 16px;
	line-height : 20px;
}

.bulletItemSS li {
	padding-bottom : 0;
	line-height : 20px;
}

.bulletItemSSmall li {
	font-size : 14px;
	line-height : 14px;
}
.icoStatus
{
    border : 0;
    height : 16px;
    width : 16px; 
    vertical-align:middle;  
    margin:0 4px 4px 0;
}

table.simple {
  border-collapse: separate;
  border-spacing: 10px;
  empty-cells: show;
	table-layout: auto;
	width : auto;
	margin-bottom : 10px;
	margin-left : auto;
	margin-right : auto;
	background-color : #101010;
}
table.simple tfoot td {
	padding : 10px;
	text-alignm: center;
}
