/* @override http://www.stemagency.com/ndxz-studio/site/stem/style.css */

/* @override http://stemagency.com/ndxz-studio/site/stem/style.css */

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

body {
	font-size: 12px;
	font-family: georgia, serif;
	background-color: #FFFFFF;
	margin-left: 30px;
	margin-top: 30px;
	line-height: 14px;
	
}



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

a:link {
	text-decoration: none;
	color: #333333;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	background-color: #FFFF33;
	color: #333333;
	text-decoration: underline;
}

a img { border: none; }

#menu {
	float: left;
	display: block;
	margin: -40px 14px 0px 15px;
	background-color: #ffffff;
	padding: 15px 0px 10px;
	width: 170px;
}

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

#menu ul li.section-title {
	
	margin: 30px 10px 10px 0;
	color: #333333;
	font-size: 12px; 
	font-family: Georgia, serif;
	font-weight: bold;
	border-color:#666666;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
}


#content {
    height: 800px;
    margin: 20px 0 0 215px;
    top: 0;

}



.container {
    padding: 5px 5px 10px 10px;

}

#content p {
	background-color: #ffffff;
	margin: -35px 0px 40px 0px;
	width: 450px;
	height: 50;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	


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

#img-container	{
	padding: 10px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	background:#FFFFFF;
}

#img-container p	{ 
	width: 400px; 
	margin-top: -25;
	margin-right: -20;
	margin-bottom: 0;
	margin-left: 0; 
	padding: 0 0 12px 0; 
	background:#e0e0e0; 
}



/* end.. */