/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*
* @updated by Anthony Belyaev [Dm211.com]
*/
* {
	margin: 0;
	padding: 0;
}

.ie5 * {
	/*top: 0px;*/
	margin: 0;
	padding: 0;
}

.ie6 * {
	/*top: 0px;*/
	margin: 0;
	padding: 0;
}

.ie5 * html div#menu {
    width: 20%;
	position: fixed;
}

.ie6 * html div#menu {
    width: 20%;
	position: fixed;
}

.ie5 html {
    overflow: hidden;
}

.ie6 html {
    overflow: hidden;
}

.ie7 html {
	overflow: hidden;
}

body {
	font-size: 10px;
	font-family: Arial;
	background-color: white;
	margin-top: 265px;
	margin-left: 140px;
}

.ie5 body {
	height: 100%;
}

.ie6 body {
    height: 100%;
}

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

a:link { 
	text-decoration: none; 
	color: rgb(100,100,100);
}

a:active { 
	text-decoration: none;
}

a:visited { 
	text-decoration:none; 
	color: rgb(60,60,60);
}

a:hover { 
	text-decoration: none; 
	background-color:yellow;
}

a img { 
	border: none; 
}

#menu {    
	overflow-y: hidden; 
	scrollbar: none;
	scrollbar:no;
	
	width: 230px;
	padding-right: 10px;
	bottom: 0;
	left: 100px;
    position: fixed;
    height: 100%;
}

.ie5 #menu {
	margin-top: 0px;
	margin-left: 10px;
	bottom: 0px;
    position: fixed;
    height: 100%;
    float: left;
    width: 215px;
    
	overflow: hidden;
	scrollbar: none;
	scrollbar:no;
}

.ie6 #menu {
	margin-top: 0px;
	margin-left: 10px;
	bottom: 0px;
    position: fixed;
    height: 100%;
    float: left;
    width: 215px;
    
	overflow: hidden;
	scrollbar: none;
	scrollbar:no;
}

#menu p {
	margin: 0px;
}

.container {
	margin: 0px;
	/*padding: 5px 5px 25px 5px;*/
}

.ie5 .container {
	margin: 0px;
}

.ie6 .container {
	margin: 0px;
}

.ie7 .container {
	margin: 0px;
}

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

.ie5 #content {
    height: 100%;
    margin: 160px 0 0 272px;
    top: 0;
}

.ie6 #content {
 	height: 100%;
    margin: 160px 0 0 272px;
    top: 0;
}

.ie7 #content {
    height: 100%;
	margin-top: 140px;
	margin-left: 275px;
}

#content p { 
	width: 607px; 
	margin-bottom: 5px;
	background-color:white;
	bottom:150px;
}

.ie5 #content p {
	width: 600px;
	/*margin-bottom: 5px;
	background-color:white;*/
}

.ie6 #content p {
	width: 600px;
	/*margin-bottom: 5px;
	background-color:white;*/
}

.ie7 #content p {
	width: 600px;
	/*margin-bottom: 5px;
	background-color:white;*/
}

#content img {
	width: 145px;
	height: 145px;
}

#show_desc {}

#description {}			

p {
	margin: 0 0 9px 0;
}

.ie5 p {
	margin-bottom: 0px;
}

.ie6 p {
	margin-bottom: 0px;
}

.ie7 p {
	margin-bottom: 0px;
	padding-bottom: -2px;
}

rd { }

h1 { 
	font-size: 32px; 
}

h2 { 
	font-size: 24px; 
}

h3 { 
	font-size: 16px; 
}

h4 { 
	font-size: 12px; 
	text-align:left;
}

.gecko h4 {
	font-size: 12px;
	text-align:left;
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 0px 0px;
}

.ie7 h4 {
	font-size: 12px;
	text-align:left;
}

.ie5 #container {
	top: 0px;
}

.ie6 #container {
	top: 0px;
}

#img-container { 
	width: 700px;
	height: auto;
	margin-top: -4px;
	background-color: #fff;
}

#img-container p	{ 
	width: 700px; 
	padding-bottom:12px;
}

#img-container img {
	width: auto;
	height: auto;
}

#num {
		padding-left: 6px;
}
	
#s1 .img-bot {
	width: 600px;
	height: 450px;
	display: block;
	border: none;
	margin-bottom: 6px;
	clear: both;
}

#once { 
	clear: left; 
}

.readMoreStyle {
	width: 600px;
	background-color: white;
	font-size: 10px;
                font-color: rgb(30,30,30)
	text-decoration:none;
	padding-bottom:32px;
	padding-top:16px;
}

.videoDisplay {
	vertical-align:	middle;
	text-align:	center;
	margin: 2px auto;
	border:	none;
	padding: 2px;
	clear:left;
}

.section-title {
	border-bottom-color: rgb(200,200,200);
	border-bottom-style: solid;
	text-decoration:none;
	border-bottom-width: 1px;
	font-size: 15px;
}

.section-item {
	text-decoration:none;
	font-size: 10px;
}

.ie6 img.png {
	background-image: expression(
		this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter =
		"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src +
		"', sizingMethod='image')",
		this.src = "http://www.margen-lab.com/ndxz-studio/site/sample/fondo12.png"
	);
}
