/**
 * 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: #cabb9d;
	font-family:arial,sans-serif;
	font-size:13px;
	color:#454558;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:802px;
	background: url("./graphics/mainbg.gif") #ffffff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#container_splash {
	margin:92px auto 0 auto; /* center, not in IE5 */
	width:802px;
	background: url("./graphics/bristol_index.gif") no-repeat;
	height:497px;
}

div#header {
	width:802px;
	height:157px;
	background: url("./graphics/header.gif") #d0d0d0 no-repeat;
	margin: 0 auto 0 auto;
}

div#splashcontent {
	padding:0 0 90px 0; 
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 90px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:802px;
	height:71px;
	bottom:0; /* stick to bottom */
	background: url("./graphics/footer.gif") no-repeat;
	margin: 0 auto 0 auto;
}




/* main nav */


#leftmenu {
	width: 163px;
	height:467px;
	margin: 0 0 0 0px;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 581px;
	padding: 75px 29px 20px 29px;
	overflow: auto;
	background: url("./graphics/title.gif") no-repeat;
	line-height:15px;
	float:right;
}



#right_foot {
	color: #ffffff;
	float: right;
	padding-top: 8px;
	padding-right:17px;
	text-align:right;
	font-size:11px;
}

#left_foot {
	color: #ffffff;
	float: left;
	padding-top: 13px;
	padding-left:20px;
}



#clear {
	clear: both;
}






/* text styles */



a {
	color: #3183b9;
	text-decoration: underline;
}
a:hover {
	color: #c50000;
	text-decoration: underline;
}
a.about {
	color:#ffffff; 
	font-weight:bold; 
	text-decoration:none;
}
a.about:hover {
	color: #3183b9;
	text-decoration: none;
}
a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #3183b9;
	text-decoration: underline;
}


input {
    background-color: #ffffff;
    background-image: url('http://mysite.com/input.gif');
    border: 1px solid #d0d0d0;
    font-size: 10px;
    color: #2a2a40;
    text-transform:uppercase;
} 




h1 {
	font-weight:bold;
	font-size:16px;
	color: #3183b9;
	text-transform: uppercase;
	margin:0 0 23px 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

/* 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;
}






/* menu codes */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 163px;
padding: 0;
font-size: 12px;
color: #2a2a40;
text-align:right;
text-transform:uppercase;
}

* html #blueblock{ /*IE 6 only */
w\idth: 141px; /*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: 10px 22px 0 0;
color: #2a2a40;
text-decoration: none;
width: 141px;
height:20px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #3183b9;
	text-decoration: none;
}

/* Bio styles */

.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;
  }

#bu_sales {
display:block;
width:236px;
height:25px;
text-indent:9999px;
overflow:hidden;
line-height:25px;
outline:0;
background:url(/graphics/bu_sales.png) top left;
}

#bu_sales:hover {
background-position:bottom;
}
