/* 
 * Site-wide settings 
 */
 
body
{ 
	background: #670000 url(images/page_bg.gif) top left repeat-x;
	padding: 0;
	margin: 0;
	text-align: center; /*ensures that IE centers the main_page */
}

#main_page
{
	position: relative;
	border: 1px solid #693232;
	padding: 0;
	margin: 10px auto 10px auto;
	width: 750px;
	background: #000000 url('images/background.jpg') top right no-repeat;
	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;
}

img {border: 0;}

h1
{
	font-size: 34px;
	font-weight: normal;
	color: #be0000;
	letter-spacing: 1px;
	padding: 0 0 40px 0;
	margin: 0;
}

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

a { color: #ffffff; 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(http://www.iggsoftware.com/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;
}

strong {
	font-size: 24px;
	font-weight: bold;
}

.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;
}

/* 
 * Header 
 */
 
#header
{
	background: url(images/header_bg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 750px;
	height: 85px;
	border-bottom: 1px solid #693232;
}

#igg_logo
{
	position: absolute;
	top: 23px;
	left: 20px;
	height: 40px;
	width: 284px;
}

#navbar 
{
	display: block;
	position: absolute;
	left: 300px;
	top: 54px;
	height: 31px;
	margin: 0;
	padding: 0;
}

#navbar li
{
	display: block;
	float: left;
	height: 31px;
	margin: 0;
	padding: 0;
}

#navbar li a {
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #666666 url(images/navbar_bg.gif) repeat-x left top;
	text-align: center;
	display: block;
	margin: 0;
	padding: 7px 15px 0 15px;
	height: 24px;
	float: left;
}

#navbar li#Home a { /* displays a rounded tab for the left navbar item */
	background: url(images/navbar_left.gif) no-repeat left top;
	margin-left: 0;
	padding-left: 17px
}

#navbar li#About a /* displays a rounded tab for the right navbar item */
 { background: url(images/navbar_right.gif) no-repeat right top; padding-right: 18px }

/*
#navbar li.selected a  { background-image: url(http://www.iggsoftware.com/images/header/navbar_bg_sel.gif) }
#navbar li#Home.selected a  { background-image: url(http://www.iggsoftware.com/images/header/navbar_left_sel.gif) }
#navbar li#About.selected a  { background-image: url(http://www.iggsoftware.com/images/header/navbar_right_sel.gif) }

#navbar li a:hover  { background-image: url(http://www.iggsoftware.com/images/header/navbar_bg_hov.gif)}
#navbar li#Home a:hover  { background-image: url(http://www.iggsoftware.com/images/header/navbar_left_hov.gif) }
#navbar li#About a:hover  { background-image: url(http://www.iggsoftware.com/images/header/navbar_right_hov.gif) }
*/

#navbar li.separator { /* displays a shadowed separator */
	background: url("images/navbar_sep.gif");
	margin: 0;
	padding-left: 2px;
	width: 0;
	height: 31px;
	float: left;
}


/* Buy button */

#buy_button
{
	display: block;
	position: absolute;
	right: 0;
	height: 33px;
	width: 82px;
	margin: 0;
	padding: 0;
}

#buy_button li
{
	display: block;
	width: 82px;
	padding: 0;
	margin: 0;
}

#buy_button li a
{
	color: #ff9900;
	font-size: 15px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url(images/buy.gif) no-repeat;
	text-align: center;
	display: block;
	margin: 0;
	padding: 3px 10px 10px;
	width: 62px;
	height: 20px;
	float: right;
}

/*
#buy_button li a.selected  { background-image: url(http://www.iggsoftware.com/images/header/buy_sel.gif) }
#buy_button li a:hover  { background-image: url(http://www.iggsoftware.com/images/header/buy_hov.gif) }
*/

/* 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
{
	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%; }


/*
 * Content
 */
 
#content_single
{
	color: #ffffff;
	padding: 40px 40px 0 40px;
	margin: 0;
}

#content_left
{
	color: #ffffff;
	float: left;
	padding: 0 0 40px 40px;
	margin: 0;
	width: 430px;
	height: auto;
}


/*
 * Sidebar
 */

#sidebar_right
{
	color: #ffffff;
	float: left;
	width: 200px;
	padding: 0 40px;
	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(http://www.iggsoftware.com/images/infobox/infobox_tr.gif) no-repeat top right;
	text-align: left;
	content: url("http://www.iggsoftware.com/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(http://www.iggsoftware.com/images/infobox/infobox_br.gif) no-repeat bottom right;
	content: url("http://www.iggsoftware.com/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/download_bg.png) top left no-repeat;
	height: 104px;
	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: #ffffff;
	font-size: 18px;
	text-align: right;
	letter-spacing: normal;
	padding: 20px 16px 0 0;
	margin: 0;
}

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

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

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

#infobox.ibank3_req h1 {
	color: #ffffff;
	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;
	font-size: 10px;
	margin: 0;
	padding: 0 0 2px 0;
	color: #777777;
	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(http://www.iggsoftware.com/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;
}

/* 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;
}


/* 
 * 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 #fe8989;
	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: #fe8989; text-decoration: none;}
#footer ul li a:hover {text-decoration: underline;}

#footer .small {color: #fe8989;}


/*
 * Extra
 */

.img_left {
	float: left;
	margin-right: 20px;
	clear: left;
	width: 60px;
	height: 60px;
}