/*
-----------------------------------------------
Style Sheet

Site: Benchmark Revenue Management
Author:   aaryn.com
Version:  2008.1
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:#EEEEEE;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	
	height:100%;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#ff8a00;
	}
	
a:hover, a:active {
	color:#bf6e2b;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.hr {
	background:#b9b9b9;
	color:#b9b9b9;
	height:1px;
	overflow:hidden;
	width:100%;
	margin:10px 0;
	}

	#column_right .hr {
		margin:20px auto;
		width:95%
		}

.orange {
	color:#ff8a00;
	}
	
.loginbutton {
	padding: 2px;
	overflow: visible;
}


/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:705px;
	margin:0px auto;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	}

#title {
	width:705px;
	height:77px;
	background:url(../images/title.gif) no-repeat;
	margin-top:12px;
	}
	
	#title.home {
		margin-bottom:65px;
		background:url(../images/title_home.gif) no-repeat;
		}
	
	#title h1, #title h2 {
		display:none;
		}
		
#title_home_link {
		width:169px;
		height:77px;
		display:block;
		margin-left:42px;
		outline:none;
		}
		
		#title_home_link span {
			display:none;
			}

#front_office_button {
	background:url(../images/front_office_button.gif) no-repeat;
	width:216px;
	height:122px;
	display:block;
	text-indent:-5000px;
	float:left;
	margin-left:11px;
	margin-top:8px;
	outline:none;
	}
	
	#front_office_button:hover {
		background-position:0px -122px;
		}

#cash_increase {
	
	width:210px;
	height:136px;
	float:left;
	margin:0 22px 0 19px;

	}

#back_office_button {
	background:url(../images/back_office_button.gif) no-repeat;
	width:216px;
	height:122px;
	display:block;
	text-indent:-5000px;
	float:left;
	margin-top:8px;
	outline:none;
	}
	
	#back_office_button:hover {
		background-position:0px -122px;
		}

#flash {
	margin:35px 15px 25px 0;
	float:right;
	}

#footer {
	margin:0 auto;
	text-align:center;
	color:#afafaf;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	#footer.home {
		margin-top:10px;
		}






/*subpage styles
--------------------------- */

#columns_bg {
	background:url(../images/column_bg.gif) repeat-y;
	width:705px;
	}
	
#single_column {
	width:675px;
	margin:15px 0 15px 30px;
	font-size:1.2em;
	overflow:auto;
	scrollbar-base-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #888;
	scrollbar-darkshadow-color: #888;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #888;
	}

#column_left {
	width:156px;
	margin:0 30px 0 8px;
	background:url(../images/col_left_bg.gif) no-repeat right 22px;
	padding:15px 19px 0 11px;
	float:left;
	display:inline;
	overflow:auto;
	scrollbar-base-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #888;
	scrollbar-darkshadow-color: #888;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #888;
	}
	
	
	.p2 #column_left  {
		background-position:right 51px;
		}
	
	.p3 #column_left {
		background-position:right 78px;
		}
	
	.p4 #column_left {
		background-position:right 107px;
		}
	
	.p5 #column_left {
		background-position:right 133px;
		}
	
	.p6 #column_left {
		background-position:right 162px;
		}
	
	
	#column_left.no_sub_nav {
		background:none;
		}
	
	
	
	#column_left ul {
		padding-left:10px;
		margin-bottom:15px;
		}
		
		#column_left a:link, #column_left  a:visited {
			color:#000;
			text-decoration:none;
			}
			
		#column_left a:hover {
			color:#ff8a00;
			}
		
		#column_left em {
			color:#ff8a00;
			}
		
#column_left p.gray_hover a:hover, #column_left p.gray_hover a:hover em  {
	color:#ccc;
	}
	
/* ---------- Page titles ---------- */
#products_title {
	background:url(../images/products_title.gif) no-repeat;
	width:230px;
	height:29px;
	text-indent:-5000px;
	margin:20px 0 0 8px;
	}


#about_us_title {
	background:url(../images/about_us_title.gif) no-repeat;
	width:230px;
	height:29px;
	text-indent:-5000px;
	margin:20px 0 0 8px;
	}

#contact_us_title {
	background:url(../images/contact_us_title.gif) no-repeat;
	width:230px;
	height:29px;
	text-indent:-5000px;
	margin:20px 0 0 8px;
	}

#site_map_title {
	background:url(../images/site_map_title.gif) no-repeat;
	width:230px;
	height:29px;
	text-indent:-5000px;
	margin:20px 0 0 8px;
	}

#guarantee_title {
	background:url(../images/performance_guarantee_title.gif) no-repeat;
	width:260px;
	height:29px;
	text-indent:-5000px;
	margin:20px 0 0 8px;
	}

#platform_title {
	background:url(../images/platform_title.gif) no-repeat;
	width:230px;
	height:29px;
	text-indent:-5000px;
	margin:20px 0 0 8px;
	}

#techs_title {
	background:url(../images/techies_title.gif) no-repeat;
	width:230px;
	height:29px;
	text-indent:-5000px;
	margin:20px 0 0 8px;
	}

#faq_title {
	background:url(../images/faq_title.gif) no-repeat;
	width:230px;
	height:29px;
	text-indent:-5000px;
	margin:20px 0 0 8px;
	}

#login_title {
	background:url(../images/log_in_title.gif) no-repeat;
	width:230px;
	height:29px;
	text-indent:-5000px;
	margin:20px 0 0 8px;
	}


#column_right {
	width:471px;
	float:left;
	font-size:1.2em;
	margin:15px 0;
	padding-right:10px;
	display:inline;
	overflow:auto;
	scrollbar-base-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #888;
	scrollbar-darkshadow-color: #888;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #888;
	}

	#column_right h3 {
		margin-bottom:5px;
		font-size:1.5em;
		}
	
	#column_right h4 {
		margin-bottom:5px;
		font-size:1.2em;
		}
	
	#column_right ul, #single_column ul, #faux_popup_content ul {
		margin:2px 0px 15px 10px;
		}
	
	#column_right li, #single_column li, #faux_popup_content li {
		padding-left: 10px;
		line-height: 1.4em;
		list-style: none;
		background:url(../images/col_right_li_bg.gif) no-repeat 0px 9px;
		}
		
		#column_right ul ul, #column_right ul ul ul, #faux_popup_content ul ul, #faux_popup_content ul ul ul {
			margin:0px 0 0 20px;
			}

#front_office_percents {
	background:url(../images/front_office_percents.gif) no-repeat;
	text-indent:-5000px;
	width:454px;
	height:70px;
	margin:10px auto;
	}

#back_office_percents {
	background:url(../images/back_office_percents.gif) no-repeat;
	text-indent:-5000px;
	width:454px;
	height:70px;
	margin:10px auto;
	}

#product_set_up {
	background:url(../images/product_setup_graphic.gif) no-repeat;
	text-indent:-5000px;
	width:429px;
	height:70px;
	margin:10px auto;
	}

#platform_table {
	font-size:.82em;
	}
	
	#platform_table ul {
		margin-bottom:0;
		}
	
	#platform_table li {
		background-position:0px 6px;
		}
	
	#platform_table.gray td {
		background:#efefef;
		}



/* ---------- faux popup ---------- */

#faux_popup_top {
	width:692px;
	height:10px;
	overflow:hidden;
	background:url(../images/faux_popup_top.gif) no-repeat;
	margin:10px auto 0 auto;
	}

#faux_popup_container {
	width:660px;
	margin:0 auto;
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	padding:0 15px;
	}
	
#faux_popup_content {
	width:650px;
	overflow:auto;
	font-size:1.2em;
	scrollbar-base-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #888;
	scrollbar-darkshadow-color: #888;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #888;
	padding-right:10px;
	}
	
	#faux_popup_content h2 {
		font-size:1.4em;
		display:inline;
		}

#faux_popup_content .closer {
	display:inline;
	padding-left:20px;
	font-weight:bold;
	}
	
	.closer a:link, .closer a:visited {
		text-decoration:none;
		}
	
#faux_popup_bottom {
	width:692px;
	height:10px;
	overflow:hidden;
	background:url(../images/faux_popup_bottom.gif) no-repeat;
	margin:0 auto 10px auto;
	}





/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/corner_nav.gif") no-repeat; width:268px; height:12px; position:relative; float:right; margin-top:14px; }
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:12px; display:block; }
#nav span { display:none; }

#nav-01 { width: 30px; left:0; }
#nav-02 { width: 48px; left:45px; }
#nav-03 { width: 57px; left: 108px; }
#nav-04 { width: 45px; left: 180px; }
#nav-05 { width: 27px; left: 241px; }
#nav-05 { width: 27px; left: 241px; }

#nav-01 a:hover, #home #nav-01 { background: transparent url("../images/corner_nav.gif") -0 -12px no-repeat; }
#nav-02 a:hover, #about #nav-02 { background: transparent url("../images/corner_nav.gif") -45px -12px no-repeat; }
#nav-03 a:hover, #contact #nav-03 { background: transparent url("../images/corner_nav.gif") -108px -12px no-repeat; }
#nav-04 a:hover, #sitemap #nav-04 { background: transparent url("../images/corner_nav.gif") -180px -12px no-repeat; }
#nav-05 a:hover, #login #nav-05 { background: transparent url("../images/corner_nav.gif") -241px -12px no-repeat; }






/* footer navigation
 * ------------------------------------------------------------------------- */

#footer_nav { background:url("../images/bottom_nav.gif") no-repeat; width:626px; height:15px; position:relative; }
#footer_nav li { position:absolute; top: 0; }
#footer_nav li, #footer_nav a { height:15px; display:block; }
#footer_nav span { display:none; }

#footer_nav-01 { width: 60px; left:0; }
#footer_nav-02 { width: 160px; left: 67px; }
#footer_nav-03 { width: 135px; left: 230px; }
#footer_nav-04 { width: 85px; left: 364px; }
#footer_nav-05 { width: 55px; left: 449px; }
#footer_nav-06 { width: 72px; left: 504px;}
#footer_nav-07 { width: 50px; left: 576px;}

#footer_nav-01 a:hover { background: transparent url("../images/bottom_nav.gif") -0 -15px no-repeat; }
#footer_nav-02 a:hover { background: transparent url("../images/bottom_nav.gif") -67px -15px no-repeat; }
#footer_nav-03 a:hover { background: transparent url("../images/bottom_nav.gif") -230px -15px no-repeat; }
#footer_nav-04 a:hover { background: transparent url("../images/bottom_nav.gif") -364px -15px no-repeat; }
#footer_nav-05 a:hover { background: transparent url("../images/bottom_nav.gif") -449px -15px no-repeat; }
#footer_nav-06 a:hover { background: transparent url("../images/bottom_nav.gif") -504px -15px no-repeat; }
#footer_nav-07 a:hover { background: transparent url("../images/bottom_nav.gif") -576px -16px no-repeat; }




/* footer nav sub
 * ------------------------------------------------------------------------- */

#footer_nav_sub { background:url("../images/bottom_nav_sub.gif") no-repeat; width:805px; height:15px; position:relative;   }
	#footer_nav_sub.single_col {  background:url(../images/bottom_nav_sub_single_col.gif) no-repeat;}
#footer_nav_sub li { position:absolute; top: 0; }
#footer_nav_sub li, #footer_nav_sub a { height:15px; display:block; }
#footer_nav_sub span { display:none; }

#footer_nav_sub-01 { width: 50px; left:258px; }
#footer_nav_sub-02 { width: 141px; left: 325px; }
#footer_nav_sub-03 { width: 75px; left: 483px; }
#footer_nav_sub-04 { width: 85px; left: 575px; }
#footer_nav_sub-05 { width: 31px; left: 677px; }
#footer_nav_sub-06 { width: 31px; left: 777px; }



#footer_nav_sub-01 a:hover, #products #footer_nav_sub-01 { background: transparent url("../images/bottom_nav_sub.gif") -258px -15px no-repeat; }
	#footer_nav_sub-01.single_col a:hover, #products #footer_nav_sub-01.single_col { background:url(../images/bottom_nav_sub_single_col.gif) -258px -15px no-repeat; }
	
#footer_nav_sub-02 a:hover, #guarantee #footer_nav_sub-02 { background: transparent url("../images/bottom_nav_sub.gif") -325px -15px no-repeat; }
	#footer_nav_sub-02.single_col a:hover, #guarantee #footer_nav_sub-02.single_col { background:url(../images/bottom_nav_sub_single_col.gif) -325px -15px  no-repeat; }
	
#footer_nav_sub-03 a:hover, #platform #footer_nav_sub-03 { background: transparent url("../images/bottom_nav_sub.gif") -483px -15px no-repeat; }
	#footer_nav_sub-03.single_col a:hover, #platform #footer_nav_sub-03.single_col { background:url(../images/bottom_nav_sub_single_col.gif) -483px -15px  no-repeat; }
	
#footer_nav_sub-04 a:hover, #techs #footer_nav_sub-04 { background: transparent url("../images/bottom_nav_sub.gif") -575px -15px no-repeat; }
	#footer_nav_sub-04.single_col a:hover, #techs #footer_nav_sub-04.single_col { background:url(../images/bottom_nav_sub_single_col.gif) -575px -15px no-repeat; }
	
#footer_nav_sub-05 a:hover, #faq #footer_nav_sub-05 { background: transparent url("../images/bottom_nav_sub.gif") -677px -15px no-repeat; }
	#footer_nav_sub-05.single_col a:hover, #faq #footer_nav_sub-05.single_col { background:url(../images/bottom_nav_sub_single_col.gif) -677px -15px no-repeat; }
	
#footer_nav_sub-06 a:hover, #faq #footer_nav_sub-06 { background: transparent url("../images/bottom_nav_sub.gif") -777px -15px no-repeat; }
	#footer_nav_sub-06.single_col a:hover, #faq #footer_nav_sub-06.single_col { background:url(../images/bottom_nav_sub_single_col.gif) -777px -15px no-repeat; }

