/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 30;
	padding: 10;
}

body {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	letter-spacing: 0.02em;
	font-weight: normal;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #8A8A8A;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #8A8A8A;
	background-color: #FFFFFF;
}
a:hover {
	background-color: #8A8A8A;
	color: #FFFFFF;
	height: 12px;
	width: 100%;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu {
    width: 270px;
    overflow: auto;
    top: 70;
    bottom: 0;
	left: 15;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 200px;
}

.container {
    padding: 25px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.boxtext {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	border: 10px solid #FFFFFF;
	color: #000000;
	position: absolute;
}
.boxtextop {
	background-color: #FBFBFB;
	height: 95px;
	width: 480px;
	border: 10px solid #FBFBFB;
	color: #C2C2F8;
	position: relative;
	background-image: url(http://www.eenia.com/portfolio/files/gimgs/bgtop.gif);
}
.boxtextop:hover {
	background-color: #FFFFFF;
	height: 95px;
	width: 480px;
	border: 10px solid #FFFFFF;
	color: #000000;
	position: relative;
}
.popole {
	color: #00C400;
	height: 30px;
	width: 420px;
	border: 3px solid #F2F2F2;
	background-image: url(http://www.eenia.com/_news/data/upimages/bar1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.boxtextmid {
	height: 275px;
	width: 480px;
	color: #000000;
	position: relative;
	background-color: #F2F2F2;
	border: 10px solid #F2F2F2;
}
.gris {
	color: #DDDDDD;
	font-size: 9px;
	left: 35px;
}
.boxlogo {
	height: 120px;
	width: 225px;
	border: 10px solid #FFFFFF;
	position: static;
	background-image: url(http://www.eenia.com/portfolio/files/gimgs/19_gb.gif);
}
H5 {
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: normal;
	text-indent: 1px;
	word-spacing: normal;
}
h51 {
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: normal;
	text-indent: 1px;
	word-spacing: normal;
	color: #000000;
	background-color: #FFFF33;
}
h4 {
	font-size: 10px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	text-indent: 1px;
	word-spacing: normal;
	color: #000000;
	background-color: #F8F8F8;
	border: 2px solid #F8F8F8;
	width: 100%;
}
strong {
	background-color: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-weight: normal;
}
featured {
	background-color: #33CC00;
	border: 1px solid #33CC00;
	color: #FFFFFF;
	font-weight: normal;
}
chiqui {
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: normal;
	text-indent: 1px;
	word-spacing: normal;
	color: #000000;
	background-color: #EDEDED;
}
menucolor {
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: normal;
	text-indent: 1px;
	word-spacing: normal;
	color: #000000;
	background-color: #CCFFFF;
}
menucolor2 {
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: normal;
	text-indent: 1px;
	word-spacing: normal;
	color: #000000;
	background-color: #CCFFE6;
}
menucolor3 {
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: normal;
	text-indent: 1px;
	word-spacing: normal;
	color: #000000;
	background-color: #FEFFCC;
}