/****************************/
/*                          */
/* --- TickTubes, v1.0 --- */
/*                          */
/****************************/


/* --- Global styles --- */

/*
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
*/

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #000;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial", "Trebuchet MS", "Tahoma";
	font-size: 13px;
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: none;
	border-top: 1px solid #006600;
	font-size: 1px;
}

hr.sidebar {
	border-top-color: #DDD;
}

div#sidebar hr {
	border-top: 1px dotted #BBB;
}

h1, h2, h3 {
	clear: both;
	color: #006600;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial", "Trebuchet MS", "Tahoma";
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial", "Trebuchet MS", "Tahoma";
	font-style: italic;
	font-size: 22px;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial", "Trebuchet MS", "Tahoma";
	font-size: 18px;
	margin-top: 37px;
}

h2.sidebar {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #666;
}

h3 {
	font-size: 16px;
	margin-top: 37px;
}

h4 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #86071f;
	font-weight: normal;
}

p {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 140%;
}

a {
	color: #007700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	font-size: 6px;
}
/*

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
*/
/*

img.intext {
	margin-top: -37px;
	float: left;
	border-right: 30px solid #FFF;
	padding-bottom: 20px;
}
*/

div.topclear {
	clear: both;
	font-size: 1px;
}

div.bodyclear {
	clear: both;
	font-size: 1px;
}

div.sidebarclear {
	clear: both;
	font-size: 1px;
}

div#navigation_main {
	width: 922px;
	height: 111px;
	margin: auto;
	background-image: url(../images/navback.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div#navbox {
	width: 611px;
	height: 45px;
	position: absolute;
	margin-left: 242px;
	margin-right: 0px;
	margin-top: 11px;
	list-style: none;
	z-index: 5;
}

div#navbox ul {
	list-style: none;
}

div#navbox .home {
	float: left;
	width: 66px;	
	height: 45px;
	margin-left: 3px;
}

div#navbox .shop {
	float: left;
	width: 117px;	
	height: 45px;
	margin-left: 3px;
}

div#navbox .works {
	float: left;
	width: 124px;	
	height: 45px;
	margin-left: 3px;
}

div#navbox .test {
	float: left;
	width: 112px;	
	height: 45px;
	margin-left: 3px;
}

div#navbox .press {
	float: left;
	width: 66px;	
	height: 45px;
	margin-left: 3px;
}

div#navbox .contact {
	float: left;
	width: 66px;	
	height: 45px;
	margin-left: 3px;
}

div#paper {
	width: 888px;
	height: 100%;
	margin: auto;
	margin-top: -38px;
	background-image: url(../images/paperbackground.png);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: transparent;
	text-align: left;
}

/* Clearing only for non-IE Browsers */
div#paper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE6 Hack */
* html div#paper
{
	width: 882px;
	background-image: none;
	background-color: #FFF;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

div#paper img#illustration {
	margin-left: 3px;
	margin-top: 0px;
}

/* IE6 Hack */
* html div#paper img#illustration {
	margin-left: 0px;
}

div#sidebar {
	color: #999;
	display: inline;
	float: right;
	width: 220px;
	height: 100%;
	margin-right: 23px;
	padding-bottom: 30px;
}

div#sidebar h2 {
	margin-bottom: 10px;
	font-size: 17px;
	color: #203e20;
}

div#sidebar h4 {
	font-size: 11px;
}

div#sidebar ul {
	width: 220px;
	margin-top: 30px;
	padding: 0px;
	list-style: none;
}

div#sidebar li {
	width: 170px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: 1px solid #F0DDD5;
	font-size: 13px;
}

/* IE6 Hack */
* html div#sidebar li {
	width: 220px;
}

div#sidebar li a {
	color: #444;
	text-decoration: none;
}

div#sidebar li a:hover {
	color: #14b380;
	text-decoration: none;
}

div#sidebar li ul {
	width: 195px;
	margin-left: 25px;
	background-color: #F0DDD5;
}

div#sidebar li li {
	width: 145px;
	padding-left: 25px;
	border-color: #FFF;
	font-size: 11px;
}

/* IE6 Hack */
* html div#sidebar li li {
	width: 195px;
}

div#sidebar li li:hover {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #fafafa;
}

div#sidebar p,
div#sidebar div.read_more {
	font-size: 11px;
	margin-bottom: 5px;
}

div#sidebar div.read_more {
	width: 220px;
	text-align: right;
}

div#sidebar div#blockquote_top {
	width: 220px;
	height: 32px;
	z-index: 3;
}

div#sidebar blockquote {
	width: 190px;
	margin: 0px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/topquote.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffe8;
	color: #008c00;
	text-indent: 40px;
	z-index: 1;
}

div#sidebar blockquote p {
	font-size: 13px;
	line-height: 140%;
}

/* IE6 Hack */
* html div#sidebar blockquote {
	width: 220px;
	padding-bottom: 10px;
}

div#sidebar div#blockquote_bottom {
	width: 220px;
	height: 62px;
	padding-top: 0px;
	background-image: url(../images/bottomquote.png);
	background-repeat: no-repeat;
	z-index: 2;
}

div#sidebar cite {
	margin-top: 2px;
	margin-left: 15px;
	color: #006600;
	font-size: 8px;
}

/* Clearing only for non-IE Browsers */
div#sidebar blockquote:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#main {
	display: inline;
	float: left;
	width: 570px;
	height: 100%;
	margin-left: 23px;
	margin-top: 30px;
	padding-bottom: 30px;
}

div#paper_bottom {
	clear: both;
	width: 888px;
	height: 55px;
	margin: auto;
	background-image: url(../images/paperbottomgreen.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
}

/* IE6 Hack */
* html div#paper_bottom
{
	width: 884px;
	background-image: url(../images/paperbottomie6.png);
}

div#footer {
	width: 870px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
	color: #777;
	text-align: center;
}

div#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 170%;
}

div#footer a {
	color: #777;
}

div#footer .active {
	color: #fafaf8;
}

div#footer .inactive {
	color: #BBB;
}

#main ul {
	width: 570px;
	background-image: url(../images/listbackground.png);
	background-repeat: no-repeat;
	margin-right: 80px;
	padding-top: 15px;
	padding-left: 50px;
	list-style-type: disc;
	line-height: 140%;
	margin-bottom: 20px;
}

* html #main ul {
	margin-right: 0px;
}

#main li {
	width: 470px;
	margin-bottom: 7px;
}

li.no_item {
	list-style-type: none;
	margin-top: 10px;
}