/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}


html {
	margin: 0;
	padding: 0;
}


body {
	background: #FFFFFF url(http://foryoureyestruly.com/files/menubgw.png) repeat-y;
	color: #000000;
	text-align: left;
	direction: ltr;
	border-style: none;
	font: 12.5px/17.5px "droid-serif-1","droid-serif-2", serif;
}

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

a:link { text-decoration: none;
	color: #989817;
}
a:active { text-decoration: none; color:#FFFFFF;
	background-color: #006699;
}
a:visited { text-decoration: none; color: #000000; }
a:hover {
	text-decoration: none; color:#FFFFFF;
	background-color: #006699;
}

a img { border: none; }


#menu {
    width: 215px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	overflow: visible;
	height: 100%;
	font-family: Helvetica, Geneva, sans-serif, "Arial Narrow Bold";
}

#menu ul {
	list-style: none;
	margin: 0 0 15px;
	background-image: url(http://foryoureyestruly.com/files/menubg_v2.gif);
	padding: 5px 10px;
}

#menu ul li.section-title {
text-transform:capitalize;
font-stretch: extra-condensed;
font-weight:bold;

}
#menu p a { background: transparent; } 

#content {
    height: 100%;
    line-height:15px;
	top: 0;
	width: 460px; margin-bottom: 9px;
	margin: 2px 0 0 240px;
}

.container {
    padding: 20px 15px 25px 15px;
}

#content p { width: 456px; margin-bottom: 20px; }

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 48px;
    margin-bottom: -.3em;
	width: 100%;
	line-height: .87em;
}
h2 { font-size: 16px;
}
h3 { font-size: 12px; }
h4 { font-size: 10px; color:#339999; 
padding-bottom: 0px;
}

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

#once { clear: left; }