/*
COLORS
DARK BLUE #162641
MAIN GRAY #C0C1BB
*/

body {
	background:#c0c1bb url(images/bg_body.gif) repeat-x top;
	color:#333;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.75em;
	padding:0;margin:0;
	}

a {color:white;}
a:visited {}
a:hover {color:#7583a5}
a:active {}

#content {
	clear:both;
	margin-top:40px;
	}

h1 {
	font-size:20px;
	margin:0 0 10px 0 ;
	padding:21px 0 21px 100px;
	color:#162641;
	background: url(http://www.engvall-hlavinka.com/images/logo.gif) top left no-repeat;
	}	
h1 span {}
	
h2 {font-size:14px;margin:0;padding:0;}
h3 {font-size:12px;margin:0 0 0 25px;;padding:0;}

#logo {float:left;margin-right:15px;}

#container {
	width:950px;
	position: absolute;
	left:50%;
	margin-left: -475px;
	margin-top:13px;
	background:url(images/bg_containerbottom.gif) bottom repeat-x;
}

#nav {font-size:11px;}

/* Suckerfish IE7 Fix */
#nav li:hover, #nav li.hover {
	position: static;
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	}

#nav a {
	display: block;
	width: 135px;
	color:white;
	padding: 0 0 1px 0;
	margin: 0;
	text-align:center;
	}

#nav li { /* all list items */
	padding: 0;
	margin: 0;
	float: left;
	width: 135px; /* width needed or else Opera goes nuts */
	}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 135px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background:url(images/bg_menu.png);
margin-left:35px;
	}
#nav li ul a {
	text-decoration:none;
	padding:7px 0 7px 4px;
	width:131px;
text-align:left;
	}
#nav li ul a:hover {
	color:white;
	background: #162641;
	}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 135px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

#content p {
	margin:25px 0px 15px 25px;
	width:565px;
	padding-left:10px;
	border-left:2px solid #ccc;
	text-align:justify;
	}

p#contact_p {
	border:none;padding:0;
	}

img.portrait {
	padding:4px;
	border:1px solid #999;
	border-left:none;
	border-top:none;
	background:#e0e0e0;
	float:right;
	margin:0 70px 0 0;
	}

img.stock_photography {
	float:right;
	margin:25px 25px 0 0;
	border:4px solid #f5f5f5;
	}

#footer {
	margin:100px 0 0 0;
	padding:0px 0 0 25px;
	background:#ccc;
	border:1px solid #999;
	border-top:none;
	border-left:none;
	font-size:11px;
	color:#999;
	}
#footer a {color:#666;}