/* @override http://cvia.net/ndxz-studio/site/sample/style.css */


/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background-color: transparent;
}

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

a:link { text-decoration: underline; 
	color: #000000;
}
a:active { text-decoration: none; }

a.thumb-img {
	background-color: transparent;
}
a.thumb-img:hover {
	background-color: transparent;
}
a.thickbox:hover{
	background-color: transparent;
}
a:visited { text-decoration: none; color: #000000;
}
a:hover { background: #300; color: #FFF; text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

a img { border: none;}


#menu {
    width: 160px;
    overflow: visible;
    top: 0;
    bottom: 0;
    left: 0px;
    position: absolute;
	margin-left: 40px;
	padding-top: 0px; /* change to match the padding-top in #content if you want them to align */
}

#menu.container{
	padding-top: 150px;
    padding-left: 12px;
 }
 
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-bottom: 11px;
}

#menu ul li.section-title {
	text-transform: none;
	background-color: none;
	color: #000;
	font-weight: bold;
	direction: ltr;
	letter-spacing: 1px;
	text-align: left;
	* Following lines adds a line about each section */
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;

}

#content {
    height: 100%;
    margin: 0 0 0 255px;
    top: 0;
    /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
    padding-top: 110px;  /* change to match the padding-top in #menu if you want them to align */
}

.container {
	padding: 20px 5px 25px 0;
	margin-left: 9px;
}

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

p {
    margin: 0 0 20px;
	text-align: left;
}

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; }

#once { clear: left; }
