body
{
    background-color: #333333;
}

#banner
{
    position: relative;
    top: 0px;
    left:0px;
    width:900px;
    height:164px;
   /** background-image: url(../pics/banner2.jpg);
    background-repeat:no-repeat;**/
}

#g_bar
{
    position: relative;
        top: 0px;
        height:33px;
    background-image: url(../pics/g_bar.jpg);
    background-repeat:no-repeat;    
    z-index:10;
    }


#menubar
{
    position: relative;
    top: 2px;
    width: 685px;
    height: 26px;
    padding-left: 215px;
    z-index: 5;
    background-color: #ffffff;
}

#main
{
    position: relative;
    top: 0px;
    width: 900px;
}


/* Information about the 'content' div */

/* this div includes the 'side' and the 'footer' div. */
/* you need to add left or right padding to allow for the 'side' div */
/* the 'footer' background will use this one */

#sub_content
{
    position: relative;
    top: 0px;
    width: 430px;
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 95px;
    padding-top: 10px;
    background-position: bottom;
    font-family: verdana;
    font-size: 8pt;
    color: #666666;
    background-color: white;
    border-left: 1px solid #EFEBEF;
    border-right: 1px solid #EFEBEF;

}

#content
{
    position: relative;
    top: 0px;
    width: 470px;
    height: auto;
    padding-left: 222px;
    padding-right: 208px;
    padding-bottom: 85px;
    padding-top: 10px;
    background-position: bottom;
    font-family: verdana;
    font-size: 8pt;
    color: #666666;
    background-color: white; /*background-image: url(../pics/bg.jpg); background-image: url(../pics/footer.jpg); background-position:bottom; background-repeat:no-repeat;*/
}

#rightside
{
    position: absolute;
    top: 0px;
    width: 210px;
    margin-left: 6px;
    right: 5px;     
    padding-top: 22px;
    font-family: verdana;
    color: #666666;
    font-size: 8pt;
}


#leftside
{
    position: absolute;
    top: 0px;
    left: 6px;
    width: 210px;
    padding-right: 6px;
    padding-top: 22px;
    font-family: verdana;
    color: #666666;
    font-size: 8pt;
}



#footer
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    width: 900px;
    font-family: verdana;
    font-size: 8pt;
    color: #333333;
    background-image: url(../pics/bottom_bar.jpg);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    z-index: 20;
}

h1
{
    font-family: verdana;
    font-size: 16px;
    color: #FF6900; /**#333333;**/
    font-weight: lighter;
}

h2
{
    font-family: verdana;
    font-size: 14px;
    color: #FF6900;
    font-weight: lighter;
}

h3
{
    font-family: verdana;
    font-size: 8pt;
    color: #FF6900;
    font-weight: lighter;
    text-decoration: none;
}




a.sub:link {
	color: #ff6900;
	text-decoration:none;	
	font-weight: normal;
}

a.sub:visited {
	color: #ff6900;
	text-decoration:none;
	font-weight: normal;
}

a.sub:hover {
	color: #ff6900;
	text-decoration:underline;
	font-weight: normal;
}

a.sub:active {
	color: #ff6900;
	text-decoration:none;
	font-weight: normal;
}





a.sub_bold:link {
	color: #ff6900;
	text-decoration:none;	
	font-weight: bold;
}

a.sub_bold:visited {
	color: #ff6900;
	text-decoration:none;
	font-weight: bold;
}

a.sub_bold:hover {
	color: #ff6900;
	text-decoration:underline;
	font-weight: bold;
}

a.sub_bold:active {
	color: #ff6900;
	text-decoration:none;
	font-weight: bold;
}







a.sub2:link, a.sub2:visited, a.sub2:active
{
    color: #6666CC;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}

a.sub2:hover
{
    color: #6666CC;
    font-size: 11px;
    text-decoration: underline;
    font-weight: normal;
}


#date
{
    position: absolute;
    top: 13px;
    width: 245px;
    height: 25px;
    padding-left: 640px;
    font-family: verdana;
    font-size: 10px;
    color: #333333;
    z-index: 20;
}


#text
{
    position: absolute;
    top: 13px;
    width: 395px;
    height: 25px;
    padding-left: 45px;
    font-family: verdana;
    font-size: 10px;
    color: #333333;
    z-index: 20;
}


#bookmark
{
    position: absolute;
    width: 90px;
    height: 20px;
    top: 3px;
    left: 780px;
    z-index: 20;
}


#call_us_text
{
    position: relative;
    top: 25px;
}



#hrline
{
    position: absolute;
    bottom: 0px;
    padding-bottom: 63px;
    height: 24px;
    width: 900px;
    font-family: verdana;
    font-size: 8pt;
    color: #666666;
    text-align: center;
    vertical-align: bottom;
    padding-top: 82px;
    background-image: url(../pics/hr.jpg);
    background-repeat: no-repeat;
    z-index: 100;
}



#logos
{
    position: relative;
}




#latest_designs
{
    position:absolute;
    top:265px;
    left:0px;
    }

#kmcomputer
{
    position:absolute;
    top:265px;
    }

#justify_text
{
    text-align:justify;
    }
    
   
    
    
    