/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. Used with Permission.                             */
/* May not be duplicated or reproduced.                                                  */
/*                                                                                       */
/* Please check for cross-browser compatibility prior to making changes                  */
/* MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input, em
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* basic elements
 * ------------------------------------------------------------------------------------- */
body {
	background: #FFF;
	text-align: left;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000;
}

a:link, a:visited {
	color: #000;
	text-decoration: nonw;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

span {
	display: none;
}

/* end basic elements
 * ------------------------------------------------------------------------------------- */


/* body elements
 * ------------------------------------------------------------------------------------- */
 #wrap {
 	width: 500px;
	margin: 0 auto;
	padding:0;
}

#logo {
	width: 500px;
	height: 106px;
	background: url(../images/sub/logo-printable.jpg) left top no-repeat;
}

	#logo h2 {
		font-size: 24px;
		vertical-align: middle;
		padding-left: 300px;
		padding-top: 55px;
	}
	#logo h1 {
		font-size: 14px;
	}

#product {
	width: 500px;
	height: 30px;
}
	#product h2 {
		font-size: 18px;
		text-align: center;
		vertical-align: middle;
	}
	
#img {
	width: 500px;
}
	#img p {
		margin-left: 25px;
	}

#closewindow {
	width: 500px;
	margin: 0 auot;
	clear: both;
}
	#closewindow p {
		text-align: center;
	}

div.clear {
	clear: both;
}