/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL('/graphics/sitebg5.jpg');
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:845px;
	background: url("./graphics/sitebg.gif") repeat-y;
	
	height:auto !important; /* real browsers */
	height:400px; /* IE6: treaded as min-height*/

	min-height:400px; /* real browsers */
	margin-top: 39px;
}

div#header {
	width:800px;
	height:90px;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 35px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	background: url("/graphics/header.gif") no-repeat;

}

div#footer {
	position:relative;
	width:845px;
	height:55px;
	background: url("./graphics/footerbg2.gif")  no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
}





/* main nav */


#topmenu {
	width: 800px;
	height:40px;
	margin: 0 auto 0 auto;
	background: url("./graphics/topmenubg.gif") #ececec no-repeat;
}

#leftmenu {
	width: 210px;
	margin: 0;
	padding: 0;
	background: url("./graphics/menubg2.gif") no-repeat;
	float:left;
}
#leftmenu2 {
	width: 210px;
	padding-bottom: 20px;
	margin: 0;
	background: url("./graphics/menubottom.gif") no-repeat bottom;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 530px;
	min-height: 340px;
	padding: 82px 78px 20px 0px;
	overflow: auto;
	line-height:17px;
	float:right;
}

#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 7px;
	padding-right:32px;
}

#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 7px;
	padding-left:40px;
}



#clear {
	clear: both;
}






/* text styles */



a {
	color: #00498a;
	text-decoration: underline;
}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:16px;
	color: #4479b0;
	margin:-2px 0 15px 0;
}
h2 {
	font-weight:bold;
	font-size:14px;
	color: #000000;
	margin:0px 0 -5px 0;
	padding-top:10px;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px
}
a.biothumb {
font-weight: bold;
	text-decoration: none;
}
a.biothumb:hover {
	color: #0266c4;
	text-decoration: none;
}
div.biopic{
	float:right;
	width:175px;
	margin: -30px 0 15px 20px;
}



.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:right;
  background:url(/graphics/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(/graphics/corner_bl.gif) left  bottom no-repeat;
  }
.wrap3 {
  padding:0 5px 7px 0;
  background:url(/graphics/corner_tr.gif) right top no-repeat;
  }
  .wrap3 img {
  display:block;
  }
  
/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: underline;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}

div.floatingman {
	position:relative;
	width:141px;
	height:406px;
	margin-top:-52px;
	margin-right:-22px;
	margin-left:20px;
	float:right;
}
div.stv {
	position:relative;
	width:272px;
	height:246px;
	margin-right:-28px;
	margin-left:24px;
	margin-bottom:10px;
	float:right;
}

div.womankidpic {
	position:relative;
	width:198px;
	height:305px;
	margin-top:-52px;
	margin-right:-32px;
	margin-left:20px;
	float:right;
}

div.boxlady {
	position:relative;
	width:198px;
	height:305px;
	margin-top:-52px;
	margin-right:-22px;
	margin-left:20px;
	float:right;
}


	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 188px;
padding: 0;
font-size: 12px;
margin-left:7px;
color: #ffffff;
text-align:left;
text-transform:uppercase;
}

* html #blueblock{ /*IE 6 only */
w\idth: 159px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 14px 0px 0 15px;
color: #ffffff;
text-decoration: none;
width: 173px;
height:28px;
border-bottom: solid 1px #92b1d1;
}
li a.top {
padding-top:8px;
}
li a.bottom {
margin-bottom:-8px;
border-bottom: 0px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #d1e8ff;
	text-decoration: none;
}
li a.twoline {
height:41px;
}
li a.twoline:hover{
height:41px;
}








