/* CSS Document 
Author: AB
GS IT
*/

/* header & footer fix */


body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: Auto;
	margin-top: 0px;
	margin-right: Auto;
	margin-bottom: 0px;
	
	 margin:0;
  padding:header1-<length> 0 footer1s-<length> 0;
		
}

 #header1{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:header-<length>;
 }
 #footer1{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:footer-<length>;
 }
 @media screen{
  body>div#header1{
   position:fixed;
  }
  body>div#footer1{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 

/*  header & footer fix end*/


.size{
font-size:16px;
}



/* menu drop down start */

#menu{
width:175px;
height:100%
/*border-bottom:1px solid #cccccc;*/
padding: 0 0 3px 5px;
}
#submenu{
font-size: 11px;
}
ul {
font-family: Arial, Verdana;
font-size: 14px;
margin: 0;
padding: 0;
list-style: none;
width:50px;
}
ul li {
<!--display: block;-->
position: relative;
float: left;
}
li ul { display: none; }
ul li a {
display: block;
width:150px;
text-decoration: none;
color: #000000;
border-bottom:1px solid #cccccc;
padding: 5px 15px 5px 15px;
<!--background: #2C5463;-->
margin-left: 1px;
white-space: nowrap;
}
ul li a:hover { background: #fff; }
li:hover ul {
display: block;
position: relative;
}

li:visited ul{
font-weight:700;
}
li:hover li {
float: none;
font-size: 11px;
}
li:hover a {
background: #fff;
}
li:hover li a:hover {
background: #fff;
}
ul li a:active{
volume:loud;
}

/* end menu drop down start */

a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color:#B40000;
}
a:focus {
	outline: 0px;
}
a.text-link{
	color:#990000;
	text-decoration: underline;
}

.png {
	behavior: url("../iepngfix.htc");
}
/* Main */

#main
{
	padding:5px 5px 5px 5px;
}

/* Content  */
#content
{
text-align:justify;
list-style-type:square;
width:540px;
margin:15px 20px 5px 5px;
}

.contact_add { 
		font-size:10px;
		float: right; 
		padding: 3px 3px;
		margin: 0 15px 3px 0;
		text-align:right;
	}
	
span{
color:#B40000}

#email a {
	color: #fff;
}

#email a:hover { 
	color: #000000;
}






#heading
{
font-weight:bold;
color:#333333;
}


/* Footer */

#footer
{
	background-image:url(../images/footer-bar.png);
	background-repeat:no-repeat;
	width:750px;
	height:25px;
}
#footer-links
{
	font-size:9px;
	float:right;
	color:#FFFFFF;
	padding 5px 10px 5px 0;
}



.separator {color: #cccccc}
.F-link{color: #FFFFFF}

/* Menu */
/*#menu
{
width:175px;
border-bottom:1px solid #cccccc;
padding: 0 0 3px 5px;
}
#submenu
{
	font-size:10px;
	padding: 0 0 3px 7px;
	color:#990000;
}*/
