@import "navigation.css";

/* avprintexpress --------------------- */

*
{ font-size:12px; font-family:Helvetica, arial, sans-serif; color:#ffffff; }

html
{ height:100%; }

body
{ height:100%; margin:0; padding:0; background:#429dd4; }

div
{ position:relative; margin:0; padding:0; }

table
{ margin:0; border:0; border-collapse:collapse; }

td, th
{ padding:0; font-weight:normal; vertical-align:top; }

img
{ border:none; }

h1, h2, h3, h4, h5, h6
{ margin:0; padding:0; font-weight:bold; }

p, span, a, input, ul, li
{ margin:0; padding:0; }

input, select
{ height:16px; }

input, select, option
{ color:#3d1007; }

a:link, a:visited, a:hover, a:active
{ text-decoration:none; outline:none; color:#ff4800; }

a:hover
{ color:#ff4800; }

/* --------------------- */

#container
{ top:0; left:50px; width:970px; min-height:100%; height:auto !important; height:100%; }

	#header
	{ width:920px; height:155px; text-align:left; z-index:100; }

		#logo
		{ position:absolute; top:15px; left:0; width:153px; height:125px; }

		#nav
		{ position:absolute; top:120px; left:280px; width:auto; height:20px; }

	#body
	{ width:920px; height:auto; padding-bottom:340px; }
			
			#content
			{ width:920px; height:auto; }
			
				#content_left
				{ width:662px; height:auto; padding:0 13px 0 0; text-align:left; float:left; }
				
					#content_left_inner
					{ height:auto; padding:40px 0 0 10px; }
					
						#content_left_inner h1, #content_left_inner h2
						{ margin-bottom:4px; font-size:18px; color:#3d1007; }
						
						#content_left h3
						{ margin-bottom:2px; font-size:14px; color:#ffffff; }
						
						#content_left table.form td
						{ padding:0 0 5px 0; }
						
						#content_left table.form input
						{ border:1px solid #3d1007; height:16px; color:#3d1007; }
						
						#content_left table.form textarea
						{ border:1px solid #3d1007; color:#3d1007; }
						
				#content_right
				{ width:245px; height:auto; padding:0 0 0 0; text-align:left; float:left; }
				
					#content_right h1, #content_right h2
					{ margin:0 0 18px -5px; padding-bottom:2px; font-size:18px; color:#ffffff; background:url(../files/dot.png) repeat-x left bottom; }
					
					#content_right h3
					{ margin-bottom:2px; font-size:14px; color:#3d1007; }

	
	#footer
	{ position:absolute; bottom:0; left:0; width:920px; height:310px; }
	
		#footer h1
		{ margin-top:4px; font-size:18px; color:#3d1007; }
		
		#footer h2
		{ margin-bottom:4px; font-size:16px; color:#3d1007; }
		
		#footer a
		{ color:#ffffff; }

/* --------------------- */
