
html  
        {width: 100%; height: 100%}

body          
        {width: 100%; height: 100%; margin: 0px; background: #C4C4C4; font: normal 12px Tahoma, Arial, Helvetica, sans-serif}

img 
        {border: none}
      
form 
        {margin: 0px;}

form  label 
        {float: left; padding: 5px 0 0 0}
		
ul
        {margin: 0; padding: 0}
	
h1 
        {margin: 0; font: bold 15px Tahoma, Arial, Helvetica, sans-serif}

#TempContainer
        {width: 908px; margin: 0 auto; background: white}
		
#header 
        {padding: 74px; background: url(/images/logo.gif) no-repeat}
		
#menu 
        {width: 908px; float: left; margin-top: -1px; padding: 12px 0 14px; background: #EEEEEE url(/images/menu_border.gif) bottom repeat-x}
		
#menu a
        {color: black; padding: 0 22px 0; font: bold 14px Tahoma, Arial, Helvetica, sans-serif; text-decoration: none}
		
#menu a:hover
        {color: #0070FA}
		
#ContentContainer
        {float: left; background: white url(/images/content_bg.gif) repeat-x}

#ContentContainer .right 
        {width: 198px; float: right; padding: 20px 0 0;}
		
#ContentContainer .content 
        {width: 690px; float: left; padding: 20px 0 0 18px}
		
.post {padding: 10px 15px}

#order span
      {display: block; margin: 0 0 5px}
	  
#order span input
      {width: 190px; padding: 5px 2px 7px 7px; background: transparent; border: none}
	  
#order span textarea
      {width: 290px; height: 55px; overflow: hidden; padding: 8px 2px 10px 10px; background: transparent; border: none}
	  
#order #name
      {background: url(/images/name.jpg) no-repeat}
	  
#order #phone
      {background: url(/images/phone.jpg) no-repeat}
	  
#order #address
      {background: url(/images/address.jpg) no-repeat}
	  
#order #text
      {background: url(/images/text.jpg) no-repeat}
	  
#order #submit
      {cursor: pointer; background: url(/images/button.jpg) no-repeat}

.slide
        {width: 672px; background: url(/images/slide.gif) repeat-y}
		
.slide h1
        {padding: 15px 10px 15px 30px; background: url(/images/slide_top.gif) no-repeat; font: bold 21px Tahoma, Arial, Helvetica, serif}

.slide img
        {margin: 2px}
		
.slide .slide_bottom
        {padding: 12px; background: url(/images/slide_bottom.gif) no-repeat}
		
.both  {clear: both}

#footer
       {clear: both; padding: 30px; border-top: 4px #E0E0E0 solid}
	   
#tooltip 
	   {margin: 20px; padding: 3px; background: white; border: 1px solid black}
