
div {
	font-family:	verdana;
}

div.content {
	margin-left:	auto;
	margin-right:	auto;
}

div.header {
	height:			254px;
	clear:			both;
/*
	background-image:	url("images/logo.png");
	background-repeat:	no-repeat;
*/
}

div.logo a {
	text-decoration:	none;
	text-transform:		capitalize;
	font-size:		x-small;
	font-weight:		bold;
	font-family:		sans-serif;
	color:			#e8732c;
}

div.logo div.text, div.logo div.image {
	float:		left;
}

div.logo div.image {
	width:		32px;
}

div.logo div.text {
	border:			0px solid green;
	padding-top:		8px;
}

div.logo a:hover {
	text-decoration:	underline;
}

div.logo a img {
	border:			0px solid red;
}

div.body {
	overflow:	hidden;
	clear:		both;
}

div.footer {
	height:		86px;
	clear:		both;
}

div.logo-block {
	position:	absolute;
	border:		0px solid blue;
	height:		213px;
	width:		100%;
	z-index:	-4;
}

div.logo-align {
	width:		750px;
	height:		213px;
	border:		0px solid green;
	margin-left:	auto;
	margin-right:	auto;
}

div.logo-left-block, div.logo-right-block {
	border:		0px solid red;
}

div.logo-left-block {
	float:		left;
	width:		295px;
	height:		213px;
	left:		0px;
	top:		0px;
	background-image:	url("images/logo-0.png");
	background-repeat:	no-repeat;
}


div.logo-right-block {
	width:		345px;
	height:		213px;
	right:		0px;
	top:		0px;
	float:		right;
	background-image:	url("images/logo-1.png");
	background-repeat:	no-repeat;
}

/* <header> */

div.header div.logo {
	height:			175px;
}

div.header div.menu {
	height:			25px;
}

div.header div.menu table {
	width:			530px;
	margin-top:		7px;
}

div.header div.menu table td {
	text-align:		center;
	font-weight:		bold;
	text-transform:		uppercase;
	font-size:		10pt;
	color:			#AF1A1E;
}

div.header div.menu table td.selected {
	color:			#0093BD;
}

div.header div.menuSpace {
	height:			9px;
}

div.header div.center {
	height:			25px;
}

div.header div.align {
	float:			left;
	width:			110px;
	height:			25px;
}

div.header div.categories {
	float:			left;
	width:			530px;
	height:			25px;
	background-image:	url("images/logo-menu-background.png");
}

div.header div.categories table {
	width:			430px;
	margin-left:		50px;
	margin-right:		50px;
	margin-top:		3px;
}

div.header div.categories table td {
	text-align:		center;
	font-weight:		bold;
	text-transform:		uppercase;
	font-size:		8pt;
	color:			#0093BD;
}

div.header div.categories a {
	text-decoration:	none;
	color:			inherit;
}

div.header div.categories table td.selected {
	color:			#AF1A1E;
}

div.header div.space {
	height:			20px;
}

a {
	color:			inherit;
	text-decoration:	inherit;
}

a:hover {
	text-decoration:	underline;
}

/* </header> */

/* body */

div.centerBlock {
	float:		left;
	width:		533px;
}

div.centerBlock a {
	text-decoration:	none;
	color:			inherit;
	border:			0px solid red;
}

div.centerBlock img {
	width:		533px;
	height:		400px;
	border:		0px solid red;
}

/* <curves> */

div.centerBlock div.curves {
	width:			533px;
	height:			400px;
}

div.centerBlock div.curves div.curves {
	width:			533px;
	height:			400px;
	position:		absolute;
	background-image:	url("images/curves-533x400.png");
}

div.centerBlock div.curves div.curves img {
	width:			533px;
	height:			400px;
	z-index:		1;
}

/* </curves> */

div.rightBlock {
	float:		left;
	width:		107px;
	height:		300px;
}

div.rightBlock div.item {
	margin-left:	7px;
	height:		75px;
	width:		100px;
	border:		0px solid red;
}

div.rightBlock div.notSelected div.fade {
	position:		absolute;
	background-color:	white;
	height:			75px;
	width:			100px;
	opacity:		.3;
	filter:			alpha(opacity = 30);
	-moz-opacity:		.3;
}

div.rightBlock div.itemCenter {
	margin-top:	6px;
}

div.rightBlock div.itemLast {
	margin-top:	7px;
}

div.rightBlock a, div.rightBlock img {
	border:		0px solid red;
}

div.rightBlock div.curves {
	width:			100px;
	height:			75px;
}

div.rightBlock div.curves div.curves {
	width:			100px;
	height:			75px;
	position:		absolute;
	background-image:	url("images/curves-100x75.png");
}

div.rightBlock div.curves div.curves img {
	width:			100px;
	height:			75px;
	z-index:		1;
}

/* </body> */

/* <footer> */

div.footer div.itemInformation {
	text-align:		center;
	font-style:		italic;
	font-family:		helvetica;
	height:			70px;
	width:			533px;
}

div.footer div.pager {
	height:			40px;
}

div.footer div.pager div.previous {
	float:			left;
	height:			40px;
	width:			150px;
	text-align:		right;
}

div.footer div.pager div.pages {
	float:			left;
	height:			40px;
	width:			340px;
}

div.footer div.pager div.pages table {
	margin-top:	7px;
	margin-left:	auto;
	margin-right:	auto;
	font-size:	small;
}

div.footer div.pager div.next {
	float:			left;
	height:			40px;
	width:			150px;
	text-align:		left;
}

div.footer div.pager div.previous, div.footer div.pager div.next {
	font-size:		small;
	font-weight:		bold;
	text-transform:		uppercase;
}

div.footer div.pager div.previous div.text, div.footer div.pager div.next div.text {
	float:			left;
	width:			150px;
	margin-top:		8px;
}

div.footer div.pager div.previous div.text {
	background-image:	url("images/pager-previous.png");
	background-repeat: 	no-repeat;
	background-position:	left;
}

div.footer div.pager div.next div.text {
	background-image:	url("images/pager-next.png");
	background-repeat: 	no-repeat;
	background-position:	right;
}

div.footer div.pager a {
	text-decoration:	none;
	color:			inherit;
}

div.footer div.pager td.selected {
	font-weight:		bold;
}

div.footer div.copyright {
	height:			20px;
	font-size:		x-small;
	font-weight:		bold;
	color:			gray;
}

/* </footer> */

table.table-phone {
	color:			red;
}

a.cart-block {
	display:		none;
}

