@charset "utf-8";
/*Colors: 
med blue: 1662ba
dk blue: 021c48
lt blue: 057dfa
blue text on black: 00aff8
silver: ebebeb
orange: fba40e
bronze: ca8d53
dk bronze: A04900 */

body {
	font-family: "trebuchet ms,arial,helvetica,sans-serif";
	margin: 0;
	background-image: url(../images/background/background.jpg);
	background-repeat: repeat;
	background-position: left top;
} 

/*MAIN TABLE */
.maintable_top_mid {
	background-image: url(../images/header/maintable/main_top_mid.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.maintable_top_lt {
	background-image: url(../images/header/maintable/main_top_lt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.maintable_top_rt {
	background-image: url(../images/header/maintable/main_top_rt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.maintable_bot_rt {
	background-image: url(../images/header/maintable/main_bot_rt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.maintable_bot_mid {
	background-image: url(../images/header/maintable/main_bot_mid.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.maintable_bot_lt {
	background-image: url(../images/header/maintable/main_bot_lt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.maintable_mid_lt {
	background-image: url(../images/header/maintable/main_mid_lt.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.maintable_mid_rt {
	background-image: url(../images/header/maintable/main_mid_rt.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.background {
	background-image: url(/images/content/text_bkgrd.png);
	background-repeat: repeat;	
}
.header_background {
	background-image: url(/images/content/text_bkgrd.png);
	background-repeat: repeat;
	height:82px;	
}

/*Buttons */
#topnav {
	padding-left: 0px;
	padding-right: 0px;
	width: 700px;
	height: 36px;
			
}
.button_bkgrd  {
	background-image: url(../images/button/background.jpg);
	background-repeat: repeat-x;
	height:36px;
}

/*CONTENT */
.content_bold {
font-family: "Trebuchet MS", "Serifa BT";
	font-size: 14px;
	font-weight: bold;
	color: #ebebeb;
	text-decoration: none;
	}
.content_bold a:link, .content_bold a:visited {
	font-family: "Trebuchet MS", "Serifa BT";
	font-size: 14px;
	font-weight: bold;
	color: #ebebeb;
	text-decoration: none;
	}
	
.content {
font-family: "Trebuchet MS", "Serifa BT";
	font-size: 14px;
	font-weight: normal;
	color: #00aff8;
	text-decoration: none;
	}
.content a:link, .content a:visited {
	font-family: "Trebuchet MS", "Serifa BT";
	font-size: 14px;
	font-weight: normal;
	color: #ebebeb;
	text-decoration: none;
	}
.content_small {
font-family: "Trebuchet MS", "Serifa BT";
	font-size: 11px;
	font-weight: normal;
	color: #00aff8;
	text-decoration: none;
	}
.content_small a:link, .content_small a:visited {
	font-family: "Trebuchet MS", "Serifa BT";
	font-size: 11px;
	font-weight: normal;
	color: #ebebeb;
	text-decoration: none;
	}
/*HIDDEN PIC */
	.hiddenPic {
	display:none;
	}

/* Form Content */
.form {
	border-top-color: #1662ba;
	border-right-color: #1662ba;
	border-bottom-color: #1662ba;
	border-left-color: #1662ba;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

.form_field {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00aff8;
	border-right-color: #00aff8;
	border-bottom-color: #00aff8;
	border-left-color: #00aff8;
	background-color: #ededed;
}

/*CART*/
.lt_nav {
	width:150px;
}
TD.mincart, TD.mincart a:link, TD.mincart a:visited {
font-size: 10px;
font-family : Verdana;
color:#CCCCCC;
background-color:#000;
}

P.mincart, P.mincart a:link, P.mincart a:visited {
font-size: 10px;
font-family : Verdana;
color:#CCCCCC;
background-color:#000;
}

td.product {
border:1px solid #333333;
background-color:#000;

}

SELECT.prodoption {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
	background-color:#6E8DCE;
	
}

/*TABLE.cobtbl for the table.
TD.cobhl for the cell highlights
TD.cobll for the cell lowlights*/

TABLE.cobtbl{
background-color: #333333;
} 

TD.cobhl{
background-color: #000000;
}

TD.cobll{
background-color: #000000;

}

div.detailid {
font-size: 11px;
}
div.prodid{
font-size: 11px;
}
.available {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.available a:link, .available a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*+ Dropdown*/
input.button {
  color: #fff; background: #000000;
  font-size: 11px;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #333333;
  width:14px;
  height:15px;
}