@font-face {
    font-family: 'GadgetRegular';
    src: url('/css/fonts/gadget-webfont.eot');
    src: url('/css/fonts/gadget-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/gadget-webfont.woff') format('woff'),
         url('/css/fonts/gadget-webfont.ttf') format('truetype'),
         url('/css/fonts/gadget-webfont.svg#GadgetRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	font-family: GadgetRegular;
	font-weight: normal !important;
	font-size: 13px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #7A7A7A;
}

a{
	color: #78899C;
}

font,p,table{
	font-family: GadgetRegular;
	font-weight: normal !important;
	font-size: 13px !important;
	color: #7A7A7A;
}

#main_content{
	width: 960px;
	min-height: 585px;
	padding-bottom: 20px;
/*	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
*/	
}

#main_content {
	text-align: left;
}

#main_content td[width="392"] {
/*	width: 700px; */
}


#main_content.front{
/*	background: url(/css/images/main-container.png) no-repeat;*/
	width: 960px;
	min-height: 537px;
	margin-top: 20px;
	padding-bottom: 0px;
}

#login_window.not-logged-in{
	background:	url(/css/images/TTW-login-box.png) no-repeat #78899c;
	background-position: 0px 3px;
	width: 264px;
	height: 152px;
	margin-top: 20px;
	margin-left: 645px;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: GadgetRegular;
	font-weight: normal !important;
	font-size: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	z-index: 1000;
	color: white;
}

#login_window.logged-in{
	background:	#78899c;
	background-position: 0px 3px;
	width: 264px;
	height: 155px;
	margin-top: 20px;
	margin-left: 645px;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	z-index: 1000;
	color: white;
}

#login_window.logged-in a{
	text-decoration: none;
}

#login_window font{
	color: white;
}

#login_window a{
	color: white;
}

#login_window td{
	color: white;
}

#news_bar{
	background:	url(/css/images/TTW-news-bar.png) no-repeat;
	width: 960px;
	height: 26px;
	margin-top: 20px;
}

#news_bar #news_text{
	font-family: GadgetRegular;
	font-weight: normal !important;
	font-size: 13px;
	color: white;
	float: left;
	padding-left: 15px;
	padding-top: 2px;
	border-right: 1px solid white;
	height: 18px;
	padding-right: 15px;
	margin-top: 3px;
}

#bottom_carousel{
	width: 960px;
	height: 154px;
	margin-top: 20px
}

#bottom_carousel .row{
	background: url(/css/images/TTW-lower-carousel.png) no-repeat;
	display: inline-block;
	width: 236px;
	height: 153px;
	margin-right: 1px;
}

#homepage_image{
	padding-top: 250px;
}

#top_bar{
	background:	url(/css/images/title-bar.png) no-repeat;
	width: 960px;
	height: 36px;
}

#top_bar #top_bar_name{
/*	background:	url(/css/images/TTW-title-logo.png) no-repeat;
	background-position: 100% 15%; */
	color: white;
	float: left;
	font-family: GadgetRegular;
	font-weight: normal !important;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 11px;
	height: 28px;
/*	width: 270px; */
	text-transform: uppercase;
	text-align: left;
}

#top_bar_below{
	background-color: black;
	height: 20px;
	width: 630px;
/*	margin-left: 330px; */
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.top_menu{
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.top_menu #menu_row{
	float: left;
}

.top_menu #menu_row a{
	text-indent: -9000px;
}

.top_menu #menu_row.home a{
	background: url(/css/images/nav-home.png) no-repeat;
	background-position: 0% 100%;
	display: block;
	width: 119px;
	height: 38px;
}

.top_menu #menu_row.home a:hover{
	background: url(/css/images/nav-home.png) no-repeat;
	background-position: 0px 1px;
	display: block;
	width: 119px;
	height: 38px;
}

.top_menu #menu_row.quotes a{
	background: url(/css/images/nav-quotes.png) no-repeat;
	background-position: 0% 100%;
	display: block;
	width: 117px;
	width: 112px;
	height: 38px;
}

.top_menu #menu_row.quotes a:hover{
	background: url(/css/images/nav-quotes.png) no-repeat;
	background-position: 0px 1px;
	display: block;
	width: 117px;
	width: 112px;
	height: 38px;
}

.top_menu #menu_row.products a{
	background: url(/css/images/nav-products.png) no-repeat;
	background-position: 0% 100%;
	display: block;
	width: 116px;
	width: 112px;
	height: 38px;
}

.top_menu #menu_row.products a:hover{
	background: url(/css/images/nav-products.png) no-repeat;
	background-position: 0px 1px;
	display: block;
	width: 116px;
	width: 112px;
	height: 38px;
}

.top_menu #menu_row.technology a{
	background: url(/css/images/nav-technology.png) no-repeat;
	background-position: 0% 100%;
	display: block;
	width: 115px;
	width: 110px;
	height: 38px;
}

.top_menu #menu_row.technology a:hover{
	background: url(/css/images/nav-technology.png) no-repeat;
	background-position: 0px 1px;
	display: block;
	width: 115px;
	width: 110px;
	height: 38px;
}

.top_menu #menu_row.support a{
	background: url(/css/images/nav-support.png) no-repeat;
	background-position: 0% 100%;
	display: block;
	width: 117px;
	width: 116px;
	height: 38px;
}

.top_menu #menu_row.support a:hover{
	background: url(/css/images/nav-support.png) no-repeat;
	background-position: 0px 1px;
	display: block;
	width: 117px;
	width: 116px;
	height: 38px;
}

.top_menu #menu_row.purchase a{
	background: url(/css/images/nav-purchase.png) no-repeat;
	background-position: 0% 100%;
	display: block;
	width: 116px;
	height: 38px;
}

.top_menu #menu_row.purchase a:hover{
	background: url(/css/images/nav-purchase.png) no-repeat;
	background-position: 0px 1px;
	display: block;
	width: 116px;
	height: 38px;
}

.top_menu #menu_row.contact a{
	background: url(/css/images/nav-contact.png) no-repeat;
	background-position: 0% 100%;
	display: block;
	width: 116px;
	width: 115px;
	height: 38px;
}

.top_menu #menu_row.contact a:hover{
	background: url(/css/images/nav-contact.png) no-repeat;
	background-position: 0px 1px;
	display: block;
	width: 116px;
	width: 115px;
	height: 38px;
}

.top_menu #menu_search{
	background: url(/css/images/nav-search.png) no-repeat;
	background-position: 0% 100%;
	display: inline-block;
	width: 160px;
	height: 38px;
}

.top_menu #menu_search:hover{
	background: url(/css/images/nav-search.png) no-repeat;
	background-position: 0px 1px;
	display: inline-block;
	width: 160px;
	height: 38px;
}

.top_menu #menu_search input{
	margin-top: 10px;
	border: none;
	height: 20px;
	width: 115px;
}

.top_menu #menu_search #mag-glass{
	background: url(/css/images/MagnifyingGlass.png) no-repeat;
	width: 16px;
	height: 15px;
	position: absolute;
	margin-top: -16px;
	margin-left: 20px;
}

.login{
	float: right;
	padding-top: 1px;
}

.login a{
	text-decoration: none;
	color: white;
	font-family: GadgetRegular;
	font-weight: normal !important;
	font-size: 9px;
	text-transform: uppercase;
}	

form[name="Login"] input[name="Email"] {
	margin-top: 4px;
	border: none !important;
}
form[name="Login"] input[name="Password"] {
	margin-top: 8px;
	border: none;
}


.top_bar_below_links{
	color: white;
	float: left;
	margin-left: 10px;
}

.top_bar_below_links a{
	color: white;
	font-family: GadgetRegular;
	font-weight: normal !important;
	font-size: 12px;
	text-decoration: none;
	border-right: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -10px;
	padding-top: 6px;
	height: 12px;
	display: inline-block;
}

.top_bar_below_links a:hover{
	color: #78899c;
}

#top_bar .nav_logo{
	float: left;
	padding-top: 4px;
}

#top_bar .nav_logo img{
	border-left: 2px solid white;
	padding-left: 5px;
	/*
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/TTW-title-logo.png', sizingMethod='image');
	*/
}

#copyright,
#copyright2{
	color: #929a9f;
	font-family: GadgetRegular;
	font-weight: normal !important;
	font-size: 8px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.login a#user_profile{
	display: block;
	width: auto;
	padding-bottom: 4px;
	border-bottom: 1px solid white;
	text-transform: uppercase;
	padding-top: 1px;
	margin-bottom: -1px;
}

#main_carousel_left{
	position: absolute;
	margin-top: -40px;
	margin-left: 437px;
}

#main_carousel_right{
	position: absolute;
	margin-top: -40px;
	margin-left: 1430px;
}

.js-hidden{
	display: none;
}

.jcarousel-skin-name{
	margin-top: 20px;
}

.jcarousel-container-horizontal{
	width: 1016px;
	overflow: hidden;
	margin-left: -29px;
}

.jcarousel-container-horizontal .jcarousel-clip-horizontal{
	overflow: hidden;
	width: 965px;
}

#bottom_carousel_left{
	position: absolute;
	top: 70px;
}

#bottom_carousel_right{
	position: absolute;
	top: 70px;
	left: 998px;
}

.jcarousel-container-horizontal .jcarousel-clip-horizontal ul#footer_carousel li img{
	width: 236px;
	height: 153px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:960px;
	display:none;
	margin-bottom: -15px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div {
	width:960px;
	height: 560px;
	display:block;
}

.slides_container div img{
	width: 960px;
	height: auto;
}

/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0;
	padding:0;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination .current a {
	color:red;
}

a.slides_prev{
	background:	url(/css/images/TTW-left-arrow.png) no-repeat;
	display: block;
	text-indent: -9000px;
	width: 18px;
	height: 24px;
	position: absolute;
	margin-left: -30px;
	top: 562px;
}


a.slides_next{
	background:	url(/css/images/TTW-right-arrow.png) no-repeat;
	display: block;
	text-indent: -9000px;
	width: 18px;
	height: 24px;
	position: absolute;
	margin-left: 970px;
	top: 562px;
}

#quote_block{
/*	background:	url(/css/images/quote_block.png) no-repeat;*/
	background-color:  #78899c;
	display: block;
	width: 390px;
	min-height: 193px;
	text-align: center;
	float: right;
	margin-top: -3px;
	color: white;
	min-height: 510px;
}

#quote_block font,
#quote_block p,
#quote_block table,
#right_column font,
#right_column p,
#right_column table{
	color: white !important;
}

#quote_block a{
	color: white;
}

.technology_section_table{
	margin-left: 20px;
	padding-top: 8px;
}

.trial_now{
	float: right;
	margin-top: 15px;
	margin-right: 18px;
}

.trial_now a{
	display: block;
	width: 66px;
	height: 15px;
	text-indent: -9000px;
}

.new_user{
	float: right;
	margin-top: 42px;
	margin-right: -65px;
}

.new_user a{
	display: block;
	width: 66px;
	height: 15px;
	text-indent: -9000px;
}

.password_reminder{
	clear: both;
	margin-left: 155px;
	width: 100px;
	margin-top: -13px;
}

.remember_me{
	clear: both;
	color: white;
	margin-left: 5px;
	width: 100px;
	margin-top: 66px;
}

.login_button{
	float: right;
	margin-top: -22px;
	margin-right: 14px;
}

.login_button a{
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9000px;
}

.print_pdf2 {
position: absolute;
margin-left: 850px;
padding-top: 10px;
z-index: 1000;
}

.technology-subpage{
	margin-top: 20px;
}

.technology-subpage img{
	width: 960px;
}

.select_quote #main_content{
	margin-top: -4px;
	margin-bottom: 0px;
}

/*
.quote_step #quote_block{
	background:	url(/css/images/quote_block_long.png) no-repeat;
	background-size: 100% 100%;
	height: auto;
}
*/

#quote_block_bottom{
	float: right;
}

#quote_block_bottom_2{
	float: right;
	margin-right: 5px;
}

#quote_block_bottom_usertool{
	float: right;
	margin-right: 5px;
}

.front_pages #quote_block{
/*	margin-top: -3px; */
}


#bottom_carousel_right_1 {
float: right;
margin-top: -35px;
}

#bottom_carousel_left_1 {
float: left;
margin-top: -35px;
}

.divider{
height: 10px;
}

.about_page #quote_block{
	padding-top: 10px;
}

.distributors #main_content table{
	margin-left: -50px;
}

#google_translate_element{
	padding-bottom: 20px;
}

textarea:focus, input:focus{
    outline: none;
}

strong,
b{
	color: #78899C;
	font-weight: normal;
}

#quote_block strong,
#quote_block b{
	color: white;
	font-weight: normal;
}

#seo-text{
font-size: 8pt;
color: #999;
text-align: justify;
display: none;
}

.front #seo-text{
	display: block;
}

#copyright2{
	display: none;
}

.front #copyright2{
	display: block;
}

.products_page font, .products_page p, .products_page table{
	color: #7A7A7A;
}

#quote_block #quick_quote{
	width: 125px;
	height: 125px;
	background:	url(/images/TTWQQbutton_on.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#quote_block #quick_quote:hover{
	width: 125px;
	height: 125px;
	background:	url(/images/TTWQQbutton_on.png) no-repeat;
	background-position: 100% 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#quote_block #quick_quote a{
	display: block;
	height: 125px;
	width: 125px;
	text-indent: -9000px;
}

input[name="locUnit"],
input[name="UNIT"],
input[name="TaperMinMax"],
input[name="SCDMinMax"],
input[name="LCDMinMax"],
input[name="LOCMinMax"],
input[name="displayunit"],
input[name="StepLengthUnit"],
input[name="MajorCuttingDiameterUnit"],
input[name="StepCuttingDiameterUnit"],
input[name="StepAnglePerSideUnit"]{
	color: white;
}

table#right-column,
table#right-column font,
table#right-column b,
td#right-column,
td#right-column font,
td#right-column b{
	color: white;
}
/*
td#right-column{
	padding-left: 10px;
	padding-right: 10px;
}
*/
table[bgcolor="#78899C"],
table[bgcolor="#78899C"] font{
	color: white !important;
}

input[id="login_user"]{
	margin-left: 3px;
}

input[id="login_pass"]{
	margin-left: 3px;
	width: 140px !important;
}

.main_content_special{
	margin-bottom: -15px;
}

#quote_block label,
#quote_block label a{
	color: #cccccc;
}

table#left-table{
	padding-top: 8px;
}

table#left-table2,
td#left-table2{
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

table#left-table3,
td#left-table3{
	padding-left: 20px;
}

#contact_info{
	text-align: left;
	padding-top: 20px;
	padding-left: 40px;
}

#contact_form{
	padding-left: 40px;
}

#contact_form input,
#contact_form textarea{
	margin-left: 0px;
}

input#submit{
	background: url(/images/button_submit.png) no-repeat;
	text-indent: -9000px;
	color: white;
	width: 80px;
	height: 22px;
	border: none;
	cursor: pointer;
}

#list_subscribe{
	background:	url(/css/images/TTWeNewsSubscribe.png) no-repeat;
	width: 300px;
	height: 175px;
	margin-left: 20px;
	color: white;
	font-size: 14px;
}

.login a#user_profile font,
.login a font{
	color: white;
	font-size: 10px !important;
	line-height: 1em;
}

#top_bar font{
	color: white;
}

.ticker font{
	color: white;
}

.ticker-content font{
	padding-left: 5px;
}

#login_window font{
	color: white;
	font-size: 10px !important;
	line-height: 1em;
}

.select_quote select#Select1{
border: 0;
background: url(/css/images/newquote-select.png) no-repeat;
width: 174px;
height: 59px;
-webkit-appearance: none;
}

.select_quote select#Select1::-ms-expand{
  display: none;
}

.select_quote select#Select2{
border: 0;
background: url(/css/images/myquote-select.png) no-repeat;
width: 206px;
height: 59px;
-webkit-appearance: none;
}

.select_quote select#Select2::-ms-expand{
  display: none;
}

.select_quote select#Select1:focus,
.select_quote select#Select2:focus{
	outline: none;
}

.modalPopup .header font{
	color: black;
}

.modalPopup span#body font{
	color: white;
}

.edit_user #quote_block img{
	position: absolute;
	z-index: 0;
}

.edit_user #login_info{
	text-align: center;
	color: #7A7A7A;
	position: relative;
}

.edit_user #login_info a{
	color: #7A7A7A;
}

.about_page input#submit{
	background: url(/images/SubmitWebLarge.png) no-repeat;
	text-indent: -9000px;
	color: white;
	width: 160px;
	height: 44px;
	border: none;
	cursor: pointer;
}

.endmill_step1 #main_content table#left-table2 td{
	vertical-align: top;
}

.products_page img#quote-now{
	margin-left: 75px;
}

.products_page img#quote-now-reamer{
	margin-left: 20px;
}

input#addQuantityButton{
	background: url(/images/TTWplus.png) no-repeat;
	text-indent: -4000px;
	width: 23px;
	height: 22px;
	border: none;
	cursor: pointer;
	margin-right: 5px;
}

.endmill_order1 .legal_text,
.endmill_order2 .legal_text{
	padding-left: 45px !important;
	padding-right: 45px !important;
}

#not-active-quote{
	color: red;
}
