/*******************************************************************/
/* css reset */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*******************************************************************/

/* layout */
p {
	margin-top: 25px;
	margin-bottom: 25px;
}
#container {
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #353842;
	width: 960px;
	overflow: hidden;
}
#header {
	margin: 75px;
}
#header li {
	padding: 30px;
	padding-top:3px;
	float: right;
}
#logo {
	float: left;
	padding-right: 50px;
}
#content {
	width: 810px;
	float: left;
	margin: 75px;
}
#contact_emails {
	padding-top: 30px;
	padding-bottom: 30px;
}
#contact_emails li {
	padding-bottom: 10px;
}
#contact_form input{
	margin-bottom: 20px;
}
.about_text {
	line-height: 200%;
	width: 500px;
	text-align: justify;
}
#collection_list {
	padding-top: 30px;
	height: 278px;
}
#collection_list li{
	padding-top: 30px;
}
#collection_login {
	text-align: center;
}
#collection_login form{
	padding-top: 100px;
	padding-bottom: 200px;
}
#gallery {
	width: 560px;
	margin: 0 auto;
	padding-top: 30px;
}
#gallery li{
	padding: 5px;
	float:left;
}
#large_image {
	width: 400px;
	padding-top: 30px;
	float: left;
}
#code {
	float: left;
	width: 330px;
	padding: 20px;
	margin-left: 40px;
	padding-top: 50px;
}
#description {
	float: left;
	width: 330px;
	padding: 20px;
	margin-left: 40px;
}
#hover {
	float: left;
	width: 330px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 40px;
}
.thumbs {
	float: left;
	width: 330px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 40px;
}
.thumbs li{
	float: left;
	padding: 3px;
}
.nav {
	float: left;
	width: 320px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 50px;
}
.nav li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	width: 53px; 
	text-align: center;
}
.back_to_gallery {
	padding-top: 15px;
}
#home_page_pics {
	width: 810px;
}
#home_page_pics li{
	padding: 15px;
	float: left;
}
#sales_rep {
	position: absolute;
	margin-top: -613px;
	margin-left: 450px;
}
#sales_rep ul{
	margin-top: 20px;
}
#sales_rep li{
	padding: 1px;
}
#footer {
	padding: 3px;
}
#one_big_image{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* typography */
body {
	font-family: 'Bell MT', 'Bookman Old Style', serif;
	color: #828282;
}
a {
	text-decoration: none;
	color: #828282;
}
a:visited {
	text-decoration: none;
	color: #828282;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
}
.page_title {
	font-size: 1.20em;
}
.product_title {
	font-size: 1.80em;
}
#header li {
	font-size: 1.15em;
}
#content {
	font-size: 0.938em;
}
.black_text {
	color: #000000;
}
.about_text {
	font-size: 1.20em;
}
.line_sheets_disclaimer {
	font-family: perpetua, 'Bell MT', 'Bookman Old Style', serif;
	font-size: 1.1em;
}
#code {
	font-size: 1.20em;
	font-style: strong;
}
.nav {
	font-size: 0.8em;
}
#contact_form_error {
	font-size: 1.0em;
	color: #000000;
}