body {
	background: url("../images/public/background.gif") top center;
	font-size: 11px;
	font-family: Tahoma;
	color: #333;
}

a {
	color: #034BB8;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 99px;
	padding-bottom: 14px;
	background: url("../images/public/header-bottom.png") bottom left no-repeat;
}

#header .top {
	height: 99px;
	background: url("../images/public/header-top.png") bottom left repeat-y;
	position: relative;
}

#header .contacts {
	position: absolute;
	top: 25px;
	left: 745px;
	line-height: 1.3;
}

#slogan {
	text-indent: -20000px;
	position: absolute;
	top: 10px;
	left: 24px;
	height: 84px;
	width: 467px;
	background: url("../images/public/slogan.png") top left no-repeat;
}

#logo {
	text-indent: -20000px;
	position: absolute;
	top: 12px;
	left: 650px;
	height: 85px;
	width: 85px;
	background: url("../images/public/logo.png") top left no-repeat;
}

#menu {
	height: 43px;
	background: url("../images/public/menu.png") bottom left no-repeat;
}

#menu ul {
	list-style-type: none;
}

#menu ul.links {
	float: right;
	padding-top: 15px;
}

#menu ul.links li {
	height: 15px;
	line-height: 15px;
	display: inline;
	margin-left: 10px;
	float: right;
}

#menu ul.links li a {
	float: left;
	line-height: 28px;
	height: 28px;
	color: #fff;
	font-size: 10px;
	padding-left: 16px;
}

#menu ul.links li.home a {
	background: url("../images/public/home-icon.gif") center left no-repeat;
}

#menu ul.links li.contacts a {
	background: url("../images/public/contacts-icon.gif") center left
		no-repeat;
}

#menu ul.links li.bulgarian a {
	padding-left: 22px;
	background: url("../images/public/bulgarian-icon.gif") center left no-repeat;
}

#menu ul.links li.english a {
	padding-left: 22px;
	background: url("../images/public/english-icon.gif") center left
		no-repeat;
}

#menu ul.main li {
	float: left;
	display: inline;
	padding-left: 26px;
	margin-left: 24px;
	background: url("../images/public/menu-separator.png") center left no-repeat;
}

#menu ul.main li.home {
	background: none;
	margin-left: 0px;
}

#menu ul.main li a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	height: 43px;
	line-height: 43px;
	float: left;
}

#menu ul.main li.active a {
	background: url("../images/public/menu-active.png") bottom center
		no-repeat;
}

#containerWrapper {
	margin: 10px 0;
	background: #fff url("../images/public/container-top.jpg") top left
		no-repeat;
}

#container {
	padding: 5px;
	background: url("../images/public/container-bottom.jpg") bottom left
		no-repeat;
}

/* categories */
#categories {
	float: left;
	width: 150px;
	list-style-type: none;
}

#categories li.category {
	margin-bottom: 1px;
}

#categories li.category a {
	display: block;
	padding: 7px 0 0 10px;
	height: 70px;
	color: #000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

#categories ul {
	list-style-type: none;
	padding: 12px 0 12px 12px;
}

#categories li.category ul li a {
	display: inline;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #333;
	line-height: 1.7;
	padding: 0 0 0 10px;
	background: url("../images/public/arrow.gif") left center no-repeat;
}

#categories li.category ul li.active a {
	font-weight: bold;
}

#categories li.cups {
	background: url("../images/public/categories/cups.jpg") no-repeat;
}

#categories li.cups_open {
	background: url("../images/public/categories/cups-open.jpg") no-repeat;
}

#categories li.cups_open ul {
	border-top: 1px solid #eee;
	background: url("../images/public/categories/cups-open-bottom.jpg") repeat-y;	
}

#categories li.plaques {
	background: url("../images/public/categories/plaques.jpg") no-repeat;
}

#categories li.medals {
	background: url("../images/public/categories/medals.jpg") no-repeat;
}

#categories li.trophies {
	background: url("../images/public/categories/trophies.jpg") no-repeat;
}

#categories li.figures {
	background: url("../images/public/categories/figures.jpg") no-repeat;
}

#categories li.plastics {
	background: url("../images/public/categories/plastics.jpg") no-repeat;
}

#categories li.flags {
	background: url("../images/public/categories/flags.jpg") no-repeat;
}

#categories li.signing {
	margin-bottom: 0px;
	background: url("../images/public/categories/signing.jpg") no-repeat;
}

#categories li.signing a {
	height: 74px;
}

#categories li.promotions {
	height: 86px;
	margin: 8px 0 0 0;
    background: url("../images/public/categories/promotions.gif") no-repeat;
}

#categories li.promotions a {
	color: #fff;
}

#contentWrapper {
	float: left;
	margin-left: 6px;
	width: 784px;
	position: relative;
}

#contentWrapper .content-tl, #contentWrapper .content-tr, #contentWrapper .content-bl,#contentWrapper .content-br {
	position: absolute;
	font-size: 0px;
	height: 8px;
	width: 8px;
}

#contentWrapper .content-tl {
	background: url("../images/public/content-tl.jpg") no-repeat;
	top: 0px;
	left: 0px;
}

#contentWrapper .content-tr {
	background: url("../images/public/content-tr.jpg") no-repeat;
	top: 0px;
	right: 0px;
}

#contentWrapper .content-bl {
	background: url("../images/public/content-bl.jpg") no-repeat;
	bottom: 0px;
	left: 0px;
}


#contentWrapper .content-br {
	background: url("../images/public/content-br.jpg") no-repeat;
	bottom: 0px;
	right: 0px;
}

#flashSlideshow {
	float: left;
	margin-top: -1px;
	height: 311px;
	width: 580px;
	background: url("../images/public/slideshow.jpg") no-repeat;
}

#placeHolder {
	float: right;
	height: 311px;
	width: 200px;
	background: url("../images/public/placeholder.jpg") no-repeat;	
}

#home .contentWrapper {
	position: relative;
	float: left;
	width: 580px;
	margin-top: 6px;
}

#home .content {
	padding: 16px;
	border: 1px solid #EDEDEB;
	min-height: 120px;
}
* html #home .content { height: 120px;	}

#home .content h1 {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #27488E;	
}

#home .content p {
	margin-top: 12px;	
}

#home .promotionsWrapper {
	margin-top: 4px;
	float: right;
	width: 200px;
	height: 74px;
	background: url("../images/public/promotions-box.jpg") no-repeat;
	overflow: hidden;
}

#home .promotions {
	padding: 12px 12px 12px 65px;
	background: url("../images/public/promotions-icon.jpg") 10px center no-repeat;	
}

#home .newWrapper {
	margin-top: 4px;
	float: right;
	width: 200px;
	height: 74px;
	background: url("../images/public/new-box.jpg") no-repeat;
	overflow: hidden;
}


#home .new {
	padding: 12px 12px 12px 65px;
	background: url("../images/public/new-icon.jpg") 10px center no-repeat;	
}

#home .catalogueWrapper {
	margin-top: 6px;
	float: right;
	width: 200px;
	height: 75px;
	background: url("../images/public/catalogue-box.jpg") no-repeat;
	overflow: hidden;
}

#home .catalogue {
	padding: 12px 12px 12px 65px;
	background: url("../images/public/catalogue-icon.jpg") 10px center no-repeat;	
}

#home .catalogueWrapper a, #home .promotionsWrapper a, #home .newWrapper a {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #27488E;		
}

#home .catalogueWrapper p, #home .promotionsWrapper p , #home .newWrapper p {
	margin-top: 5px;
}

/* content */
#content {
	border: 1px solid #EDEDEB;
	padding: 0 22px 20px 17px;
}

#content .text h1 {
	font-family: Arial;
	font-size: 18px;
	color: #034BB8;
	margin: 14px 0 12px;
}

#content .text p {
	margin-bottom: 10px;
}

#content .text img {
	border: 1px solid #BF8805;	
}

#content .text ul.sitemap {
    list-style-type: none;
    padding-left: 3px;
}

#content .text ul.sitemap li {
    margin-bottom: 6px;
}

/* products */

#content .products .noProducts {
	padding: 20px;
	clear: both;	
}

#content .products {
	position: relative;	
	background: #DFE6EF url("../images/public/inner.jpg") top left repeat-x;
	min-height: 175px;
	padding: 0 0 25px;
	margin: 20px 0 10px;
}

* html #content .products { height: 175px } 

#content .products-tl, #content .products-tr, #content .products-bl, #content .products-br {
	position: absolute;
	font-size: 0px;
	height: 8px;
	width: 8px;
}

#content .products-tl {
	background: url("../images/public/inner-tl.jpg") no-repeat;
	top: 0px;
	left: 0px;
}

#content .products-tr {
	background: url("../images/public/inner-tr.jpg") no-repeat;
	top: 0px;
	right: 0px;
}

#content .products-bl {
	background: url("../images/public/inner-bl.jpg") no-repeat;
	bottom: 0px;
	left: 0px;
}

#content .products-br {
	background: url("../images/public/inner-br.jpg") no-repeat;
	bottom: 0px;
	right: 0px;
}

#content .products a.all {
	position: absolute;
	top: 0px;
	right: 15px;
	height: 25px;
	line-height: 23px;
	width: 98px;
	color: #333;
	font-weight: bold;
	text-align: center;
	background: url("../images/public/view-all-link.jpg") no-repeat;
}

#content .products h2 {
	color: #034BB8;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: inline;
	width: 90%;
	margin-left: 2.5%; 
	margin-top: 15px;
	margin-bottom: -15px;
}

/* ordered products */

#order {
	margin: 0px 18px;
	width: 700px;
	font-size: 12px;
}

#order thead {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #034BB8;
}

#order td, #order th {
	border-bottom: 1px solid #CAD8ED;
	padding: 18px 5px;
	text-align: left;
	vertical-align: top;
}

#order thead th {
	width: 110px;
}

#order p {
	float: left;
	display: inline;
}

#order p strong {
	color: #034BB8;
	font-weight: normal;
	margin-bottom: 10px;
	display: inline-block;
}

#order img {
	float: right;	
	border: 1px solid #BF8702;
}

/* product */
#content .product {
	width: 127px;
	float: left;
	border-right: 1px solid #CAD8ED; 
	padding: 1px 28px 0 0;
	margin: 28px 0 0 28px;
}

* html #content .product { display: inline; }

#content .product img {
	border: 1px solid #BF8703;	
	width: 124px;
	height: 91px;
	display: block;
	margin-bottom: 7px;
	cursor: pointer;
}

#content .product a {
	font-size: 12px;	
}

#content .last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#content .product button {
	margin-top: 9px;
	border: none;
	width: 100%;
	font-size: 10px;
	color: #fff;
	height: 19px;
	line-height: 1.5;
	cursor: pointer;
	background: url("../images/public/view-button.jpg") left bottom no-repeat;
}

#product {
	position: absolute;
	top: 50px;
	background: #ADC7EB;
	padding: 9px;
	float: left;
	width: 400px;
	display: none;
	z-index: 101;
}
#product img {
	display: block;
	clear: both;
}

#product a.close {
	float: right;
	color: #fff;
	padding-right: 35px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	background: url("../images/public/close-icon.jpg") right top no-repeat;
	margin-bottom: 10px;
}

#product span {
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 23px;
	float: left;
	margin-top: 10px;
}

#product button {
	float: right;
	height: 25px;
	line-height: 25px;
	width: 176px;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	background: url("../images/public/view-button-big.jpg") bottom no-repeat;
}

#loader {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

#content p.more {
    float: right;
    margin-top: 5px;
    line-height: 23px;
    font-weight: bold;
    font-size: 12px;
}

/* paging */
#content .paging {
	float: left;
	margin-top: 5px;
}

#content .paging a {
	color: #666;
	float: left;
	margin-right: 12px;
	width: 24px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: url("../images/public/paging.jpg") no-repeat;
}

#content .paging a.prev, #content .paging a.next {
	text-indent: -10000px;
}

#content .paging a.prev {
	background: url("../images/public/paging-prev.jpg") no-repeat;
}

#content .paging a.next {
	background: url("../images/public/paging-next.jpg") no-repeat;
	margin-right: 0;
}

#content .paging a.active {
	font-weight: bold;
	background: url("../images/public/paging-current.jpg") no-repeat;
}

/* order form */

#orderForm {
	color: #535353;	
}

#orderForm .notice {
	color: #034BB8;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0 0 25px;
    margin-bottom: -10px;
}

#orderForm table {
	margin: 25px 0 0 25px;
}

#orderForm th {
	text-align: left;
	width: 95px;
	padding-right: 20px;
	vertical-align: top;
	line-height: 28px;
}

#orderForm input.text, #orderForm textarea {
	border: 1px solid #CAD8ED;
	padding: 2px;
	width: 295px;
	margin: 3px 0;
}

#orderForm textarea {
	overflow: auto;
	height: 45px;
}

#orderForm button {
	height: 25px;
	line-height: 25px;
	width: 194px;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	background: url("../images/public/send-button.jpg") bottom no-repeat;
}


/* Bread crumbs */
#breadcrumbs {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #EBEFF5;
	color: #666;
}

#breadcrumbs a {
	color: #666;
}

/* footer */
#footer {
	height: 43px;
	line-height: 43px;
	background: url("../images/public/footer.png") no-repeat;
	padding: 0 13px;
	margin-bottom: 15px;
}

#footer a {
	color: #333;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	float: left;
	margin-left: 8px;
	display: inline;
}

#footer ul a {
	margin-right: 8px;
}

#footer .copyright {
	float: right;
}