/* 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;
	
}
#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;
}
/* ***************************************************************************** */
/* LEFT CONTENT */
#logo {
	position:relative;
	padding:10px;
}

#navigation {
	position:relative;
	z-index:100;
	margin-bottom:10px;
}
#lower-left {
	position:relative;
	padding:7px;
	margin-top:20px;
}

#lower-left img {
	border:2px solid #cfcbcb;
}
#lower-left a:link,
#lower-left a:visited,
#lower-left a:hover {
	font-size:11px;
	color:#214973;
}
/* ***************************************************************************** */
/* RIGHT CONTENT */

#phone {
	position:relative;
	font-size:24px;
	color:#660000;
	text-align:right;
	margin-bottom:10px;
}
#banner {
	position:relative;
	padding:8px;
	background-color:#efeeee;
	border:1px solid #cccccc;
}
#intro  {
 	position:absolute;
	width:600px;  
  	height:250px;
 	padding:20px;
	color:#ffffff;
}
#intro-title {
	position:relative;
	width:550px;
}
#intro-content {
	position:relative;
	width:420px;
}
#intro h1 {
	letter-spacing:1px;
	margin-bottom:5px;
	color:#ffffff;
	font-size:24px;
	text-transform:capitalize;
	}
#intro p {
	line-height:18px;
	font-size:16px;
	color:#ffffff;
	line-height:22px;
}
/* ***************************************************************************** */
/* 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;
	
}
#testimonials {
	position:relative;
	background-color:#edeeea;
	background-image:url(../images/background/testimonialbg.jpg);
	background-repeat:no-repeat;
	height:140px;
	border:1px solid #cccccc;	
	color:#3c6f87;	
}
#testimonials p {
	font-size:12px;
	color:#3c6f87;
	line-height:18px;
}
#testimonial-container {
	position:relative;
	padding:10px 40px 20px 40px;
}
/* ***************************************************************************** */
/* GALLERY */

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	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;
	list-style-image:url(..images/bullet.gif);
}
ul li, 
ol li{
	margin-bottom:8px;
	list-style-image:url(..images/bullet.gif);
}
