html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  color: #000000;
  text-align:center;
  background: white;
}

table.container {
	text-align:left;
	margin:auto;
	width:988px;
	background:url(/images/bg.jpg);
	border-right: 1px solid #0B4996;
	border-left: 1px solid #0B4996;
}
.fullHeight {
	height:100%;
}
.fullWidth {
	width:100%;
}

td.header {
	position:relative;
	height:174px;
	
	background:url(/images/header.jpg) no-repeat;
}

div.header {
	position:relative;
}

input.input {
	background:url(/images/inputBG.png) no-repeat;
}

table.container td {
	vertical-align:top;
}

div.quickSearch {
	position:relative;
	top:92px;
	left:606px;
	width:278px;
	height:22px;
	
	text-align:right;
}

/* menu */
div#menu {
	position:absolute;
	top:118px;
	left:336px;
	width:500px;
	height:40px;
}

	ul#menuMap {
		width:500px;
		height:40px;
		margin:0px;
		padding:0px;
		position:relative;
		background-image:url(../images/menu.gif);
		list-style:none;
		text-decoration:none;
	}
	
		ul#menuMap li {
		position:absolute;
		}

		ul#menuMap li, #menuMap a {
			height:40px;
			display:block;
		}
		
		ul#menuMap a {
			text-indent:-999em; /* hides text */
		}

		li#menuHome {left:0px; width:80px}
		li#menuLogin {left:80px; width:100px}
		li#menuSignUp {left:180px; width:120px}
		li#menuCustService {left:300px; width:200px}
		
		li#menuHome a:hover {background:transparent url(../images/menu.gif) -0px -40px no-repeat;}
		li#menuLogin a:hover {background:transparent url(../images/menu.gif) -80px -40px no-repeat;}
		li#menuSignUp a:hover {background:transparent url(../images/menu.gif) -180px -40px no-repeat;}
		li#menuCustService a:hover {background:transparent url(../images/menu.gif) -300px -40px no-repeat;}
/* end menu */

td.leftCol {
	width:191px;
}

	td.categories {
		padding: 60px 10px 10px 10px;
	
		background:url(/images/categories.gif) no-repeat;
	}
	
	td.orderCatalog {
		height:72px;
		padding-left:6px;

	}

td.midCol {
	width:618px;
}

	td.contentTableTop {
		height:9px;
		
		background:url(/images/contentTableTop.gif) no-repeat;
	}
	td.contentTableLeft {
		width:8px;
		
		background:url(/images/contentTableLeft.gif);
	}
	td.contentTableRight {
		width:9px;
		
		background:url(/images/contentTableRight.gif);
	}
	
	td.content {
		padding-bottom:20px;
	}

td.rightCol {
	width:170px;
}

	td.shoppingCart {
		padding: 60px 10px 10px 10px;
	
		background:url(/images/shoppingCart.gif) top right no-repeat;
	}
	
	td.bottomRightPhotos {
		height:170px;
	
		background:url(/images/bottomRightPhotos.gif) no-repeat;
	}
	
td.cartCol {
	width:788px;
}
	
	td.cart {
		padding:20px 10px;
		background:url(../images/cartFlowers.gif) top right no-repeat;
	}

:focus {
	-moz-outline-style: none;
}
.copyright{
	font: 9px Arial, Helvetica, sans-serif;
	color: #889184;
	text-align: center;
	white-space: nowrap;
	display: block;
	padding-top: 5px;

}
.CatalogImage {
	border: 1px solid #000000;
	margin-bottom:5px;
}
.CatalogImgLink img {
	opacity: .85;
	filter: alpha(opacity=85);
}
.CatalogImgLink:link img {
	opacity: .85;
	filter: alpha(opacity=85);
}
.CatalogImgLink:visited img {
	opacity: .85;
	filter: alpha(opacity=85);
}
.CatalogImgLink:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
