html { overflow: -moz-scrollbars-vertical; }
img { border:0; }	
table, font { font-family:Verdana,sans-serif; font-size:11px; }
table td { vertical-align:top; }
form, table tr { margin:0; padding:0; }

h1 { font-size:13px; padding:0 0 4px 0; margin:0 0 10px 0; border-bottom:1px solid #ccc; }
h2 { font-size:12px; padding:0 0 4px 0; margin:0 0 10px 0; border-bottom:1px solid #ccc; }
h3 { margin:0 0 5px 0; }

a {
	color:#900;
	text-decoration:underline;
}

body {
	margin:0 0 10px 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background: #2f2f2f url('/images/background.gif') top center repeat-y;
	text-align: center;
}

div#contentArea {
	width: 960px;
	text-align:left;
	margin:10px auto;
	background:transparent;
}

div#contentArea table#container {
	background:#fff;
}

div#contentArea table#container td#header {
	height:100px;
	padding:0 15px;
	background:#000 url('/images/topbevel.gif') top left no-repeat;
	color:#fff;
}

	/* Logo/Contact content can only be 50px high */
	div#contentArea table#container td#header div {
		height:50px;
	}
	
	/* This takes care of left floating divs in #header and #serviceBar */
	div#contentArea table#container td#header div#logo {
		float:left;
	}
	
	/* This takes care of right floating divs in #header and #serviceBar */
	div#contentArea table#container td#header div#contact {
		margin-top:25px;
		float:right;
	}
	
		div#contentArea table#container td#header div#contact a {
			text-decoration:none;
			color:#fff;
		}
		
		div#contentArea table#container td#header div#contact a:hover {
			color:#b6b6b6;
		}
		
		div#contentArea table#container td#header div#contact span.phoneNumber {
			color:#b6b6b6;
			font-size:14px;
		}

/* Actual content area is 28px high */
div#contentArea table#container td#serviceBar {
	height:28px;
	padding:0 5px 0 15px;
	vertical-align:middle;
	background:transparent url('/images/servicebg.jpg') top left repeat-x;
	border-bottom:1px solid #2f2f2f;
}

	div#contentArea table#container td#serviceBar a {
		text-decoration:none;
		color:#474c4e;
	}
	
	div#contentArea table#container td#serviceBar a:hover {
		color:#000;
	}
	
	div#contentArea table#container td#serviceBar div#leftSide {
		float:left;
		margin-top:2px;
	}
		
		div#contentArea table#container td#serviceBar div#leftSide span.notyou {
			color:#929292;
		}
		
		div#contentArea table#container td#serviceBar div#leftSide span.notyou a.notyou {
			color:#929292;
			text-decoration:none;
			font-weight:bold;
		}
		
		div#contentArea table#container td#serviceBar div#leftSide span.notyou a.notyou:hover {
			text-decoration:underline;
		}
	
	div#contentArea table#container td#serviceBar div#rightSide {
		float:right;
	}
	
		div#contentArea table#container td#serviceBar div#rightSide div {
			display:inline;
		}
		
		div#contentArea table#container td#serviceBar div#rightSide div#serviceLinks {
			color:#474c4e;
			margin-right:8px;
		}
			
div#contentArea table#container td#topNavigation {
	padding-left:4px;
	background:#bbc9cd;
	height:34px;
	vertical-align:bottom;
}

	div#contentArea table#container td#topNavigation div#topMenuItem {
		float:left;
		background:transparent url('/images/topmenubg.jpg') top left repeat-x;
		height:30px;
		border-right:2px solid #bbc9cd;
		border-bottom:1px solid #bbc9cd;
	}
	
	div#contentArea table#container td#topNavigation div#topMenuItem a {
		display:block;
		background:transparent url('/images/menutip.gif') top right no-repeat;
		padding:8px 20px;
		font-size:12px;
		font-weight:bold;
		color:#474c4e;
		text-decoration:none;
		white-space:nowrap;
	}
	
	div#contentArea table#container td#topNavigation div#topMenuItem a:hover {
		color:#000;
	}
	
div#contentArea table#container td#announcements {
	height:25px;
	background:#d9d8d8;
	padding-left:15px;
	vertical-align:middle;
	font-weight:bold;
	color:#474c4e;
	border-bottom:3px solid #2f2f2f;
}

/* Section for dynamic id generation on main body td */
div#contentArea table#container td.mainBody {
	padding:10px;
}

div#contentArea table#container td#homepage,
div#contentArea table#container td#productlist {
	padding:0;
}

div#contentArea table#container td#productlist div#productInfo {
	padding:2px;
	border:1px solid #ccc;
	margin-bottom:2px;
	height:250px;
	clear:both;
	color:#999;
}

	div#contentArea table#container td#productlist div#productInfo div#name {
		clear:both;
		font-weight:bold;
		margin-bottom:4px;
		padding-bottom:2px;
		border-bottom:1px solid #ddd;
	}
	
		div#contentArea table#container td#productlist div#productInfo div#name a {
			color:#000;
			text-decoration:none;
		}

	div#contentArea table#container td#productlist div#productInfo div#thumbnail {
		width:466px;
		height:175px;
		border:1px solid #ccc;
		font-size:0;
		display:block;
	}
	
		div#contentArea table#container td#productlist div#productInfo div#thumbnail a {
			text-decoration:none;
			font-size:0;
			display:block;
			height:100%;
			width:100%;
		}
		
	div#contentArea table#container td#productlist div#productInfo div#checkout {
		clear:both;
	}
	
		div#contentArea table#container td#productlist div#productInfo div#checkout div#buttons {
			float:left;
		}
		
			div#contentArea table#container td#productlist div#productInfo div#checkout div#buttons img {
				margin-top:2px;
			}
		
		div#contentArea table#container td#productlist div#productInfo div#checkout div#price {
			float:right;
			text-align:left;
			color:#000;
			padding-top:8px;
			padding-right:5px;
		}
		
div#contentArea table#container td#productdetail td#left {
	width:470px;
	height:350px;
}

div#contentArea table#container td#productdetail td#right {
	width:470px;
	background:#e6f3f7;
	padding:5px;
	height:338px;
	border:1px solid #ccc;
}

	div#contentArea table#container td#productdetail td#right div#top {
		width:100%;
		overflow:hidden;
	}

		div#contentArea table#container td#productdetail td#right div#top div#price {
			float:left;
		}
		
		div#contentArea table#container td#productdetail td#right div#top div#cartadd {
			float:right;
			text-align:right;
			line-height:10px;
		}
		
			div#contentArea table#container td#productdetail td#right div#top div#cartadd div#quantity {
				padding-bottom:5px;
			}
			
				div#contentArea table#container td#productdetail td#right div#top div#cartadd div#quantity input#qty {
					height:12px;
					width:33px;
					font-size:10px;
					border:1px solid #ccc;
				}
	
	div#contentArea table#container td#productdetail td#right div#qtyDiscountTable {
		margin:10px 0;
		height:100px;
		border:1px solid #000;
	}
	
div#contentArea table#container td#productdetail td#left div#additionalImg {
	margin-top:350px;
	height:53px;
	padding:5px;
	background:#DEE5FB;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

	div#contentArea table#container td#productdetail td#left div#additionalImg div#image {
		float:left;
		margin-right:10px;
	}
	
		div#contentArea table#container td#productdetail td#left div#additionalImg div#image img {
			border:1px solid #ccc;
		}
		
	div#contentArea table#container td#productdetail td#right div#tabs table#prodDetailTabs div.tab {
		float:left;
		display:block;
		height:22px;
		text-align:center;
		margin-right:3px;
		background:#DAE9FE url('/images/InitialSet/hometabs.gif') top left no-repeat;
	}
	
	div#contentArea table#container td#productdetail td#right div#tabs table#prodDetailTabs div.tab a {
		display:block;
		width:100%;
		height:100%;
		text-decoration:none;
		font-weight:bold;
		text-align:center;
		vertical-align:center;
		padding-top:5px;
		margin:0 10px;
	}
	
	div#contentArea table#container td#productdetail td#right div#tabs table#prodDetailTabs div.tab a:hover {
		text-decoration:underline;
	}

div#contentArea table#container td#homepageText {
	height:325px;
	width:100%;
	overflow:hidden;
	background:#ACACAC url('/images/homepageTextbg.jpg') top left repeat-x;
	border-bottom:3px solid #ACACAC;
}

	div#contentArea table#container td#homepageText div#text {
		margin-top:20px;
		float:left;
		width:540px;
		text-align:justify;
		padding:10px;
	}
	
	div#contentArea table#container td#homepageText div#photo {
		width:380px;
		float:right;
		padding:10px;
		text-align:center;
	}		
	
div#contentArea table#container td#homepageProducts {
	vertical-align:top;
	height:206px;
	background:#000;
	padding-left:2px;
	border-bottom:3px solid #2f2f2f;
}

	div#contentArea table#container td#homepageProducts div#container {
		float:left;
		height:200px;
		width:470px;
		border:1px solid #2f2f2f;
		margin:2px;
	}
	
	div#contentArea table#container td#homepageProducts div#container div#name {
		text-align:center;
		font-weight:bold;
		font-size:10px;
		color:#fff;
		border-bottom:1px solid #2f2f2f;
		padding:3px 0;
	}
	
		div#contentArea table#container td#homepageProducts div#container div#name a {
			color:#fff;
			text-decoration:none;
		}
		
	div#contentArea table#container td#homepageProducts div#container div#thumbnail {
		width:470px;
		height:181px;
	}
	
		div#contentArea table#container td#homepageProducts div#container div#thumbnail a {
			display:block;
			height:100%;
			width:100%;
			text-decoration:none;
			font-size:0;
		}

div#contentArea table#container td#promos {
	height:100px;
	background:#bbc9cd;
	border-bottom:1px solid #474c4e;
	vertical-align:bottom;
}
	
	div#contentArea table#container td#promos div {
		width:216px;
		height:75px;
		background:transparent url('/images/promosbg.jpg') top left no-repeat;
		float:left;
		border-left:2px solid #bbc9cd;
		border-right:2px solid #bbc9cd;
		padding:10px;
		font-weight:bold;
		font-size:14px;
	}
	
		div#contentArea table#container td#promos div a {
			display:block;
			width:100%;
			height:100%;
			color:#474c4e;
			text-decoration:none;
		}
		
		div#contentArea table#container td#promos div a:hover {
			color:#000;
		}

div#contentArea table#container td#assurance {
	height:90px;
	vertical-align:middle;
	text-align:center;
	background:#2f2f2f url('/images/homepageTextbg.jpg') bottom left repeat-x;
}

	div#contentArea table#container td#assurance img {
		margin:0 10px;
		vertical-align:middle;
		border:1px solid #2f2f2f;
	}

div#contentArea table#container td#footer {
	height:40px;
	padding:10px;
	background:#000 url('/images/bottombevel.gif') bottom left no-repeat;
	text-align:center;
	font-size:10px;
	color:#fff;
	line-height:20px;
}

	div#contentArea table#container td#footer a {
		text-decoration:none;
		color:#fff;
	}
	
	div#contentArea table#container td#footer a:hover {
		color:#b6b6b6;
	}
div#infolinks {
	float: right;
	margin: 5px 5px 5px 10px;
	padding: 0 5px;
	border: 1px solid #272727;
	background-color: #BBC9CD; 
	}