/* 
 * Site-wide settings 
 */
 
* {
	margin: 0;
	padding: 0;
}

body
{ 
	background-color: #EDEDED;
	text-align: center; /*ensures that IE centers the main_page */
}

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

img { border: 0; }

h1
{
	font-size: 36px;
	font-weight: bold;
	color: #262626;
	margin: 0 0 15px 0;
}

h2
{
	font-size: 17px;
	line-height: 1.3em;
	font-weight: bold;
	color: #003399;
	margin: 0 0 15px 0;
}

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

p
{
	color: #262626;
	font-size: 13px;
	line-height: 150%;
	margin: 0 0 20px 0;
}

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 !important;
	color: #696969;
}

.left { float: left; }
.right { float: right; }

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

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


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

#igg_logo
{
	position: absolute;
	top: 23px;
	left: 30px;
	height: 40px;
	width: 213px;
}

#navbar 
{
	display: block;
	position: absolute;
	left: 450px;
	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/header/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/header/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/header/navbar_right.gif) no-repeat right top; padding-right: 18px }

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

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

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


/* Navigation bar submenus */

#navbar li ul
{
	position: absolute;
	display: none;  	/* hide the submenu at first */
	margin: 0;
	padding: 0;
	border-top: 1px solid gray;
}

#navbar li:hover ul
{
	display: block;		/* display on mouseover, below the main navbar */
	margin: 31px 0 0 0;
	padding: 0;
	z-index: 500;
}

#navbar li ul li
{
	display: block;
	clear: left;		/* make sure the submenu items appear vertically */
	height: 27px;
	margin: 0;
	padding: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 0;
}

#navbar li ul li a, #navbar li.selected ul li a, #navbar li#About ul li a, #navbar li#About.selected ul li a 
{
	width: 60px;
	height: 22px;
	padding: 5px 15px 0 15px;
	margin: 0;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	background: #333333;
}

#navbar li#Products ul li a, #navbar li#Products.selected ul li a { width: 80px; }
#navbar li#Support ul li a, #navbar li#Support.selected ul li a { width: 90px; }
#navbar li#About ul li a, #navbar li#About.selected ul li a { width: 63px; }

#navbar li ul li a:hover, #navbar li#About ul li a:hover
{
	text-align: left;
	font-weight: normal;
	background: gray url(../images/header/navbar_bg_hov.gif) repeat-x bottom left;
}


/* Buy button */

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

#buy_button li
{
	list-style-image: none; /* for IE */
	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/header/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(../images/header/buy_sel.gif) }
#buy_button li a:hover  { background-image: url(../images/header/buy_hov.gif) }


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

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


/*
 * Sidebar
 */

#sidebar_right
{
	float: left;
	width: 200px;
	padding: 20px 30px;
	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 bottom right;
	text-align: left;
	content: url("../images/infobox/infobox_tl.gif");
	height: 14px;
	margin: -25px -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: 14px;
	margin: 16px -16px -16px -16px;
	padding: 0;
}

/* infobox for download & purchase boxes */

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

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

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

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

.glassy {
	background: #ffffff url(../images/infobox/glassy_title.gif) top left repeat-x;
	border-color: #d9d9d9;
}
.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;
}
.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;
}
.glassy h1
{
	font-size: 15px;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}
.glassy img {
	float: left;
	padding: 0 0 5px 0;
	margin: 0;
}
.glassy p {
	color: #666666;
	font-size: 11px;
	text-align: right;
	line-height: normal;
	padding: 14px 0 0 0;
	margin: 0;
}
.glassy a { color: #666666; }

/* infobox with light gray title bar */

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

/* infobox with dark gray title bar */

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

/* infobox with blue title bar */

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

/* infobox with blue title bar */

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

/* infobox with green title bar */

.greentitle {background: url(../images/infobox/green_title.gif) repeat-x;}
.greentitle:before {margin-bottom: 0;}
.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;
}

/* 
 * Product boxes 
 */
 
.product_box
{
	border: 1px solid #cccccc;
	padding: 0 20px 0 20px;
	margin: 30px 80px 20px 80px;
}

.product_box:before /* places rounded corners at the top */
{
	display: block;
	background: url(../images/infobox/infobox_tr.gif) no-repeat bottom right;
	content: url("../images/infobox/infobox_tl.gif");
	height: 14px;
	margin: -10px -21px 14px -21px;
	padding: 0;
}

.product_box:after  /* places rounded corners at the bottom */
{
	display: block;
	clear: left;
	background: url(../images/infobox/infobox_br.gif) no-repeat bottom right;
	content: url("../images/infobox/infobox_bl.gif");
	height: 14px;
	margin: -10px -21px -1px -21px;
	padding: 0;
}

.product_box>img, .product_box>a>img
{
	float: left;
	height: 100px;
	width: 100px;
	margin: 0;
	padding: 0 20px 16px 0;
	border: 0;
}

.product_box h1
{
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0 0 8px 0;
	margin: 0;
}

.product_box p
{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0 0 3px 0;
	margin: 0;
}

.product_box h1 .small
{
	font-size: 17px !important;
	color: inherit;
}

.product_box p.small
{
	font-size: 10px;
}

.product_box a
{
	color: inherit;
	text-decoration: none;
}

.product_box a.sublink
{
	color: #ffffff;
	text-decoration: underline;
}

.product_nobox /* for discontinued software */
{
	border: 0;
	padding: 0 20px 0 20px;
	margin: 30px 80px 20px 80px;
}

.product_nobox img
{
	float: left;
	height: 48px;
	width: 48px;
	margin: 0;
	padding: 0 20px 16px 0;
	border: 0;
}

.white h1, .white p, .white a { color: inherit; }


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

/* 
 * iPaste feature banner
 */

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


/*
 * 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_ibankmobile { background: url(../images/ibank_mobile/ibankmobile_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;
}

#turkey {
	background: url(/images/thanksgiving.png) top left no-repeat;
	position: absolute;
	left: -240px;
	top: 50px;
	width: 300px;
	height: 300px;
}

.msgs { color: red }