#prodnav {
	background: url('../images/prodnav/bg_prodnav.gif') no-repeat;
	color: #091725;
	height: 341px;
	width: 749px;
}
.proddesc {
	float: left;
	width: 315px;
}

.proddesc p {
	height: 174px;
	line-height: 15px;
	max-height: 174px;
	min-height: 174px;
	overflow: hidden;
}

img.prodbt {
	margin-right: 0px;
}

.prodphot {
	float: left;
	padding: 0 0 0 26px;
	text-align: right;
	width: 258px;
}

.indicator {
	clear: both;
	display: block;
	height: 18px;
	width: 18px;
}

/* product slider */
.svwp {width: 50px; height: 20px; background: transparent;} /*preloader stuff. do not modify!*/ 
.svwp ul{position: relative; left: -999em; }/*preloader stuff. do not modify!*/ 
.slideViewer { /*this is the gallery container*/ 
position: relative;
overflow: hidden;
margin: 0;
padding: 6px;
background: transparent;
}
.slideViewer ul {  /*this is your list of images*/ 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/ 
float:left; 
} 
 
/*typographic info: 
if you need different positioning (eg placed at the bottom left) 
you could add, after margin: 0, the following style declaration: 
margin-top: your_image_height_px eg: 320px minus the line-height  
(if defined) of the typo span; 
*/ 
.slideViewer span.typo{  
margin: 0; /* dynamically adjusted via script. */ 
padding: 3px 6px; 
background: transparent;
color: #fff; 
font: bold 9px Verdana; 
} 
 
.thumbSlider { /*the thumbnails slider contanier*/ 
overflow: hidden; 
width: 1%; 
background: transparent;
} 
.thumbSlider ul { /*the thumbnails list of images*/ 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.thumbSlider ul li{  
float:left; 
margin: 0; 
} 
.thumbSlider a{ /*the link wrapped around each thumbnail. dynamically.*/ 
color: #fff; 
text-decoration: none; 
} 
.thumbSlider a img{ 
border: 0; 
display: block; 
padding: 0; 
} 
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */ 
/* width, height and top values are dynamically added by the script. Do not modify. */ 
position:relative;
font-size: 0.01em;
left: 0; 
margin: 0; 
padding: 0; 
} 
 
a.left, a.right { /*the left and right buttons (links)*/ 
background: transparent; /* could be any color  */ 
color: #ff0000; 
font: bold 16px Arial; 
overflow: hidden; 
} 
a.left span, a.right span{ 
 
} 
a.left img, a.right img{ 
border: 0; 
} 
a.l_dis, a.r_dis { 
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */ 
cursor: default; 
} 
a.l_dis span, a.r_dis span { 
display: none; 
} 
a:focus {outline:none;}
.hidden {display:none;}

.homecontent {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 749px;
	color:#01274D;
	font-size:12px;
}
.homecontent p {font-size:12px}
.homecontent h1 {font-size:14px}
.homecontent h2 {font-size:13px}
.homecontent ul li {font-size:10px}
.homecontent ul { padding-left:14px}
div.hr {
	background: url('../images/hr.gif') repeat-x;
	height: 1px;
	margin: 18px 0;
	padding: 0;
	width: 749px;
}

#hometext {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 445px;
}
.npbox {position:relative;}
.npbox a {font-size:12px;}
.npright {position:absolute;top:0;right:0;font-size:11px;width:480px}
#hometext p {
	color: #091725;
	font-size: 12px;
}


#homecallout {
	float: right;
	margin: 0;
	padding: 0;
	width: 280px;
}
#plcallout {width:310px;position:relative;top:36px; z-index:2}

#homecallout p {
	color: #091725;
	margin: 0;
	padding: 16px;
	font-size: 11px;
}

/* rounded corners */
.callout{display:block}
.callout *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#C1D9F6}
.callout1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e4eefb;
  border-right:1px solid #e4eefb;
  background:#d0e2f8}
.callout2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f8fbfe;
  border-right:1px solid #f8fbfe;
  background:#cce0f7}
.callout3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cce0f7;
  border-right:1px solid #cce0f7;}
.callout4{
  border-left:1px solid #e4eefb;
  border-right:1px solid #e4eefb}
.callout5{
  border-left:1px solid #d0e2f8;
  border-right:1px solid #d0e2f8}
.calloutfg{
	position:relative;
  background:#C1D9F6;
	overflow: hidden;}
