/* 
'
' JeffBonnette Skin 01 - v1.0 (DNN 4.5.1)
' Copyright (c) 2004-2007 by Kreko LLC
' luis@kreko.com
' http://www.kreko.com
'
*/

/* background color for the content part of the pages */
Body {font: normal 62.5% sans-serif;background:#036;color: #222}

.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #DFE5F2;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}
P {
    font-face: arial;
    font-size: 1.1em;
}

/* style for module titles */
.Head  
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #FF4500;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
  font-family: Tahoma, Arial, Helvetica;
  font-size:  11px;
  font-weight: normal;
  color: #3366CC;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalOrange
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #FF4500;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar 
{
	cursor: pointer; 
	cursor: hand;
	height:15;
	background-color: Transparent;
}

.ModuleTitle_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon 
{
	cursor: pointer; 
	cursor: hand; 
	background-color: #E0E0E0; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #CCCCCC 1px solid; 
	border-left: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 1px solid;
}

.ModuleTitle_MenuBreak 
{
	border-bottom: #E0E0E0 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #E0E0E0 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #E0E0E0; 
	height: 1px;
}

.ModuleTitle_MenuItemSel 
{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*=============== START DEFAULT MENU STYLES ============================================*/
.main_dnnmenu_container {background-color: transparent;}
.main_dnnmenu_bar {cursor: pointer; cursor: hand; height:25px; background-color: Transparent;}

.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
  white-space: nowrap;  /*Word wrapping menu item now optional*/	    
  padding: 5px 10px 0px 10px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {background-color: #EB2E28;}
.main_dnnmenu_icon {display: none;}
.main_dnnmenu_submenu
{
  background-color: #363636; 
  z-index: 1000; 
  cursor: pointer; 
  cursor: hand; 
  color: #fff;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica; 
	height: 25px;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
 }
.main_dnnmenu_break {height: 1px; font-size: 1px;}
.main_dnnmenu_arrow {border-right: #cad5ea 1px solid; border-bottom: #cad5ea 1px solid; border-top: #cad5ea 0px solid; font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand;}
.main_dnnmenu_rootmenuarrow {display: none;}

/*=============== END DEFAULT MENU STYLES ============================================*/


/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}   
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}
A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}
A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}
A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.TableMain
{
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	background-color: #FFFFFF;
}

.LeftPane {vertical-align: top; width: 183px; background:URL(images/1h_pict2.gif) repeat-y;}
.ContentPane {vertical-align: top;}
.TopContentPane {vertical-align: top;}
.ImagePane {vertical-align: top;}
.RightPane {vertical-align: top; padding: 2px 2px 2px 2px; width: 175px;}
.TopPane {background-color: #ffffff; vertical-align: top; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;}
.FlashPane {background-color: #ffffff; vertical-align: top; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;}
.BottomPane {background-color: #ffffff;}

/* text style for upper nav bar */
.UpperNavTabs
{
    font-size: 11px;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}
A.UpperNavTabs:link 
{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}
A.UpperNavTabs:visited  
{
	text-decoration:    none;
	color: #000000;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}
A.UpperNavTabs:active   
{
	text-decoration:    none;
	color: #000000;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}
A.UpperNavTabs:hover    
{
	text-decoration: none;
	color: red;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}

.SectionHeader
{ 
	font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #FF4500; 
}
.DateObject 
{
    font-weight: normal;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* News Articles Custom Styles */
.NormalWhite 
{ 
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 11px; 
  font-weight: bold; 
  color: #FFFFFF;
}
.articleQuote 
{ 
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  border-top: solid 1px #999999; 
  border-bottom: solid 1px #999999; 
}

.articleTitle
{
  font-family:Verdana;
  font-size: 18px;
  font-weight:bold;
  color: #6699CC;
}
A.articleTitle:link
{
  font-family:Verdana;
  font-size: 18px;
  font-weight:bold;
  color: #6699CC;
}
A.articleTitle:visited
{
  font-family:Verdana;
  font-size: 18px;
  font-weight:bold;
  color: #6699CC;
}
A.articleTitle:active
{
  font-family:Verdana;
  font-size: 18px;
  font-weight:bold;
  color: #6699CC;
}
A.articleTitle:hover
{
  font-family:Verdana;
  font-size: 18px;
  font-weight:bold;
}
.articleTable 
{ 
  background-color: #CCCCCC; /* black */
  margin: 0px;
}
.articleTopCell 
{ 
  background-color: #5D6C91; /* #006600 */ 
  color: white; 
  font-weight: bold; 
  padding: 6px; 
  height: 25px; 
}
.articleContentCell 
{ 
  color: #000000;
  padding: 6px; 
  background-color: #FEFEFE; 
}
.articleTextCell 
{ 
  color: #000000;
  padding: 6px; 
  background-color: #FFFFFF;
}
.articleIconCell 
{ 
  background-color: #D0D0D0; 
  width: 20px;
}
.articleFooterCell 
{ 
  color: #FFFFFF; 
  padding: 3px; 
  background-color: #80B288; 
  height: 25px;
}
.PageGeneratedClass
{
  FONT-SIZE: 9px; 
  COLOR: #b4b4b4; 
  FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.bgWhite 
{
	BACKGROUND-COLOR: #303030;
	border: solid 0px #ededed;
}
.postfoot
{
  FONT-SIZE: 8px;
  COLOR: #b4b4b4; 
  FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.SearchBG
{
  background-color:#f2f2f2; 
  height: 75px;
  width:100%;
  border-left: solid 1px #d4d4d4;
}
.Search
{
  width:7px; 
  height:32px; 
  font-family: Corbel;
  font-size: medium;
  font-weight: bold;
}

/* text style for breadcrumb */
.BreadCrumbPane
{
	font-family: Georgia;
	font-size: 8pt;
	color: #2f2f2f;
	background-color: #ffffff;
	border-bottom: #D2D2D2 0px solid;
}
.BreadCrumb
{
	font-size: 8pt;
	color: #2f2f2f;
	font-family: Georgia;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal
}
A.BreadCrumb:link 
{
	text-decoration: none;
	color: #2f2f2f;
}
A.BreadCrumb:visited  
{
	text-decoration: none;
	color: #2f2f2f;
}
A.BreadCrumb:active   
{
	text-decoration: none;
	color: #2f2f2f;
}
A.BreadCrumb:hover    
{
	color: red;
	text-decoration: underline;
}
/* text style for top skin objects */
.TopSkinObject {
    font-weight: normal;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.TopSkinObject:link {
    text-decoration:    none;
    color:#ffffff;
}
A.TopSkinObject:visited  {
    text-decoration:    none;
    color:#ffffff;
}
A.TopSkinObject:active   {
    text-decoration:    none;
    color:#ffffff;
}
A.TopSkinObject:hover    {
    text-decoration:    underline;
    color:ffffff;
}
/* text style for skin objects */
.SkinObject 
{
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    font-family: sans-serif;
    text-decoration: none;
}

A.SkinObject:link 
{
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:visited  
{
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:active   
{
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:hover    
{
    text-decoration:    none;
    color:#000000;
}
/* text style for bottom skin objects */
.BottomSkinObject {
    font-weight: normal;
    font-size: 8px;
    color: #c5c5c5;
    font-family: Verdana;
    text-decoration: none;
}
A.BottomSkinObject:link {
    text-decoration:    none;
    color:#c5c5c5;
}
A.BottomSkinObject:visited  {
    text-decoration:    none;
    color:#c5c5c5;
}
A.BottomSkinObject:active   {
    text-decoration:    none;
    color:#c5c5c5;
}
A.BottomSkinObject:hover    {
    text-decoration:    none;
    color:#000000;
}

/* Skin Specific */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	padding-bottom: 1px;
}

/* GENERIC */
h1,h2,h3 {color: #036;margin: 4px 0 2px;}

a {color: #C00;}
a:hover {color: #600;text-decoration: none;}

.clearer {clear: both;}

table h1,table h2,table h3 {margin-top: 0;}

h1 {font: normal 2em Verdana,sans-serif;}
h2 {font: normal 1.4em Tahoma,sans-serif; letter-spacing: 1px;}
h3 {font: bold 1em Verdana,sans-serif;}

img {border: none;}
img.bordered {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 5px;
}

li {
	line-height: 1.5em;
	list-style: square;
}
form,table {margin: 6px 0 12px;}

p {padding-bottom: 6px;}

ul {padding: 0 2em 1.2em;}

small {font: normal 0.9em sans-serif;}

a.more {font: bold 1em sans-serif;}

/* structure */
#container {font-size: 1.3em; line-height: 1.3em; text-align: center;}

/* default layout elements */
.wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
.content {

	background-color: #EDF2F8;
	padding: 20px 0;
}

.contentHalf {background: #EDF2F8;}

/* banners & header images */
.banner {height: 190px; border-bottom: 1px solid #BBBDB9; background: #FBFDF9;}

#banner-about {background: #FBFDF9 url('images/banner-about.jpg') no-repeat right center; height: 190px;}
#banner-contact {background: #FBFDF9 url('images/banner-contact.jpg') no-repeat right center; height: 190px;}
#banner-clients {background: #FBFDF9 url('images/banner-clients.jpg') no-repeat right center; height: 190px;}
#banner-home {background: #FBFDF9 url('images/banner-home.jpg') no-repeat right center; height: 190px;}
#banner-ordering {background: #FBFDF9 url('images/banner-ordering.jpg') no-repeat right center; height: 190px;}
#banner-products {background: #FBFDF9 url('images/banner-products.jpg') no-repeat right center; height: 190px;}

.banner h1 {
	color: #441;
	font: normal 2em Verdana,sans-serif;
	margin: 0;
	padding-top: 48px;
	width: 400px;
	text-align: center;
}

#banner-home h1 {padding-top: 64px;}
#banner-ordering h1 {padding-top: 64px;}

/* header */
.header {background: #FFF;}
.header .wrapper {height: 140px;}

/* page specific */
#main-left,#main-right {background: #EDF2F8; width: 380px;}

#probe #main-right {width: 400px;}

.right220 {float: right; width: 220px;}
.left540 {float: left; width: 540px;}

#clients #main-left {width: 540px;}
#clients #main-right {width: 220px;}

/* clients */
.clients .left {width: 380px;}
.clients .right {width: 150px;}

/* navigation */
.navigation .wrapper {height: 25px;}
.navigation {background: #AC3329 url('images/navigation.jpg') repeat-x;}
.navigation .wrapper span {vertical-align: middle;height:25px;}

.navigation a,.subnav a{
	color: #FFF;
	float: left;
	font: bold 1em sans-serif;
	margin-right: 1px;
	padding: 6px 14px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {
	background: #EB2E28;
	color: #FFF;
}
.subnav {background: #E5E5E5; border-bottom: 1px solid #CCC;}
.subnav a {color: #555; font-size: 0.9em; padding: 6px 10px;}
.subnav a:hover {background: #F5F5F5; color: #000;}
.subnav a#selected {color: #048;}

/* footer */
.footer {
	background: url('images/footer.jpg') repeat-x #036;
	border-top: 5px solid #307AB3;
	padding: 10px 0;
	color: #EEE;
}

.footer .right p {text-align: right;}
.footer a {color: #FFF;}

.footer .left span {font-size: 0.9em;}
.footer .left span a {font-size: 0.9em;}
.footer .stats {color: #666;}

/* misc */
.padded {padding: 8px;}
.left {float: left;}
.topleft {float: left;}
.right {float: right;}
.topright {float: right;}
.big {font-size: 1.1em;}
.odd {background: #F2F2F2;}
.clearer {
	clear: both;
	font-size: 0;
}
.imagedescr {font: normal 1.1em sans-serif; text-align: center; margin-top: 4px; margin-left: 30px; width: 300px;}
.divider {clear: both; background: url('images/divider.jpg') no-repeat center center; height: 32px;}

.testimonials {padding-top: 12px;}
.testimonials p {margin: 8px 0; padding: 8px 10px; background: #F6F8FB url('images/quote.jpg') repeat-x;}
.testimonials em {font: italic 0.9em Verdana,sans-serif; display: block; margin-top: 3px;}
.testimonials strong {padding-left: 22px; background: url('images/icon_comment.png') no-repeat;}

/* lists */
.lightbox ul {padding-bottom: 0;}
ul.feature, ul.info, ul.arrow, ul.client, ul.order, ul.tool {padding-left: 0;}
ul.feature li, ul.info li, ul.arrow li, ul.client li, ul.order li, ul.tool li {
	padding-left: 18px;
	font-size: 1.1em;
	list-style: none;
	
}
ul.feature li {background: url('images/icon_feature.png') no-repeat;}
ul.info li {background: url('images/icon_info.png') no-repeat;}
ul.arrow li {background: url('images/icon_arrow.png') no-repeat;}
ul.client li {background: url('images/icon_client.png') no-repeat;}
ul.order li {background: url('images/icon_document.png') no-repeat;}
ul.tool li {background: url('images/icon_tool.png') no-repeat;}

ul.block {
	margin: 4px 0;
	padding: 0;
}
.block li {list-style: none; float: left; width: 48%;}
.block li a,.block li em {display: block;}
.block li em {
	color: #555;
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	color: #039;
	border: 1px solid #FFF;
	padding: 6px 5%;
	width: 89%;
	text-decoration: none;
}
.block li a span {font: normal 1.2em sans-serif;}
.block li a:hover {color: #C00; background: url('images/block.jpg') repeat-x; border-color: #F2F2F2;}

ul.big {
	font-size: 1.1em;
	padding: 4px 0 12px 16px;
}

/* tables */
table.list {border-collapse: collapse;}
table.list td {
	padding: 10px 16px;
	vertical-align: middle;
}
table.list td a {font-size: 1.1em;}

.lightbox {padding: 10px; background: #FFF; margin-bottom: 10px;}
.lightbox h2 {padding-bottom: 3px; border-bottom: 1px solid #DFEAFA; margin-bottom: 6px;}
.date a {padding-left: 22px; background: url('images/icon_date.png') no-repeat; line-height: 1.6em;}
.date .left, .date .right {width: 49%;}


