/*****************************************
  DEFAULT PAGE ATTRIBUTES
*****************************************/
body {
	margin:0px;
	font-family: Trebuchet MS, verdana, arial, helvetica;
	font-size: 12px;
	background-color:#7DB4F5;
	color:#000000;
	line-height:130%;
	text-align:center;
	}
a {
	color:#023C9F;
	font-weight:800;
	text-decoration:none;
	}
a:hover {
	color:#517B79;
	font-weight:800;
	}
img {
	border:0px;
	}
ul {
	margin-top:3px;
	margin-bottom:3px;
	list-style: disc;
	}
h1 {
	margin-bottom:3px;
	color:#004263;
	font-size:24px;
	font-weight:800;
	letter-spacing:2px;
	font-variant:small-caps;
	}
h2 {
	margin-bottom:3px;
	color:#545572;
	font-size:15px;
	font-weight:800;
	}
h3 {
	margin-bottom:0px;
	margin-left:14px;
	margin-bottom:2px;
	color:#579FE3;
	font-size:16px;
	font-weight:800;
	}
hr {
	width:100%;
	color:#C8CDDB;
	text-align:center;
	height:2px;
	}
table {
	font-family: Lucida Sans Unicode, arial,verdana,helvetica;;
	font-size: 11px;
	color:#000000;
	}
/*****************************************
  FRAMEWORK
*****************************************/
#container {
	background: url(images/bg_interior.jpg);
	background-repeat: repeat-y;
	width:785px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	}
/*****************************************
  HEADER
*****************************************/
#header {
	height:91px;
	background: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	}
/*****************************************
  NAVIGATION
*****************************************/
#nav {
	background: url(images/bg_nav.jpg);
	background-repeat: repeat-y;
	float:left;
	width:146px;
	overflow:hidden;
	}
	
/* display only for IE */
* html #logo {
  margin-left:-3px;
  }
 
/*****************************************
  BODY
*****************************************/
#content {
	background: url(images/bg_interior.jpg);
	background-repeat: repeat-x;
	}
#interior {
	float:left;
	background: url(images/bg_main.jpg);
	background-repeat: repeat;
	width:638px;
	border-right:1px solid black;
	}
/* display only for IE */
* html #interior {
	margin-bottom:-12px;
	width:639px;
  }
/*****************************************
  FOOTER
*****************************************/
#bottom_image {
	text-align:center;
	width:785px;
	height:6px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	}
#footer {
	font-size:10px;
	color:#000000;
	text-align:center;
	width:785px;
	margin-left:auto;
	margin-right:auto;
	}
	#footer a {
		color:#D5E6E9;
		}
	#footer a:hover {
		color:#FFFFFF;
		}
/*****************************************
  Tool Tip
*****************************************/
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 4px;
	background-color: #D5E8FF;
	visibility: hidden;
	z-index: 100;
	line-height: 15px;
	text-align:left;
	}
#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	}
/*****************************************
  TEXT DECORATIONS
*****************************************/
.clear{height:.1px; clear:both;}
.pheader {font-weight:800; color:#D80404;}
.product_name {font-size:15px; color:#FFFFFF; font-weight:800;}
.form1 {vertical-align:top;}

/****************************************
  PRODUCTS
****************************************/
#prod_right_column {
	float:right;
	margin-right:1px;
	width:385px;
	}
/****************************************
  NEW IN HOUSE
****************************************/
.redpromo {
	color: #d70505;
	font-size: 14px;
	}