/* Mallorca Communications CSS Document */
*{margin:0;padding:0}
body {
	background-image:url(../images/bg_home.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5b5b5b;
	line-height:20px;
}
#logo{
	height:105px;
	width:400px;
	background-image:url(../images/logo_home.jpg);
	background-repeat:no-repeat;
}
#header {
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	width:765px;
	height:187px;
	
	
}
#header-pages {
	background-image:url(../images/page.jpg);
	background-repeat:no-repeat;
	width:765px;
	height:187px;
	
	
}
#header h1,#logo h1{display:none}
#navcontainer {
	height:27px;
	margin-left:15px;
	color:#7c838a;
	font-size:11px;
}
.divider {
	background-image:url(../images/divider.gif);
	background-repeat:no-repeat;
	margin-right:8px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
}
#navlist li a {
	color: #ffffff;
	text-decoration:none;
}
#navlist li a:hover,#navlist li #current {color:#a4dd79;}
/*Sub level menu*/
#navlist ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

a{color:#4a7728;}
a:hover {text-decoration:none;}
#page {
	margin:20px 20px 10px 20px;
	width:680px;
	color:#333;
}
#page p{padding:5px 0 5px 0;font-size: 15px;}
#page ul{padding:20px;}
#page li{margin-left:10px;font-size:15px;}
#block-left {
	margin:20px 20px 10px 20px;
	float:left;
	width:330px;
}
#block-left input,#block-right input{
	width:220px;
	height:17px;
	margin-bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5b5b5b;
}
#block-right select{
	width:220px;
	height:22px;
	margin-bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5b5b5b;
}
#block-right fieldset{
width:270px;
padding:20px 15px;
border: 1px solid #CCC;
}
#block-left textarea,#block-right textarea{
	width:220px;
	height:140px;
	margin-bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5b5b5b;
}
#block-left .submit,#block-right .submit{
	width:220px;
	height:25px;
	margin-bottom:6px;
}
#block-left .captcha{margin-bottom:6px;}
#block-right {
	margin:20px 0 10px 20px;
	float:left;
	width:350px;	
}
.red{color:red;}
.error{ 
	height:40px;
	background-image:url(../images/exclam.jpg);
	background-repeat:no-repeat;
	border:1px solid #3D6620;
	padding:4px 0 4px 30px;
	color:red;
	margin-bottom:20px;
	margin-right:10px;
}
.succes{ 
	font-weight:bold;
	border:1px solid #3D6620;
	padding:4px 0 4px 4px;
	color:#3D6620;
	margin-bottom:20px;
	margin-right:10px;
}

.block{
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom: 1px solid #99cc99;
}
.block-contact{
	padding-bottom:25px;
	margin-bottom:25px;
	
}
h1 {
	color:#4a7728;
	font-size:20px;
	font-weight:normal;
	font-family:Helvetica, Arial, Sans-Serif;
}
h3 {margin:0;padding:0 10px 10px 0;color: #336600}
h4 {font-size:16px;margin:0;padding:0 10px 10px 0;color: #336600}


strong 	{color:#4a7728;}
img 	{border:0px;}

small {
	font-size:10px;
	font-style:italic;
}
.readmore{text-align:right; font-style:italic}





blockquote.big {
	margin: 0 0px 10px 20px;
	padding: 50px 50px 50px 50px;
	background: url(../images/blockquote_big_start.png) 0 0 no-repeat;
	font-family: "Arial narrow", Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style:italic;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	color:#cfdfc6;
}

#footer{
	height:35px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	clear:left;
	padding:5px 0 0 20px;
	color: #fff;
	text-decoration: none;
	word-spacing: 0.25em;
	letter-spacing: 1px;
	font-size: 10px;
}
