/* 
 * Site-wide settings 
 */
 
body
{ 
	background-color: #EDEDED;
	padding: 0;
	margin: 0;
	text-align: center; /*ensures that IE centers the main_page */
}

#main_page
{
	position: relative;
	border: 1px solid gray;
	padding: 0;
	margin: 10px auto 10px auto;
	width: 750px;
	background: #ffffff;
	text-align: left;
	font-family: "Lucida Grande","Lucida Sans Unicode","Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .2px;
	color: #333333;
}

#main_page.gray {
	background: #f8f8f8 url(../images/gray_gradient.png) top left repeat-x;
}

/* 
#main_page:before  /* adds a drop shadow to the right side 
{
	display: block;
	content: url(../images/shadow/shadow2_tr.gif);
	padding: 0 0 1px 1px;
	margin: 0 0 -15px 750px;
	width: 11px;
	border: 0;
	background: url(../images/shadow/shadow2_r.gif) repeat-y bottom right;
	z-index: -1;
}

#main_page:after  /* adds a drop shadow to the bottom edge 
{
	display: block;
	content: " ";
	padding: 0 2px 0 0;
	margin: 0 auto -15px auto;
	width: 763px;
	height: 14px;
	border: 0;
	background: url(../images/shadow/shadow2_b.gif) no-repeat bottom;
	z-index: -1;
}
*/

img {border: 0;}

h1
{
	font-size: 23px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 1px;
	padding: 0 0 20px 0;
	margin: 0;
}

h2
{
	font-size: 17px;
	font-weight: bold;
	color: #003399;
	letter-spacing: 1px;
	padding: 10px 0 20px 0;
	margin: 0;
}

#main_page.gray h2 {
	color: #333333;
	font-size: 25px;
	font-weight: normal;
	padding-top: 0;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0;
}

p
{
	line-height: 150%;
	padding: 0;
	margin: 0 0 15px 0;
}

#main_page.gray p { 
	color: #666666;
	letter-spacing: normal;
}

a { color: #497aee; text-decoration: underline }

td
{
	font-family: "Lucida Grande","Lucida Sans Unicode","Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .2px;
	color: #333333;
}

ul
{
	line-height: 150%;
	padding-left: 20px;
	margin: 0 0 20px 0;
}

ul li
{
	list-style-image: url(../images/bullet_arrow.gif);
	margin: 0 0 10px 0;
	padding: 0;
}

dt
{
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	padding: 0;
	margin: 0 0 15px 0;
}

dd
{
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	padding: 0;
	margin: 0 0 15px 20px;
}

.small
{
	font-size: 10px;
	color: #696969;
}

.clear /* use this to ensure that the page background encloses floated sections */
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

/* icon lists */

ul.icon_list
{
	margin: 0 0 20px 0;
	padding: 0;
}

ul.icon_list li
{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	min-height: 32px;
}

ul.icon_list img
{
	position: absolute;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
}

ul.icon_list h1
{
	font-size: 12px;
	text-align: left;
	margin: 0 0 10px 42px;
	padding: 0;
}

ul.icon_list p
{
	font-size: 12px;
	text-align: left;
	margin: 0 0 10px 42px;
	padding: 0;
}

ul.icon_list p.small
{
	font-size: 10px;
	margin: 0 0 10px 42px;
	padding: 0;
}

ul.big_icon_list
{
	margin: 0 0 20px 0;
	padding: 0;
}

ul.big_icon_list li
{
	overflow: hidden;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0 15px 0 0;
	min-height: 43px;
	cursor: pointer;
}

ul.big_icon_list li>img, ul.big_icon_list li>a>img
{
	position: absolute;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
}

ul.big_icon_list strong { color: #333333; font-weight: bold; }

ul.big_icon_list h1, ul.big_icon_list  h2
{
	margin: 0 0 10px 56px;
	padding: 0;
}

ul.big_icon_list p
{
	font-size: 14px;
	text-align: justify;
	margin: 0 0 10px 56px;
	padding: 0;
}

ul.big_icon_list a { 
	color: inherit;
	text-decoration: none;
}
ul.big_icon_list a:hover { text-decoration: underline; }

ul.big_icon_list .small { font-size: 10px; line-height: 150%; }


/* 
 * Features
 */

#feature
{
	height: 260px;
	padding: 20px 75px 20px 75px;
	margin: 0;
	border-bottom: 1px solid gray;
}

#feature img
{
	position: absolute;
	height: 250px;
	width: 250px;
	margin: 0;
	padding: 0;
	border: 0;
}

#feature h1
{
	font-size: 52px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	margin: 15px 0 15px 270px;
}

#feature p
{
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 270px;
}

#feature .small
{
	font-size: 13px;
	font-weight: normal;
}

#feature a {color: #ffffff; text-decoration: underline;}

#ibank3_feature {
	width: 100%;
	min-height: 350px;
	padding: 0;
	margin: 0 0 15px 0;
}

#ibank3_feature h1 {
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	margin: 40px 60px 20px 60px;
	padding: 0;
	letter-spacing: .05em;
}

img#ibank3_logo {
	position: relative;
	top: 20px;
	left: 20px;
	width: 295px;
	height: 331px;
	margin: 0;
	padding: 0;
}

img#ibank3_title {
	position: absolute;
	top: 128px;
	right: 35px;
	width: 370px;
	height: 245px;
}

img#ibank3_screenshots {
	position: relative;
	top: 20px;
	left: 22px;
	width: 705px;
	height:  253px;
}

#ibank_beta_badge {
	border: 0;
	height: 152px;
	width: 152px;
	position: absolute;
	top: 105px;
	left: 580px;
	margin: 0;
	padding: 0;
}


/*
 * Sub-Navigation Bars
 */

#subnav
{	
	display: block;
	background: #cccccc url(../images/infobox/gray_title.gif) 0 50%;
	width: 100%;
	text-align: center;
	line-height: 18px;
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid gray;
}

#subnav li
{
	display: inline;
	margin: 0;
	padding: 3px 0 3px 0;
}

#subnav li a
{
	margin: 0;
	padding: 4px 10px 4px 10px;
	color: #333333;
	text-decoration: none;
}

#subnav li a:hover {border-bottom: 2px solid #666666; padding-bottom: 2px;}
#subnav li.selected a {background: #666666 url(../images/header/navbar_bg_hov.gif) bottom right; color: #ffffff;}

#ibank3_nav {
	display: block;
	background: url(../images/ibank/nav_bg.gif) center center repeat-x;
	height: 35px;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 15px 0 3px 0;
	overflow: hidden;
}

#ibank3_nav li {
	display: inline;
	font-size: 14px;
	color: #666666;
	margin: 0;
	padding: 0 20px;
}

#ibank3_nav li.selected a { color: #ffffff; }
#ibank3_nav li:hover a { color: #ffffff; }

#ibank3_nav li a {
	text-decoration: none;
	font-size: 14px;
	color: #bfbfbf;
	margin: 0;
	padding: 3px 3px 8px 3px;
}


/*
 * Content
 */
 
#content_single
{
	padding: 20px;
	margin: 0;
}

#content_single.black
{
	padding-left: 100px;
	padding-right: 100px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
}

#content_single.black h1,
#content_single.black h2,
#content_single.black h3,
#content_single.black p
{color: #ffffff;}

#content_single.black form
{
	border: 1px solid gray;
	background-color: #ffffff;
	text-align: left;
	margin: 0;
	padding: 20px;
}

#content_single.black form h1,
#content_single.black form h2,
#content_single.black form h3,
#content_single.black form p
{color: #000000; font-weight: bold;}

#content_left
{
	float: left;
	padding: 20px;
	margin: 0;
	width: 470px;
	height: auto;
}


/*
 * Sidebar
 */

#sidebar_right
{
	float: left;
	width: 200px;
	padding: 20px;
	margin: 0;
	vertical-align: top;
}

#infobox
{
	border: 1px solid #cccccc;
	vertical-align: top;
	padding: 15px;
	margin: 0 0 20px 0;
}

#infobox h1
{
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
}

#infobox h2
{
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: .2px;
	color: #333333;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 0;
}

#infobox p
{
	font-size: 10px;
	text-align: center;
	color: #696969;
	margin: 10px 0 0 0;
	padding: 0;
}

#infobox p.small
{
	font-size: 9px;
	color: #696969;
}

#infobox li
{
	font-size: 10px;
	color: #696969;
	line-height: normal;
}

#infobox form table { border-collapse: collapse; }
#infobox form tr { text-align: left; }
#infobox form tr.center { text-align: center; }
#infobox form td { padding: 4px; }
#infobox form td.small { width: 25px; }
#infobox form input { width: 124px; }
#infobox form input#button { width: auto; }

#infobox a {color: #497aee; text-decoration: none;}
#infobox a:hover {color: #497aee; text-decoration: underline;}

#infobox:before /* places rounded corners at the top */
{
	display: block;
	background: url(../images/infobox/infobox_tr.gif) no-repeat top right;
	text-align: left;
	content: url("../images/infobox/infobox_tl.gif");
	height: 5px;
	margin: -16px -16px 13px -16px;
	padding: 0;
}

#infobox:after  /* places rounded corners at the bottom */
{
	display: block;
	background: url(../images/infobox/infobox_br.gif) no-repeat bottom right;
	content: url("../images/infobox/infobox_bl.gif");
	height: 5px;
	margin: 16px -16px -16px -16px;
	padding: 0;
}

/* infobox for download & purchase boxes */

#infobox.button img
{
	float: left; /* Mozilla won't display correctly if positioned absolutely */
	height: 64px;
	width: 64px;
	margin: 0;
	padding: 0;
	border: 0;
}

#infobox.button h1
{
	font-size: 16px;
	text-align: right;
	margin: 0 0 0 69px;
	padding: 0;
}

#infobox.button p
{
	font-size: 10px;
	text-align: right;
	margin: 0 0 0 69px;
	padding: 0;
}

/* infoboxes for iBank 3 */

#infobox.ibank3 {
	background: url(../images/ibank/infobox.jpg) top left no-repeat;
	height: 106px;
	width: 204px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	white-space: nowrap;
}

#infobox.ibank3:before, #infobox.ibank3:after { display: none; }

#infobox.ibank3 img {
	float: left;
	padding: 24px 0 0 14px;
	margin: 0;
}

#infobox.ibank3 h1 {
	color: #333333;
	font-size: 18px;
	text-align: right;
	letter-spacing: normal;
	padding: 20px 16px 0 0;
	margin: 0;
}

#infobox.ibank3 p {
	color: #666666;
	font-size: 11px;
	text-align: right;
	line-height: normal;
	padding: 5px 16px 0 0;
	margin: 0;
}

#infobox.ibank3 a { color: #333333; }

#infobox.ibank3_req {
	width: 207px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

#infobox.ibank3_req h1 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	letter-spacing: normal;
	padding: 0 16px 0 0;
	margin: 0;
}

#infobox.ibank3_req ul {
	margin: 4px 0 6px 6px;
	padding: 0 0 0 13px;
}

#infobox.ibank3_req ul li {
	list-style: disc url(../images/gray_dot.gif);
	font-size: 10px;
	margin: 0;
	padding: 0 0 2px 0;
	color: #666666;
	font-size: 10px;
	text-align: left;
	line-height: normal;
}

#infobox.ibank3_req p {
	color: #666666;
	font-size: 10px;
	text-align: left;
	line-height: normal;
	padding: 0 16px 10px 20px;
	margin: 0;
}

#infobox.ibank3_req #retailers_box {
	background: url(../images/ibank/retailers_box.gif) top left no-repeat;
	height: 46px;
	width: 193px;
	margin: 10px 0 0 0;
	padding: 0;
}

#infobox.ibank3_req #ibank_3_retailers {
	background: transparent center center no-repeat;
	height: 46px;
	width: 193px;
	margin: 0;
	padding: 0;
}

/* infobox with glassy gray title bar and white background (over gray page) */

#infobox.glassy {
	background: #ffffff url(../images/infobox/glassy_title.gif) top left repeat-x;
	border-color: #d9d9d9;
}
#infobox.glassy:before /* places rounded corners at the top */
{
	background: url(../images/infobox/infobox_gray_tr.gif) no-repeat top right;
	content: url("../images/infobox/infobox_gray_tl.gif");
	height: 8px;
	margin: -16px -16px -4px -16px;
}
#infobox.glassy:after  /* places rounded corners at the bottom */
{
	background: url(../images/infobox/infobox_gray_br.gif) no-repeat bottom right;
	content: url("../images/infobox/infobox_gray_bl.gif");
	height: 8px;
	margin: 16px -16px -16px -16px;
	clear: both;
}
#infobox.glassy h1
{
	font-size: 15px;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}
#infobox.glassy img {
	float: left;
	padding: 0 0 5px 0;
	margin: 0;
}
#infobox.glassy p {
	color: #666666;
	font-size: 11px;
	text-align: right;
	line-height: normal;
	padding: 14px 0 0 0;
	margin: 0;
}
#infobox.glassy a { color: #666666; }

/* infobox with light gray title bar */

#infobox.graytitle {background: url(../images/infobox/gray_title.gif) repeat-x;}
#infobox.graytitle:before {margin-bottom: 0;}
#infobox.graytitle h1
{
	color: #003399;
	margin: 2px 0 20px 0;
	padding: 0 0 5px 0;
}

/* infobox with dark gray title bar */

#infobox.darkgraytitle
{
	border-top: 0;
	background: url(../images/header/navbar_bg.gif) repeat-x;
}
#infobox.darkgraytitle:before {margin: -15px -16px 0 -16px;}
#infobox.darkgraytitle h1
{
	color: #497aee;
	margin: 1px 0 21px 0;
	padding: 0 0 5px 0;
}

/* infobox with blue title bar */

#infobox.bluetitle {background: url(../images/infobox/blue_title.gif) repeat-x;}
#infobox.bluetitle:before {margin-bottom: 0;}
#infobox.bluetitle h1
{
	color: #ffffff;
	margin: 2px 0 20px 0;
	padding: 0 0 5px 0;
}

/* infobox with blue title bar */

#infobox.blacktitle {background: url(../images/infobox/black_title.gif) repeat-x;}
#infobox.blacktitle:before {margin-bottom: 0;}
#infobox.blacktitle h1
{
	color: #ececec;
	margin: 2px 0 20px 0;
	padding: 0 0 5px 0;
}

/* infobox with green title bar */

#infobox.greentitle {background: url(../images/infobox/green_title.gif) repeat-x;}
#infobox.greentitle:before {margin-bottom: 0;}
#infobox.greentitle h1
{
	color: #DEFFDF;
	margin: 2px 0 20px 0;
	padding: 0 0 5px 0;
}


/* icon lists in infoboxes */

#infobox ul.icon_list h1
{
	font-size: 12px;
	text-align: left;
	margin-left: 37px;
	padding: 0;
}

#infobox ul.icon_list p
{
	font-size: 12px;
	text-align: left;
	margin-left: 37px;
	padding: 0;
}

#infobox ul.icon_list p.small
{
	font-size: 10px;
	margin: 0 0 12px 37px;
	padding: 0;
}


/*
 * Tables
 */

/* Comparison tables */

table.comparison
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0 20px 0;
}

table.comparison th
{
	width: 60px;
	border: 1px solid #cccccc;
	background: url(../images/infobox/gray_title.gif);
	font-size: 10px;
	color: #003399;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

table.comparison td
{
	width: 60px;
	border: 1px solid #cccccc;
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding: 5px;
}

table.comparison td.checked
{
	background: url(../images/check.gif) no-repeat 50% 50%;
	height: 24px;
}


/* Screenshot tables */

table.screenshots
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0 20px 0;
}

table.screenshots td
{
	border: 0;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}

table.screenshots p
{
	margin: 0;
	padding: 5px 0 0 0;
}


/* Review tables */

table.review
{
	border-collapse: separate;
	border-spacing: 10px;
	padding: 0;
	margin: 0;
	border: 0;
}

table.review td
{
	width: 100%;
	border: 0;
	padding: 10px;
	margin: 0;
}

/* iBank 3 features table */

#ibank3_features {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
}

#ibank3_features td {
	vertical-align: top;
	padding: 0;
	margin: 0;
	border: 0;
}

#ibank3_features td.left { width: 50%; padding-right: 10px; }
#ibank3_features td.right { width: 50%; padding-left: 10px; }

#ibank3_features ul {
	padding: 0;
	margin: 0;
}

#ibank3_features ul li {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0 0 10px 0;
}

#ibank3_features ul li ul {
	margin: 5px 0 0 0;
	padding: 0 0 0 14px;
}

#ibank3_features ul li ul li {
	list-style: disc url(../images/gray_dot.gif);
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	margin: 0 0 3px 0;
	padding: 0;
}

#ibank3_features a { color: #333333; }

/* Version history */

.subTitle
{
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #003399;
}

table.versionHistory
{
	border-collapse: collapse;
	background-color: #ffffff;
}

table.versionHistory th
{
	font-size: 13px; 
	font-weight: bold; 
	background-color: #d1d1d1; 
	text-align: center; 
	border: solid 1px #999999; 
	color: #000000;
	margin: 0;
	padding: 10px;
}

table.versionHistory td 
{
	border: 1px solid #999999;
	border-top: 0;
	padding: 20px;
	font-size: 12px;
}

table.versionHistory td ul {list-style-image: url(../images/bullet_arrow.gif);}
table.versionHistory td ul li {margin-bottom: 5px;}

/*
 * Sitemap
 */

table.sitemap {
	width: 100%;
	vertical-align: top;
	table-layout: fixed;
}

table.sitemap th {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 10px 0;
}

#infobox table.sitemap th h2 {
	text-align: left;
	padding: 0;
	margin: 0;
	/* text styling from h2 */
	font-size: 17px;
	font-weight: bold;
	color: #003399;
	letter-spacing: 1px;
}

table.sitemap td {
	vertical-align: top;
	padding: 10px;
}

table.sitemap li>ul { margin-top: 8px; }
table.sitemap a { text-decoration: none; }
table.sitemap a:hover { text-decoration: underline; }

/* Product headings */
#infobox table.sitemap td h3 {
	line-height: 32px;
	text-align: left;
	padding-left: 44px;
	padding-bottom: 10px;
	/* text styling from h2 */
	font-size: 17px;
	font-weight: bold;
	color: #003399;
	letter-spacing: 1px;
}
#infobox table.sitemap td { padding: 10px 0 0 0; }
#sitemap_ibank { background: url(../images/ibank/ibank3_32.gif) top left no-repeat; padding-left: 44px; }
#sitemap_ibiz { background: url(../images/ibiz/ibiz_32.gif) top left no-repeat; padding-left: 44px; }
#sitemap_ipaste { background: url(../images/ipaste/ipaste_32.gif) top left no-repeat; padding-left: 44px; }

/* First subheading */
table.sitemap ul li ul {
	margin-bottom: 0;
}
table.sitemap ul li { list-style-image: url(../images/bullet_arrow.gif); }
table.sitemap ul li a { font-size: 13px; }

/* Second subheading */
table.sitemap ul li ul li ul {
	margin-left: 3px;
	padding-left: 11px;
}
table.sitemap ul li ul li { list-style-image: url(../images/subarrow.gif); }
table.sitemap ul li ul li a { font-size: 11px; }


/* 
 * Footer 
 */

#footer
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer ul 
{
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}

#footer ul li
{
	display: inline;
	font-size: 13px;
	border-left: 1px solid #696969;
	padding: 0 5px 0 5px;
	margin: 0;
}

#footer ul li.first {   /* removes the horizontal line from */
	border-left: none;  /* in front of the first list item  */
	padding-left: 0;
}

#footer ul li a {color: #696969; text-decoration: none;}
#footer ul li a:hover {color: #497aee; text-decoration: underline;}


/*
 * Special
 */

#sign {
	background: url(../images/sticky.png) top left no-repeat;
	position: absolute;
	left: -220px;
	width: 250px;
	height: 250px;
}

#sign h1 {
	text-align: center;
	margin: 40px 35px 20px 30px;
	padding: 0;
	font-size: 16px;
	color: #000000;
}

#sign p {
	margin: 0px 35px 30px 30px;
	padding: 15px 0 0 0;
	text-align: center;
}