@charset "utf-8";
/* CSS Document */


body {
	font-family:Tahoma;
	font-size:medium;
	background-color:#8b8b8b;
}
h1, h2, h3, h4, h5  {
	color:#374045;
}

img {
border:none;
}
#container {
	width:960px;
	margin: 24px auto;
}

#header {
	background-image:url(../images/header_gradient.png);
	height:100px;
	margin:0 auto;
	border-bottom:#FFFFFF solid 1px;
}

#header img {
	margin: 30px 0px 0px 32px;
}
#menubar {
	background-color:#8b8786;
	height:32px;
	margin: 0 auto;
	border-bottom:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
}

#myslidemenu br {
	clear:left;
}

#content {
	background-color:#FFF;
	color:#000000;
	padding:10px;
	border:#000000 solid 32px;
	font-size:small;
}

#footer {
	height:100px;
	margin:0 auto;
	border-top:#FFFFFF solid 1px;
	background-image:url(../images/footer_gradient.png);
}

#footer_admin {
	color:#FFF;
	margin-top:80px;
	margin-left:32px;
	float:left;
	font-size:smaller;
}

#footer_links {
	color:#FFF;
	width:600px;
	margin-top:80px;
	margin-right:32px;
	float:right;
	text-align:right;
	font-size:smaller;
}
#footer a {
	color:white;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.fadegallery li {
list-style:none;
left:0px;
}

.client_info {
	width:270px;
	float:left;
	height:300px;
	background-color:#FFFFFF;
}
.client_title {
	text-align:center;
}
.client_title h2 a {
	color:#374045;
	text-decoration:none;
}
.client_title h2 a:hover {
	text-decoration:underline;
}
.client_description {
	width:265px;
	float:left;
	padding:5px;
}
.client_features {
	width:275px;
	float:left;
}
.client_clear {
	clear:both;
	height:16px;
	background-color:#FFFFFF;
}
.client_gallery {
	width:600px;
	float:left;
	height:300px;
	padding-right:5px;
}
#album_preview {
    float:left;
    width:250px;
    margin:15px 20px 15px 20px;

    text-align:center;
}
.gallery_preview {
    float:left;
    width:250px;
    height:250px;
    margin:15px 20px 15px 20px;

    text-align:center;
}
.clearboth{clear:both;}
img a {text-decoration:none;}
