/* 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:20px;
}
/* ***************************************************************************** */
/* CONTENT*/
#content {
	position:relative;
}
#content p {
	color:#595959;
	line-height:14px;
}
#content ul,ol{ 
	margin-left:20px;
	list-style-image:url(../images/bullet.gif);
}
#content ul li, 
#contentol li{
	margin-bottom:8px;
	list-style-image:url(../images/bullet.gif);
}
#left-column {
	position:relative;
	float:left;
	width:460px;
}
#right-column {
	position:relative;
	float:right;
	width:480px;
}
#big-text {
	position:relative;
	margin-bottom:10px;
	
}
#big-text p{
	font-size:22px;
	line-height:24px;
	color:#595959;
	margin-top:0px;
}

.message_confirm {
	padding:10px;
	border:1px dashed #000000;
	background-color: #dddddd;
	color: red;
}
	
/* ***************************************************************************** */
/* 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;
}

.line {
	margin:2px;
	height:2px;
	border-bottom:1px solid #e7e7e7;
}

/* ***************************************************************************** */
.heading th {
	background-color:#f7971e;
	border-top:1px solid #e4ded7;
	border-bottom:1px solid #e4ded7;
	margin-bottom:10px;
	color:#000000;
	padding:3px;
	font-size:14px;
}
.list {
	padding:10px 0px 0px 10px;
}
.list2 {
	padding:10px 10px 0px 0px;
}
.store_box {
	position:relative;	
	background-color:#f4f5f6;
	margin-bottom:20px;
}


.store_box input[type="text"], .store_box textarea, .store_box select  
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;

    padding: 4px;
    border: solid 1px #b4aea7;
}

.form-input-error {
	color:red;	
}


p {
	padding: 0 0 1em;
}

.msg_head {
	padding: 10px;
	position: relative;	
	margin:1px;	
	background-color:#90afcc;
	color:#ffffff;
	border:1px solid #7b9ab6;
	margin-bottom:10px;
}
.msg_body {
	padding: 5px 10px 15px;
	background-color:#ffffff;
	border:1px solid #e4ded7;
	margin-bottom:10px;	
}

.msg_body input[type="text"], .msg_body textarea, .store_box select  
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;

    padding: 4px;
    border: solid 1px #b4aea7;
}

.measure-help {
	padding:5px;
	background-color:#f5f2ef;
	font-style:italic;
	border-top:1px dashed #b4aea7;
	border-bottom:1px dashed #b4aea7;
	margin:20px 0px;
}
