/* CSS Document */
body {
	margin-top: 5px;
	margin-left: 5px;
	font:normal 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
background-color:#fafafa;
}

a:link {
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #3EC141;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #0099cc;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #0099cc;
	text-decoration: underline;
}
.grey_head {
	line-height: 1.6em;
	font-weight: bold;
	color: #0099CC;
	font-family: Tahoma, verdana, arial;
	font-size: 14px;
}
.tablehead {
	color: #003399;
	font-weight: bold;
	text-align: left;
	background-color:#ffffff;
    padding: 2px 2px 2px 5px;
}
#bg_image {
	background-attachment: fixed;
	background: url(../images/watermarkhome.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}

/*** page layout styles ****/
.content {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: top;
	font-family: Tahoma, verdana, arial;
	font-size: 12px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
}
.colleft {
	width: 180px;
	vertical-align: top;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.colright {
	width: 180px;
	vertical-align: top;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
/*** header styles start here *****/
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00349A;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 190px;
}

/*** Breadcrumb styles****/
.breadcrumb {
	font-family: Tahoma, verdana, arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.breadcrumb a:link { 
color:#FFFFFF;
text-decoration: none;
}
.breadcrumb a:visited { 
color:#FFFFFF;
text-decoration: none;
}
.breadcrumb a:hover { 
color:#FFFFFF;
text-decoration: underline;
}
.breadcrumb a:active { 
color:#FFFFFF;
text-decoration: underline;
}
.breadcrumb_row {
	background-color: #f63c00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/**** footer styles *****/

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	background-color: #003399;
	padding: 2px 2px 5px 5px;
	text-align: right;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.footer a:link {
color: #ffffff; 
font-weight: normal; 
text-decoration: none;
}
.footer a:visited {
color: #ffffff; 
font-weight: normal; 
text-decoration: none;
}
.footer a:hover { 
color: #ffffff; 
font-weight: normal; 
text-decoration: underline;
}
.footer a:active {
color: #ffffff; 
font-weight: normal; 
text-decoration: underline;
}

/******* Back to Top styles *******/
.back_top {
	font-family: Tahoma, Verdana, Arial, Helvetica, ;
	font-size: 10px;
	line-height: 1.4em;
	color: #F63C00;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.back_top a:link {
color: #F63C00; 
font-weight: normal; 
text-decoration: none;
}
.back_top a:visited {
color: #F63C00; 
font-weight: normal; 
text-decoration: none;
}
.back_top a:hover { 
color: #F63C00; 
font-weight: normal; 
text-decoration: underline;
}
.back_top a:active {
color: #F63C00; 
font-weight: normal; 
text-decoration: underline;
}
/********** end footer styles ********/


#breadcrumb {
	float: left;
	padding-left: 5px;
}
#search {
	float: right;
	right: 5px;
}

/****** Finance Table *****/
table.finance tr.value_white {
background-color:#FFFFFF;
}
table.finance tr.value_grey {
background-color:#efefef;
}

table.finance tr td {
font-family: Tahoma, verdana, arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;

}

table.finance tr td.finance_value {
	color: #003366;
	text-align: right;
	vertical-align: middle;
    border-bottom: 1px dotted #D9F2FF;
    padding: 4px 20px 4px 4px; 
}


table.finance tr td.finance_header {
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left;
	padding: 4px;
	background: url(../images/finance_bg.jpg);
}
table.finance tr td.finance_header_left {
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px;
	background: url(../images/finance_left_bg.jpg);
}
table.finance tr td.finance_header_rgt {
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px;
	background: url(../images/finance_right_bg.jpg);
}
/**** column styles *****/
.quicklinks {
	font-family: Tahoma, verdana, arial;
	font-size: 8px;
	color: #003366;
}

.siteinfoheader {
	font-family: Tahoma, verdana, arial;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 2px;
	background: url(../images/siteinfo_header.gif); no-repeat fixed center;
}
.siteinfo_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	padding: 2px 2px 2px 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 1.4em;
	background: url(../images/siteinfo_bg.jpg); repeat-y fixed top;
}

.siteinfo_text a:link {
color:#003366;
text-decoration:underline;
}
.siteinfo_text a:visited {
color:#003366;
text-decoration:underline;
}
.siteinfo_text a:hover {
color:#003366;
text-decoration:underline;
}
.siteinfo_text a:active{
color:#003366;
text-decoration:underline;
}
.siteinfo_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.siteinfo_image {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}
.siteinfo_large {
	font-family: Tahoma, verdana, arial;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #00349A;
}
.table_content {
	letter-spacing: 0.2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	line-height: 1.6em;
}
/**** hire information ******/
.hire_image {
	float: right;
	background-color: #eaeaea;
	position: relative;
	height: 120px;
	width: 120px;
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
	vertical-align: middle;
}
.hire_header {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/products_bg.jpg);
}
.hire_content {
	line-height: 1.4em;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aeaeae;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aeaeae;
}
.hire_footer {
	color: #0e7bb6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	border-top: 1px solid #eaeaea;
}
li.hire {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/hire_li.gif);
}
#hire_position {
	float: left;
}
/******* Product styles start here*******/
.products_distributors {
	text-align: center;
	padding: 5px;
	float: left;
}
.siteinfo_large {
	font-family: Tahoma, verdana, arial;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #00349A;
}

/******* Product styles start here*******/
.products_distributors {
	text-align: center;
	padding: 5px;
	float: left;
}

/****** Product Styles *******/
.products_header {
	font-family: Tahoma, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background: url(../images/products_bg.jpg);
fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.product_content {
	line-height: 1.4em;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aeaeae;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aeaeae;

}
.product_code {
	font-family: Tahoma, verdana, arial;
	font-weight: bold;
	color: #00349A;
	z-index: 5;
	vertical-align: top;
	float: right;
	padding-right: 5px;

}
.product_price {
	font-family: Tahoma, verdana, arial;
	font-weight: bold;
	color: #F63C00;
	float: right;
	text-align: right;
	z-index: 10;
	vertical-align: top;
	padding-right: 5px;
}
.product_image {
	float: right;
	background-color: #eaeaea;
	position: relative;
	height: 110px;
	width: 110px;
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
}
.product_image_2 {
	float: right;
	background-color: #eaeaea;
	position: relative;
	height: 140px;
	width: 110px;
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
}
.product_image_3 {
	float: right;
	background-color: #eaeaea;
	position: relative;
	height: 195px;
	width: 110px;
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
}
li.products {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/hire_li.gif);
}
.product_price1 {
	background-color: #fafafa;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.product_price2 {
	background-color: #eaeaea;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.product_highlight {
	font-size: 12px;
	font-weight: bold;
	color: #3EC141;
}
/****** Special Styles *******/
.specials_header {
	font-family: Tahoma, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background: url(../images/specials_bg2.jpg);
fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.specials_content {
	line-height: 1.4em;
	padding-left: 5px;
	border: 1px solid #aeaeae;
	font-weight: bold;
}
.specials_limited {
	font-family: Tahoma, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding-right: 5px;
	font-weight: bold;
float: right;
}
.specials_image {
	float: right;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
li.specials {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/specials_li.gif);
}
.sitemap a:link, .sitemap a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	background-image:  url(../images/sitemap_arrow.gif);
	font-weight: bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0px 3px 15px;
	color: #003399;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left;
	background-color:#FFFFFF;
	text-decoration: none;
}
.sitemap a:hover{
	background-image:  url(../images/sitemap_arrow.gif);
	font-weight: bold;
	text-decoration: underline;
}
.sitemap2 a:link, .sitemap2 a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	background-image:  url(../images/sitemap_arrow2.gif);
	font-weight: normal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0px 3px 25px;
	color: #003399;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left;
	background-color:#FFFFFF;
	text-decoration: none;
}
.sitemap2 a:hover{
	background-image:  url(../images/sitemap_arrow2.gif);
	font-weight: normal;
	text-decoration: underline;
}

.specials_home {
	padding: 1px;
	float: right;
	height: 92px;
	width: 72px;
}

.cbwc {
	text-align: left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.cbwc a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
	text-align: left;
	padding: 5px;
}
.cbwc a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
	text-align: left;
	padding: 5px;
}
.cbwc a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
	text-align: left;
	padding: 5px;
	text-decoration:underline;
}
.cbwc a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
	text-align: left;
	padding: 5px;
	text-decoration:underline;
}
.tel_content {
font-size: 24px;
	letter-spacing: 0.2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	line-height: 1.6em;
}
.siteinfo_text_large {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #f63c00;

}
