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

html, body{
	 height:100%;
	 overflow-x: hidden;
	 
	}

body {
	font-size: 62.5%;
	font-family: Verdana, sans-serif;
	background-color: #efeff1;
	color: #3d3d3a;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	width: 185px;
	overflow-x: hidden; 
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #efeff1;

}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#menu ul li.section-title {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #696969;
	display: block;
	cursor: pointer;	
	}


#menu li a:link{
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
	text-indent: 3px;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 1px;
	}

#menu li a:active{
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
	text-indent: 3px;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 1px;
	}

#menu li a:visited{
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
	text-indent: 3px;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 1px;
	}

#menu li a:hover{
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
	text-indent: 3px;
	display: block;
	background-color: #FF0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 1px;
	}	


#menu li.active {
	color: #000;
	text-decoration: none;
	background-color: #ff0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 1px;
	}		


/*here for contents work*/

#content {
	top: 0;
	height:670px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 35px;
	background-color: #FFF;
	padding-left: 28px;
	width: 779px;
	padding-bottom: 35px;
}

.container {
    padding: 5px 5px 25px 5px;
	
}

#content p {
	width: 48%;
	line-height: 1.5em;
	margin-bottom: 1em;
}

p {
	
		line-height: 1.5em;

	
	
}

h1 { font-size: 32px; }
h2 {
	font-size: 16px;
}
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: both; }

/*#content .bgg{
	background-image: url(http://www.standards-group.com/images/neositebg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	float: left;
	height: 100%;
	width: 93%;
	position: fixed;
	}*/
	

#footer {
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10px;
	padding-left: 33px;
	width: 400px;
	padding-bottom: 35px;
}


#div45{
	width: 47%;
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	
}

#div45 p{
	width: 100%;
	float: left;
	line-height: 1.5em;
	
}


#div50 {	
	width: 50%;
	float: left;		
	}
	
	
#div50 ul{
	padding-right: 20px;
	padding-left: 10px;
	list-style-position: inside;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height:1.3em;
	}
	
	
#div50 img{
	float: left;
	margin-right: 60px;
	margin-bottom: 25px;
	}
	
#div30 {	
	width: 23%;
	float: left;		
	}
	
#div20 {	
	width: 18%;
	float: left;		
	}

#div35 {	
	width: 35%;
	float: left;		
	}

#rightfloat {	
	width: 30%;
	float: right;		
	}

#div60 {	
	width: 60%;
	float: left;		
	}

#div80{
	width: 80%;
	float: left;
	margin-bottom: 17px;
}

#div100{
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	width: 50%;
	
}

#div100 img{
	float: left;
	margin-right: 60px;
	margin-bottom: 25px;
	}
