/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
}

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

.headerL {
	float: left;
	width: 20px;
	height: 222px;
	background: url(../img/layout/headerL.jpg) no-repeat top left;
}

.headerFill {
	float: left;
	width: 734px;
	height: 222px;
	background: url(../img/layout/headerFill.jpg) repeat-x top left;
}

.headerR {
	float: left;
	width: 20px;
	height: 222px;
	background: url(../img/layout/headerR.jpg) no-repeat top left;
}

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

.shopTop {
	float: right;
	padding-top: 14px;
	width: 192px;
	height: 26px;
	font-weight: bold;
	text-align: center;
	background: url(../img/layout/shopTop.jpg) no-repeat top left;
}

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

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

.title {
	float: left;
	margin-top: 30px;
	width: 454px;
	height: 140px;
	background: url(../img/layout/title.jpg) no-repeat top left;
}

.navigation {
	clear: both;
	width: 546px;
	height: 40px;
	padding-left: 228px;
	background: url(../img/layout/navigation.jpg) no-repeat top left;
}

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

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

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

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

.orange {
	color: #ffa946;
}

.blue {
	color: #53b0e1;
}

.products {
	float: left;
	width: 193px;
	padding: 0px 6px 0px 26px;
}

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

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

/* CATEGORIES */

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

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;
}

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

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

.navigation ul li a {
	height: 40px;
	display: block;
	text-indent: -700em;
	overflow: hidden;
}

.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;
}