/* ------------------------------------------------------------

  * Confio Ignite Free
  * Coded by Taylor Smith of Imulus

  screen.css
  - Site wide style, layout, and function

	=Colors
	- blue background: #014f86

------------------------------------------------------------ */


/* =Include External CSS Files 
------------------------------------------------------------ */


/* =Initial Page Structure 
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #262626;
	background: #014f86;
}

body { 
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#container {
	position: relative;
	width: 890px;
	padding: 0 11px;
	background: url('/images/layout/content/content-bg.gif') left top repeat-y;
}

#header { 
	position: relative;
}

.sub #header { 
	position: relative;
}

#intro {
	position: relative;
}

#content { 
	position: relative;
}

.sub #content { 
	position: relative;
}

#footer { 
	clear: both;
	position: relative;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}

h1 { 
	font-size: 18px;
	padding-bottom: 12px;
}

h2 { 
	font-size: 16px;
}

h3 { 
	font-size: 14px;
}

h4 { 
	font-size: 12px;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}

p {
	padding-bottom: 18px;
}

.spacer { 
	padding-top: 18px;
}

input,
textarea { 
	padding: 2px;
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(/images/layout/form-bg.gif) no-repeat;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 0 0 3px !important;
	background: transparent !important;
	width: auto !important;
}

select { 
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #025089;
}

a:visited { 
	color: #116db1;
}

a:hover { 
	color: #116db1;
	text-decoration: none;
}

a.hover-box img.original {
	float: left;
	position: relative;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: 1000;
}


/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

.alert {
	padding: 8px 15px;
}

	/* =Forms 
------------------------------------------------------------ */ 

.forms p { 
	position: relative;
	padding: 0 0 15px 110px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 100px;
	padding-right: 10px;
	margin-left: -110px;
	text-align: right;
}	

.forms label.error { 
	display: block;
	color: #f00;
	padding-top: 5px;
	font-size: .9em;
	line-height: 1em;
	font-weight: bold;
}

.forms p input { 
	width: 300px;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.submit { 
	border: 1px solid #ccc;
	background: #eee;
	width: auto;
	height: auto;
	padding: 2px 5px;
}

.forms p textarea { 
	width: 300px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck.product { 
	float: left;
	display: block;
	width: 110px;
	padding: 0 0 10px 0;
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 5px;
}

.forms p select { 
	border: 1px solid #aaa;
	width: 306px;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

#header {
	height: 115px;
	padding: 0 0 0 30px;

}

#header strong a {
	display: block;
	width: 220px;
	height: 115px;
	background: url('/images/layout/header/logo.gif') center center no-repeat;
	text-indent: -9999px;
}

#header ul#navigation {
	position: absolute;
	bottom: 0;
	right: 5px;
}

#header ul#navigation li {
	float: left;
}

#header ul#navigation li a {
	display: block;
	float: left;
	background: url('/images/layout/header/navigation/nav-bg-left.gif') left top no-repeat;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
	text-decoration: none;
}

#header ul#navigation li.ignite8 a {
	background: none;
	width: 75px;
	height: 31px;
	padding: 0 10px;
}

#header ul#navigation li.ignite8 a span {
	background: url('/images/layout/header/navigation/nav-ignite8.gif') center center no-repeat;
	text-indent: -9999px;	
}

#header ul#navigation li.last a {
	background: url('/images/layout/header/navigation/nav-bg-left-last.gif') left top no-repeat;
}

#header ul#navigation li.last a span {
	text-indent: -9999px;
	width: 60px;
}



#header ul#navigation li a span {
	display: block;
	background: url('/images/layout/header/navigation/nav-bg-right.gif') right top no-repeat;
	padding: 7px 16px 4px 16px;
}

#header ul#navigation li a:hover {
	background-position: left -80px;
}

#header ul#navigation li#active a {
	background-position: left -160px;
}

#header ul#links {
	position: absolute;
	top: 10px;
	right: 5px;
}

#header ul#links li {
	float: left;
}

#header ul#links li a {
	position: relative;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

#header ul#links li a span {
	display: none;
}

#header ul#links li.confio a {
	background: url('/images/icons/confio.gif') left top no-repeat;
}

#header ul#links li.twitter a {
	background: url('/images/icons/twitter-small.gif') left top no-repeat;
}

#header ul#links li.facebook a {
	background: url('/images/icons/facebook.gif') left top no-repeat;
}

#header ul#links li a:hover {
	text-indent: 0;
	background-position: left -20px;
}

#header ul#links li a:hover span {
	display: block;
	position: absolute;
	top: 25px;
	right: 0;

	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: url('/images/layout/header/links-carrot.gif') right top no-repeat;
	padding: 6px 5px 2px 5px;
	text-transform: lowercase;
}


	/* =Intro 
------------------------------------------------------------ */ 

#intro {
	width: 400px;
	background: #494949 url('/images/layout/intro/screenshot-bg.jpg') left bottom no-repeat;
	padding: 20px 450px 10px 40px;
}

#intro h1 {
	width: 350px;
	height: 79px;
	background: url('/images/layout/intro/heading.gif') left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#intro ul {
	margin-bottom: 18px;
}

#intro ul li {
	background: url('/images/layout/intro/bullet.gif') left 9px no-repeat;
	padding: 5px 0 5px 25px;
	font-size: 16px;
	color: #fff;
}

#intro ul li a {
	color: #8fd82a;
	text-decoration: none;
}

#intro ul li a:hover {
	text-decoration: underline;
}

#intro a.download-button {
	display: block;
	width: 286px;
	height: 55px;
	background: url('/images/buttons/download-ignite-free.gif') left top no-repeat;
	text-indent: -9999px;
}

#intro a.download-button:hover {
	background-position: left -55px;
}


	/* =Content 
------------------------------------------------------------ */ 

.home #content {
	padding: 30px 15px 15px 40px;
}

.home #content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #6f9c32;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 4px;
	margin-bottom: 18px;
}

.home #content #main {
	position: relative;
	float: left;
	width: 505px;
}

.home #content #main h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

.home #content #main ul {
	padding-bottom: 18px;
}

.home #content #main ul li {
	background: url('/images/icons/bullet-blue.gif') left 6px no-repeat;
	padding: 2px 0 2px 15px;
}

.home #content #main .ignite8 {
	border-top: 1px solid #bebebe;
	background: url('/images/layout/content/ignite8-box-top.gif') left 18px no-repeat;
	padding: 25px 0 0 0;
}

.home #content #main .ignite8 .ignite8-wrap {
	position: relative;
	background: url('/images/layout/content/ignite8-box-bottom.gif') left bottom no-repeat;
	padding: 19px 19px 0 19px;
}


.home #content #sidebar {
	position: relative;
	float: right;
	width: 290px;
}

.home #content #sidebar .box {
	background: url('/images/layout/content/sidebar/box-bg-bottom.gif') left bottom no-repeat;
}

.home #content #sidebar .box .box-inner {
	background: url('/images/layout/content/sidebar/box-bg-top.gif') left top no-repeat;
	margin-bottom: 18px;
	padding: 15px 20px 15px 65px;
}

.home #content #sidebar .box .box-inner h4 {
	font-size: 16px;
	font-weight: bold;
	color: #6f9c32;
	padding: 3px 0 25px 50px;
	margin-left: -50px;
	margin-bottom: -15px;
}

.home #content #sidebar #twitter h4 {
	background: url('/images/icons/twitter.gif') left top no-repeat;
}

.home #content #sidebar #key-links h4 {
	background: url('/images/icons/links.gif') left top no-repeat;
}

.home #content #sidebar .box .box-inner h4 span {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.home #content #sidebar .box .box-inner h4 span img {
	float: right;
	padding-top: 2px;
}

.home #content #sidebar .box .box-inner ul li {
	background: url('/images/icons/bullet.gif') left 6px no-repeat;
	padding: 2px 0 2px 15px;
}

.home #content #sidebar .box .box-inner ul li a {
	display: block;
	text-decoration: none;
	color: #262626;
}

.home #content #sidebar .box .box-inner ul li a:hover {
	text-decoration: underline;
	color: #111;
}

.home #content #sidebar #twitter ul li a {
	display: inline;
	text-decoration: underline;
	color: #025089;
}

.home #content #sidebar #twitter ul li a:hover {
	text-decoration: none;
	color: #116db1;
}


	/* =Subpage
------------------------------------------------------------ */ 

.sub .title {
	background: #000 url('/images/layout/content/sub-title-bg.gif') left top repeat-x;
	padding: 20px 20px 20px 40px;
}

.sub .title a.download-button {
	display: block;
	float: right;
	width: 286px;
	height: 55px;
	background: url('/images/buttons/download-ignite-free-sub.gif') left top no-repeat;
	text-indent: -9999px;
}

.sub .title a.download-button:hover {
	background-position: left -55px;
}

.sub .title h1 {
	float: left;
	padding: 0;
	text-indent: -9999px;
}

.sub #content {
	padding: 30px 15px 15px 40px;
}

.sub #content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #6f9c32;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 4px;
	margin-bottom: 18px;
}

.sub #content #main {
	position: relative;
	float: left;
	width: 480px;
}

.sub #content #main h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

.sub #content #main ul {
	padding-bottom: 18px;
}

.sub #content #main ul li {
	background: url('/images/icons/bullet-blue.gif') left 6px no-repeat;
	padding: 2px 0 2px 15px;
}
.sub #content #main ul.faq li strong {
	display: block;
}

.sub #content #main ul.faq li div {
	display: none;
	padding-bottom: 9px;
}


		/* =Subpage Sidebar 
------------------------------------------------------------ */

.sub #content #sidebar {
	position: relative;
	float: right;
	width: 315px;
}

.sub #content #sidebar .box {
	background: url('/images/layout/content/sidebar/box-bg-bottom.gif') left bottom no-repeat;
}

.sub #content #sidebar .box .box-inner {
	background: url('/images/layout/content/sidebar/box-bg-top.gif') left top no-repeat;
	margin-bottom: 18px;
	padding: 15px 20px 15px 65px;
}

.sub #content #sidebar .box .box-inner h4 {
	font-size: 16px;
	font-weight: bold;
	color: #6f9c32;
	padding: 3px 0 25px 50px;
	margin-left: -50px;
	margin-bottom: -15px;
}

.sub #content #sidebar #twitter h4 {
	background: url('/images/icons/twitter.gif') left top no-repeat;
}

.sub #content #sidebar #key-links h4 {
	background: url('/images/icons/links.gif') left top no-repeat;
}

.sub #content #sidebar .box .box-inner h4 span {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.sub #content #sidebar .box .box-inner h4 span img {
	float: right;
	padding-top: 2px;
}

.sub #content #sidebar .box .box-inner ul li {
	background: url('/images/icons/bullet.gif') left 6px no-repeat;
	padding: 2px 0 2px 15px;
}

.sub #content #sidebar .box .box-inner ul li a {
	display: block;
	text-decoration: none;
	color: #262626;
}

.sub #content #sidebar .box .box-inner ul li a:hover {
	text-decoration: underline;
	color: 111;
}

	/* =Green Box
------------------------------------------------------------ */ 

.sub #content #sidebar .box.green {
	background: url('/images/layout/content/sidebar/green-box-bottom.gif') left bottom no-repeat;
}

.sub #content #sidebar .box.green .box-inner {
	background: url('/images/layout/content/sidebar/green-box-top.gif') left top no-repeat;
	padding: 15px 20px;
}

.sub #content #sidebar .box.green .box-inner h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e8f3d9;
}


.sub #content #sidebar .box.green .box-inner ul li {
	background: url('/images/icons/bullet-white.gif') left 6px no-repeat;
	padding: 2px 0 2px 15px;
}

	/* =Oracle
------------------------------------------------------------ */ 

.sub#oracle .title h1 {
	width: 278px;
	height: 55px;
	background: url('/images/layout/content/headings/oracle.gif') left top no-repeat;
}

	/* =SQL Server
------------------------------------------------------------ */ 

.sub#sql-server .title h1 {
	width: 337px;
	height: 55px;
	background: url('/images/layout/content/headings/sql-server.gif') left top no-repeat;
}

	/* =DB2
------------------------------------------------------------ */ 

.sub#db2 .title h1 {
	width: 248px;
	height: 55px;
	background: url('/images/layout/content/headings/db2.gif') left top no-repeat;
}

	/* =Sybase
------------------------------------------------------------ */ 

.sub#sybase .title h1 {
	width: 286px;
	height: 55px;
	background: url('/images/layout/content/headings/sybase.gif') left top no-repeat;
}

	/* =Download
------------------------------------------------------------ */ 

.sub#download #main {
	width: 815px;
}

.sub#download #content #main #downloads {
	margin-bottom: 15px;
}

.sub#download #content #main #downloads a {
	display: block;
	background: #fff url(/images/icons/download.gif) no-repeat 20px center;
	padding: 10px 10px 10px 75px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sub#download #content #main #downloads a:hover {
	border: 1px solid #508613;
	padding: 9px 9px 9px 74px;
	background: #fff url(/images/icons/download.gif) no-repeat 19px center;
}

.sub#download #content #main #downloads a span {
	float: left;
	padding-left: 40px;
}

.sub#download #content #main #downloads a span strong {
	display: block;
	color: #666;
	font-size: 11px;
}

.sub#download #content #main #downloads a span.os {
	padding-left: 0;
}



	/* =Footer 
------------------------------------------------------------ */ 

#footer {
	background: url('/images/layout/footer/footer-bg.gif') left top no-repeat;
	padding: 25px 11px 18px 11px;
	width: 890px;
	color: #fff;
	font-size: 11px;
}

#footer a {
	color: #fff;
}

#footer p {
	float: left;
	margin-right: 10px;
	padding: 0;
}

#footer p.contact {
	margin-left: 40px;
}

#footer ul {
	float: left;
	margin-left: 20px;
}

#footer ul li {
	float: left;
	margin-right: 10px;
}

#footer p.logo {
	float: right;
	padding: 0;
	margin-top: -4px;
}

#footer p.logo a {
	display: block;
	width: 90px;
	height: 21px;
	background: url('/images/layout/footer/confio-logo.gif') left top no-repeat;
	text-indent: -9999px;
}

#footer p.logo a:hover {
	background-position: left -21px;
}
