body {
	font-size: 62.5%; /*default font-size of 10px with 1em*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #f7f7f7;
	
}
input, select, th, td, h1, h2, h3, h4 {
	font-size: 1em;
}
p { 
	font-size: 1.2em;
	line-height: 1.5em; /*18px base line height*/
	margin: 0 0 1.5em 0; 
}
p#copyright {
	margin-top: 2.8em;
}
p.view-detail {
	font-family: Verdana, Arial, sans-serif;
}
img {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 10px;
	border: 1px solid #666;
}
h1 {
	font-size: 2.1em;
	line-height: .857em;
	font-weight: normal;
	margin: 0 0 .857em 0;
	padding: 0;
}
h2 {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	margin: 2em 0 1em 0;
}
h3 {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h4 {
	font-size: 1.4em;
	line-height: 1.285em;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 0 0;
}
h5 {
	font-size: inherit;
	line-height: 1.5em; /*18px base line height*/
	margin: .75em 0 0 0; 
	font-weight: bold;
	font-style: normal;
}

ul {
	font-size: 1.2em; 
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}
ul li {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
ul#main-menu li {
	padding: 0 .5em;
}

ul#main-menu li.first {
	padding: 0 .5em 0 0;
}
/*
ul#main-menu li:before {
	content: "\2022 \0020"; 
	padding: 0 .375em; 
}
ul#main-menu li.first:before {
	content: " ";
	padding: 0;
}
*/

a {
  outline: none;
}
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #4a6073;
}
a:visited {
/*	text-decoration: none; */
	text-decoration: none;
	font-weight: normal;
	color: #4a6073;
/*	color: #3A67A6;*/
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #4a6073;
}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #000000;
	text-decoration: none;
}
h2 a:link, h2 a:visited, h2 a:hover {
	color: #000000;
	text-decoration: none;
}
h3 a:link, h3 a:visited, h3 a:hover {
	color: #000000;
	text-decoration: none;
}
ul#pagination {
	padding-top: 1.5em;
	font-family: Verdana, Arial, sans-serif;
}
ul#pagination li {
	display: inline;
    padding-right: 10px;
}
ul#pagination li img {
	border: 0;
    margin: 0;
}
ul#pagination li a:link, ul#pagination li a:visited, ul#pagination li a:hover {
	text-decoration: none;
}
.buy-button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
/*	letter-spacing: .1em;*/
	color: #fff;
	background-color: #d90000;
	padding: .093em;
	display: inline; 
	border: 1px solid #333;
}
.buy-button a:link, .buy-button a:visited, .buy-button a:hover {
	font-weight: bold;
	color: #ffffff;
}
.sidebar {
	font-size: 1.2em;
}
input#email {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 300px;
	border: 1px solid #666;
	text-align: left;
	background-color: #fff;
}
input#formsubmit {
	font-family: Georgia, "Times New Roman", Times, serif;
/*	letter-spacing: .1em;*/
	padding: .093em .2em;
	display: inline; 
	background-color: #fff;
	border: 1px solid #666;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: inherit;
	width: 300px;
	border: 1px solid #666;
	background-color: #fff;
}
.error {
	color: #B90B0B;
	font-style: italic;
	font-weight: normal;
	display: none;
}
#imageData #bottomNavClose {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#lightbox img {
	margin: 0;
    padding: 0;
}
.sidebar {
	font-size: inherit;
}

table {
	font-size: 1.2em; 
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
table tr td {
	padding: 0 1.4em 0 0;
	text-align: left;
}
