/*
TITLE:	Art Gallery Stylesheet
AUTHOR:	Khaled Maiwand, HighCo Technology
CREATED:	April 2008
*/
* { margin: 0; padding: 0; }

body { background: #fff url("images/bg-body.png") top left repeat-x; }
#page {
	width: 760px;
	margin: 0 auto;
	padding: 28px 125px 0 115px;
	font: 12px arial, sans-serif;
	color: #888888;
	background: url("images/bg-page.jpg") no-repeat left top;
}
#header{
	width: 760px;
	height: 170px;
	display: block;
	background: url("images/header.jpg") no-repeat left top;
}
ul.topmenu {
	height: 27px;
	padding: 15px 27px 0 0;
	text-align: right;
	}
	ul.topmenu li { display: inline }
	ul.topmenu a {
		float: right;
		width: 105px; height: 22px;
		padding-top: 5px;
		text-align: center;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		background: #A3BDE5 url("images/menu.png") top left no-repeat;
		}
		ul.topmenu a:hover { background: #83A6DC url("images/menu.png") no-repeat 0 -27px; }
#main {
	width: 706px;
	margin: 0 auto;
	}
.greybox {
	width: 688px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 9px 7px;
	}
	.greybox .preview { float: left; }
		.greybox .preview img{ width: 335px; height: 255px; padding: 5px; }

	.greybox .thumbs {
		float: left;
		width: 310px;
		margin-left: 30px;
		}
		.greybox .thumbs a {
			float: left;
			margin: 0 10px 3px 0;
			}
		.greybox .thumbs img {
			width: 62px; height: 45px;
			}
.photos {
	margin-bottom: 10px;
	}
	.photos a {
		float: left;
		margin-right: 14px; 
		text-align: center;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		color: #A2A3A6;
		background: #C2D3EE;
		}
		.photos a img { width: 102px; height: 60px; }
		.photos a.last { margin-right: 0; }
		.photos a:hover { color: #729AD7; }
		.photos a span {
			display: block;
			padding: 2px 0;
			}
#footer{
	width: 780px;
	margin: 0 auto;
	text-align: center;
	}
	.footer1 a { color: #888; }
	.footer1 a:hover { color: #729AD7; }
#footer2 {
	width: 997px;
	height: 18px;
	margin: 0 auto;
	background: url("images/bg-footer.png") top left no-repeat;
}
.cleaner { clear: both; }

/* --------------------------------- Common Styles --------------------------------- */
a img { border: 1px solid #ccc; }
a {
	text-decoration: none;
	color: #94AEBB;
	}
a:hover { visibility: visible; }	/* IE bug fix */
a:hover img { border: 1px solid #729AD7; }
h1 { font-size: 14px; }
h2 { font-size: 12px; }
