/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	
}

/* commented backslash hack \*/ 
	html, body{ height:100%; } 
	/* end hack */
body {
	font-size: 10pt;
	line-height:13pt;
	font-family: Arial, Helvetica, sans-serif; color: #4f4f4f;
	background-color: #e6e7e4;
	margin: 0px;
	padding: 0px;
}


#colorback {
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background-color: #e6e7e4;
	position: fixed;
	z-index: -2;
}


#white-left {
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 20px;
	background-color: #e6e7e4;
}


#white-right {
height: 100%;
position: fixed;
top: 0;
right: 0;
width: 20px;
	background-color: #e6e7e4;
}


x {
    padding: 10px;
    width: 200px;
    w\idth: 180px;
    height: 200px;
    heigh\t: 180px;
}



#white-top {
height: 20px;
position: fixed;
top: 0;
left: 0;
width: 100%;
	background-color: #e6e7e4;
}

#white-btm {
height: 20px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
	background-color: #e6e7e4;
}

a:link { text-decoration: none; color: #90918f; }
a:active { text-decoration: none; color: #90918f; }
a:visited { text-decoration: none; color: #90918f; }
a:hover { color: #3b3b3b; }

a img { border: none; }

#menu {
    width: 200px;
	z-index: 4;
    padding-top: 150px;
    padding-left: 100px;
    bottom: 0;
/*    height: 100%; */
	background-color: #deded;
	float:left;
	z-index:0;

}

#topAction { position: relative; top: 20px; padding-left: 0px; margin-bottom: -140px; /* -200px */}
/*    position: relative; top: -80px; padding-left: 0px; margin-bottom: -140px; */

#topLogo { position: relative; top: 60px; padding-left: 50%; /*500px;*/ }
/*    position: relative; top: 220px; padding-left: 50%; */

#rep { position: absolute; top: 30px; padding-left: 31px; }

#head {
	position:absolute;
	left:0;
	top:20px;
	width:100%;
	height:300px; /* height:60px;*/
	background-image:url(/css/header.jpg);
}

#head_fridge {
	position:absolute;
	left:0;
	top:20px;
	width:100%;
	height:300px; /* height:60px;*/
	background-image:url(/img/fridge_bg.jpg);
}

#head_erip {
	position:absolute;
	left:0;
	top:20px;
	width:100%;
	height:300px; /* height:60px;*/
	background-image:url(erip_bg.jpg);
}

#headlower {
	position:absolute;
	left:20px;
	top:20px;/* 240 320*/
	height:100px;
	width:auto;
}

ul {
	margin-left: 20px;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title { }

#content {
 /*   height: 100%; */
     padding-top: 150px;
	width:50%; /*   362px */
	float:left;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { /*width: 362px;*/ width:100%; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 13pt;
	line-height:13pt;
	font-family: Arial, Helvetica, sans-serif; color: #4f4f4f;
	background-color: #e6e7e4;
	margin: 0px;
	padding: 0px;
}
h2 { font-family: Georgia; font-size: 24px; }
h3 { font-family: Georgia; font-size: 16px; }
h4 { font-family: Georgia; font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
