﻿/* Main Content */
.quick_search, .company_info, .featured_product, .three_tab, .ups_tracking, .quick_order {
	border-color: #4f7cd6;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
}

.quick_search, .company_info, .featured_product, .three_tab {
	margin-right: 5px;
	width: 380px; 
	float: left;
}

.ups_tracking, .quick_order {
	margin-left: 5px;
	width: 200px;
	text-align: center;
	float: right;
}

.quick_search {
	color: #303030;
	font-size: 8pt;
	padding: 5px;
}

.quick_search .selectbox {
	color: #303030;
	font-size: 9pt;
}

.company_info {
	padding: 5px;
}

.company_info h1 {
	color: #303030;
	font-size: 14pt;
	margin: 0;
}

.company_info p {
	color: #4f7cd6;
	font-size: 10pt;
	font-weight: bold;
	margin: 2px 15px 0px 15px;
}

.company_info p .red {
	color: #ce1919;
}

.featured_product {
	/*height: 150px;*/
	padding: 5px;
}

.featured_product .title {
	color: #303030;
	font-size: 18pt;
	margin-left: 5px;
}

.featured_product .name {
	color: #ce1919;
	font-weight: bold;
	margin-left: 15px;
}

.featured_product .price {
	color: #303030;
	font-weight: bold;
	font-size: 22pt;
	margin-left: 5px;
}

.featured_product .detail {
	font-size: 10pt;
	margin-left: 18px;
}

.featured_product .item {
	font-size: 10pt;
	margin-left: 5px;
}

.detail a:link, .item a:link {
	color: #4f7cd6;
	font-size: 8pt;
}

.detail a:visited, .item a:visited {
	color: #4f7cd6;
	font-size: 8pt;
}

.detail a:hover, .item a:hover{
	color: #ce1919;
	font-size: 8pt;
}

.product {
	float: right;
}

#three_tab {
	padding: 5px;
}

#three_tab #tab1 p {
	font-size: 8pt;
	text-align: center;
	letter-spacing: .1em;
	margin-top: 5px;
}

#three_tab #tab1 p a {
	text-decoration: none;
	color: #4f7cd6;
}

#three_tab #tab1 p a:visited {
	color: #4f7cd6;
}

#three_tab #tab1 p a:hover {
	color: #ce1919;
}

#three_tab #tab1 .products {
	text-align: left;
	margin-left: 20px;
	font-size: 10pt;
	margin-top: -15px;
}

.ups_tracking {
	padding: 0px 0px 5px 0px;
}

.ups_tracking .inputs {
	margin-top: -5px;
}

.ups_tracking p {
	color: #4f7cd6;
	font-size: 10pt;
	font-weight: bold;
}

.ups_tracking a{
	color: #ce1919;
}

.quick_order p .title {
	color: #303030;
	font-size: 18pt;
}

.quick_order .blue {
	color: #4f7cd6;
	font-size: 10pt;
	margin-left: 58px;
}

.quick_order .red {
	color: #cd1919;
	font-size: 10pt;
	margin-left: 40px;
}

.quick_order .column_heads {
	margin-top: -8px;
	text-align: left;
}

.quick_order .inputs {
	margin-top: -8px;
}

