/* general 
________________________________________________________________________________________________________________________*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

body {
	font: 11pt "Times", "Times New Roman", serif; color: #7E7171; background: white url('/images/body_bg.gif') repeat-y left; }
	

#container {
	padding: 0;
	width: 1000px;
	height: 550px;
	position: relative;
	overflow: hidden;
}

table {
	margin: 0;
	padding: 0;
}

/* type
________________________________________________________________________________________________________________________*/

a { color: #7E7171; text-decoration: none; }

a:hover { color: #C61C00; text-decoration: none; }

h1 { font-size: 16pt; color: #7E7171; display: block; font-weight: normal; text-align: right; }

span { color: #BFB8B8; }

.current, .current:hover { color: #C61C00; }


/* title
________________________________________________________________________________________________________________________*/

#title {
	display: block;
	background: #ECE9E8 url('/images/G.gif') no-repeat top;
	width: 85px;
	height: 103px;
	margin: 0 0 0 10px;
}

#title:hover { background-position: bottom; }

#side {
	float: left;
	width: 120px;
}

/* nav
________________________________________________________________________________________________________________________*/

#nav {
	float:left;
	padding:10px 10px 40px 10px;
	background-color: #ECE9E8;
	text-align: center;
	height:570px;
}

.global {
	float: left;
}

.global a {
	display: block;
	line-height:1;
	padding: 14px 0;
	font-weight: bold;
}

.category {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.category a {
	display: block;
	padding: 4px 0;
	font-size: 10pt;
	font-style: italic;
}

.sub_category {
	margin-left:20px;
	text-indent: -10px;
}

.sub_category a {
	display: block;
	line-height:1;
	font-size: 10pt;
	font-style: italic;
}

/* thumbs
________________________________________________________________________________________________________________________*/

#thumbs {
	float: left;
	border: thin solid #CFCACA;
	padding:4px;
	margin: 10px 0 10px 6px;
	position: fixed;
	top: 0px;
	left: 120px;
	height: 96%;
}

.thumb_column {
	width:90px;
	height: 98%;
	overflow:hidden;
}

.thumb {
	display: table-cell;
	width: 75px;
	height: auto;
	padding:7px 7px 0 7px;
	background: transparent url('/images/thumb_top.gif') no-repeat top;
}

.thumb a {
  float: left;
}

.thumb a img {
	opacity: .6;
}

.thumb a img:hover {
	opacity: .8;
}

a.current img {
	opacity: 1;
}


.shade {
	display: block;
}

.thumb_bottom {
	display: table-cell;
	width:75px;
	height: 7px;
	padding: 0 7px;
	background: transparent url('/images/thumb_bottom.gif') no-repeat bottom;
}

#thumbs_up, #thumbs_down {
	display: block;
	width: 12px;
	height: 6px;
	margin: 0 0 0 36px;
}

#thumbs_up:hover, #thumbs_down:hover {
	background-position: right;
}

#thumbs_up {
	background: transparent url('/images/thumbs_up.gif') no-repeat left;
}
#thumbs_down {
	background: transparent url('/images/thumbs_down.gif') no-repeat left;
}

/* content
________________________________________________________________________________________________________________________*/

#content {
	margin: 0 0 0 20px;
}


.main {
	display: table-cell;
	background: transparent url('/images/ds_tl.gif') no-repeat top left;
	padding: 7px 0px 0px 10px;
}

.main_tr {
	display: table-cell;
	width: 11px;
	background: transparent url('/images/ds_tr.gif') no-repeat top right;
}

.main_bottom {
	display: table-cell;
	background: transparent url('/images/ds_bl.gif') no-repeat;
	height: 15px;
}

.main_br {
	display: table-cell;
	background: transparent url('/images/ds_br.gif') no-repeat;
}


.main_bottomright {
	display: table-cell;
	background: transparent url('/images/ds_br.gif') no-repeat;
	padding: 0;
	margin: 0;
}

#main_image {
  float: left;
}

/* sig
________________________________________________________________________________________________________________________*/

#sig {
	position: absolute;
	width: 271px;
	bottom: 0;
	right: 0;
}

/* tag
________________________________________________________________________________________________________________________*/

#tag {
	position: absolute;
	border: thin solid #CFCACA;
	left: 740px;
	top: 200px;
	padding:10px 4px 4px 10px;
	width: 230px;
}

#tag a {
	float: right;
}

#paypal_button {
  display: none;
}

