/*
------------------------------------------------------------------------- */

html {
font-family:arial, helvetica, sans-serif;
font-size:76%;
color:#555;
background:#FFF;
}

body {
	position: relative;
	width: 700px;
	padding: 10px 25px 100px 20px;
	margin: 10px auto 10px auto;
}

#banner {
	position: absolute;
	left: 0;
	width: 100%;
	height: 120px;
	padding: 0 !important;
	padding-right: 50px;
	background-color: #FFF;
	background-image: url(images/header.png);
	background-position: 25px 0;
	background-repeat: no-repeat;
}

/* Menu */

#menu {
   position:relative;
   top:100px;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background-image: url(images/menubackground.png);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 10px 10px 0 18px;
}

#menu a {
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: White;
}

#menu a:hover {
	text-decoration: underline;
	color: #ccc;
}

/* End Menu */

#container {
position:relative;
top:100px;
height:100%;
margin-bottom:30px;
}

#content {
position:relative;
width:700px;
}

#contentColumnLeft {
float:left;
width:470px;
}

#contentColumnRight{
	float: right;
	width: 210px;
	background-image: url(assets/images/Rama.jpg);
	background-color: Aqua;
	background-position: top;
}

#content p {
font-size:1.08em;
line-height:1.4em;
padding:6px 11px 13px 20px;
margin:0 15px 1.1em 0;
text-align: justify;
}

#content ol, #content ul {
font-size:1.08em;
line-height:1.4em;
padding:6px 11px 13px 40px;
margin:0 13px 1.1em 0;
}

h1,h2,h3,h4,h5 {
	height: auto !important;
	height: 30px;
	margin-top: 0;
	margin-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #ECECEC;
	width: 660px;
	color: Silver;
}

h6 {
   font-family:arial, helvetica, sans-serif;
	font-size:1.08em;
	line-height:1.4em;
	padding:6px 11px 13px 20px;
	margin:0 15px 1.1em 0;
	text-align: center;
	color:#555;
	background:#FFF;
}

#info-site {
clear:both;
position:absolute;
bottom:7px!important;
bottom:15px;
right:29px;
width:100%;
font-size:0.94em;
}

#info-company {
clear:both;
position:absolute;
right:0;
}

#info-standards {
clear:both;
position:absolute;
right:-1px;
top:5px;
}

/*additional*/
A:link {
color:#555;
text-decoration:underline;
}

A:active {
color:#000;
text-decoration:none;
}

A:visited {
color:#555;
text-decoration:underline;
}

A:hover {
color:#000;

text-decoration:none;
}

abbr, acronym {
font-style:normal;
border-bottom:dotted 1px #ABB1B7;
cursor:help;
}

code, kbd, samp {
display:block;
padding:10px;
border-left:10px solid #DDD;
font-family:monaco, "Courier new", courier, monospace;
}

.errors {
	color: Red;
}
