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

body{
background-color: #dcdcc4;
	font-family: Arial, Helvetica, Sans-Serif; 
}


.style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color:#fdfbc8;
}

.style2 {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.09em;
color:#fdfbc8;
}

.prices {
color: #6c9c4b;
}

.nav {
    font-size: 23px;
  text-transform: uppercase;
color:#999999;
}

a:link{color:#666666;text-decoration:none;}
a:visited{color:#666666;text-decoration:none;}
a:hover{color:white;text-decoration:none;}
a:active{color:#6c9c4b;text-decoration:none;}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a img { border: none; }

#menu li.active a {color:#6c9c4b	;text-decoration:none;}

#menu {
	background: #333333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 17em;
	color:white;
	height: 100%;
		position: fixed; /* this make the menu stay in place while the content section scrolls*/
		overflow: auto;
		top: 0;
		bottom: 0;
		left: 0;
		padding-top: 15px; /* change to match the padding-top in #content if you want them to align */
		padding-bottom: 25px;
		/* padding-left & right can be changed in #menu ul - below */
}
#menu li {
	font: Arial, "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #dcdcc4 left center no-repeat;
	color: #333333;
	padding-bottom: 8px;
}
	
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

.contacts {
margin: 0 0 0 35px;
}
	
#content {
    height: 100%;
    margin: 0 0 0 18em;
    top: 0;
padding-top: 30px; 
}

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

#content p { width: 1000px; margin-bottom: 9px; }


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; color:white; }
h4 { font-size: 12px; }

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

	.img-bot {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		border-color: #999999; /* erase the following 3 lines if you dont want borders on your images */
		border-width: 1px; 
		border-style:  solid;
	}

#once { clear: left; }