@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #FFFFFF;
	background-image: url("http://www.brandednation.com/icoweb2008/images/background.gif");
	background-repeat: repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #000; /* 0079c2 */
	margin: 10px 0 0px 0;
}
#asi h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 10px 0;
	padding: 0 0 8px 0;
	line-height: 22px;
	border-bottom: 1px solid #72c367;
}
/* Commonly used to style section titles. */
h2 {
	color: #6fc164;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
#asi h2 {
	color: #6fc164;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0 10px 0;
	padding: 0 0 8px 0;
}
#asi h3 {
	color: #6fc164;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0 10px 0;
	padding: 0 0 8px 0;
}
#asi h4 {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
	margin: 0px 0 -10px 0;
	padding: 0 0 0px 0;
}
p {
	padding-bottom: 10px;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #0079c2;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #0079c2;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #0079c2;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #0079c2;
}
a[class ="jump"] {
	padding-right: 10px;
	background: transparent url(/images/content/jump_link.gif) no-repeat center right;
}
/* site navigation */

#topnav {
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
	float: right;
	clear: both;
}
#topnav li {
	margin: 0;
	padding: 0;
	float: left;
}
#topnav li a, #topnav li a:link {
	float: left;
	width: 80px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	background: none;
	margin: 3px;
	padding: 3px;
}
#topnav #topnav_end a {
	border-right: none;
}
#topnav #topnav_start a {
	border-left: 1px solid #fff;
}
#topnav a:hover {
	color: #000;
	text-decoration: none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 120px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
}
#outerWrapper #headerNavigation {
	border-bottom-style: none;
	height: 24px;
	padding-top: 8px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 0;
}
#outerWrapper #headerNavigation span {
	margin: 0 8px;
	color: #fff;
}
#outerWrapper #headerNavigation a:link, #outerWrapper #headerNavigation a:visited {
	color: #fff;
	background: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#outerWrapper #headerNavigation a:hover {
	color: #72c267;
	text-decoration: none;
}
#reseller #outerWrapper #header {
	background-image: url("/images/content/icostore_header_2009.gif");
}
#outerWrapper #header {
	background-image: url("/images/content/icostore_header_2009.gif");
	/* background-image: url("http://www.brandednation.com/icoweb2008/images/header.gif"); */
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 89px;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #topNavigation {
	background-color: #72c267;
	border-bottom-style: none;
	height: 25px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #leftColumn1 {
	border-right-width: 0px;
	float: left;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	font-size: 12px;
	line-height: 1.5em;
}
/* icostore bulleted list */

.asi_bullets {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}
.asi_bullets li {
	margin-left: 20px;
	font-size: 12px;
	line-height: 1.8em;
	list-style: square;
}
#left {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 172px;
	float: left; /* contain floated list items */
	padding-bottom: 20px;
	clear: both;
}
#left li {
	margin: 0;
	float: left; /* this corrects the IE whitespace bug */
	width: 100%;
	height: 26px;
}
#left li a, #left li a:link {
	display: block; /* to increase clickable area as a's default */
	color: #0079c2;
	text-decoration: none;
	font-size: 12px;
	padding: 2px 0 0 28px;
	background:url(http://www.brandednation.com/icoweb2008/images/bullet_icostore.gif) no-repeat top left;
}
/* Sets the style for visited links. */
#left a:visited {
	color: #0079c2;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#left a:hover {
	color: #72c267;
	background: none;
	background:url(http://www.brandednation.com/icoweb2008/images/bullet_icostore_hover.gif) no-repeat top left;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#left a:focus {
	color: #72c267;
}
#outerWrapper #contentWrapper #rightColumn1 {
	/* background-image: url("http://www.brandednation.com/icoweb2008/images/background_column.gif");
	background-repeat: repeat-x; */
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 215px;
	font-size: 11px;
	line-height: 1.5em;
	min-height: 500px;
}
#rightColumn1 h2 {
	color: #0079c2;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#rightColumn1 img {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 3px;
}
.news {
	color: #000;
	font-size: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 255px 0 235px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 460px;
}
#outerWrapper #contentWrapper #content #columnLeft {
	width: 229px;
	float: left; /* contain floated list items */
}
#outerWrapper #contentWrapper #content #columnRight {
	float: right;
	width: 229px;
}
#asi #questions p {
	/*font-size: 15px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic; 
	text-align: left;
	margin: 5px 30px 5px 30px;*/
	font-weight: bold;
	color: #000; /* 72c267 */
	display: block;
	width: 438px;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #efefef;
	border-bottom: 1px solid #999;
}
#content p {
	font-size: 12px;
	line-height: 1.8em;
	margin: 5px 0 5px 0;
}
#asi p {
	font-size: 12px;
	line-height: 1.8em;
	margin: 0;
	padding: 4;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	background-image: url("http://www.brandednation.com/icoweb2008/images/footer.jpg");
	background-position: top;
	background-color: #0079c1;
	background-repeat: no-repeat;
	height: 80px;
	padding: 50px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-color: transparent;
	background-image: url(../../images/interface/footer_background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
}
/* ASI CALCULATOR PAGE */

#calcResults p {
	display: block;
	width: 438px;
	margin: 5px;
	padding: 10px;
	background: #efefef;
}
#calcResults strong {
	color: #0079c2;
}
/* NOTICES */

.flashNotice {
	color: red;
	padding-top: 30px;
	display: block;
}
/* Footer navigation */


#footerNavigation ul, #footerNavigation ul li {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
	font-weight: normal;
}
#footerNavigation ul {
	text-align: center;
	margin-bottom: 10px;
}
#footerNavigation ul li {
	display: inline;
	padding: 0px 5px 0px 5px;
}
#footerNavigation ul li.last a {
	border-right: none;
}
#footerNavigation li a {
	padding: 0px 2px 0px 5px;
	font-size: 90%;
	border-right: 1px solid #fff;
	color: #fff;
}
#footerNavigation ul li a {
	padding: 0px 13px 0px 0px;
	text-decoration: none;
}
#footerNavigation ul li a span {
	padding: 5px 5px 5px 5px;
}
#footerNavigation ul li a:hover span {
	text-decoration: underline;
}
/* POP UP */

#flash {
}
#standardFooter {
	display: block;
	clear: both;
	width: 100%;
	height: 120px;
	position: fixed;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	left: 0px;
	background-color: transparent;
	background-image: url(/images/content/bg-footer_3.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	z-index: 20;
}
#standardFooter div.toolbar {
	display: block;
	clear: both;
	position: relative;
	margin-top: 32px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	height: 100px;
}
#standardFooter div.toolbar span.you-are-here {
	display: block;
	width: 93px;
	height: 33px;
	position: absolute;
	left: 42px;
	top: 50px;
	background: url(/images/content/bg-footer_3.png) no-repeat top left;
	text-indent: -10000px;
	outline: none;
}
#standardFooter div.toolbar a.logo-ab {
	display: block;
	position: absolute;
	right: 18px;
	top: -30px;
	width: 327px;
	height: 124px;
	background: url(/images/content/bg-footer_3.png) no-repeat top left;
	text-indent: -10000px;
	outline: none;
}
/* DIRECT PAGES */

#direct #standardFooter div.toolbar a.logo-ab {
	visibility: hidden;
	display: block;
	position: absolute;
	right: 18px;
	top: -30px;
	width: 327px;
	height: 124px;
	background: url(/images/content/bg-footer_3.png) no-repeat top left;
	text-indent: -10000px;
	outline: none;
}
#standardFooter div.toolbar a.rss {
	display: block;
	position: absolute;
	right: 120px;
	top: 17px;
	width: 48px;
	height: 17px;
	background: url(images/rss-icon.gif) no-repeat top left;
	text-indent: -10000px;
	outline: none;
}
#standardFooter div.toolbar ul.crumbs {
	display: block;
	position: absolute;
	top: 15px;
	left: 211px;
	text-shadow: 0px -1px 0px #1f1913;
	width: 378px;
	height: 16px;
}
#standardFooter div.toolbar ul.crumbs li {
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 15px 0px 0px;
	color: #c1b9b0;
	font-size: 11px;
	line-height: 11px;
	background: url(images/arrow-breadcrumb.gif) no-repeat center right;
}
#standardFooter div.toolbar ul.crumbs li.last {
	background: none;
	padding-right: 0px;
}
#standardFooter div.toolbar ul.crumbs li a {
	color: #fff;
	text-decoration: none;
}
#standardFooter div.toolbar ul.crumbs li a:hover {
	text-decoration: underline;
}
#standardFooter div.toolbar span.pull-me-up {
	display: block;
	position: absolute;
	top: 15px;
	left: 714px;
	width: 99px;
	height: 17px;
	background: url(images/pull-me-up.gif) no-repeat top left;
	text-indent: -10000px;
	outline: none;
}
#standardFooter div.columns {
	display: block;
	clear: both;
	position: relative;
	width: 1000px;
	height: 200px;
	margin: 20px auto 0px auto;
}
#footer div.columns ul {
	display: block;
	width: 130px;
	float: left;
	margin: 0px 10px 0px 0px;
}
#standardFooter div.columns ul.double {
	width: 250px;
}
#standardFooter div.columns ul.double li.title {
	width: 250px;
}
#standardFooter div.columns ul.double li.double {
	width: 250px;
}
#standardFooter div.columns ul li.title {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #eea105;
	text-transform: uppercase;
	background: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#standardFooter div.columns ul li {
	display: block;
	float: left;
	width: 110px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 15px;
	color: #c1b9b0;
	font-size: 11px;
	line-height: 11px;
	background: url(images/arrow-breadcrumb.gif) no-repeat 0px 2px;
}
#standardFooter div.columns ul li a {
	display: block;
	color: #c1b9b0;
	text-decoration: none;
}
#standardFooter div.columns ul li a:hover {
	color: #eea105;
	text-decoration: underline;
}
/*  Quotes */

.quote {
	background-image: url(../../images/content/quotes_green_small.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 24px;
	font-size: 11px;
	color: #666;
}
/* Case Studies */

  #home_headline_container {
	float:left;
	margin-bottom:5px;
	width: 458px;
}
#home_headline_container2 {
	/* border-left:1px solid #dde1e2; */
	width:458px;
	float:left;
	padding-top:15px;
	padding-left:0px;
	margin-bottom:5px;
}
.home_headline_frame {
	border:1px dotted #b2b2b2;
	/* border-right:0px; */
	padding:2px;
	margin-bottom:7px;
	height:31px;
}
.home_headline_box {
	float:left;
	background:#72c367;
	width:100px;
	height:24px;
	font-size:9px;
	font-weight: bold;
	color:#fff;
	text-align:center;
	padding-top:7px;
	margin-right:5px;
}
.home_headline {
	height:25px;
	padding-top:6px;
}


#myOnPageContent {
	visibility: hidden;
}
