@charset "UTF-8";
/* 
Title:     eStockphoto - popup.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	color: #fff;
	line-height: 1.3em;
	text-align: center;
	background: #818181;
}
html>body { /* be nice to Opera */
	font-size: small;
}
/* Links
================================================================================================= */
a:link {
	color: #d79865;
	text-decoration: none;
}
a:visited {
	color: #d79865;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:focus, input:focus {
	-moz-outline-style: none;
}
/* Common Elements
================================================================================================= */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	color: #fff;
}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #333;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* Layout
================================================================================================= */
#wrap {
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
#header {
	float: left;
	margin: 0;
	padding: 18px 0 0 0;
	width: 100%;
	background: url(../images/header-bg-pop.gif) repeat-x top left;
}
#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 369px;
}
#content {
	float: left;
	width: 100%;
}
