html, body {
	margin: 0;
	padding: 0;
	font: 12px/16px Arial;
}

ul, ol {
	margin: 0 0 0 2em;
}

p {
	margin: 1em 0;
}

a {
	color: #000;
}

/*
	Logotype
*/

.logo {
	background: url("images/logo_back.gif") repeat-x;
}

.logo_right {
	background: url("images/logo_right.jpg") top right no-repeat;
	width: 800px;
}

/*
	Links
*/

#links {
	margin: 5px 0px;
	padding: 0px;
	text-align: left;
	float: left;
}

#links ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#links li {
	background: #99cdff;
	height: 24px;
	width: 160px;
	margin-bottom: 5px;
	font: bold 14px/24px Arial;
	list-style-type: none;
}

#links li.invisible {
	height: 24px;
	width: 155px;

	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px 5px 0px 0px;
	color: #fff;
	
	border: 0px;
	background: #cae4ff;
	text-decoration: none;
	text-align: right;
}

#links li a, #links li a:visited, #links li a:active, #links li a:hover {
	display: block;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	color: #fff;
	height: 24px;
	border: 0px;
	background: #99cdff;
	text-decoration: none;
	text-align: right;
}

#links li a:hover {
	color: #fff;
	background: #fedc95;
}


#links .white {
	height: 16px;
	width: 160px;

	display: block;
	margin: 0px;
	margin-bottom: 5px;
	color: #fff;
	
	border: 0px;
	background: #fff;
	text-decoration: none;
	text-align: right;

	font: bold 12px/16px Arial;
}

#links li.white a, #links li.white a:visited, #links li.white a:active, #links li.white a:hover {
	margin: 0px;
	color: #000;
	height: 16px;
	border: 0px;
	background: #fff;
	text-decoration: underline;
	text-align: right;
}

#links li.white a:hover {
	color: #000;
	text-decoration: none;
}

/*
	Content
*/

h1.top {
	color: #f0f8ff;
	font: bold italic 26px "Trebuchet MS", Arial;
	padding: 5px;
}

.news {
	margin: 0;
	padding-left: 20px;
}

.news h1 {
	font: bold 18px Arial;
	margin: 0;
	border-bottom: 1px solid #99cdff;
	padding: 5px 0 5px 0;
	color: #99cdff;
}

.news p {
	font: 12px/16px Arial;
}

.collection {
	background: #fff;
	/*#fedc95*/
}

.models {
	padding: 5px;
}

.full {
	background: #fff;
	padding: 1px;
}

.full img, .collection img {
	border: 1px solid #99cdff;
	/*#fedc95*/
}

.more {
	font: 14px Arial;
	text-align: left;
	padding: 5px 0;
}

p.date {
	text-align: right;
	font: 11px Arial;
	color: #808080;
}

/*
	Footer
*/

.footer {
	margin-top: 30px;
	color: #000;
	font: 12px/14px Arial;
}

.footer .copyright {
	padding: 10px;
	border-top: 1px solid #99cdff;
}

.footer .counter {
	padding: 10px;
}
