/* splash */
#splash {
	position: absolute;
	top: 3.5em;
	z-index: 10;
	margin-top: 160px;
	width: 100%;
	text-align: center;
}

#catalogue_top_navigation,
#favorites { margin-top: 180px; }

/* end splash */

#intro {
	background-color: #eee;
	font-size: 120%;
	width: 100%;
}

#intro .container {
	padding: 5px 15px 5px 25px;
}

#intro p {
	padding: 0;
	margin: 0;
}


.main_content .container {
	padding: 10px 10px 0 20px;
}

h2.cat-category, h2.cat-vendor, h2.cat-technology, h2.cat-company {
	padding-left: 34px;
	margin-bottom: 10px;
}

#main_inner_grid {
	margin-top: 25px;
}

h2.cat-technology, h2.cat-company {
	margin-top: 20px;
}

h2.cat-category, h2.cat-vendor {
	margin-top: 0;
}

h2.cat-vendor, h2.cat-company {
	margin-left: 24px;
}

.categories-decor {
	background: url(/f/1/decor-cat-category.gif) repeat-y 0 0;	
}

.categories-list ul li {
	padding-left: 34px;
	line-height: 130%;
}

.vendors-list ul {
	margin-left: 24px;
	margin-right: 20px;
	background: url(/f/1/decor-cat-vendor.gif) repeat-y 0 0;
}

.vendors-list ul li {
	padding-left: 34px;
	line-height: 130%;
}

.technologies-decor {
	background: url(/f/1/decor-cat-technology.gif) repeat-y 0 0;
}

.technologies-list ul li {
	padding-left: 34px;
	line-height: 130%;
}

.companies-list ul {
	margin-left: 24px;
	margin-right: 20px;
	background: url(/f/1/decor-cat-company.gif) repeat-y 0 0;
}

.companies-list ul li {
	padding-left: 34px;
	line-height: 130%;
}

/* featured products list */
.featured-products {
	position: relative;
	padding-left: 34px;
}
.featured-products h2 {
	margin-top: 20px;
}
.featured-products ul {
	position: relative;
	width: 100%;
}
.featured-products li {
	position: relative;
	display: block;
	float: left;
	height: 80px;
	width: 30%;
	min-height: 80px;
	margin: 10px 1.5em 10px 0;
	overflow: hidden;
}
.featured-products div.prod-pic {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
}
.featured-products div.prod-pic a {
	width: 70px;
	height: 70px;
}
.featured-products div.title {
	overflow: hidden;
	font-size: 90%;
}


/* right column -------------------------------------------------------*/
.right-column .container {
	padding: 2.1em 0 0 10px;	
}

/* top-products */
.right-column #top_products {
	position: relative;
	z-index: 1;
}
.right-column #top_products h2 {
	padding-left: 0;
}

.right-column #top_products .item {
	width: 52px;
	float: left;
	margin: 0 5px 5px 0;
	overflow: hidden;
	text-align: center;
}

.right-column #top_products .item.hover {
	position: absolute;
	width: 104px;
	padding: 5px;
	background-color: #fff;
	z-index: 100;
	border: 1px solid #ddd;
	margin-top: -3em;
}

.right-column #top_products .pic {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.right-column #top_products .hover .pic {
	width: 100px;
	height: 100px;
}

.right-column #top_products .pic img {
	width: 100%;
}

.right-column #top_products .info {
	font-size: 75%;
	display: none;
	line-height: 140%;
	padding: 5px 3px;
}

.right-column #top_products .hover .info {
	display: block;
}

/* right info blocks */
.right-column .right-info-blocks {
	padding-top: 1.5em;
}

.right-column .right-info-blocks p {
	line-height: 140%;
	font-size: 90%;
}

/* registration button */
#reg_button {
	display: inline-block;
	padding: 10px 14px 10px 14px;
	margin: 10px 0 1em 0;
	background-color: #fff6c8;
	float: left;
}

#reg_button a {
	padding: 0 0 0;
	display: block;
	white-space: nowrap;
	font-size: 110%;
	color: #000;
}

#reg_button a:hover {
	color: #ff0000;
}
