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

body {
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: #fff;
	color: #fff;
	line-height: 14px;
	background-color:#fff;
}

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

a:link { text-decoration: none; color: #999; }
a:active { text-decoration: none; color: #00a7a0;}
a:visited { text-decoration: none; color: #999; }
a:hover {color: #00a7a0;}

#menu li.active a {
color:#00a7a0;
}

img {border: 1px solid #e0e0e0;}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 11px;
	color: #000;
}


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

#menu .logo {
	margin: 0 0 19px 0;
}

#menu .postnavtext {
	margin: 24px 0 2px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 39px 0 0 200px;
    top: 0;
	color: #000;
	line-height: 18px;
}

#content a{
	border-bottom: 1px dotted #000;
	color: #000;
}

#content a:hover{
	color: #00a7a0;
	border-bottom: 1px dotted #00a7a0;
}

.container {
    padding: 21px 20px 20px 20px;
}

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

p {
    margin: 0 0 9px 0;
}

.title{
	font-size: 20px;
	font-family: arial, sans-serif;
	color: #000;
	font-weight: normal;
	padding: 0 0 16px 0;
}

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

#img-container	{ margin: 0; padding: 10px; background-color:#000; width:500px; height:345px;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }