/* @override http://colabcreative.com/ndxz-studio/site/sampleTOF/style.css */

/* @override http://colabcreative.com/ndxz-studio/site/sampleTOF/style.css */

/* @override http://www.colabcreative.com/ndxz-studio/site/sampleTOF/style.css */

/* @override http://colabcreative.com/ndxz-studio/site/sampleTOF/style.css */

/* @override http://www.colabcreative.com/ndxz-studio/site/sampleTOF/style.css */

/* @override http://www.colabcreative.com/ndxz-studio/site/sampleTOF/style.css */

/* @override http://colabcreative.com/ndxz-studio/site/sampleTOF/style.css */

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


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff url(/files/navShdw.jpg) no-repeat 248px 13px;
}

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

a:link { 
	text-decoration: none;
	color: #575757;
	text-shadow: silver 0px 0px 0px;
}

a:active { 
	color: #5a5958;
    text-decoration: none;
    background-color: #d9d9d3;
    font-weight: normal;
	font-style: normal;
}

a:visited { 
	text-decoration: none; 
	color: #bcbcbc; 
}

a:hover {
	color: #000;
    text-decoration: none;
    background-color: #f4e700;
}

a img { 
	border: none; 
}

#menu {
    width: 225px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 25px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { 
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E0E0E0;
}

#content {
    height: 100%;
    margin: 0 0 0 265px;
    top: 0;
}

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

.container p {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E0E0E0;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 {
	font: 28px/40px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	width: 560px;
	padding-bottom: 9px;
}
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; 
}