@charset "utf-8";
/* CSS Document */

body {
	background: #99CCCC;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

a img {
	border: none;
	}

#container {
	background: url(images/bg.gif) center repeat-y;
	margin: auto;
	width: 818px;
	}

	#header {
		height: 96px;
		margin: auto;
		width: 764px;
		}
		
		#header #logo {
			float: left;
			height: 96px;
			width: 125px;
			}
		
		#header #logoTitle {
			background: url(images/logoTitle.gif) no-repeat;
			float: left;
			height: 96px;
			width: 276px;
			}
		
		#header #headerText {
			background: url(images/headerBlocks.gif) bottom no-repeat #CCFFFF;
			color: #99CCCC;
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-weight: bold;
			height: 80px;
			line-height: 18px;
			padding: 16px 0 0 18px;
			width: 345px;
			}
	
	#globalNav {
		background: #FFFFFF;
		border-bottom: solid 6px #CCFFFF;
		border-top: solid 4px #CCFFFF;
		color: #009999;
		font-weight: bold;
		height: 21px;
		margin: auto;
		width: 764px;
		}
	
		#globalNav a {
			color: #009999;
			display: block;
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-weight: bold;
			padding: 2px 30px 3px 30px;
			text-decoration: none;
			}
	
		#globalNav a:hover {
			background: #009999;
			color: #FFFFFF;
			}
			
		#globalNav div {
			float: left;
			font-size: 11px;
			margin-top: 2px; }
	
	#contentContainer {
		background: url(images/bgContent.gif) repeat-y;
		height: 100%;
		margin: auto;
		width: 764px;
		_width: 737x;
		_margin-left: 27px;
		}
	
		#subNav {
			background: #FFFFFF;
			float: left;
			padding: 15px 0 10px 15px;
			width: 110px;
			}
		
			#subNav ul.subNav {
				list-style-type: none;
				margin: 0;
				padding: 0;
				}
				
				#subNav ul.subNav li a {
					border-top: solid 4px #99CCCC;
					color: #009999;
					display: block;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 13px;
					font-weight: bold;
					/*height: 25px;*/
					padding: 10px 0 10px 4px;
					text-decoration: none;
					width: 90px;
					}

				#subNav ul.subNav li a:hover {
					background: #009999;
					color: #FFFFFF;
					}
					
		#content {
			float: right;
			width: 639px;
			}
				
			#content .breadCrumb {
				background: #FFFFFF;
				color: #009999;
				float: right;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				height: 20px;
				margin: 7px 0 0 6px;
				padding: 4px 4px 0 10px;
				width: 610px;
				}
			
				#content .breadCrumb .searchField {
					float: right;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					font-weight: 100;
					height: 12px;
					}
					
			#content div.item {
				background: #FFFFFF;
				float: right;
				margin: 7px 0 0 6px;
				padding: 10px 10px 10px 10px;
				width: 604px;
				}
		
				#content .item .productImage {
					float: left;
					margin: 0 30px 0 10px;
					}
					
				#content .item .productTitle {
					color: #FFFFFF;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 16px;
					font-weight: bold;
					}
					
				#content .item table {
					margin: 0;
					padding: 0;
					position: static;
					left: 0;
					top: 0;
				}
					
					
	#footer {
		clear: both;
		height: 78px;
		margin: auto;
		width: 764px;
		}

		#blankBox {
			background: #99CCCC;
			border-bottom: solid 20px #4cb2b2;
			float: left;
			height: 58px;
			width: 125px;
			}
			
		#linkArea {
			float: right;
			height: 78px;
			width: 639px;
			text-align: center;
			}

			#linkArea .dashed {
				background: url(images/bottomDashes.gif) no-repeat;
				height: 28px;
				width: 639px;
				}
				
			#linkArea .linkBox {
				background: #FFFFFF;
				color: #009999;
				height: 22px;
				margin: 5px 10px 0 10px;
				padding: 3px 0 0 0;
				width: 619px;
				}
				
				#linkArea .linkBox a {
					color: #009999;
					display: inline;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					margin: 0 20px 0 20px;
					text-decoration: none;
					}
					
				#linkArea .linkBox a:hover {
					color: #1A5E5E;
					}

			#linkArea .copy {
				color: #FFFFFF;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				height: 15px;
				padding: 4px 0 0 0;
				width: 639px;
				}

#shadow {
	background: url(images/shadowBottom.gif) no-repeat;
	height: 17px;
	margin: auto;
	width: 818px;
	}
