@charset "utf-8";
/* CSS Document */

div.absolute { position: absolute; }
div.relative { position: relative; }

div.left { float: left; }
div.right { float: right; }

td.top { vertical-align: top; }
td.middle { vertical-align: middle; }
td.bottom { vertical-align: bottom; }

div.clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; }
div.clear5 { clear: both; height: 5px; line-height: 5px; font-size: 5px; }
div.clear10 { clear: both; height: 10px; line-height: 10px; font-size: 10px; }
div.clear15 { clear: both; height: 15px; line-height: 15px; font-size: 15px; }
div.clear20 { clear: both; height: 20px; line-height: 20px; font-size: 20px; }

* { outline: none; }

body { background: #ffffff url(../img/bg.jpg) top center repeat-y; margin: 0px; width: 100%; height: 100%;  }
body.home { background:#ffffff url(../img/main_bg.gif) repeat-x; margin:0px; }

* { font-family: Century Gothic, Verdana, Helvetica, sans-serif; color: #999; }

div.main div.top { height: 59px; background: url(../img/top.jpg) top left no-repeat; padding-top: 140px; text-align: center; }

table.main { width: 981px; height: 100%; }

table.main td.header { background: url(../img/top.jpg) top left no-repeat; height: 199px; }
    table.main td.header div.text { text-align: center; height: 60px; }
        table.main td.header div.text p { font-family: Bookman Old Style, Times New Roman; font-weight: bold; font-size: 13px; color: #666; }

table.main td.menu { height: 40px; padding: 0px 30px; }

table.main td.main { padding: 0px 60px 20px 60px; }
    table.main td.main div.right_side { width: 430px; padding-top: 20px; }
    table.main td.main div.left_side { width: 340px; padding: 30px 0px 0px 10px; }

table.main td.footer { height: 65px; vertical-align: middle; padding: 0px 60px; }
    table.main td.footer div.copyright { font-family: Bookman old style, Times New Roman; font-size: 11px; }
		
table.contact_form{ background:#010544; color:#FFFFFF; }
     .contact_form_td{ color:#FFFFFF; }
	 
div#slideshow{ width:495px; overflow:hidden; }
div#slideshowContent{ float:left; }
div.slideshowImage{ float:left; width:495px; }
