/* http://meyerweb.com/eric/tools/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;
}

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica;
}

input, textarea {
	font-family: Helvetica;
}
div.errors {
	color: #c20a0a;
	margin-bottom: 10px;
}
div.main_col {
	width: 800px;
	float: left;
}
div.side_col {
	margin-left: 20px;
	width: 120px;
	height: 100%;
	margin-top: 20px;
}
/* Content Area. Z-Index higher than background */
div.center {
	position: relative;
	z-index: 1;
	width: 940px;
	margin: auto;
	text-align: left;
}
/* A background image that stretches to 100% height */
div.background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/images/assets/background_gradient.jpg) repeat-x;
}



div.content {
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

a {
	text-decoration: none;
	color: #960c19;
	font-family: Arial;
}

.number {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.adurl {
    color:#940F04;
    font-size:10px;
    line-height:12px;
    white-space:nowrap;
}

ul.pagination li {
	width: 27px;
	height: 27px;
	display: block;
	float: left;
	background: url(/images/assets/pagination/background_passive.png) no-repeat;
	color: white;
	font-family: Arial;
	font-height: 17px;
	text-align: center;
	/* Center text */
	line-height: 27px;
}

ul.pagination li a {
	color: white;
	text-decoration: none;
}
ul.pagination li:hover {
	background: url(/images/assets/pagination/background_active.png) no-repeat;
}
ul.pagination li.current {
	background: url(/images/assets/pagination/background_active.png) no-repeat;
}

ul.pagination li.previous, ul.pagination li.no_previous {
	width: 55px;
	background: url(/images/assets/pagination/arrow_right_passive.png) no-repeat;
}
ul.pagination li.previous:hover {
	background: url(/images/assets/pagination/arrow_right_active.png) no-repeat;
}
ul.pagination li.next, ul.pagination li.no_next {
width: 55px;
	background: url(/images/assets/pagination/arrow_left_passive.png) no-repeat;
}
ul.pagination li.next:hover {
	background: url(/images/assets/pagination/arrow_left_active.png) no-repeat;
}



form.site input, form.site textarea {
	width: 100%;
	background:url(/images/assets/site/background.png) repeat; 
	margin-bottom: 10px;
	font-size: 25px;
	border: 1px solid #e5e5e5;
	padding-top: 2px;
}
form.site input.error, form.site textarea.error {
	background:url(/images/assets/site/background_error.png) repeat; 
}
table.site {
	width: 100%;
	border-collapse: collapse;
}
table.site td {
	vertical-align: top;
}
table.site td.ranking_width {
	width: 90px;
}
table.site td.gap_width {
	width: 10px;
}
table.site td.main_width {
}
table.site td.detail_width {
	width: 120px; 
}
table.site td.ranking {
	vertical-align: middle;
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
table.site td.main {
padding-bottom: 10px;
}
table.site td.detail {
padding-bottom: 10px;
}
table.site td.detail img {
	width: 100%;
}
div.main {
	background: url(/images/assets/site/background.png) repeat;
	padding: 10px;
}

a.title {
	margin-bottom: 15px;
	font-size: 20px; 
}

div.footer div.info {
	background: url(/images/assets/footer/gradient_info.png) repeat-x;
	height: 60px;
	padding-left: 20px;
	padding-top: 10px;
	color: black;
	font-size: 12px;
}

div.footer div.bottom {
	color: white;
	font-size: 12px;
}

div.footer div.background_left {
	background: url(/images/assets/footer/left.png);
	height: 37px; 
	width: 18px;
}
div.footer div.background_right {
	background: url(/images/assets/footer/right.png);
	height: 37px; 
	width: 18px;
}
div.footer div.background_center {
	background: url(/images/assets/footer/center.png) repeat-x; 
	height: 37px;
	width: 744px;
	padding-top: 10px;
	padding-left: 20px;
}

div.header {
	padding-top: 20px;
}

div.header div.background_left {
	background: url(/images/assets/header/left.png);
	height: 66px; 
	width: 21px;
}
div.header div.background_right {
	background: url(/images/assets/header/right.png);
	height: 66px; 
	width: 21px;
}
div.header div.background_center {
	background: url(/images/assets/header/center.png) repeat-x; 
	height: 66px;
	width: 738px;
	padding-top: 10px;
	padding-left: 20px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/assets/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/assets/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.about h1,h2 {
    padding: 0.5em;
    padding-left: 20px;
    ;
}    

.about p {
    line-height: 1.5em;
    font-size: 14px;
    padding: 0.75em;
    padding-left: 94px;
}

.about ul {
    line-height: 1em;
    font-size: 14px;
    margin: 0em 2em;
    margin-left: 124px;
}