/* STYLE SHEET */
body{
	font-family:"Trebuchet MS","Lucida Grande",Arial,Sans-Serif;	
	color:#595959;
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#ffffff; 
	margin:0px;
	padding:0px;
}

#container {
	position:relative;
	width:960px;
	margin:0 auto;
	padding-bottom:10px;
	border-top:1px solid #ffffff;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	margin-bottom:15px;
	}
#header-left {
	position:relative;
	float:left;
	width:250px;	
	}
#header-right {
	position:relative;
	float:right;
	width:330px;	
}
/* Logo */
#logo {
	position:relative;
	padding:10px 0px 0px 50px;
}
/* Contact */
#phone {
	position:relative;
	width:325px;
	height:62px;
	background-image:url(../images/background/phone-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	letter-spacing:-1px;
}
#phone-content {
	padding-top:10px;
}
#phone-content a:link,
#phone-content a:visited,
#phone-content a:hover {
	color:#ffffff;
	text-decoration:none;
}
#social {
	position:relative;
	padding-top:10px;
	color:#808080;
	font-size:20px;
	text-align:center;
}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	height:20px;
	z-index:10;
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* big image */
#banner {
	position:relative;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* CONTENT*/
#content {
	position:relative;
}
#content p {
	line-height:14px;
}
#content ul,ol{ 
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 30px;
	vertical-align: middle;
	list-style-image:url(../images/bullet.gif);
}
#content ul li, 
#contentol li{
	margin: 0px;
	padding: 0px;
	list-style-image:url(../images/bullet.gif);
}
a.home-box:link,
a.home-box:visited,
a.home-hover:hover {
	display:block;
	width:210px;
	height:210px;
	text-decoration:none;
}
/* LOWER CONTENT*/

#lower-content-main {
	position:relative;
	background-image:url(../images/background/lowerboxbg.jpg);
	background-repeat:no-repeat;
	height:220px;
	padding:20px 30px 10px 30px;
	overflow:hidden;
	color:#ffffff;
}
#lower-content-main h4 {
	color:#3f3d3d;
	margin:0px;
}
#lower-content-main a:link,
#lower-content-main a:visited,
#lower-content-main a:hover{
	color:#ffffff;
}

/* ***************************************************************************** */
/* 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;
	width:960px;
	font-size:11px;
	color:#595959;
	text-align:center;
	padding-bottom:10px;
}
#plujo {
	position:relative;
}
#footer a:link,
#footer a:visited,
#footer a:hover {
	color:#595959;
}
/* GLOBAL */

	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}

ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}

