/*********
  LAYOUT
*********/

body {
	background: #1a1a1a;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 12px;
}


#pageblock {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px; 
}

	#logo { margin-top: 0px; float: left;}
		#logo img { width: 205px; height: 60px; border: 0px; margin-bottom: 10px; }
		
	#url { margin-top: 00px; float: right;}
		#url img { width: 210px; height: 60px; border: 0px; margin-bottom: 10px; }
		
	#topnavbox {
		clear: both;
		height: 50px;
		background: #1a1a1a url(/images/top-curves.gif) no-repeat left top;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 8px;
		padding-bottom: 0px;
	}
	
	/*********
	  TOP NAV
	*********/
	
		#mainnavleft { float: left; width: 15px; height: 26px; background: url(/images/nav-curve-left.gif) no-repeat left top; }
		#mainnavright { float: right; width: 15px; height: 26px; background: url(/images/nav-curve-right.gif) no-repeat right top; }
	
		#mainnav {
			width: 714px;
			float: left;
			background: url(/images/nav-bg.gif) repeat-x left top;
		}
		
			#mainnav ul {
				margin: 0px;
				padding: 0px;
				list-style: none;
				display: inline;
			}
			
				#mainnav li {
					margin: 0px;
					list-style: none;
					display: inline;
					font-size: 11px;
					padding: 0px;
					position: relative;
				}
				
					#mainnav a:link, #mainnav a:visited {
						padding: 0px 10px 6px 10px;
						height: 26px;
						line-height: 26px;
						font-weight: bold;
						color: #fff;
						text-decoration: none;
					}
					
					#mainnav a:hover {
						color: #B55;
						/* background: url(/images/nav-bg-inv.gif) repeat-x left top; */
					}

#mainnav ul ul {
position: absolute;
z-index: 500;
}

#mainnav ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#mainnav ul ul, 
div#mainnav ul li:hover ul ul,
div#mainnav ul ul li:hover ul ul
{display: none;}

div#mainnav ul li:hover ul,
div#mainnav ul ul li:hover ul,
div#mainnav ul ul ul li:hover ul
{display: block;}

				#mainnav ul.submainnav {
					position: absolute;
					top: 19px;
					left: 0px;
					width: 180px;
					border-top: 1px solid #fff;
					border-bottom: 1px solid #aaa;
					border-left: 1px solid #aaa;
					border-right: 1px solid #aaa;
				}
				

					#mainnav ul.submainnav li {
						display: block;
						width: 180px;
					}
					
						#mainnav ul.submainnav a:link, #mainnav ul.submainnav a:visited {
							padding: 0px 0px 0px 10px;
							display: block;
							width: 160px;
							height: 22px;
							line-height: 22px;
							font-weight: normal;
							color: #000;
							text-decoration: none;
							background: #eee;
							opacity: .9;
							filter: alpha(opacity=90);
							border-left: 10px solid #882832;
						}
						
						#mainnav ul.submainnav a:hover {
							background: #ddd;
							border-left: 10px solid #9C4C55;
						}


	/************
	  TOP SUB NAV
	************/
	
		#subnav {
			clear: both;
			height: 22px;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			background: url(/images/subnav-bg.gif) repeat-x left top;
			text-align: right;
		}
		
			#subnav ul {
				margin: 0px;
				padding: 0px;
				list-style: none;
				display: inline;
				float: right;
			}
			
				#subnav li {
					margin: 0px;
					list-style: none;
					display: inline;
				}
				
					#subnav a:link, #subnav a:visited {
						font-size: 10px;
						font-weight: normal;
						color: #fff;
						text-decoration: none;
						height: 22px;
						line-height: 22px;
						display: block;
						float: left;
						text-align: center;
					}
					
					#subnav a:hover {
						font-weight: bold;
					}
					
 				#subnav li.item1 a { width: 50px; }
 				#subnav li.item2 a { width: 43px; }
 				#subnav li.item3 a { width: 70px; }
 				#subnav li.item4 a { width: 65px; }
 				
	/*********
	  HOMEPAGE
	*********/
 				
	#homepagebox {
		clear: both;
		width: 744px;
		background: #000;
		border-left: 8px solid #fff;
		border-right: 8px solid #fff;
		border-bottom: 8px solid #fff;
	}
	
		#homefeat {
			float: left;
			width: 330px;
			height: 400px;
		}
		
		#hometext {
			float: right;
			width: 285px;
			padding-top: 85px;
			padding-right: 40px;
			font-size: 11px;
			color: #fff;
			line-height: 18px;
		}
		
	#footer {
		margin-top: 4px;
		margin-bottom: 4px;
		color: #ccc;
		font-size: 11px;
	}
	
		#footer a:link, #footer a:visited { color: #ccc; text-decoration: none; }
		#footer a:hover { color: #B55; text-decoration: underline; }
	
	/*********
	  OTHER PAGES
	*********/
 				
	#contentbox {
		clear: both;
		width: 744px;
		background: #fff;
		border-left: 8px solid #fff;
		border-right: 8px solid #fff;
		border-bottom: 8px solid #fff;
		padding-top: 20px;
		font-size: 11px;
		line-height: 20px;
	}
	
		#contentbox a:link, #contentbox a:visited {
			color: #1a1a1a;
		}
		
		#contentbox a:hover {
			color: #9E3842;
		}
		
	#contenttext {
		width: 664px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 20px;
	}
	
	/*************
	 BROKERAGE
	*************/
	
	#brokbox {
		width: 515px;
		padding-left: 20px;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	
	div.brokitem {
		padding: 20px 64px 0px 0px;
		width: 193px;
		height: 225px;
		float: left;
	}
	
	div.broktext {
		width: 167px;
		margin: 0px;
		padding: 2px 12px 2px 12px;
		border: 0px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		font-weight: bold;
		text-align: center;
	}
	
		#contentbox div.broktext a:link, #contentbox div.broktext a:visited {
			color: #882832;
		}
	
	div.brokboxtop { border: 0px; margin: 0px; padding: 0px; font-size: 1px; height: 175px;}
		div.brokboxtop img { border: 0px; margin: 0px; padding: 0px; width:193; height:175px; }
	
	div.brokboxbottom { border: 0px; margin: 0px; padding: 0px; font-size: 1px; height: 10px; }
	
	
	
	/*************
	 PRODUCT PAGE
	*************/
	
	#productimage {
		padding-top: 0px;
		float: left;
		width: 280px;
		text-align: center;
	}
	
		#productimage img.subimage {
			margin: 10px 3px 10px 3px;
			border: 1px solid #ccc;
			cursor: pointer;
		}
		
		#productimage img.subimage:hover {
			margin: 7px 0px 7px 0px;
			width: 43px;
			height: 43px;
			border: 1px solid #9E3842;
		}
	
	#productdesc {
		width: 239px;
		float: left;
		font-size: 11px;
		line-height: 20px;
		padding: 20px 10px 0px 10px;
		
	}
	
		#productdesc p { margin: 10px 0px 0px 0px; }
	
		#productdesc ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
			#productdesc li {
				margin: 0px;
				padding: 0px 0px 0px 13px;
				list-style: none;
				background: none url(/images/bullet-red.gif) no-repeat left 8px;
			}
			
				#productdesc li a:link, #productdesc li a:visited {
					color: #1a1a1a;
				}
				
				#productdesc li a:hover {
					color: #9E3842;
				}
	
	#productlist {
		float: right;
		width: 205px;
		padding-top: 40px;
	}
		
		#productlisttop { border: 0px; margin: 0px; padding: 0px; font-size: 1px; height: 155px;}
		#productlistbottom { border: 0px; margin: 0px; padding: 0px; font-size: 1px; height: 10px; }
	
		#productlisttop img { border: 0px; margin: 0px; padding: 0px; }

		#productlistinnertext {
			width: 171px;
			margin: 0px;
			padding: 5px 10px 6px 10px;
			border: 0px;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
		}
	
		#productlistinner {
			width: 191px;
			margin: 0px;
			padding: 0px 0px 6px 0px;
			border: 0px;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
		}
		
			#productlistinner img { margin: 6px 0px 12px 33px;}
		
			#productlistinner ul {
				width: 167px;
				margin: 0px 0px 0px 12px;
				list-style: none;
				text-align: left;
				padding: 0px 0px 0px 0px;
				font-size: 11px;
				border-bottom: 0px solid #ccc;
			}
			
				#productlistinner li {
					line-height: 20px;
					border-bottom: 1px solid #ccc;
					padding-left: 8px;
				}
			
					#productlistinner a:link, #productlistinner a:visited {
						color: #3A3939;
						text-decoration: none;
					}

					#productlistinner a:hover {
						color: #9E3842;
					}
					
				#productlistinner li.cathead {
					line-height: 20px;
					border-bottom: 1px solid #ccc;
					padding-left: 8px;
					font-weight: bold;
					color: #882832;
					font-size: 13px;
				}
				
				#productlistinner li.active {
					font-weight: bold;
					letter-spacing: -1px;
					background: none url(/images/bullet-red.gif) no-repeat -2px 7px;
				}

/**************
  CONTACT PAGE
**************/

		#contenttext label {
			width: 80px;
			float: left;
			padding-top: 2px;
		}

		#contenttext input {
			font-size: 11px;
			font-family:  arial, verdana, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
		}

		#contenttext input.submit {
			font-size:11px;
			font-family: "Tahoma", "Helvetica", "Arial", "MS Sans Serif";
			border: 1px solid #6A747E;
			background: #E3E5F0;
			filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffff',EndColorStr='#C6C5D7');
		}

		#contenttext textarea {
			font-size: 11px;
			font-family:  arial, verdana, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
		}

/**************
  OTHER STUFF
***************/

br.breaker { clear: both; }
p.breaker { clear: both; margin: 0px; padding: 0px; line-height: 0px; }
span.grey { color: #494848; }

h1 { margin: 0px; font-size: 13px; color: #882832;}
#hometext h1 { margin: 0px; font-size: 13px; color: #fff; }
#contentbox h1 { margin: 0px; font-size: 13px; display: inline; color: #882832; }

div.newsp p {
	margin: 0px;
}

/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 20px;
}