html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	outline:0;
}            

body {
    background: #fff;
	font-family:Arial;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* END RESET CSS */
body {
    font: 13px / 1.231 sans-serif;
    *font-size:small;
}/* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}
 
/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  color: #444; 
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

html {
    overflow-y: scroll;
}
 
a:hover, a:active {
    outline: none;
}
a:hover {
    color: #e86530;
    text-decoration: underline;
}


ul, ol {
    margin-left: 1.8em;
}
.sub-page-main ul{
	margin-bottom:1.6em;
}

ol {
    list-style-type: decimal;
    margin-bottom: 20px;
}

ol li {
    margin-bottom: 10px;
}

nav ul, nav li {
    margin: 0;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px;
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}
 
textarea {
    overflow: auto;
}
 /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
    margin-left: -7px;
}
 /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
 by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type =
"radio"] {
    vertical-align: text-bottom;
    float: left;
}

input[type =
"checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type =
"checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

/* hand cursor on clickable input elements */
label, input[type = button], input[type = submit], button {
    cursor: pointer;
}

/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
    margin: 0;
}

/* colors for form validity */
input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}

/* make buttons play nice in IE:
 www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
    width: auto;
    overflow: visible;
}

/* bicubic resizing for non-native sized IMG:
 code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}


/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

/* Hide for both screenreaders and browsers
 css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
    display: none;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders
 www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
    zoom: 1;
}

#page-thumbnail {
    display: none;
}

body {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6em;
    font-size: 80%;
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font: 13px/19px Arial,Helvetica,sans-serif;
    margin: 0;
}

h2.size22 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}

h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: ProximaNova-Semibold, Arial, Helvetica, sans-serif;
}

h3 {
    font-family: ProximaNova-Semibold, Arial, Helvetica, sans-serif;
}

h4 {
    color: #333;
    font-size: 14px;
    font-family: ProximaNova-Semibold, Arial, Helvetica, sans-serif;
}

#container {
    width: 100%;
}

#main {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{b2ad5eb8-f12b-41e6-bcd4-a06481e4d7e0}_main-bg1.png") repeat-x scroll 0 0 transparent;
    float: left;
    padding-bottom: 70px;
    width: 100%;
}

#main .shadow {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{7d6708c6-33e8-45cb-af11-986525bf1adf}_bg.png") no-repeat scroll center 0 transparent;
    min-height: 660px;
}


#main .contents {
    margin: auto;
    width: 980px;
}

.contact-border {
    background-color: #FFFFFF;
    border-bottom: 1px solid #B9B9B9;
    border-left: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    margin-bottom: 20px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.products #contents-body {
    padding: 0;
}
#contents-body {
    padding: 0;
}
.clearfix {
}

.left-content-section-container.last {
    clear: both;
}
.left-content-section-container.last {
    clear: both;
}
.left-content-section-container.last, #about-informatica .left-content-section-container {
    border-bottom: 0 none;
    margin-top: 30px;
    padding-bottom: 0;
}
.section-fixer {
    margin: 0 !important;
    padding: 20px 35px !important;
}
.left-content-section-container {
    margin-top: 10px;
}

p {
    margin-bottom: 1.6em;
}

h1 {
    color: #333333;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 24px;
}


.container-seperator-repeater-contact {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{88df3d58-0893-4a70-9cd8-2993d93d28af}_left-col-seperator-repeater.png") repeat-y scroll 730px 0 transparent !important;
}
.container-seperator-repeater {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{88df3d58-0893-4a70-9cd8-2993d93d28af}_left-col-seperator-repeater.png") repeat-y scroll 700px 0 transparent;
    float: left;
    width: 100%;
}

.container-seperator-top-contact {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{9fd9b6a4-e067-4a9b-ba00-f46e285585d1}_left-col-seperator-top.png") no-repeat scroll 730px 0 transparent !important;
}
.container-seperator-top {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{9fd9b6a4-e067-4a9b-ba00-f46e285585d1}_left-col-seperator-top.png") no-repeat scroll 700px 0 transparent;
    float: left;
    width: 100%;
}

.container-seperator-btm-contact {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{defa5b49-7270-4221-b126-198b26d4aec2}_left-col-seperator-btm.png") no-repeat scroll 730px bottom transparent !important;
}
.container-seperator-btm {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{defa5b49-7270-4221-b126-198b26d4aec2}_left-col-seperator-btm.png") no-repeat scroll 700px bottom transparent;
    float: left;
    width: 100%;
}


#content_side {
    float: left;
}
#content_side {
    float: left;
}
.page-main {
    float: left;
    margin-left: 20px;
    padding-right: 20px;
    width: 660px;
}

#sidebar {
    width: 270px;
}

.page-sidebar {
    float: right;
    margin-right: 20px;
    width: 240px;
}


.aside-box {
    float: left;
    margin-bottom: 20px;
    padding: 0;
    width: 240px;
}

.aside-box-orange {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{ca9b1336-f591-4988-9bae-73e857bb9fbe}_aside-box-orange-bg.png") no-repeat scroll 0 0 transparent;
}

.aside-box-orange {
    background: none repeat scroll 0 0 transparent !important;
}

.contact-page-sidebar {
    margin-right: -20px !important;
    width: 240px !important;
}

.contact_me_form {
    float: left;
    width: 260px;
}

.callus_div {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{91a90e6c-5e58-486b-b967-3454ff766ab9}_bottom_divider.png") no-repeat scroll center bottom transparent;
    padding-bottom: 30px;
}

.callus_icon {
    float: left;
    height: 13px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 15px;
}

.contact_me_form .title {
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 15px;
}

.callus_left {
    clear: both;
    float: left;
    font-weight: bold;
    width: 30%;
}

.callus_right {
    float: left;
    font-weight: bold;
    width: 60%;
}

.clear {
    clear: both;
}

.chat_icon {
    float: left;
    height: 15px;
    margin-right: 15px;
    margin-top: 10px;
    width: 16px;
}

.live_chat {
    color: #333333;
    font-weight: bold;
    margin-top: 6px;
}

.chat_txt {
    font-size: 12px;
    margin-top: 10px;
}

a {
    color: #254EA2;
    text-decoration: none;
}

#sidebar a {
    color: #254EA2;
}

.pull-right {
    float: right;
}
.pull-right {
    float: right;
}

#content_side .summary-links.clearfix {
    border-top: 1px solid #E2E2E2;
    margin-right: 10px;
    margin-top: 20px;
    padding-top: 20px;
}
#content_side .summary-links.clearfix {
    border-top: 1px solid #E2E2E2;
    margin-right: 10px;
    margin-top: 20px;
    padding-top: 20px;
}
#content_side .summary-links.clearfix {
    border-top: 1px solid #E2E2E2;
    margin-right: 10px;
    margin-top: 20px;
    padding-top: 20px;
}
#content_side .summary-links.clearfix {
    border-top: 1px solid #E2E2E2;
    margin-right: 10px;
    margin-top: 20px;
    padding-top: 20px;
}
#content_side .summary-links {
    border-bottom: 0 none;
}
#content_side .summary-links {
    border-bottom: 0 none;
}
#content_side .summary-links {
    border-bottom: 0 none;
}
#content_side .summary-links {
    border-bottom: 0 none;
}
.summary-fix {
    border-top: medium none !important;
    margin: 0 !important;
}
.summary-links {
    border-bottom: 1px solid #E2E2E2;
    margin: 10px 0;
}


.contact-page-main {
    width: 680px !important;
}
.contact_me {
    padding-bottom: 50px;
}

.inner_wrapper {
    width: 670px;
}


.pw_information {
    float: left;
    width: 320px;
}

.pw_information.right {
    margin-right: 15px;
}

.right {
    float: right !important;
}


.contact_me th {
    padding: 10px 0 5px;
}

.contact_me label {
    cursor: default;
    font-size: 12px;
    width: 100%;
}


/*.dropdown {
    -moz-appearance: none;
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{2ba75377-84c0-4f7d-91c9-93e22e64c802}_droparrow-select.png") no-repeat scroll right center transparent;
    border: 1px solid #BCBEC0;
    color: #003399;
    display: block;
    padding: 0;
    text-indent: -999999px;
    text-transform: capitalize;
}*/

.contact_me input[type="text"], .contact_me input[type="password"], .contact_me select {
    border: 1px solid #BCBEC0;
    height: 23px;
    line-height: 23px;
}
.contact_me select {
    height: 28px;
	color: #003399;
}

.contact_me .tiny {
    width: 52px;
}
.contact_me .customSelect.tiny {
    width: 20px;
}
.contact_me .customSelect.tiny .customSelectInner {
	width: 10px !important;
}

.contact_me .very-small {
	width: 90px;
}
.contact_me input.very-small {
	padding-left: 5px;
	padding-right: 5px;
}

.contact_me .small {
	width: 135px;
}
.contact_me input.small {
	padding-left: 5px;
	padding-right: 5px;
}
.contact_me .customSelect.small 
{
	width: 103px;
}
.contact_me .customSelect.small .customSelectInner {
	width: 93px !important;
}

.contact_me .medium {
	width: 150px;
}
.contact_me input.medium {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
}
.contact_me .customSelect.medium 
{
	width: 118px;
}
.contact_me .customSelect.medium .customSelectInner {
	width: 108px !important;
}

.contact_me .large {
	width: 230px;
}
.contact_me input.large {
	padding-left: 5px;
	padding-right: 5px;
}

.contact_me .long {
    height: 84px;
    width: 304px;
	padding: 5px;
}

.contact_me .customSelect { 
    display: block;
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{2ba75377-84c0-4f7d-91c9-93e22e64c802}_droparrow-select.png") no-repeat scroll right top transparent;
    border: 1px solid #BCBEC0;
    color: #003399;
	height: 26px;
	line-height: 26px;
	padding: 0 30px 0 0;
	overflow: hidden;
	word-wrap: break-word;
}

.customSelectInner {
	color: #003399;
	padding-left: 5px;
	padding-right: 5px;
}

select#StateProvince + span {
	display: none;
}

label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}
.submit_btn {
    background: url("http://img.en25.com/eloquaimages/clients/Informatica/{de6dd9c2-71a5-4b5d-a429-82d1c88b2d97}_submit_btn.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 27px;
    margin-top: 20px;
    width: 114px;
}

label.checkbox {
	display: inline-block;
	height: 25px;
	width: auto;
	line-height: 1.6em;
	margin: 0 0 0 0;
	padding: 0 0 0 24px;
	background: url("http://img.en25.com/eloquaimages/clients/Informatica/{fade5870-198d-49e0-9893-1b91e2192e72}_checkbox.png") no-repeat 0 0px
}
label.checkbox.checked {
	background-position: 0 -50px
}

#opt-in {
	margin: 10px 0;
}

label.opt-in {
	padding-left: 30px;
}

label.error {
    clear: both;
    color: #990000;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: -10px;
    padding-left: 2px;
}

.contact_me label.error {
    color: #990000;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

ul.ui-autocomplete {
	width: 260px;
	list-style: none;
	padding: 0;
	border: 1px solid #cccccc;
	position: absolute !important
}
ul.ui-autocomplete li.ui-menu-item {
	font-size: 10px
}
ul.ui-autocomplete li.ui-menu-item a {
	display: block;
	padding: 0 3px;
	width: 254px;
	background-color: #ffffff;
	color: #003399;
	text-decoration: none
}
ul.ui-autocomplete li.ui-menu-item a:hover {
	background-color: #3399ff;
	color: #ffffff;
	text-decoration: none
}
.ui-helper-hidden-accessible {
	display: none;
}