/* STYLE SHEET */

body{
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#eeeded; 
	margin:0px;
}
#main {
	position:relative;
	background-color:#f5f5f5;
	background-image:url(../images/background/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-bottom:20px;
	border-bottom:1px solid #c9c4c4;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	padding-bottom:20px;
	border-left:1px dashed #c9c4c4;
	border-right:1px dashed #c9c4c4;
	margin-bottom:10px;
}
#left-column {
	position:relative;
	width:200px;
	padding:40px 5px 0px 5px;
	float:left;	
	z-index:500;
}
#right-column {
	position:relative;
	width:720px;
	float:right;
	padding:5px 10px 0px 10px;
	border-left:1px dashed #c9c4c4;
	min-height:700px;
	height:auto !important;
	height:700px;
}
/* ***************************************************************************** */
/* LEFT CONTENT */
#logo {
	position:relative;
	padding:10px;
}
#navigation {
	position:relative;
	z-index:100;
	margin-bottom:10px;	
}
#lower-left {
	position:relative;
	padding:7px;
	margin-top:10px;
}
#lower-left p {
	font-size:11px;
	line-height:14px;
}

/* ***************************************************************************** */
/* RIGHT CONTENT */

#phone {
	position:relative;
	font-size:24px;
	color:#660000;
	text-align:right;
	margin-bottom:10px;
}
#title {
	position:relative;
	background-color:#660000;
	padding:0px 5px;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* MAIN CONTENT*/
#main-content {
	position:relative;
}
#main-content p {
	color:#41423e;
	line-height:22px;
}
#gallery {
	position:relative;
	margin:5px 0px;
}
#gallery-thumbnails {
	position:relative;
	float:left;
	padding:4px;
	background-color:#efeeee;
	border:1px solid #cccccc;
	margin-right:4px;	
}
/* ***************************************************************************** */
/* CONTACT */
#contact {
	position:relative;
	margin:0 auto;
	width:960px;
	background-color:#edeeea;
	border:1px solid #cccccc;	
	color:#3c6f87;	
	line-height:20px;
}
#contact p {
	font-size:12px;
	color:#3c6f87;
	line-height:20px;
}

#contact-content{
	position:relative;
	float:left;
	width:385px;
	padding:12px;
}
#contact-form {
	position:relative;
	float:right;
	padding:8px;
}
/* ***************************************************************************** */
/* GALLERY */

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#e4e4e3;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}

/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	padding-top:10px;
	width:960px;
	font-size:11px;
	color:#797575;
	padding-bottom:40px;
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right{
	position:relative;
	float:right;
}
#plujo {
	position:relative;
}
#plujo a:link,
#plujo a:visited {
	color:#797575;
	text-decoration:none;
}
#plujo a:hover {
	color:#979191;
	text-decoration:underline;
}
/* GLOBAL */
	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}

ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}
.line {
	height:2px;
	margin:2px 0px 5px 0px;
	border-bottom:1px solid #e4e4e3;
}
.pagination {
	text-align:center;
}
form {
	margin:0px;
	padding:0px;
}
/* ***************************************************************************** */
/* SIGN UP*/
#contact-form label {
	white-space:nowrap;
	margin-right:4px;
	color:#484343;
	font-size:11px;
}
input.contact-form	{
	border:2px solid #d3d5cb;
	width:210px;
	font-size:12px;
	color:#3e3b3b;
	}
textarea.contact-form {
	border:2px solid #d3d5cb;
	width:287px;
	height:112px;
	font-size:12px;
	color:#3e3b3b;
}
input.submit{
	border:none;
	background-color:#cdcdcd;
	color:#3e3b3b;
	cursor:pointer;
}
.error {
	font-size:10px;
	color:#FF0000;
}
