/*
redrex base gallery v1.5
*/
body{
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #494949;
	font-size: 13px;
	line-height:120%;
	outline: 0;
}
strong{
	font-weight:bold;
}
.logo{
    float:left;
    padding: 10px 20px 10px 20px;
}
.clear{
	clear:both;
}
a:link, a:visited{
	color: #494949;
	text-decoration: none;
	font-weight:bold;
	outline: 0;
}
a:hover, a:active  {
	text-decoration: none;
	color: #494949;
}
p, li {
	line-height: 1.8em;
}
h1 {
	padding:28px 20px 20px 20px;
	font-size:26px;
	color: #3d3d3d;
	letter-spacing:-2px;
	font-family: Helvetica, Arial, sans-serif;
	float:right;
}
h2 {
	font-size:14px;
	color:#3d3d3d;
	padding:5px 20px;
}
#galdes{
    font-size:0.9em;
    font-style:italic;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
#wrapper {
	width: 980px;

	margin: 0 auto;
	text-align: left;
}
header{
    float:left;
    width:980px;
	overflow:hidden;
}
#topbar, #bottombar{
    float:left;
    width:980px;
	height:3px;
	overflow:hidden;
}
#container {
	background-color: #fff;
	float:left;
	width:980px;
	border-radius:0px 0px 0px 0px;
}
#galleryholder{
	padding: 15px 0px 15px 0px;
	float:left;
	width:980px;
}
#loader-panel{
	height:800px;
	width:980px;
	text-align:center;
	vertical-align:middle;
	background-image: url('loader.png');
	background-repeat: no-repeat;
	background-position: center;
}
footer {
	clear: both;
	background-color:inherit;
	color: #7a7a7a;
	margin: 0 auto;
	padding: 10px 20px 40px;
	text-align: left;
}
#footer-left{
	float:left;
	width:50%;
}
#facebook{
	padding:0px;
	clear: left;
	margin:0px 0px 10px;
    position: relative;
	float:left;
	width:850px;
}
#footer-right{
	float:right;
	width:50%;
}
#contact{
	float:right;
}
#copyright{
	float:left;
}