/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}





/* MAIN styles
-------------------------------------------*/
body{
	background: #003654;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #545454;
}

h1{
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	margin:0px 0px 10px 0px;
	font-weight: bold;
	line-spacing: normal;
}

h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	margin:10px 0px 0px;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #004d77; text-decoration: underline;}
a:visited{color: #004d77; text-decoration: underline;}
a:hover{color: #004d77; text-decoration: underline;}
a:active{color: #004d77;}

dt{
	font-weight: bold;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

table tr.r1 td{
	background: #f1f6d5;
}


label {
	font-size: 12px;
}


.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */






/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 793px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -397px;
	background: #fff;
}




/* HEADER styles
-------------------------------------------*/
#header{
	margin: 0px;
	padding: 0px;
	background: #004d77 url(../images/bg_header.gif) 0 0 repeat-x;
	position: relative;
	height: 81px;
}
	#header h1{
		position: absolute;
		top: 5px;
		left: 15px;
	}
	#header h1 a{
		display: block;
		height: 73px;
		width: 168px;
		background: transparent url(../images/logo_the_hub.gif) 0 0 no-repeat;
		letter-spacing : -1000em;
		text-indent: -1em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */

	#header-nav, #header-nav-sup{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	#header-nav{
		position: absolute;
		right: 10px;
		bottom: 0px;
		text-align: right;
	}

	#header-nav-sup{
		position: absolute;
		right: 20px;
		top: 10px;
	}
	#header-nav li{
		padding: 0px;
		text-align: center;
		float: left;
	}
		#header-nav li a{
			margin: 0px;
			padding: 0px 10px;
			border-left: 1px solid #27698c;
			color: #fff;
			text-decoration: none;
			line-height: 30px;
			display: block;
			float: left;
			text-transform: uppercase;
		}
		#header-nav li a:hover{
			color: #6ba9cb;
		}
		#header-nav li.current a{
			background: #175d83;
		}
		#header-nav li.first a{
			border-left: none;
		}


	#header-nav-sup li{
		display: inline;
	}
		#header-nav-sup li a{
			margin: 0 0 0 10px;
			padding: 0 0 0 10px;
			border-left: 1px solid #4c82a0;
			color: #FFF;
			text-decoration: none;
		}
		#header-nav-sup li a:hover{
			text-decoration: underline;
		}
		#header-nav-sup li.first a{
			border-left: none;
		}





/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 5px;
	padding: 10px 20px;
	background: #fff;
	float: left;
	display: inline;
}
	body.sidebar #content{
		margin: 5px;
		padding: 10px 20px;
		background: #fff;
		float: left;
		display: inline;
		width: 415px;
	}
	
#content h1 { font-size: 14px;}

#homeflash{
	float: left;
	width: 419px;
	height: 220px;
	margin-right: 20px;
}
p#home-intro{
	line-height: 1.3em;
	font-size: 1.1em;
}
	div#newsblock{
		float: left;
		clear: left;
		width: 344px;
		padding: 0px 10px 10px 10px;
		border: 1px solid #f1f2e8;
		margin: 20px 0px 0px 0px;
	}
	div#featuredproductblock{
		float: left;
		clear: left;
		width: 344px;
		padding: 0px 10px 10px 10px;
		border: 1px solid #f1f2e8;
		margin: 20px 0px 0px 0px;
	}
	div#quotesblock{
		float: left;
		width: 325px;
		padding: 0px 10px 10px 10px;
		border: 1px solid #f1f2e8;
		margin: 20px 0px 0px 00px;
	}
		div#quotesblock table{
			margin: 0px -10px 0px -10px;
			border-collapse: collapse;
			width: 345px;
		}
			div#quotesblock table td{
				padding: 2px;
			}
			div#quotesblock table th{
				padding: 2px;
				text-align: left;
			}
			div#quotesblock table .date{
				width: 65px;
				padding-left: 10px;
			}


	div#newsblock ul, div#newsblock ul li{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	div#newsblock ul li{
		margin: 10px 0px 0px 0px;
	}
	div#newsblock h2, div#quotesblock h2, div#specialblock h2{
		margin: 0 -10px 0px -10px;
		background: #a9bf05;
		color: #5d6900;
		padding: 5px 10px;
	}
	
	div#featuredproductblock ul, div#featuredproductblock ul li{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	div#featuredproductblock ul li{
		margin: 10px 0px 0px 0px;
	}
	div#newsblock h2, div#quotesblock h2, div#specialblock h2, div#featuredproductblock h2{
		margin: 0 -10px 0px -10px;
		background: #a9bf05;
		color: #5d6900;
		padding: 5px 10px;
	}
	
	
	div#specialblock{
		float: left;
		width: 325px;
		padding: 0px 10px 10px 10px;
		border: 1px solid #f1f2e8;
		margin: 20px 0px 0px 20px;
	}

	table#rfq-managebox{
		width: 100%;
		background: #f9f9f5;
		border: 1px solid #f1f2e8;
	}
		table#rfq-managebox td{
			padding: 10px;
		}
		table#rfq-managebox td.rfq-managebox-1{
			width: 20%; 
			vertical-align: middle;
		}
		table#rfq-managebox td.rfq-managebox-2{
			width: 45%;
		}
		table#rfq-managebox td.rfq-managebox-3{
			width: 35%;
			border-left: 1px solid #f1f2e8;
		}
		
	.copy-box {
	  	width: 100%;
  		background: #f9f9f5;
  		border: 1px solid #f1f2e8;
    }
      table.copy-box td{
	  		padding: 10px;
			
  		}
		.copy-box td { font-size: 12px; }
    
    
    
		
		div.rfq-list{}
			div.rfq-list h2{
				color: #92a900;
				background: #f1f2e8;
				border: 1px soild #f1f2e8;
				float: left;
				padding: 5px 10px;
			}
			div.rfq-list table {
				clear: left;
				width: 100%;
				border-collapse: collapse;
				border: 1px solid #f1f2e8;
			}
			div.rfq-list table th, div.rfq-list table td{
				text-align: left;
				padding: 2px 8px;
			}
			div.rfq-list table th{
				font-size: 1.1em;
			}
			div.rfq-list table .view{
				width: 6%;
			}
			div.rfq-list table .number{
				width: 10%;
			}
			div.rfq-list table .project{
				width: 50%;
			}
			div.rfq-list table .date{
				width: 10%;
			}
			div.rfq-list table .delete{
				width: 10%;
			}
			
			
.instructions {
	font-size:10px;
	color: #999;
}


/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	border: 1px solid #f1f2e8;
	margin: 25px 10px 0px 0px;
	padding: 0px 10px 10px 10px;
	width: 255px;
	float: right;
	display: inline;
}

	#sidebar h2.sidebar-header{
		margin: 0 -10px 0px -10px;
		background: #a9bf05;
		color: #5d6900;
		padding: 5px 10px;
	}
	#search-box{
		background: #f1f2e8;
		padding: 5px 10px 10px 10px;
		margin: 0 -10px 10px -10px;		
	}
	#search-box p{
		padding: 5px 0px 0px 0px;
		margin: 0;		
	}


#sidebar ul, #sidebar ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	#sidebar ul li{
		font-weight: bold;
	}
		#sidebar ul li ul li{
			padding-left: 15px;
			margin-left: 5px;
			background: #fff url(../images/icon_arrow.gif) 0px 6px no-repeat;
			line-height: 1.7em;
			font-weight: normal;
		}
			#sidebar ul li ul li ul li{
				padding-left: 15px;
				margin-left: 5px;
				background: #fff url(../images/icon_droparrow.gif) 0px 6px no-repeat;
				line-height: 1.7em;
				font-weight: normal;
			}

	#sidebar ul li.level0{ 
	          font-weight: bold; 
				 line-height: 1em;
	} 
	#sidebar ul li.level1{ 
           padding-left: 15px; 
           margin-left: 5px; 
           background: #fff url(../images/icon_arrow.gif) 0px 6px no-repeat; 
           line-height: 1.7em; 
           font-weight: normal; 
	} 
	#sidebar ul li.level2{ 
	                    padding-left: 15px; 
	                    margin-left: 10px; 
	                    background: #fff url(../images/icon_droparrow.gif) 0px 6px no-repeat; 
	                    line-height: 1.7em; 
	                    font-weight: normal; 
	} 
	#sidebar ul li.level3{ 
	                    padding-left: 15px; 
	                    margin-left: 15px; 
	                    background: #fff url(../images/icon_droparrow.gif) 0px 6px no-repeat; 
	                    line-height: 1.7em; 
	                    font-weight: normal; 
	} 




/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	margin: 0px;
	padding: 0px 20px;
	background: #fff url(../images/bg_footer.gif) 0% 100% no-repeat;
	position: relative;
	height: 50px;
}
	#footer p.copyright{
		text-align: right;
		color: #c4c4c4;
		padding-top: 15px;
	}
	#footer h2{
		position: absolute;
		top: 0px;
		left: 15px;
	}
	#footer h2 a{
		display: block;
		height: 36px;
		width: 190px;
		background: transparent url(../images/logo_interior_concepts.gif) 0 0 no-repeat;
		letter-spacing : -1000em;
		text-indent: -1em;
		text-decoration: none;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #footer h2 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */
	
	

/* MISC styles
-------------------------------------------*/
#help-container { border: 1px solid #999; background-color: #FDEEA5;  padding: 10px; width: 200px;}
#product-nav-container  {}
#product-nav-container ul li { margin-left: -2em; list-style-type: none; font-size: 11px;  }
#product-nav-container h1 { font-size: 12px; margin-left: 10px; }
.form-label {font-size: 12px; font-weight: bold;}
.download-link-doc { background-image: url(../images/icon_word.gif); padding-left: 25px; height: 20px; display:block; background-repeat: no-repeat;}
.download-link-pdf { background-image: url(../images/icon_pdf.gif); padding-left: 25px; height: 20px; display:block; background-repeat: no-repeat;}


.download-link-xls { background-image: url(../images/icon_excel.gif); padding-left: 25px; height: 20px; display:block; background-repeat: no-repeat;}


#portacart-container { 
  float: right;
  width: 150px;
  padding: 5px;
  background: #E7E7E7;
  border: 1px solid #999;
  
}

#portacart-container h3 { margin: 0px; padding: 0px; }
#portacart-container ul { 
  font-size: 10px;
  list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
  }
#portacart-container li { font-size: 10px; }


#help-bar {
	margin-left: -25px;
	margin-right: -25px;
	border: 1px solid #999; 
	background-color: #F1F6D5;  
	margin-bottom: 10px;
	/*height: 30px;*/
	/*background-image: url(../images/icon_help.jpg); 
	background-repeat: no-repeat;*/
	padding: 10px; 
	display:block; 
	
}

.sysmsg { color: green; font-weight: bold;}

.product-info  { font-size: 12px;}