/* 
    Document   : style
    Created on : 2009-10-08, 08:52:20
    Author     : sparky
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body, a, div, td, ul, ol, li, hr, p, img, span, input, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	margin: 0;
	padding: 0;
	text-decoration: none;
   text-align: center;
   font-family: verdena, arial, heveltica;
   color: #212121;
	font-size: 20px;
	background-color: #d8eb9c;
}

img {
    margin: 0;
    border: none;
}

h1{
	font-size: 0.8em;
	margin: 5px 10px 20px -10px;
	padding-left: 10px;
	border-left: 30px solid #6a8704;
	color: #6a8704;
}

input, textarea{
	border: 1px solid #b4b4b4;
	background-color: #fff;
}

#logo {
    margin-top: 5px;
}

#contener {
    width: 800px;
    margin: auto;
}

#content {
	margin-top: 43px;
	border: 2px solid #cdcdcd;
	width: 800px;
	min-height: 390px;
	background-color: #fff;
}

#top {
	width: 800px;
    position: relative;
}

#menu {
    position: absolute;
    top: 136px;
    left: 99px;
    border: 1px solid #6a8704;
    border-bottom: none;
    width: 600px;
    height: 40px;
	 padding-top: 7px;
    background: url("./../images/mb.png") top repeat-x;
    text-align: center;
}

#size {
    position: absolute;
    top: 166px;
    left: 685px;
    width: 90px;
    height: 32px;
    text-align: right;
}

#menu a{
   color: #fff;
   font-size: 0.6em;
   text-decoration: none;
   padding: 15px 17px;
   display: inline;
}

#menu a:hover{
   background: url("./../images/mw.png") bottom center no-repeat;
}

#footer {
	position: relative;
	text-align: left;
	width: 800px;
	color: #a7a7a7;
	font-size: 0.5em;
	margin-bottom: 45px;
}

#footer a{
    margin-left: 20px;
    color: #a7a7a7;
}

#copyright {
    position: absolute;
    right: 0;
    top: 0px;
}

#left{
	margin-top: 15px;
	width: 277px;
	float: left;
}

#cmenuleft a{
    margin: 0;
    width: 251px;
    height: 30px;
    background: url("./../images/ml.png") top no-repeat;
    display: block;
    padding-top: 15px;
    padding-left: 25px;
    text-align: left;
    color: #fff;
    font-size: 0.6em;
}

#cmenuleft p{
    margin: 0;
    width: 245px;
    padding: 7px 15px;
    font-size: 0.6em;
	 color: #fff;
	 border: 1px solid #6a8704;
    border-bottom: none;
    background: url("./../images/mb.png") bottom repeat-x;
	 background-color: #86ab04;
}

#caboutleft a{
	 color: #DCDCDC;
}

#caboutleft{
    margin: 0;
    width: 245px;
    padding: 0px 15px 7px 15px;
    font-size: 0.6em;
	 color: #fff;
	 border: 1px solid #6a8704;
    border-bottom: none;
    background: url("./../images/mb.png") bottom repeat-x;
	 background-color: #86ab04;
}

#right{
	margin-top: 50px;
	margin-right: 19px;
	padding-bottom: 25px;
	text-align: justify;
	width: 455px;
	font-size: 0.7em;
	float: right;
}

a {
    color: #797979;
    font-family: verdena, arial, heveltica;
    text-decoration: none;
}

#right  h1{
   font-size: 1.1em;
}

a:hover {
    color: #797979;
    font-family: verdena, arial, heveltica;
    text-decoration: none;
}

p{
    margin-bottom: 10px;
}


.fbox{
	float: left;
	display: block;
	background: url("./../images/f.png") top repeat-y;
	text-align: center;
	width: 158px;
	height: 110px;
	margin-bottom: 25px;
	margin-left: 45px;
}

.fbox img {
	margin-left: -1px;
	margin-top: 7px;
}

.peager {
    height: 30px;
    padding-top: 15px;
    background: url("./../images/ml.png") top no-repeat;
    color: #fff;
}

.peager a:hover {
    color: #fff;
}
