/* 
	CSS Document 
	Arctic Transport
*/


body { width:100%; margin:0; padding:0; background:#fff url(../images/bg_body.jpg) top center repeat-x; }


/*------------------------- Text formatting */
h1 { font:normal 30px/36px "Trebuchet MS"; color:#2a2d88; margin:0 0 1em; }
h2 { font:normal 24px/36px "Trebuchet MS"; color:#2a2d88; margin:0 0 0.5em; }
h3 { font:normal 18px/36px "Trebuchet MS"; color:#2a2d88; margin:0; }
body, p, td, li, input, textarea { font:normal 16px/19px "Trebuchet MS"; color:#2a2d88; }
p { margin:0 0 1em 0; }
a { text-decoration:underline; color:#008591; }
a:hover { text-decoration:none; color:#000; }


/*------------------------- Containers */
div#wrap { width:860px; margin:0 auto; }
div#header { width:860px; height:185px; }
div#nav { width:860px; height:30px; border-top:1px solid #2a2d88; border-bottom:1px solid #2a2d88; }
div#content { width:840px; padding:60px 10px; }
div#footer { padding:0 0 30px; font-size:12px; text-align:center; }


/*------------------------- Menu */
#nav ul { list-style:none; margin:0; padding:0 10px; }
#nav ul li { display:inline; }
#nav ul li a { text-decoration:none; }
#nav ul li a { font:normal 13px/30px "Trebuchet MS"; color:#000; margin:0 10px; }
#nav ul li a:hover { color:#2a2d88; border-bottom:7px solid #2a2d88; }


/*------------------------- Contact form */
input, textarea { padding:2px; border:1px solid #2a2d88; background-color:#fff; }

