/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #389cfc url(../img/layout/bodyFade.jpg) repeat-x top left;
}

.pageBlock {
	width: 786px;
	margin: 0px auto;
	text-align: left;
	background: url(../img/layout/pageFill.jpg) repeat-y top left;
}

.header {
	width: 786px;
	height: 220px;
	overflow: hidden;
	background: url(../img/layout/header.jpg) no-repeat bottom left;
}

.resolve {
	float: left;
	width: 280px;
	height: 222px;
}

.promoBox {
	width: 510px;
	height: 620px;
	padding-top: 36px;
	background: url(../img/layout/promo-box.jpg) no-repeat top left;
}

.promo1 {
	margin: 0px 0px 0px 54px;
}

.promo2 {
	float: right;
	margin: 130px 70px 0px 54px;
}

.promo3 {
	margin: 110px 0px 0px 64px;
}

.promo4 {
	float: right;
	margin: 0px 80px 0px 0px;
}



.shopTop {
	margin: 4px auto 0px auto;
	padding: 0px 10px;
	width: 766px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #fff;
}

.shopTop a:link, .shopTop a:visited {
	color: #FF5A00;
	text-decoration: none;
}

.shopTop a:hover {
	text-decoration: underline;
}

.navigation {
	clear: both;
	height: 65px; /*32*/
	padding-left: 170px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: url(../img/layout/navigation.jpg) no-repeat bottom left;
}

.btnSearch {
vertical-align: top;
width: 84px;
height: 30px;
border: none;
cursor: pointer;
background: url(../img/layout/btnSearch.jpg) no-repeat top left;
}

.txtSearch {
vertical-align: top;
height: 26px;
font-size: 20px;
margin: 0px;
padding: 0px;
}

.footer {
text-align: left;
	clear: both;
	width: 786px;
	height: 35px;
	color: #fff;
	background: url(../img/layout/footer.jpg) no-repeat top left;
}

.footer .left {
	float: left;
	margin-top: 10px;
	margin-left: 26px;
}

.footer .right {
	float: right;
	margin-top: 10px;
	margin-right: 26px;
}

.footer .right a {
	text-decoration: none;
}

.orange {
	color: #ffa946;
}

.blue {
	color: #000099;
}

.products {
	float: left;
	width: 178px;
	padding: 0px 6px 0px 28px;
}

.catProducts {
	padding: 0px;
	margin: 0px;
	width: 178px;
	height: 30px;
	text-indent: -700em;
	overflow: hidden;
	background: url(../img/layout/catProducts.jpg) no-repeat top left;
}
.catSearch {
	padding: 0px;
	margin: 0px;
	width: 178px;
	height: 30px;
	text-indent: -700em;
	overflow: hidden;
	background: url(../img/layout/catSearch.jpg) no-repeat top left;
}

.mainContent {
	float: left;
	width: 510px;
	padding: 26px 45px 0px 14px;
}

h1 {
	margin-top: 5px;
	padding-top: 5px;
}

/* CATEGORIES */

ul.categories {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

ul.categories > li {
	font-weight: bold;
}

ul.subcategories {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

ul.subcategories li {
	font-weight: normal;
}

/* NAVIGATION */

h1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a img {
	border: none;
}

.navigation ul {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.navigation ul li {
	float: left;
	margin-right: 8px;
}

.navigation ul li a {
	text-decoration: none;
	color: #fff;
}

.navigation ul li a:hover {
	color: #000;
}

.nHome {
	width: 100px;
	background: url(../img/layout/nHome.jpg) no-repeat top left;
}

.nProducts {
	width: 121px;
	background: url(../img/layout/nProducts.jpg) no-repeat top left;
}

.nContact {
	width: 134px;
	background: url(../img/layout/nContact.jpg) no-repeat top left;
}

a:hover.nHome, a:hover.nProducts, a:hover.nContact {
	background-position: 0px -40px;
}
