@charset "utf-8";
/* CSS Document */

/*****************************************
 * Global settings
 ****************************************/

* {
	margin:0;
	padding-top: 10;
}

body {
	background:#e1e1e1;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#232323;
}

#btech01-page {
	margin:0 auto;
	width:960px;
}


/*****************************************
 * Header
 ****************************************/

#btech01-header {
	background-color: #000000;
	/* removed in 9.1 background-image: url(http://www.autodesk.com/siebelimages/leftsash.gif);
	background-repeat: repeat-y; */
    height: 100%;
	width: 960;
	padding: 3px 18px 18px 18px;
}

#btech01-header #btech01-mainNav li{
	
	display:inline;
	list-style-type:none;
	list-style:none;
	font-size:10px;
	margin-right: 10px;
	vertical-align:middle;
}

#btech01-header #btech01-nav {
	padding-bottom:100px;
}

#btech01-header a {
	color:#959595;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
}

#btech01-header a:hover {
	color:#999900;
	text-decoration:none;
	font-weight: bold;
}

/*****************************************
 * Containers
 ****************************************/

#btech01-mainContent {
	background-color:#2D2D2D;
	min-width: 924;
    height: 100%;
	padding: 18px;
	font-size:9px;
	color: white;
	text-decoration: none;
}

#btech01-mainContent #columnContainer{
	border-top: 2px solid #858585;
	float:left;
	font-size:11px;
	margin-top: 18px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}

#btech01-mainContent #columnContainer #quickLinks li{
	margin: 0;
	list-style:none;
	list-style-type:none;
	
}

#btech01-mainContent #columnContainer #quickLinks #title{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	background-color: #191919;
}

#btech01-mainContent #columnContainer #filler{
	padding-bottom: 10px;
}

#quickContactForm{
	padding: 5px;
	border: 1px solid #D9D9D9;
	background-color: #FAFAFA;
	clear: both;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#quickContactForm #formField{
	max-width: 100px;
	font-weight:bold;
	color: #515151;
}

#quickContactForm table{
	width: 100%;
	font-size: 11px;
	border:none;
	padding:2px;
}

#quickContactForm input{
	width: 100%;
	font-size: 11px;
	border: 1px solid #717171;
	color: #515151;
}


#quickContactForm #sendContact{

	font-size: 12px;
	font-weight: bold;
	border: 1px solid #717171;
	background-color:#CCFF66;
}

#quickContactForm textarea{
	width: 100%;
	font-size: 11px;
	border: 1px solid #717171;
	color: #515151;
}

#quickContactForm #title{
	font-weight:bold;
	border: 1px solid #D9D9D9;
	background-color: #666666;
	padding: 2px;
	color: #FFFFFF;
	text-align:center;
	font-size:12px;
}

#btech01-mainContent #columnContainer a{
	font-size:12px;
	font-weight: bold;
	color: #F8FFAC;
	text-decoration: none;
}



/*****************************************
 * Header
 ****************************************/

#btech01-footer {
	width: 960;
	background-color:#575757;
	/* removed in 9.1 background-image: url(http://www.autodesk.com/siebelimages/leftsash.gif);
	background-repeat: repeat-y; */
	color: #C1C1C1;
	font-size:9px;
    height: 100%;
	padding: 9px 18px 18px 18px;
}


/*****************************************
 * Misc.
 ****************************************/
 
 #screenMask{
 
 	visibility: hidden;
	opacity: .75;
	filter: alpha(opacity=75);
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
 
 }
#btech01-page #btech01-mainContent #columnContainer #filler #columnTitle {
	font-size: 12px;
	font-weight: bold;
	color: #C27F1D;
}
#btech01-page #btech01-mainContent #columnContainer #quickLinks #contents a {
	padding-left: 5px;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#btech01-page #btech01-mainContent #columnContainer #quickLinks #contents {
	padding-top: 10px;
}
#btech01-page #btech01-navigation {
	background-color: #262626;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	color: #95958E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#btech01-page #btech01-navigation a {
	color:#95958E;
}

#btech01-page #btech01-navigation a:visited {
	color:#95958E;
}

#btech01-page #btech01-navigation a:hover {
	color:white;
}

#btech01-page #btech01-pageTitle {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	background-color: #3F3F3F;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#btech01-page #btech01-pageDetail {
	background-color: #FEFEFE;
	padding: 18px;
}
#btech01-page #btech01-pageDetail #leftColumn #loginTable {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #434343;
	background-image: url(/images/gradient.gif);
}
#btech01-page #btech01-pageDetail #leftColumn #partnerLogo {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 100px;
	padding-left: 5px;
}
#btech01-page #btech01-pageDetail #leftColumn {
	float: left;
	width: 600px;
}
#btech01-page #btech01-pageDetail #rightColumn #columnContainer #quickContactForm {
	width: 100px;
}
#btech01-page #btech01-pageDetail #rightColumn {
	float: left;
	width: 300px;
}
#quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
	color: #852922;
	margin-left: 310px;
	background-color: #F4F4F4;
}
.style1 {font-size: 14px}
.style2 {
	font-size: 13px;
	font-weight: bold;
}
.style3 {font-size: 14px; font-weight: bold; }
.style4 {font-size: 16px; font-weight: bold; }
