/* GENERAL STYLES */
/* ---------------------------------- */
/* ---------------------------------- */

.mceContentBody,
.mceEditorIframe {
	/* TinyMCE Editor */
	background-color:#FFFFFF;
	}
.mceContentbody a,
.mceEditorIframe a {
	color: #00C;
	text-decoration: underline;
	}

/* ---------------------------------- */
/* BUILDING BLOCK LAYOUT              */
/* ---------------------------------- */
body {
	font-size: 12px;
	font-family: Arial, Tahoma, Sans-Serif;
	color: #666;
	line-height: 1.2em;
	background-color: #AAA;
	border: 0;
	margin: 0;
	}

h1,
.Title {
	font-family: "Arial Black", Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 120%;
	color: #333;
	margin: 0;
	padding: 0;
	}
h1 {
	margin: 0 0 10px 0;
	}
h2,
h3,
h4 {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 120%;
	color: #333;
	margin: 0;
	padding: 0;
	}
h2	{
	font-size: 100%;
	text-transform: uppercase;
	padding-bottom: 1em;
	}
h3	{
	font-size: 100%;
	padding-bottom: 0.3em;
	}
h5,
.SubTitle {
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.3em;
	}
p {
	font-size: 11px;
	margin: 0.8em 0 0.8em 0;
	padding: 0;
	line-height: 1.2em;
	}
ul {
	font-size: 11px;
	}

img {
	border: 0;
	}
hr {
	clear: both;
	display: block;
	height: 1px;
	background-color: #CCC;
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

a:link,
a:visited {
	color: #0072bc;
	text-decoration: none;
	}
a:hover,
a:active {
	color: #0072bc;
	text-decoration: none;
	}
a.More {
	padding: 0 0 0 10px;
	background: url(/custom/images/home/more-carats.gif) no-repeat 0 50%;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.Wrapper {
	width: 800px;
	min-height: 575px;
	height: auto !important;
	height: 575px;	/* KLUDGE for IE6's lack of support for min-height */
	border: solid 0px #999;
	margin: 0 auto;
	text-align: left;
	background: #f7f7f7 url(/custom/images/home/bg_withsidebar.gif) repeat-y left top;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.Branding {
	height: 30px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	position: relative;
	}
.Organization {
	float: left;
	height: 30px;
	width: 132px;
	line-height: 30px;
	background-color: #000;
	color: #FFF;
	background: #000;
	}
.TagLine {
	float: right;
	height: 30px;
	width: 668px;
	line-height: 30px;
	color: #000;
	background: #FFF url(/custom/images/home/buildiq-tagline_2.gif) no-repeat 20px 50%;
	}
.Logins {
	width: 668px;
	display: inline;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	}
.Logins ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.Logins li {
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}
.Logins li a {
	background: url(/custom/images/home/navbutton-small-square-yell.gif) no-repeat right 50%;
	padding-right: 16px;
	margin-left: 12px;
	margin-right: 9px;
	}
.Logins li a:link,
.Logins li a:visited,
.Logins li a:hover,
.Logins li a:active {
	color: #000;
	}

/* ---------------------------------- */
.Branding .NavGlobal {
	clear: both;
	position: absolute;
	z-index: 20;
	top: 31px;
	height: 17px;
	line-height: 17px;
	margin-left: 132px;
	width: 668px;
	color: #000;
	background: #e9e9e9 url(/custom/images/home/bg-globalnav-main.gif) repeat-x 0 0;
	}
.NavGlobal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	}
.NavGlobal li {
	width: 132px;
	border-left: 1px solid #666;
	padding: 0;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}
.NavGlobal li.first {
	border-left: 0;
	}
.NavGlobal li.wide {
	/* KLUDGE to fill the remianing pixels after dividing the available space for five buttons */
	width: 136px;
	}
.NavGlobal li a {
	display: block;
	}
.NavGlobal li a:link,
.NavGlobal li a:visited {
	display: block;
	color: #4d4d4d;
	}
.NavGlobal li a:hover,
.NavGlobal li a:active {
	display: block;
	background: #999 url(/custom/images/home/bg-globalnav-current.gif) repeat-x;
	color: #FFF;
	}
.NavGlobal li.current {
	background: #999 url(/custom/images/home/bg-globalnav-current.gif) repeat-x;
	color: #FFF;
	}
.NavGlobal li.current a:link,
.NavGlobal li.current a:visited,
.NavGlobal li.current a:hover,
.NavGlobal li.current a:active {
	color: #FFF;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.BottomBar {
	clear: both;
	height: 34px;
	line-height: 34px;
	background-color: #e6e6e6;
	position: relative; /* to allow sidebar logo to be absolutely positioned */
	}
.SideBranding {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 86px;
	width: 132px;
	top: -86px;
	background: #e6e6e6 url(/custom/images/home/logo-iq-graybar.gif) no-repeat 50% bottom;
	}
.eNewsletter {
	float: left;
	width: 132px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: #CCC url(/custom/images/home/enewsletter-logo.gif) no-repeat 0 0;
	}
.SponsorBar {
	float: right;
	height: 34px;
	width: 668px; 
	background-color: #e6e6e6;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.Footer {
	height: 15px;
	line-height: 15px;
	background-color: #000;
	padding-left:  152px;
	}
.Footer a.Link {
	color: #FFF;
	text-transform: none;
	}
.Footer ul {
	/* float: right; */
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.Footer li {
	/* padding: 0 40px 1px 75px; */
	padding: 0 25px 1px 25px;
	text-align: center;
	font-size: 9px;
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}

/* ---------------------------------- */
/* ---------------------------------- */

.Main {
	min-height: 496px;
	height: auto !important;
	height: 496px;	/* KLUDGE for IE6's lack of support for min-height */
	width: 800px;
	color: #000;
	background: #f7f7f7 url(/custom/images/home/bg_withsidebar.gif) repeat-y left top;
	}
.HomePage .Main {
	background: #000 url(/custom/images/home/bg_home.gif) no-repeat left top;
	}
/* ---------------------------------- */
.ToolBar {
	float: right;
	width: 668px;
	height: 73px; /* overall is 56px */
	margin: 0;
	padding: 0;
	background-color: #FFF;
	}
.ToolBar .SiteSearch {
	float: left;
	display: inline;
	color: #feb835;
	margin: 44px 0 0 20px;
	line-height: 24px;
	}
.SearchField {
	float: left;
	height: 16px;
	width: 412px;
	padding: 3px;
	margin: 0 1px 0 0;
	border: 1px solid #b2b2b2;
	}
.Submit {
	float: left;
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
	font-weight: bold;
	color: #648938;
	}

.ToolBar .Home {
	width: 668px;
	display: inline;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 30px;
	}
.ToolBar .Home ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.ToolBar .Home li {
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}
.ToolBar .Home li a {
	background: url(/custom/images/home/navbutton-small-square-yell.gif) no-repeat right 50%;
	padding-right: 16px;
	margin-left: 12px;
	margin-right: 9px;
	}
.ToolBar .Home li a:link,
.ToolBar .Home li a:visited,
.ToolBar .Home li a:hover,
.ToolBar .Home li a:active {
	color: #000;
	}

/* ---------------------------------- */
.Wrapper .MainContent {
	position: relative;
	float: right;
	width: 638px;
	min-height: 392px; /* overall is 440px */
	height:auto !important;
	height:392px;	/* KLUDGE for IE6's lack of support for min-height */
	padding: 31px 10px 0 20px; /* DJR 48px */
	margin: 0;
	background: #f7f7f7 url(/custom/images/home/bgB.gif) no-repeat right -70px;
	}
.HomePage .MainContent {
	background: transparent;
	}
.MainContent .ContentBody {
	clear: both;
	display: inline;
	}
.MainContent p {
	color: #333;
	padding-right: 20px;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.SideBar {
	float: left;
	min-height: 496px;
	height: auto !important;
	height: 496px;	/* KLUDGE for IE6's lack of support for min-height */
	width: 132px;
	margin: 0;
	padding: 0;
	background-color: #e6e6e6;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	position: relative;
	}
.SideContent {
	padding-left: 12px;
	padding-top: 104px;
	}
.SideContent .List ul {
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	/* white-space:nowrap; */
	text-transform:uppercase;
	font-weight:bold;
}

.SideContent .List ul li{
	margin:0 0 15px 0;
	
	}

.SideContent .List ul ul {
	margin:0 0 0 1px;
	padding:5px 0 0 0;
	list-style-type:none;
	font-size:11px;
	text-transform:none;
	font-weight:normal;	
	}

.SideContent .List ul ul li{
	margin:0;
	padding:1px 0 0 10px;
	
	}

.SideBar a,
.SideBar a:link,
.SideBar a:visited,
.SideBar a:hover,
.SideBar a:active {
	color: #4750a3;
	}
.SideBar a.More {
	color: #FFF;
	padding: 0 0 0 9px;
	background: url(/custom/images/home/more-carats-bluebarB.gif) no-repeat 0 50%;
	}







/* ---------------------------------- */
/* HOMEPAGE                           */
/* ---------------------------------- */
.HomePage .MainContent {
	float: left;
	width: 600px;
	padding: 0;
	background: transparent;
	}
.Slogan {
	position: relative;	/* to enable absolute positioning later */
	padding: 0;
	margin: 0;
	float: left;
	}
.SloganContent {
	position: absolute;	/* in relation to the MainContent element */
	top: 12px;
	left: 24px;
	width: 120px;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.1em;
	}
/* ---------------------------------- */
.MainSearch  {
	float: left;
	position: relative;	/* to enable absolute positioning later */
	color: #feb835;
	width: 600px;
	margin: 0;
	}
.MainSearch form {
	position: absolute;	/* in relation to the MainContent element */
	top: 290px;
	left: 24px;
	}
.MainSearch label {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	display: block;
	padding-bottom: 3px;
	}
.MainSearch label .Yellow {
	font-size: 16px;
	font-weight: bold;
	color: #f7b834;
	}
/* ---------------------------------- */
.SideLinks {
	float: right;
	position: relative;	/* to enable absolute positioning later */
	margin: 0;
	padding: 0;
	top: 232px;
	right: 45px;
	}
.SideLinks ul {
	list-style-type: none;
	width: 132px;
	margin: 0;
	padding: 0 0 28px 0;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
	}
.SideLinks li {
	margin: 0;
	padding: 0;
	}
.SideLinks li p {
	margin: 0;
	padding: 0 0 0 10px;
	color: #FFF;
	}
.SideLinks li a,
.SideLinks li a:link,
.SideLinks li a:visited,
.SideLinks li a:hover,
.SideLinks li a:active {
	margin: 0;
	padding: 0 0 0 10px;
	color: #FFF;
	font-weight: normal;
	font-family: "Arial Black", Verdana, Sans-Serif;
	display: block;
	width: 122px;
	background: url(/custom/images/home/more-carats-onblack.gif) no-repeat right 50%;
	}
.SideLinks h2  {
	font-family: "Arial Black", Verdana, Sans-Serif;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 1px 8px 1px 10px;
	width: 115px;
	color: #FFF;
	text-transform: none;
	}
.SideLinks .Insight h2 {
	background-color: #4d4d4d;
	}
.SideLinks .Tools h2 {
	background-color: #b24434;
	}
.SideLinks .Training h2 {
	background-color: #f7a810;
	}



/* ---------------------------------- */
/* ABOUT US                           */
/* ---------------------------------- */
.Template1045 .SideBar p {
	margin: 0;
	padding: 0 17px 8px 12px;
	}
.FaceBook {
	margin-top: 20px;
}
.FaceBook .Row {
	/* a UL element */
	float: left;
	/* width: 619px; */
	list-style: none;
	margin: 0;
	padding: 0 0 16px 65px;
	font-size: 11px;
	}
.FaceBook li {
	float: left;
	width: 127px;
	margin: 0;
	padding: 0;
	}
.FaceBook li.Last {
	width: 111px;	/* :KLUDGE: Make the last item a little narrower to keep the overall size within its container */
	}



/* ---------------------------------- */
/* SEARCH RESULTS (TemplateID = 1094) */
/* ---------------------------------- */
.Template1094 .MainContent {
	min-height: 410px; /* overall is 440px */
	height:auto !important;
	height:410px;	/* KLUDGE for IE6's lack of support for min-height */
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f7f7f7 url(/custom/images/home/bgB.gif) no-repeat right -53px;
	}
.Template1094 .SideContent {
	padding-top: 9px;
	}
.Template1094 div#tabNavContainer {
	background: transparent;
	}
.Template1094 ul#tabNav a {
	background: transparent;
	}
.Template1094 div#tabMenuNavContainer {
	background: transparent;
	}
/* ---------------------------------- */
/* search results content             */
/* ---------------------------------- */

.PseudoOneBox 
{
	border:2px dashed #feb835;
	color:Black;
	padding:12px;
	margin:10px 0px;
	width:521px;
}




/* ---------------------------------- */
/* AUTO FORM PLUS                     */
/* ---------------------------------- */

.ContactUs p,
.NewsletterSignup p {
	width: 575px;
	margin-top: 0;
	margin-bottom: 0;
	height: 60px;
	}
/* ---------------------------------- */
.ContactUs .AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li {
	display: none;
	}
.NewsletterSignup .AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li,
.NewsletterSignup .AutoFormPlus .add_me_to_your_mailing_list_li,
.NewsletterSignup .AutoFormPlus .send_me_your_best_practices_e-newsletter_li {
	display: none;
	}
/* ---------------------------------- */
.AutoFormPlus {
	font-size: 11px;
	position: relative;	/* NOTE: to enable using absolutely positioned items later */
	z-index: 21;
	}
/* ---------------------------------- */
.AutoFormPlus .vsummary {
	/* see http://www.aplus.co.yu/lab/z-pos/index5.php for making this work in IE6 & IE7 */
	position: absolute;
	left: -140px;
	width: 108px;
	height: 280px;
	z-index: 10;
	top: -60px;
	}
.AutoFormPlus .vsummary ul {
	margin: 0;
	padding: 0;
	}
.AutoFormPlus .vsummary li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
	color: #b24434;	
	font-weight: bold;
	line-height: 1.2em;
	}
/* ---------------------------------- */
.AutoFormPlus p {
	/* the thank you notice */
	font-size: 12px;
	font-weight: bold;
	}
/* ---------------------------------- */
.AutoFormPlus fieldset {
	position: relative;	/* NOTE: to enable using absolutely positioned items later */
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	height: 0;		/* NOTE: to enable IE7 positioning of all fieldsets at the same position */
	}
.AutoFormPlus ul {
	margin: 0;
	padding: 0;
	}
.AutoFormPlus li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 0;
	clear: both;
	}
.AutoFormPlus label	{
	width: 135px; 
	}
/* ---------------------------------- */
.AutoFormPlus li table {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	}
.AutoFormPlus li table input {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	}
.AutoFormPlus li table label {
	float: left;
	padding-left: 5px;
	}
/* ---------------------------------- */
.AutoFormPlus br {
	clear: both;
	}
/* ---------------------------------- */
/*.AutoFormPlus span {
	display: block; 
	}*/
/* ---------------------------------- */
.AutoFormPlus input {
	float: left; 
	margin: 0 0 12px 0;
	width: 135px;
	border: 1px solid #1E3E55;
	}
.AutoFormPlus .required input,
.AutoFormPlus .required select {
	background-color: #f7f9a0;
	}

.AutoFormPlus textarea {
	float: left; 
	margin: 0;
	width: 290px;
	height: 80px;
	border: 1px solid #1E3E55;
	}
.AutoFormPlus select {
	float: left; 
	margin: 0 0 26px 0;
	width: 145px;
	border: 1px solid #1E3E55;
	}
.AutoFormPlus input.button {
	height: auto;
	}
.AutoFormPlus li.required label strong {
	font-weight: bold;
	font-style: normal;
	}
/* ---------------------------------- */
				


/* ---------------------------------- */
/* CONTACT US FORM SPECIFICS - CONTROLS */
/* ---------------------------------- */
.AutoFormPlus .how_did_you_hear_about_BuildIQ_li select {
	position: absolute;
	top: 14px;
	left: 0;
	}
.AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li select {
	position: absolute;
	top: 14px;
	left: 215px;
	}
* html .AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li select {
	/* IE6 Fix --- fieldsets always have height in IE6, so we need to push this item above the previous fieldset */
	top: -170px;
	}
.AutoFormPlus .first_name_li input {
	position: absolute;
	top: 76px;
	left: 0;
	}
.AutoFormPlus .last_name_li input {
	position: absolute;
	top: 76px;
	left: 155px;
	}
.AutoFormPlus .company_li input {
	position: absolute;
	top: 76px;
	left: 310px;
	}
.AutoFormPlus .job_title_li input {
	position: absolute;
	top: 76px;
	left: 465px;
	}
.AutoFormPlus .address_1_li input {
	position: absolute;
	top: 120px;
	left: 0;
	}
.AutoFormPlus .city_li input {
	position: absolute;
	top: 120px;
	left: 155px;
	}
.AutoFormPlus .state_li input {
	position: absolute;
	top: 120px;
	left: 310px;
	}
.AutoFormPlus .zip_code_li input {
	position: absolute;
	top: 120px;
	left: 465px;
	}
.AutoFormPlus .address_2_li input {
	position: absolute;
	top: 150px;
	left: 0;
	}
.AutoFormPlus .questions_and_comments_li textarea {
	position: absolute;
	top: 168px;
	left: 155px;
	height: 100px;
	}
.AutoFormPlus .add_me_to_your_mailing_list_li table {
	position: absolute;
	top: 165px;
	left: 465px;
	margin: 0;
	padding: 0;
	width: 155px;
	}
.AutoFormPlus .send_me_your_best_practices_e-newsletter_li table{
	position: absolute;
	top: 205px;
	left: 465px;
	margin: 0;
	padding: 0;
	width: 155px;
	}
.AutoFormPlus .email_li input {
	position: absolute;
	top: 192px;
	left: 0;
	}
.AutoFormPlus input.button {
	position: absolute;
	top: 245px;
	left: 465px;
	width: 134px;
	height: 19px;
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	background: transparent url(/custom/images/home/button-blank.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	font-size: 9px;
	font-weight: bold;
	line-height: 17px;
	}
/* ---------------------------------- */
/* CONTACT US FORM SPECIFICS - LABELS */
/* ---------------------------------- */
.AutoFormPlus .how_did_you_hear_about_BuildIQ_li label {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	}
.AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li label {
	position: absolute;
	top: 0;
	left: 215px;
	width: 350px;
	}
* html .AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li label {
	/* IE6 Fix --- fieldsets always have height in IE6, so we need to push this item above the previous fieldset */
	top: -184px;
	}
.AutoFormPlus .first_name_li label {
	position: absolute;
	top: 62px;
	left: 0;
	}
.AutoFormPlus .last_name_li label {
	position: absolute;
	top: 62px;
	left: 155px;
	}
.AutoFormPlus .company_li label {
	position: absolute;
	top: 62px;
	left: 310px;
	}
.AutoFormPlus .job_title_li label {
	position: absolute;
	top: 62px;
	left: 465px;
	}
.AutoFormPlus .address_1_li label {
	position: absolute;
	top: 106px;
	left: 0;
	}
.AutoFormPlus .city_li label {
	position: absolute;
	top: 106px;
	left: 155px;
	}
.AutoFormPlus .state_li label {
	position: absolute;
	top: 106px;
	left: 310px;
	}
.AutoFormPlus .zip_code_li label {
	position: absolute;
	top: 106px;
	left: 465px;
	}
.AutoFormPlus .address_2_li label {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
	}
.AutoFormPlus .questions_and_comments_li label {
	position: absolute;
	top: 154px;
	left: 155px;
	height: 100px;
	}
.AutoFormPlus .add_me_to_your_mailing_list_li label {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
	}
.AutoFormPlus .add_me_to_your_mailing_list_li table label {
	position: relative;
	left: 0;
	width: 105px;
	}
.AutoFormPlus .send_me_your_best_practices_e-newsletter_li label {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
	}
.AutoFormPlus .send_me_your_best_practices_e-newsletter_li table label {
	position: relative;
	left: 0;
	width: 120px;
	}
.AutoFormPlus .email_li label {
	position: absolute;
	top: 178px;
	left: 0;
	}
/* ---------------------------------- */
/* ---------------------------------- */





/* EDITOR PROPERTIES */
h1 {

}

h5 {

}

h1 {

}

h2 {

}

h3 {

}

p {

}

.imageleft {
float: left;
margin: 0 1em 0.5em 0;

}

.imageright {
float: right;
margin: 0 0 0.5em 1em;
}

.imageleftmidparagraph {
float: left;
margin: 1em 1em 0.5em 0;
}

.imagerightmidparagraph {
float: right;
margin: 1em 0 0.5em 1em;
}



/*production version */


div#tabMenuNavContainer
{
	width:550px; 
	overflow:hidden;  
	background: #ffffff;
	
	
}
div#tabMenu
{
	width:550px;
	margin:0 auto;
	text-align:left;
	font-family:Arial,sans-serif;
	
	}
	
ul#tabNav,ul#tabNav li{list-style-type:none;margin:0;padding:0;}
ul#tabNav{}
ul#tabNav li{float:left;margin-left: 0px; text-align: center}
ul#tabNav a{float:left;width: 110px;padding: 5px 0;background: #ffffff;text-decoration:none;color: #625365}
ul#tabNav a:hover{background: #f7ba42;color: #625365}
ul#tabNav li.activelink a,ul#nav li.activelink a:hover{background: #f7ba42;color: white}
div#tabSubMenuNavContainer 
{
	width:550px;
	padding:5px 0 5px;
	text-align:left;
	background:#feb835;
}

div#tabSubMenuNavContainer ul 
{
	margin: 4px 0 0 10px;
	padding: 0;
	list-style-type: none;
}

div#tabSubMenuNavContainer ul li
{
	display:inline;
	padding:0 10px 0 10px;
}

div#tabSubMenuNavContainer ul li img
{
	vertical-align:middle; 
	margin:-2px 2px 0 0;
}

div#tabSubMenuNavContainer a 
{
	text-decoration:none;
}

div#tabSubMenuNavContainer a:hover 
{
	color:white;
}

div#tabSubMenuNavContainer a.activelink
{
	color:White;
}
div#tabSubMenuNavContainer li.activelink a
{
 color:white;
}

div#tabNavContainer
{
	width:550px;
	margin:auto;
	padding:5px 0 5px 0;
	text-align:left;
	background: white;  /*#fdbe56 */
}


div#searchStats 
{
	
}



/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}
