 /* ----- Global properties declaration ----- */
body {
	margin: 10px 0px 0px 0px;
	font: 12px Arial, Helvetica,Verdana, sans-serif;
	color: #000;
	background-color: #fff;
	line-height:14px;
}


/* ----- Table Properties ----- */
td {
	font:1em Arial, Helvetica,Verdana, sans-serif;
	line-height:14px;
}

th {
	font:bold 1em Arial, Helvetica,Verdana, sans-serif;
	padding:10px;
	background-color:#3671A5;
	color:#fff;
	text-align:center;
}

/* ----- Generic Links ----- */
a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color:#3671A5;
}

a:link.footer,a:visited.footer {
	text-decoration:none;
}

a.red:link, a.red:visited {
	color:#D94B27;
	text-decoration:none;
}

a.red:hover {
	text-decoration:underline;
}

a.blue:link, a.blue:visited {
	color:#3671A5;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

a.blue:hover {
	text-decoration:underline;
}


/* ----- Paragraph ----- */
p {
	margin: 0px 0px 15px 0px;
	line-height:14px;
}


/* ----- Headings ----- */
h3 {
	margin: 0px 0px 10px 0px;
	font:bold 1.4em Arial, Helvetica, Verdana, Trebuchet MS;
	color:#3671A5;
	text-decoration: none;
}

h4 {
	margin: 0px 0px 10px 0px;
	font:1.4em Arial, Helvetica, Verdana, Trebuchet MS;
	color:#666;
	text-decoration: none;
}

h5 {
	margin: 0px 0px 10px 0px;
	font:bold 1.1em Arial, Helvetica, Verdana, Trebuchet MS;
	color:#3671A5;
	text-decoration: none;
}

h6 {
	margin: 10px 0px 2px 0px;
	font:bold 1.1em Arial, Helvetica, Verdana, Trebuchet MS;
	color:#3671A5;
	text-decoration: none;
}

em {
	color:#666;
	line-height:14px;
	font-size:1em;
	font-style:normal;
}


/* ----- Image ----- */
img {
	border:0px;
}

.bordered {
	border:1px solid #ccc;
}

.bordered_blue {
	border:2px solid #3671A5;
}

.no_border {
	border:0px;
}

/* ----- Page Breakers ----- */
hr {
	height: 1px;
	color: #ccc;
	background-color:#ccc;
	border:0px;
}


/* ----- Lists ----- */
ul, ol {
	margin:10px 0px 10px 40px;
	padding: 0px;
	list-style-position:outside;
}

ul {
	list-style-type:disc;
}

ul li, ol li {
	margin:0px 0px 5px 0px;
}

ul.no_indent {
	margin-left:16px;
}

ol.no_indent {
	margin-left:22px;
}

html>body ol.no_indent {
	margin-left:18px;
}

/* ----- User Interactivity Elements ----- */
input, select, textarea {
	font: 1em Arial, Helvetica,Verdana, sans-serif;
	vertical-align: middle;
	border:1px solid #bbb;
	padding:1px;
	margin:2px 0px;
	color:#000;
}

form, object, embed {
	margin: 0px;
	padding: 0px;
}

form {
	display:inline;
}

.form_title {
	padding:3px 0px 10px 0px;
	vertical-align:top;
	font-weight:bold;
}

.form_field {
	padding:0px 0px 0px 10px;
	vertical-align:top;
}

.full {
	width:98%;
}

/* --- Utilities */
.clear_both {
	clear:both;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.float_left_10_25 {
	float:left;
	margin:0px 10px 25px 0px;
}

.padded_10 {
	padding:10px;
}

.padding_right_10 {
	padding-right:10px;
}

.valign_middle {
	vertical-align:middle;
}

.valign_top{
	vertical-align:top;
}

.valign_bottom {
	vertical-align:bottom;
}

.center {
	text-align:center;
}

.margin_tb_5 {
	margin:5px 0px;
}

.align_right {
	text-align:right;
}

.align_left {
	text-align:left;
}

.blue {
	color:#3671A5;
}

/* --- Contextual IDs / Selectors */
/* LAYOUT */
#masthead {
	width:745px;
	padding:0px 20px 8px 10px;
	vertical-align:middle;
}

#search {
	float:right;
	padding:45px 0px 0px 0px;
	vertical-align:middle;
}

#body {
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:30px solid #3671A5;
	padding:0px;
	margin:0px 0px 20px 0px;
}

#left_col {
	width:151px;
	padding:0px;
	margin:0px;
	background-image:url(../images/bg_left_col.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

#product_img {
	border-bottom:1px solid #ccc;
}

#cat_menu {
	width:150px;
	border-top:5px solid #3671A5;
	margin:0px;
	padding:0px;
}

ul.category {
	margin:0px;
	padding:0px;
}

ul.category li {
	margin:0px 0px 1px 0px;
	padding:0px;
}

ul.category a:link, ul.category a:visited, ul.category li.selected {
	padding:3px 10px 3px 15px;
	background-color:#E2E6F1;
	display:block;
	height:14px;
	line-height:14px;
	text-decoration:none;
}

html>body ul.category a:link, ul.category a:visited, ul.category li.selected {
	height:auto;
}

ul.category a:hover {
	background-color:#CAD4E6;
	color:#000;
}

ul.category li.selected {
	background-color:#B6C5DD;
	color:#000;
}

ul.category li.selected a:link, ul.category li.selected a:visited {
	padding:0px;
	background-color:#B6C5DD;
}

/* Subcategories */
ul.category li.subcat {
	margin:0px 0px 1px 0px;
	padding:0px;
}

ul.category li.subcat a:link, ul.category li.subcat a:visited, ul.category li.subcat_selected {
	padding:3px 10px 3px 25px;
	display:block;
	background-color:#fff;
	height:14px;
	line-height:14px;
	text-decoration:none;
}

html>body ul.category li.subcat a:link, ul.category li.subcat a:visited, ul.category li.subcat_selected {
	height:auto;
}

ul.category li.subcat a:hover, ul.category li.subcat_selected {
	color:#D94B27;
}

ul.category li.subcat_selected {
	font-weight:bold;
}


#right_col {
	padding:0px;
	vertical-align:top;
}

#nav {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #ccc;
	background-color:#3671A5;
	vertical-align:top;
}

.white_bg {
	background-color:#fff;
}

#nav img {
	vertical-align:top;
}

#nav ul li {
	display:inline;
	margin:0px;
}

#banner {
	width:625px;
	margin:0px 0px 10px 0px;
}

#home_banner {
	background-image:url(../images/bg_home.gif);
	background-repeat:no-repeat;
	width:602px;
	padding:123px 0px 0px 30px;
	height:277px;
}

html>body #home_banner {
	height:auto;
	min-height:277px;
}

#breadcrumb {
	margin:0px 0px 13px 0px;
	padding:0px 0px 0px 20px;
	color:#3671A5;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color:#000;
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:underline;
}

.content {
	width:605px;
	margin:0px;
	padding:0px 0px 0px 20px;
}

html>body .content {
	padding:0px 0px 10px 20px;
}

.content_full {
	width:625px;
	margin:0px;
	padding:0px;
}

#page_title {
	margin:0px 0px 15px 0px;
	vertical-align:top;
	clear:both;
}

.inquiry_panel, .inquiry_list_panel {
	border:1px solid #ccc;
	padding:5px 20px;
	width:140px;
	background-color:#F4C9BE;
}

.inquiry_list_panel {
	margin:2px 0px 0px 0px;
	padding:10px 15px;
	width:220px;
}

#bottom_band, #home_bottom_band {
	border-top:1px solid #ccc;
	margin:20px 0px 0px 0px;
	padding:0px;
	background-color:#f2f2f2;
}

#home_bottom_band {
	margin:0px;
	background-color:#EEF0F6;
}

.light_red_panel, .light_blue_panel, .light_blue_panel_nb, .white_panel {
	background-color:#FCF2F0;
	padding:10px 20px;
	border-right:1px solid #ccc;
}

.light_blue_panel, .light_blue_panel_nb {
	background-color:#EEF0F6;
}

.light_blue_panel_nb {
	border:0px;
}

.grey_divider {
	height:1px;
	border:0px;
	background-color:#ccc;
}

.white_panel {
	background-color:#fff;
	border:0px;
}

/* NEWS */
.news_headline {
	width:240px;
	padding:5px;
	background-color:#E2E6F1;
}

.news_headline img {
	display:block;
	margin:3px 0px;
}

.news_img {
	width:150px;
	padding:0px 10px 10px 0px;
}

a.news:link, a.news:visited, a.news_selected:link, a.news_selected:visited {
	display:block;
	padding:7px 15px;
	height:12px;
	text-decoration:none;
	margin:0px;
}

a.news:hover {
	background-color:#8FA9CC;
	color:#000;
}

a.news_selected:link, a.news_selected:visited, a.news_selected:hover {
	color:#000;
	background-color:#B6C5DD;
}


/* SERVICE */
.service_step {
	width:100%;
	margin:0px 0px 10px 0px;
	clear:both;
}

.service_step img {
	margin:0px 0px 2px 0px;
	border:1px solid #ccc;
}

.step_item, .selected_step {
	text-align:center;
	float:left;
	width:86px;
	margin:0px 30px 0px 0px;
}

a.service_step:link, a.service_step:visited {
	text-decoration:none;
	padding:0px;
}

a.service_step:hover, .selected_step {
	color:#3671A5;
}

.selected_step {
	font-weight:bold;
}

/* CATEGORY / PRODUCT */
.pager {
	background-color:#3671A5;
	margin:5px 0px;
	padding:3px 10px;
	color:#fff;
	height:16px;
	width:605px;
	text-align:right;
	vertical-align:middle;
	clear:both;
}

.pager a:link, .pager a:visited {
	background-color:#3671A5;
	color:#A2B7D5;
}

.product_item {
	padding:5px 10px 5px 0px;
	text-align:center;
	vertical-align:top;
	line-height:20px;
}

.product_item .image {
	height:120px;
	border:1px solid #ccc;
	margin:0px 0px 3px 0px;
	vertical-align:middle;
}

.product_item .image a:link, .product_item .image a:visited, .product_item .image img {
	vertical-align:middle;
}

.product_detail {
	color:#000;
	padding:10px 0px 0px 20px;
}

.more_photos {
	margin:7px 0px 10px 0px;
}

#footer {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 10px;
}

ul.footer {
	margin:3px 0px;
	padding:0px;
	list-style-type:none;
}

ul.footer li {
	margin:0px 3px 0px 0px;
	display:inline;
}

#designed_by {
	margin:10px 0px;
	font-size:0.9em;
}

#designed_by a:link, #designed_by a:visited {
	color:#3671A5;
}

#designed_by a:hover {
	text-decoration:underline;
}

/* Error Handling */
.form_error {
	color:#EF4135;
	font-size:0.9em;
}

.msg_error, msg_warning, .msg_info {
	color:#EF4135;
	margin:0px 0px 15px 0px;
}

.msg_warning {
	color:#CFA407;
}

.msg_info {
	color:#19956a;
}

.disabled {
	color:#A2B7D5;
	background-color:#3671A5;
}