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

/* Elements */
a:link, a:hover, a:active, a:visited{
	color:#fe6b09;
}
html {
	height:100%;
}
body, h1, h2, h3, h4 {
	font-family:'PT Sans Narrow',Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.029em;
	word-spacing: -0.041em;
}
body {
	background-color:#FFF;
	height:100%;
	width:100%;
	font-size:87.5%;
	line-height:1.4em;
}

h1, h2, h3, h4 {
	color:#0d4175;
}
h1{
	font-size:1.8em;
	line-height:1em;
	margin:0;
}
h2{
	font-size:1.8em;
	margin:0 0 0.25em 0;
}
h3 {
	font-size:1.5em;
	margin:0 0 0.25em 0;
}
h4 {
	font-size:1.2em;
	margin:0.5em 0;
}
img {
	margin:0;
	line-height:0;
}

footer {
	background-image:url(../images/framework/bubbles-back.jpg);
	background-repeat:repeat-y;
	margin:10px auto 0 auto;
	width:88%;
	padding-top:1%;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}

footer ul{
	list-style:none;
}

footer ul li a, footer ul li a:link, footer ul li a:visited{
	display:block;
	padding:10px 1%;
	margin:0 1% 10px 1%;
	width:96%;
	text-align:center;
	background-image:url(../images/framework/footer-button-back-25.png);
	background-repeat:repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	color: #FFF;
}
footer ul li a:hover, footer ul li a:active {
	color: #FFF;
	text-decoration:none;
	background-image:url(../images/framework/footer-button-back-50.png);
	background-repeat:repeat;
}
header {
	background-color:#1C579B;
	background-image:url(../images/framework/bubbles-top.jpg);
	/*height:94px;*/ /* based on logo height of 37 */
	height: 117px;
	overflow:hidden;
	/*background-color:#FFF;*/
}
nav {
	width: 88%;
	margin: 0 auto 0 auto;
	color:#FFF;
	z-index:20;
}
nav h1 {
	color:#FFF;
	/*margin-top:5px;*/
	padding-top: 5px;
}
nav a:hover {
	text-decoration:none;
}

/*nav ul {
	position:relative;
	display:none;
	list-style:none;
	margin:0;
	border-top:1px #FFF solid;
	background-image:url(../images/framework/bubbles-back.jpg);
	background-repeat:repeat-y;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 0px 4px;
	border-radius: 0px 0px 0px 4px;
}
nav ul li a, nav ul li a:link, nav ul li a:visited {
	display:block;
	padding:10px 1% 10px 57px;
	background-image:url(../images/framework/orange-arrow.png);
	background-repeat:no-repeat;
	background-position: 20px 10px;
	border-bottom:1px #FFF solid;
	color:#FFF;
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
}
nav ul li a:hover, nav ul li a:active{
	text-decoration:none;
	color:#FFF;
}
.ie6 nav ul {
	background-color:#0d4175;
	background-image:none;
}
.ie6 nav ul li a, .ie6 nav ul li a:link, .ie6 nav ul li a:visited {
	padding:10px 0;
	margin:0;
	width:100%;
	background-color:#0d4175;
	background-image:none;
	background-repeat:no-repeat;
}*/
#nav-footer{
	padding:5px;
	margin:10px 10px 0 10px;
	background-image:url(../images/framework/footer-button-back-25.png);
	background-repeat:repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	text-align:center;
}
#nav-footer a{
	display:block;
	border-bottom:none;
	padding:10px 1% 10px 1%;
	background-color:transparent;
	background-image:none;
	color:#FFF;
	font-size:0.9em;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
}

/* IDs */
#container {
	/*max-width: 1092px;*/
	max-width: 1068px;
	margin: -4px auto 0 auto;
	/*padding-top:250px;*/
}
.ie6 #container {
	/*width:1092px;*/
	width: 1068px;
}
#content {
	width:88%;
	margin: 0 auto 0 auto;
}
/*.ie6 #content{
	padding-top: 10px;
}*/
#header-content {
	/*max-width:960px;*/
	width:88%;
	margin: 0 auto;
	position:relative;
	padding: 10px 0;
}
/*.ie6 #header-content {
	width:1092px;
}*/

#header-content a:hover {
	text-decoration:none;
}
#header-content p{
	margin: .25em 0 0 0;
}
#header-shadow {
	height:13px;
	margin-top:-1px;
	background-image:url(../images/framework/header-tab-shadow.png);
	background-repeat:repeat-x;
	/*position:relative;*/
	z-index:15;
}
a#menu-button {
	display:inline-block;
	float:right;
	width:auto;
	color:#FFF;
	padding:5px 30px;
	background-image:url(../images/framework/button-back.gif);
	background-repeat:repeat-x;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px; 
	text-shadow: 0px -1px 0px #000000;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5); 
}
a#menu-button:hover, a#menu-button:active{
	text-decoration:none;
	background-color:#F0F0F0;
}
a.menu-tab {
	display:inline-block;
	float:right;
	width:auto;
	color:#666;
	padding:0px 0 5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.2em;
	/*background-image:url(../images/framework/menu-tab-back.gif);
	margin-right:.5%;
	background-repeat:repeat-x;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px; 
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5); */
}
a.menu-tab:hover,  a.menu-tab:active{
	text-decoration:underline;
	/*background-color:#F0F0F0*/
}
a.menu-tab img {
	position:relative;
	left:3px;
}
.lte9 a.menu-tab img{
	display:none;
}
#nav-container {
	/*max-width:1092px;*/
	max-width: 1068px;
	margin: 0 auto 0 auto;
}
.ie6 #nav-container {
	/*width:1092px;*/
	width: 1068px;
}
#nav-outer-container {
	background-image:url(../images/framework/bubbles-top.jpg);
	/*background-position: left -94px;*/ /* based on logo height of 37 */
	background-position: left -117px;
	width:100%;
	z-index:10;
	margin-top: 0;
}
#nav-outer-container.fixed {
	position:fixed;
	top:0;
}
a#next-page {
	background-image:url(../images/framework/right-arrow-button.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:30px;
	height:100%;
	position:fixed;
	right:0;
	top:0;
}
a#next-page:hover {
	background-image:url(../images/framework/right-arrow-button-over.png);
}
#published-by {
	font-size:.9em;
	line-height:1.2em;
	margin-bottom:.25em !important;
	margin-top: 0 !important;
}
a#previous-page {
	background-image:url(../images/framework/left-arrow-button.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:30px;
	height:100%;
	position:fixed;
	left:0;
	top:0;
}
a#previous-page:hover {
	background-image:url(../images/framework/left-arrow-button-over.png);
}

#idc-logo {
	float: left;
}
#secondary-nav {
	padding-bottom:15px;
	float: right;
	/*position:absolute;
	bottom:0;
	right:0;*/
}
#secondary-nav a{
	color:#FFF;
}
#secondary-nav a:hover{
	text-decoration:underline;
}
#sponsor {
	border-top: 1px #FFF solid;
	background-image:url(../images/framework/white-50.png);
}
#sponsor-content {
	max-width:940px;
	margin: 0 auto;
	position:relative;
	padding: 5px 1%;
}
.ie6 #sponsor-content {
	width:940px;
}
#sponsor-content p, #sponsor-content img, #sponsor-content a {
	float:right;
	margin-left:20px;
}
#sponsored-by {
	float:right;
	/*color:#bababa;*/
	/* change for Salesforce Data.com */
	/*margin-top:10px;
	margin-top: 10px;
	margin-bottom: 10px;*/
}
/* change for Salesforce Data.com */
#sponsored-by p {
	margin-top: 10px;
}
#sponsored-by p, #sponsored-by img{
	/*margin-right:15px;*/
	margin-bottom:.25em;
}

#title {
	color:#FFF;
	/*max-width:1092px;*/
	max-width: 1068px;
	margin: 0 auto;
	/*background-color:#e3eaf2;
	background-image:url(../images/framework/header-back.gif);
	background-repeat:repeat-x;
	border-bottom:1px #849fbb solid;*/
}
.ie6 #title {
	/*width:1092px;*/
	width: 1068px;
}
ul#topnav {
	height: auto;
	display: block;
	position: relative;
	margin:0;
	border-right: 1px #CCC solid;
	border-top: 1px #CCC solid;
	background-image:url(../images/framework/menu-tab-back-gray.gif);
	background-repeat:repeat-x;
	/*border-bottom: 1px #CCC solid;*/
	/*clear: left;*/
	/*max-width: 969px;*/ /* 960 + 1% (9.6) */
	/*width: 99.5%;*/
	/*padding: 0 0 0 0.5%;
	margin: 10px auto 0 auto;*/
	/*text-align: center;*/
}
ul#topnav li {
	list-style: none;
	vertical-align: bottom;
	/*width: 16.666666666666666666666666666667%;*/ /* for 6 tabs */
	width: 20%; /* for 5 tabs */
	margin: 0 ;
	float:left;
	display: block;
	position: relative;
	/*position: relative;*/
	/*background-color: #27406C;
	background-image: url(../images/framework/button-back-3.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: auto;*/
	/*padding: 5px 0.6% 10px 0.6%;
	display: inline-block;*/
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 0 #CCC inset; 
	-moz-box-shadow: 0 1px 0 #CCC inset;
	box-shadow: 0 1px 0 #CCC inset;
	color: #FFF;*/
}
ul#topnav li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.1em;
	display:block;
	height: auto;
	margin: 0 ;
	padding:3px;
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	color: #666;
	text-decoration: none;
	text-align: center;
	/*background-color: #F5F5F5;*/
}
/*.ie6 ul#topnav li a, .ie7 ul#topnav li a, .ie8 ul#topnav li a {
	padding-bottom: 0;
}*/
ul#topnav li a:hover{
	color: #000;
}
/* not needed because 5 tabs is even 20% */
/*.ie6 ul#topnav li {
	width: 16.6% !important; 
}
.ie7 ul#topnav li {
	width: 16.61%;
}*/

ul#topnav li.chosen a{
	background-color: #FFF;
	border-bottom:1px #FFF solid;
	/*background-image: url(../images/framework/button-back-3-chosen.gif);*/
}

/* Classes */
.breadcrumb {
	padding:.5%;
	background-color: #F5F5F5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
}
.breadcrumb a:link, .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:visited{
	color:#888;
}
.breadcrumb-bottom{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px; 
}
.breadcrumb-top{
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}
.center-video {
	margin: 0 auto !important;
}
.content-body {
	border: 1px #DDD solid;
	background-repeat:repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}	
.content-body p, .content-body ul li, .content-body ol li{
	font-size:1.2em;
}
.content-body ul, .content-body ol {
	list-style-position:outside;
	padding-left: 2em;
}
.content-body ul li, .content-body ol li{
	margin-bottom:1em;
}
.content-body ol li ul li {
	font-size:1em;
}
.content-body h2 {
	margin-top:1em;
	margin-bottom:1em;
}
.content-image{
	max-width:50%;
	float:right;
	margin:1% 0 1% 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ie6 img.content-image {
	width:50%;
}
.cyclone-credit, .cyclone-credit:link, .cyclone-credit:hover, .cyclone-credit:active, .cyclone-credit:visited {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
	letter-spacing: normal;
	word-spacing: normal;
	float:right;
	margin: 15px 1% 5px 1%;
}
.client-copyright {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
	letter-spacing: normal;
	word-spacing: normal;
	clear: right;
	float: left;
	margin: 0 1% 15px 1%;
}
p.date {
	margin-bottom:5px;
}
.download {
	padding-right:30px !important;
}
.g1, .g2, .g3{
	position: relative;
	margin: 0 1%;
}
.g25, .g50, .g75 {
	margin: 0 1%;
}
.go-arrow {
	position:absolute;
	right:3%;
	bottom:3%;
}
.home-image{
	display:block;
	margin: -1% -1% 0 -1%;
	/*margin-bottom:1.5em;*/
	max-width:102%;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}
.ie6 .home-image, {
	width:100%;
}
.home-image img{
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}
.home-item{
	/*padding:0;*/
	padding: 1%;
	margin:0;
	border:1px #dFdFdF solid;
	position:relative;
	/*background-color:#EFEFEF;*/
	/*border-right:1px #EFEFEF solid;
	border-left:1px #EFEFEF solid;
	border-bottom:1px #EFEFEF solid; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.home-item-video{
	background-image:url(../images/framework/bubbles-back.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	padding: 1% 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
.home-item-video .item-desc{
	background-color:#dbe3ea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
/*.item-border{
	width:100%;
	background-color: #EFEFEF;
}*/
.home-item .item-desc {
	margin-bottom:35px;
}
.ie6 .home-item, .ie6 .home-item-video {
	margin-bottom:20px;
}
.home-item-video .item-image {
	text-align: center;
}
.item-desc h2 {
	/*background-image:url(../images/framework/orange-arrow-button.png);
	background-repeat:no-repeat;
	background-position: right 2px;
	padding-right:10%;*/
	margin-top:.5em;
}
.ie6 .item-desc h2 {
	background-image:none;
	background-repeat:no-repeat;
	padding-right:10%;
	margin-top:.25em;
}
.item-desc a:hover{
	text-decoration:none;
}
.ie6 .item-image img{
	width:275px;
}
.iview-button, .iview-button:link, .iview-button:hover, .iview-button:active, .iview-button:visited{
	display: inline-block;
	background-image:url(../images/framework/button-back-2.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:3px 70px 3px 10px;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#FFF;
	text-shadow: 0px -1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1); 
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5); 
}
.iview-button:hover{
	text-decoration:none;
}
.list-last {
	padding-bottom: 10px;
}
.logo-area {
	margin: 0 1%;
}
/*.optional-image {
	display:none;
}*/
.plate-top, .plate-bottom {
	line-height:0;
}
.ie6 .plate-top, .ie6 .plate-bottom {
	display:none;
}
.plate-top{
	margin-top:5px;
}
.plate-bottom{
	margin-bottom:5px;
}
.plate-top img, .plate-bottom img {
	max-width:100%;
	height:12px;
}
.ie6 .plate-top img, .ie6 .plate-bottom img {
	width:0;
}
.trademark {
	font-family:Verdana, Geneva, sans-serif;
}
.video-desc {
	padding:10px;
}
.video-desc h2 {
	background-image:none;
	margin-right:0;
}
.video-time {
	color:#FFF;
}
/* Helpers*/

/* Clickchart functionality*/
.clickChart {
	display:block;
}
.clickChartContainer {
	border: 1px #0D4175 solid;
	cursor:pointer;
	margin-bottom:1.5em;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}
.clickChartHeader {
	background-color:#0D4175;
	background-image:url(../images/framework/button-back.gif);
	padding:3px;
	text-shadow: 0px -1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1); 
}
.clickChartTitle {
	float:left;
	color:#FFF;
	font-weight:bold;
}
.clickChartButton {
	float:right;
	color:#FFF;
}
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

#sponsored-by {
	width: auto;
	float:right;
}
#sponsored-by p, #sponsored-by img {
	position: relative;
	float:left;
	display: block;
	width: auto;
}
#sponsored-by img {
	float: right;
	/*margin-left: 15px;*/
}
#sponsored-by p {
	text-align: right;
	paddig-right: 15px;
}
div.sponsored-text {
	font-family: Arial, Helvetica, sans-serif;
	clear: both; 
	text-align: right; 
	font-size: 11px; 
	line-height: 14px;
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 
	footer ul li a, footer ul li a:link, footer ul li a:visited{
		width:21%;
		float:left;
		padding:1%;
		margin:0 1%;
		coll
	}
	h1 {
		font-size: 2em;
		line-height: 1.2em;
	}
	nav ul li #nav-footer a{
		display:inline;
	}
	#header-content img{
		display:block;
		float:right;
	}
	/*#idc-logo {
		float:left;
	}
	#published-by {
		margin-top:0 !important;
	}
	#secondary-nav {
		float:right;
	}
	#sponsored-by {
		width: auto;
		float:right;
	}
	#sponsored-by p, #sponsored-by img {
		position: relative;
		float:left;
		display: block;
		width: auto;
	}
	#sponsored-by img {
		float: right;
	}
	#sponsored-by p {
		margin-right:15px;
		text-align: right;
	}*/
	.breadcrumb .g1 {
		margin:0;
		width:33.33333333333%;
	}
	.download {
		float:left !important;
	}
	.logo-area{
		float:left;
		width:157px;
		margin: 0;
	}
	.video-back {
		background-image:url(../images/framework/video-back.jpg);
	}
	.g1, .g2 {
		width:48.0%;
		float:left;
	}
	.ie6 .g1, .ie6 .g2, .ie7 .g1, .ie7 .g2 {
		width:47%;
	}
	.g25, .g75 {
		float:left;
	}
	.g25 {
		width:23%;
	}
	.g75 {
		width:73%;
	}
	.ie6 .g75 {
		width: 74%;
	}
	.ie7 .home-image, {
		width:100%;
	}
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
	
	footer ul li a, footer ul li a:link, footer ul li a:visited{
		width:21%;
		float:left;
		padding:1%;
		margin:0 1%;
	}
	.ie6 footer ul li a, .ie6 footer ul li a:link, .ie6 footer ul li a:visited{
		width:20%;
	}
	nav ul li #nav-footer a{
		display:inline;
	}
	.home-item {
		/*min-height:211px;*/ /* changed 1/13/2012 */
		/*min-height: 216px;*/
		min-height: 236px;
	}
	.ie6 .home-item, .ie7 .home-item, .ie8 .home-item {
		/*height:211px;*/ /* changed 1/13/2012 */
		height: 216px;
	}
	/*.optional-image {
		display:block;
	}*/
	.g1 {
		width:31.333%;
	}
	.ie6 .g1, .ie7 .g1 {
		width:30.333%;
	}
	.g2 {
		width:64.667%;
	}
	.ie .g2 {
		width:63.667%;
	}
	.ie6 .g2 {
		width:62.667%;
	}
	.g3 {
		width:98.0%;
	}
	.g50 {
		width:48%;
		float:left;
	}
	.ie .g50 {
		width:47%;
	}
	.ie7 .home-image, {
		width:102%;
	}
}

/* new */
a#menu-button {
	display: none;
}
/*.g3.plate-top {
	display: none;
}
.breadcrumb .g1.left, .breadcrumb .g1.right {
	width: 45% !important;
	margin: 0;
}
.breadcrumb .g1.center {
	width: 10% !important;
	margin: 0;
}*/



