@import url(/css/leftmenu.css);
@import url(/css/pages.css);
@import url(/css/tooltips.css);
@import url(/css/documents.css);
@import url(/css/contact.css);
@import url(/css/news.css);
@import url(/css/home-news.css);
@import url(/css/ecommerce.css);
@import url(/css/home.css);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(../images/bg_body.png);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #796831;
	text-decoration:none;
}

a:active, a:hover {
	color:#ffff99;
	text-decoration:none;
}

.hidden {
	position: absolute;
	left: -5000px;
	font-size: .1em;
	width: 1em;
}

#page {
	background-image: url(../images/bg_page.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 768px;
}

#header {
	width: 800px;
	height: 195px;
}

#main {
	width: 800px;
}

#content {
	width: 670px;
	margin: 10px 0;
	float: left;
}

#player {
	float:left;
	width: 320px;
	height: 42px;
	background-image: url(../images/player.png);
	background-repeat: no-repeat;
	padding-left: 190px;
}
#cart {
	float:right;
	text-align:center;
	padding: 2px 5px;
	width: 135px;
	height: 42px;
	color: #ffffcc;
	font-size: 10px;
	background-image: url(../images/bg_cart.png);
	background-repeat: no-repeat;
}
#cart img {
	vertical-align: middle;
}
#cart p {
	margin: 0;
	padding: 0;
}

#home-albums {
	clear:both;
	margin: 5px 0;
	height: 125px;
	background-color: #796831;
	overflow: auto;
	width: 669px;
	border-top: 1px solid #a69b5c;
	border-left: 1px solid #a69b5c;
}

#home-albums img{
	display: block;
	margin: 5px;
	width: 85px;
	height: 85px;
	border: 1px solid white;
}

#footer {
	width: 800px;
	clear:both;
	text-align:right;
}
#footer img {
	border: none;
}

#footer ul {
	margin: 7px;
	margin-bottom: 1em;
	padding: 0;
	clear:both;
}

#footer ul li {
	list-style-type: none;
	float: right;
	width: 85px;
}