/* 
	CSS style graphics & fonts for www.zeptonn.nl
	By Zeptonn	
*/

/* BASICS
------------------------------------------------------------------------------------------*/
body {
	margin: 0px 0px;  /*  top and bottom & left and right */
	padding: 0;
	background: #ffffff;
	background-image: url('bg.gif');
	}
body, div, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	}
a {
	color: #f0216a;
	text-decoration: none;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline:none
	}
a:hover {
	color: #f0216a;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline:none
	}
img {
	border: 0px;
	}
img.dash {
	border: 0px;
	padding: 0px 10px;  /*  top and bottom & left and right */
	}
img.work {
	border: 0px;
	padding: 8px 0px 0px 10px;  /*  top right bottom left */
	}
.header {
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
.sidebar {
	background-color: #ffffff;
	height: 100%;
	background: url('sidebar.gif');
	background-repeat:repeat-y;
	}
	
.clear_topspacer {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 16px;
	}
	
/* LISTS FOR MENU
------------------------------------------------------------------------------------------*/
ul#menu    {
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 239px;
	height: 248px;
	list-style-type: none;
	background-color: #ffffff;
	}
ul#menu li {
	width: 239px;
	height: 34px;
	}
ul#menu li a{
	display:block;
	width: 239px;
	height: 34px;
	background: url('menu_text.jpg') no-repeat;
	text-indent: -1000px;
	cursor: pointer;
	}

ul#menu li#home a{
	background-position: 0 0;
	}ul#menu li#home a:hover, ul#menu li#home a.act {
	background-position: -240px 0;
	}
ul#menu li#work a{
	background-position: 0 -34px;
	}ul#menu li#work a:hover, ul#menu li#work a.act {
	background-position: -240px -34px;
	}
ul#menu li#shop a{
	background-position: 0 -68px;
	}ul#menu li#shop a:hover, ul#menu li#shop a.act {
	background-position: -240px -68px;
	}
ul#menu li#links a{
	background-position: 0 -102px;
	}ul#menu li#links a:hover, ul#menu li#links a.act {
	background-position: -240px -102px;
	}
ul#menu li#about a{
	background-position: 0 -136px;
	}ul#menu li#about a:hover, ul#menu li#about a.act {
	background-position: -240px -136px
	}
ul#menu li#contact a{
	width: 239px;
	height: 78px;
	background-position: 0 -170px;
	}ul#menu li#contact a:hover, ul#menu li#contact a.act {
	width: 239px;
	height: 78px;
	background-position: -240px -170px;
	}
	
ul#submenu    {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 220px;
	list-style-type: none;
	background-color: #ffffff;
	}
ul#submenu li {
	font-size: 12px;
	width: 220px;
	height: 19px;
	padding: 0px 10px;  /*  top and bottom & left and right */
	}
ul#submenu li a{
	color: #341b00;
	text-decoration: none;
	cursor: pointer;
	border: 0px;
	outline:none
	}
ul#submenu li a:visited {
	color: #94835b;
	text-decoration: none;
	}	
ul#submenu li a:hover, ul#submenu li a.act{
	color: #f0216a;
	text-decoration: none;
	cursor: pointer;
	}	
	
/* CONTAINERS FOR CONTENT
------------------------------------------------------------------------------------------*/.container { 	background-color:#ffffff; 	}
.container div p { 	background-color:#ffffff; 	}
div p { 	padding:2px 10px;  /*  top and bottom & left and right */	}
.item {
	padding-bottom: 2px;
	}
.about {
	padding-bottom: 10px;
	background: url('../img/hi.jpg') no-repeat right bottom;
	}
.welcome {
	padding-bottom: 10px;
	background: url('../img/welcome.jpg') no-repeat right bottom;
	}
.oops {
	padding-bottom: 10px;
	background: url('../img/hi_oops.jpg') no-repeat right bottom;
	}
.thanks {
	padding-bottom: 10px;
	background: url('../img/hi_thanks.jpg') no-repeat right bottom;
	}
.iteminfo {	padding-bottom: 10px; 
	color: #53504c;	}
.footerinfo {    font-size: 10px;
	color: #89817c;}
.shop {
	color: #89817c;	padding: 20 0 0 6;
	font-size: 12px;
	}
.footerinfo a {
	color: #f0216a;
	text-decoration: none;
	}
.footerinfo a:hover {
	color: #f0216a;
	text-decoration: underline;
	}
.alignright {
	text-align: right;
	}
	
/* TEXT FORMATTING
------------------------------------------------------------------------------------------*/
h1{
	width: 960px;
	height: 200px;
	background: url(header.jpg) no-repeat;
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
}
h1#a {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline:none	
	}
h2 { 	padding: 4px 10px;  /*  top and bottom & left and right */	margin: 0px;
	font-size:24px;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;	line-height:26px;
	color:#f0216a;
	background-color: #ffffff;
	}
h3 { 	padding: 0px 10px;  /*  top and bottom & left and right */	margin: 0px;
	font-size:12px;	font-weight: bold;	color:#333333; 	}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ff0000;
	}
	
/* FORMS
------------------------------------------------------------------------------------------*/
form {
	float: left;
	margin: 0;
	padding: 0;
	}

form ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	}

form li {
	float: left;
	margin: 0;
	padding: 6px 10px;  /*  top and bottom & left and right */
	clear: both;
	}

form li input, form li textarea {
	float: left;
	border: 1px solid #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	}

form li input {
	float: left;
	width: 220px;
	margin-right: 10px;
	}

form li textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	width: 480px;
	height: 150px;
	margin-top: 4px;
	}

.submit {
	display: block;
	float: left;
	width: 60px;
	margin: 2px 0px;  /*  top and bottom & left and right */
	padding: 6px 10px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}	

