/* CSS Document */
strong { color:#FFF; }
.column3 a { text-decoration:underline; color:#F90; }
.column3 a:hover { text-decoration:underline; color:#FFF; }
.content_container { background: url(/zbrush/zbrush350r3/img/bkgrd.jpg) repeat-y; width:960px; padding-bottom:40px; }


/* columns */
.column3 { width:920px; padding:40px 20px; /*border: solid thin red;*/ }
.column2 { width: 440px; padding:20px 20px; float: left; }

.column { width: 250px; float: left; padding: 0 0 30px 13px; padding:0; }
.column p, .column2 p, .column3 p, .content_container li { text-align:left; color:#EEE; padding: 0 8px; line-height:16px; font-family:Verdana, sans-serif; position:relative; z-index:2; }

.featureTitle { font: bold 13px verdana, sans-serif; }
.featureSubTitle { font: bold 11px verdana, sans-serif;  }

.caption { font: 10px verdana, sans-serif; }


/* navbar */
.navbar { background:url(../img/menu_bkgrd.gif) repeat-x; height:34px; text-align:center; padding:0px 20px; border:thin solid black; border-width: 1px 1px 0 1px; width:918px; }
.navbarBtm { background:url(../img/menu_btm.gif) no-repeat; height:13px; }
.navbar a { float:left; position:relative; }

.shadetabs a { border:thin solid black; }
#menu1 a { background:url(../img/menu_1.gif) no-repeat; width:176px; height:34px; border-width:0 1px 0 1px; }
#menu2 a { background:url(../img/menu_2.gif) no-repeat; width:265px; height:34px; border-width:0 1px 0 0; }
#menu3 a { background:url(../img/menu_3.gif) no-repeat; width:189px; height:34px; border-width:0 1px 0 0; }

#menu1 a:hover, #menu2 a:hover, #menu3 a:hover  { background-position:0 -34px; }

.shadetabs a, .shadetabs a:hover { text-decoration:none; }

.shadetabs{
margin:0 0 0 100px;
list-style-type: none;
text-align:center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display:inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
color: #FFF;
}

#menu1 a.selected, #menu2 a.selected, #menu3 a.selected { background-position:0 -34px; }

.tabcontent{
display:none;
}

@media print {
	.tabcontent {
	display:block !important;
	}
}


