@import "lib.css";

body {
	font-size: 14px;
	font-family: arial, verdana, sans-serif;
}

.container {
	width: 800px;
	margin: 0 auto;
}

.header {
	height: 104px;
	border-bottom: 1px solid #AAA;
	background: #FFF url(../img/quality.gif) no-repeat scroll bottom right;
}
.header h1 {margin: 0px; padding: 0px; text-indent: -9999px; }

.header h1 a {width: 61px; height: 104px; margin: 0; background: #FFF url(../img/arien-logo.gif) no-repeat scroll top left; display: block; float: left; border: 0;}

.header .nav {
	float: right;
	width: 700px;
}
.header .nav ul {
	text-align: right;
	padding-top: 40px;
}
.header .nav ul li, .adminMenu ul li {
	display: inline;
	margin-left: 20px;
}
.header .nav ul li a, .adminMenu ul li a {
	 color: #26526b; text-decoration: none; border-bottom: 1px solid #658c53;
}
 .adminMenu {
	margin-bottom: 1em;
}
.content {
	padding-top: 1em;
	padding-right: 20px;
	clear: both;
	width: 559px;
	float: left;
	border-right: 1px solid #AAA;
}
.categories {
	padding-top: 1em;
	margin-left: 20px;
	width: 200px;
	float: left;
}
.categories ul li {
	margin-bottom: 1em;
}

a {color: #658c53; border-bottom: 1px solid #26526b; text-decoration: none; border: none;}
a:hover {color: #26526b; border-bottom: 1px solid #658c53;}
p, .description {
	color: #333;
	line-height: 1.4em;
	text-align: justify;
	margin-bottom: 1em;
}
h1 {
	font-size: 20px;
	color: #333;
	margin-bottom: 1em;
}

.footer {
	border-top: 1px solid #AAA;
	color: #AAA;
	padding-top: 1em;
	margin-top: 1em;
	font-size: 12px;
	clear: both;
}
.footer p {
	text-align: right;
	
}
.footer a {
	color: #AAA;
}

.gallery {
	
}
.gallery .image {
	width: 110px;
	height: 110px;
	margin: 13px;, padding: 10px;
	float: left;
	text-align: center;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	box-shadow:  0px 0px 2px #EEE;
	-webkit-box-shadow:  0px 0px 2px #EEE;
	overflow: hidden;
}
.gallery .image:hover {
	box-shadow:  0px 0px 5px #333;
	-webkit-box-shadow:  0px 0px 5px #333;
}
.gallery .image img {
	height: 60px;
	margin: 1px;
}
.gallery .image h5 {
	margin-top: 10px;
	font-weight: normal;
	font-size: 10px;
}
.gallery .image h5 a {
	border: none;
	color: #AAA;
}
.pagination {
	clear: both;
	padding-bottom: 1em;
}


table {
	border: 1px solid #AAA;
	margin: 1em;
}
table th {
	text-align: left;
	border-bottom: 1px solid #333;
	padding: 5px;
	
}
table td {
	padding: 5px;
	border-bottom: 1px solid #AAA;
}
table .alt td {
	background-color: #EFEFEF;
}
table a {
	display: block;
}
table .image a {
	display: inline;
}
table td.desc {
	font-size: 10px;
	width: 100px;
}
form {
	border: 1px solid #FEFEFE;
	padding: 10px;
}

form label {
	display: block;
}
form .input {
	margin-bottom: 1px;
}
