/* 5M Electric mobile CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
/* mobile styles */
@media handheld {

	html, body {
/*		font: font: 20px Georgia, serif;
        * { margin: 0; padding: 0; } */
	    font: 12px/15px sans-serif;
	    background: #fff;
	    padding: 3px;
	    color: #000;
	    margin: 0;
        text-transform: uppercase;
		}
        #header { background: #eee; }
/*        #header {width:548px; height:80px;margin:0 0 0px 5px} */
#page-wrap { margin: 40px auto; color: white; }
#page-wrap > div { border: 1px solid #999; padding: 20px; margin-bottom: 5px; color: black; }
        #main_content {float:left; display:inline; width:400px; margin:0 0 30px 0}
		#main_content p {width:400px}
	      .two_columns {float:left; display:inline; margin-right:0px; width:200px}
          .left {  float: left;  padding: 0px 10px 0px 0px;  width: 90px;}
          .middle {  top: 10px;  margin-left: 100px;  margin-right: 100px;}
          .right {  float: right;  padding: 0px 10px 0px 10px;  width: 90px;}
	#main_content .two_columns p {width:247px}
	#main_content .right_column {margin:0}
	#sidebar, #footer {
		display: none;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	#content img { 
		max-width: 250px;
		}
	.center {
		width: 100% !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}
        
     div.wrapper {
    	    font: 20px sans-serif;
            text-transform: uppercase;
     }   
             
     ul.navigation {
    	    font: 20px sans-serif;
            text-transform: uppercase;
     }   

     li.index {
    	    font: 20px sans-serif;
     }   
     li.resimages {
    	    font: 15px sans-serif;
     }    
     li#commimages {
    	    font: 12px/15px sans-serif;
     }    
     li#about_us {
    	    font: 15px sans-serif;
            text-transform: uppercase;
     }
}
/* iPhone-specific styles */
/* @media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}
*/