/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	}
body {
	position:relative;
	height:100%;
	background-color:#9d1009;
	margin:0px; 
}
/* ***************************************************************************** */
/* STRUCTURE */
#top-bar {
	position:relative;
	height:8px;
	background-color:#000000;
}
#wrapper {
	position:relative;
	background-image:url(images/background/main_bg.jpg);
	background-repeat:repeat-y;
}
#main {
	position:relative;
	background-image:url(images/background/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#footer-bg {
	position:relative;
	height:9px;
	background-image:url(images/background/footer_bg.gif);
	background-repeat:repeat-x;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	height:132px;
}
#logo	{
	position:relative;
	float:left;
	width:300px;
	padding-top:10px;
}
#clients {
	position:relative;
	float:right;
	width:180px;
	
}
#client-login{
	position:relative;
	width:180px;
	height:18px;
	padding:2px 0px;
	text-align:center;
	background-color:#000000;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:35px;
	z-index:10;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* CONTENT */
#container{
	position:relative;
	width:960px;
	margin:auto;
	margin-bottom:20px;
}
/* ***************************************************************************** */
#left_column {
	position:relative;
	width:360px;
	float:left;
}
#intro p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
}
#about-images {
	position:relative;
}
#about-images-content {
	padding:5px 0px;
	font-size:11px;
	color:#6b6463;
	line-height:normal;
	text-align:justify;
}
/* ***************************************************************************** */
#right_column {
	position:relative;
	float:right;
}
#banner {
	position:relative;
	background-color:#ffffff;
	background-image:url(images/background/banner_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:5px 5px 5px 5px;
	border:2px solid #7c7d7f;
}
#featured-galleries {
	position:relative;
	margin-top:10px;
	height:195px;
	background-color:#000000;
	padding:5px 5px 10px 5px;
}
.gallery-category {
	float:left;
	margin:6px;
}
.gallery-title {
	padding:2px 0px;
	background-color:#272121;
	color:#ffffff;
	margin-top:5px;
	text-align:center;
}
#gallery-container a:link,
#gallery-container a:visited,
#gallery-container a:hover {
	color:#d7caca;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	letter-spacing:1px;
	
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	width:960px;
	padding:10px 0px;
}
#copyright {
	position:relative;
	color:#be6864;
	font-size:11px;
}
#plujo {
	position:relative;
	padding-top:10px;
}
#plujo a:link,
#plujo a:visited {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	letter-spacing:1px;
}
#plujo a:hover {
	text-decoration:underline;
}
/* ***************************************************************************** */
/* GLOBAL */
.clear-column {
	clear:both;
}
* {
	margin:0px;
	padding:0px;
}
:focus {
	outline:none;
}
h1, h2, h3 {
	font-weight:normal;
	margin:2px 0px;
}
a:link,
a:visited,
a:hover {
	color:#9d1009;
}

