/* --------------- image files  --------------- */

body {
  margin: 0px; 
  background-image: url(http://www.benjaminkeen.com/images/black_red/top_bg.jpg);
  background-repeat: repeat-x;
  background-color: #000000;
}

#site_header { 
  background-image: url(http://www.benjaminkeen.com/images/black_red/site_header.jpg); 
  background-repeat: no-repeat;
  position: relative;
  width: 950px;
  height: 77px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 8px;
}

#canvas { 
  background-color: #333333;
}

#main_area { 
  background-image: url(http://www.benjaminkeen.com/images/black_red/main_table_left_bg.jpg);
  background-repeat: repeat-y;
  vertical-align: top;
  width: 100%;
}

#main_table_right_col { 
  background-image: url(http://www.benjaminkeen.com/images/black_red/main_table_right_bg.jpg);
  background-repeat: repeat-y;
  width: 6px;
  vertical-align: top;
}
#bottom_row {
  background-image: url(http://www.benjaminkeen.com/images/black_red/bottom_row_bg.jpg);
  background-repeat: repeat-x;  
  height: 29px;
}

.screenshots a {
  background-image: url(http://www.benjaminkeen.com/images/black_red/screenshot_bg.jpg); 
  background-repeat: no-repeat;
  vertical-align: top;
  width: 220px;
  height: 183px;
  display: block;
  text-decoration: none;
}


/* --------------- Navigation Panel --------------- */

#nav_column {
  width: 175px;
  float: right;
	margin-left: 10px;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
}
#nav_column_content {
  background-color: #616365;
  width: 175px;
  height: 300px;
  float: right;
	margin: 0px;
	font-size: 8pt;
	color: #ffffff;
}
#nav_column_toggle { 
  background-color: #767A7D;
  text-align: center;
}
#nav_column_toggle a { 
	font-size: 8pt;
  color: #000000;
  text-decoration: none;
  font: 0.92em Verdana, sans-serif;
}
.nav_option { 
	color: #006699;
}

ul.rollmenu {
  list-style-type: none;
  color: #000;
  background-color: #616365;
  margin: 0px;
  padding: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;}
  html>body ul.rollmenu { width: 175px; }
ul.rollmenu li {
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 16px;
}
ul.rollmenu ul {
  list-style-type: none;
  margin: 0.1em 0 0 0;
  padding: 0;
  border-bottom: 1px solid #dda;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin: 0.1em -0.5em 0 -0.5em}
ul.rollmenu a {font-weight: normal;
  text-decoration: none;
  color: #cccccc;
  font: 0.98em Verdana, sans-serif;
  background-color: transparent;
  margin: 0px;
  padding: 0 0.5em 0 1.25em;
  width: 100%;
  height: 16px;
  display: block;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding-left: 1em}
html>body ul.rollmenu a {width: auto;}
ul.rollmenu a:hover {
  color: #333333;
  background-color: #B08E67;
  border-bottom: 0px;
}

.nav_heading { 
  font: 0.98em Verdana, sans-serif;
  color: #D6BA98;
  font-weight: bold;
  padding-left: 10px;
  height: 16px;
  vertical-align: middle;
  margin-top: 10px;
}

/* ---------------------------------------------------------------------------------------------- */

#right_nav { 
  width: 200px; 
  background-color: #efefef;
  height: 200px;
  right:0px;
}

/* FONTS */
body, table, td, div, span, div, p {
  font: 11px Verdana, sans-serif;
  line-height: 20px;
  color: #555555;
}
.text:first-letter {
  font-family: verdana;
  font-size: 170%;
  float: left;
  margin-left: 15px;
}
input, select, textarea {
  font: 8pt Verdana, sans-serif;
  color: #336699;
}
#search_input_field { 
  color: #336699;
}
.heading_1 { 
  font-size: 11pt;
  color: #336699;
  font-weight: bold;
  font-family: tahoma;
}
.heading_2 { 
  font-size: 10pt;
  color: #5F93B6;
  font-weight: bold;
  font-family: tahoma;
}
.highlight { 
  color: #cc0000;
}
a.link {
  color: #0099FF;
  text-decoration: none;
}
a.link:hover {
  background-color: #F7F7EC;
  color: #000000;
  border-bottom: 1px solid #786643;
}

a.link2 {
  color: #9F8B7B;
  text-decoration: none;
}
a.link2:hover {
  background-color: #F7F7EC;
  color: #000000;
  border-bottom: 1px solid #786643;
}

.indent { 
  margin-left: 10px;
	padding-left: 10px;
  border-left: 2px solid #efefef;
}

a.breadcrumb:link, a.breadcrumb:visited {
  text-decoration: none;
}  
a.breadcrumb:hover {
  color: #ffffcc;
}  
.breadcrumb { 
  font: 0.92em Verdana, sans-serif;
  color: #A2A2A2;
  text-decoration: none;
}

