/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    thon lorenz
email:     znerolnoht@mac.com
website:   http://www.thonlorenz.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}
*/

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}





/* = Layout
-----------------------------------------------------------------------------*/

/* Center Layout Using Auto margins and IE 5 text-align Hack and Netscape 6 min-width Hack*/

/*body {
	text-align: center;
	min-width: 760px;
}*/

#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

/* Fixed width Floats */

/* home page only */
#homeMainContent {
	width: 360px;
	float: left;
}

#homeImage {
	float:right;
}

/* Padding and Margins set to avoid IE 5 proprietary box model */
#homeMainContent {
	padding-left: 20px;
	padding-right: 20px;
}




/*other pages */
#contact, #texts {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
} 


/* Contact page */



#usa {
	width: 300px;
	float: left;
	padding-bottom: 2em;
}

#uk {
	float: left;
	padding-bottom: 2em;
}


/* Texts Page */

#texts ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#texts ul li {
	display: block;
	width: 250px;
	height: 50px;
	margin: 5px 50px 5px 5px;
	padding: 5px;
	border-bottom: #44444D thin dashed;
	float: left;
}

#texts ul a {
	padding: 0 ;
	text-decoration: none;
	color: #44444D;
	/*
	background: url(../images/documentLink.gif) no-repeat right top;
	padding-right:10px;
	*/
}

#texts ul a:hover {
	text-decoration: underline;
}

/* image_categories Page */

#imageCategories {
	text-align: left;
	padding-left: 20px;
}

#printingPressWrapper {
	width: 400px;
	float: left;
}



#imageCategories h1 {
	padding:0;
	margin:0;
}

#imageCategories ul {
	padding: 0 0 2em 0;
	margin: 0;
	list-style-type: none;
}

#imageCategories a {
	color: #44444D;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 85%/1.6em "Times New Roman", Times, Georgia, serif;
}

/* =Body
-----------------------------------------------------------------------------*/
body {
	background-color: #44444D;
}

/* #wrapper {
	border: #e7e7e7 solid 2px;
}
*/

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/
#branding {
	padding: 2em 2em 1em 2em;
	background-color: #44444D;
	border: #e7e7e7 solid 2px;
}

#branding h1 {
	color: #E7E7E7;
	padding-bottom:.25em;
}



/* =Main Nav
-----------------------------------------------------------------------------*/

#branding ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#branding ul li {
	float: left;
}

#branding ul a {
	display: block;
	padding: 0 1em;
	line-height: 1em;
	background: url(siteImages/navDivider.gif) repeat-y left top;
	text-decoration: none;
	font-size: 1.2em;
	font-weight:bold;
	color: #E7E7E7
}

#branding ul .first a {
	background: none;
}

#branding ul a:hover {
	text-decoration: underline;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/


#content {
	background-color:#F4F2D9;
	border: #e7e7e7 solid 2px;
	color: #44444D;
}

#content h1 {
	margin: 1em 0;
	color: #704240;
}

#content h2 {
	color: #55555B;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear:both;
}

#footer {
	font-size:10px;
	text-align:center;
	color:#CCC;
}

#footer a {
	color:#CCC;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

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

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
