html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0 auto;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* BODY + HEADER + SELECTION/CONTENT
---------------------------------------------------------- */

body {
	font-size: 12px;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat;
	background-color: #ffffff;
}

header {
	width: 812px;
	padding: 20px 0px 0px 0px;
}

section {
	margin: 0 auto;
	width: 828px;
}

section.show {
	margin: 0 auto;
	width: 600px;
}

/* MENU + LOGO
------------------------------------------------- */
#logo {
	float: left;
	width: 160px;
}

#menudiv {
	float: right;
}

.menu ul { 
	display: block; 
	padding: 18px 0px 0px 0px; 
	margin: 0px; 
	list-style: none; 
	text-align: center; 
} 

.menu ul li { 
	display: inline; 
	padding: 0px 0px 0px 35px; 
	margin: 0px; 
	list-style: none;
	font-family: "Helvetica", "Arial", "Verdana";
	text-shadow: 1px 1px 0px #fff;
	font-size: 1.4em;
	letter-spacing: 0px;
	font-weight: normal;
} 

a.menu {
	color: #848383;
	text-decoration: none;
}

a.menu:hover {
	color: #686868;
	text-decoration: none;
}

/* NAV
---------------------------------------------------------- */
#navdiv {
	float: left;
}

.nav ul { 
	display: block; 
	padding: 12px 0px 10px 0px; 
	margin: 0px; 
	list-style: none; 
	text-align: center; 
} 

.nav ul li { 
	display: inline; 
	padding: 0px 15px 0px 0px; 
	margin: 0px; 
	list-style: none;
	font-family: "Helvetica", "Arial", "Verdana";
	text-shadow: 1px 1px 0px #fff;
	font-size: 1.1em;
	letter-spacing: 0px;
	font-weight: bold;
} 

a.nav {
	color: #a09f9f;
	text-decoration: none;
}

a.nav:hover {
	color: #686868;
	text-decoration: none;
}

/* FONT
---------------------------------------------------------- */
h1 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Helvetica", "Arial", "Verdana";
	font-size: 2em;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
	color: #494848;
	text-transform:uppercase;
}

h3 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Helvetica", "Arial", "Verdana";
	font-size: 1.3em;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff;
	color: #686868;
}

h5 {
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Helvetica", "Arial", "Verdana";
	font-size: .9em;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff;
	color: #686868;
}

a {
	color: #686868;
}

a:hover {
	color: #454545;
}

a:active {
	color: #686868;
}

/* FIGURE
---------------------------------------------------------- */
figure {
	float: left;
	width: 240px;
	height: 240px;
	padding: 10px 10px 16px 10px;
	margin: 10px 8px 0px 8px;
	background-image: url(http://www.danieleckermann.com/img/item_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

figure.show {
	float: left;
	width: 240px;
	height: 240px;
	padding: 10px 10px 16px 10px;
	margin: 0px 20px 0px 0px;
	background-image: url(http://www.danieleckermann.com/img/item_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

/* IMAGES
---------------------------------------------------------- */
img {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	

/* FORMS
---------------------------------------------------------- */
input.text {
	border: 0px;
	height: 40px;
	width: 430px;
	padding: 10px 10px 14px 10px;
	background-image: url(http://www.danieleckermann.com/img/input.jpg);
	background-repeat: no-repeat;
	font-family: "Helvetica", "Arial", "Verdana";
	font-size: 2em;
	font-weight: normal;
	color: #c6c6c6;
}


textarea {
	border: 0px;
	height: 180px;
	width: 430px;
	padding: 10px 10px 24px 10px;
	background-image: url(http://www.danieleckermann.com/img/textarea.jpg);
	background-repeat: no-repeat;
	font-family: "Helvetica", "Arial", "Verdana";
	font-size: 2em;
	font-weight: normal;
	color: #c6c6c6;
}


/* DIVIDERS
---------------------------------------------------------- */
.divider_double {
	height: 3px;
	width: 100%;
	background-image: url(http://www.danieleckermann.com/img/divider_double.jpg);
	background-image: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.divider_inward {
	height: 2px;
	width: 100%;
	background-image: url(http://www.danieleckermann.com/img/divider_inward.jpg);
	background-image: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.divider10 {
	width: 100%;
	height: 10px;
}

/* FIX
---------------------------------------------------------- */
.width800 {
	margin: 0 auto;
	width: 812px;
}

.clearboth {
	clear: both;
}

/* FOOTER
---------------------------------------------------------- */
#footerleft{
	float: left;
}

#footerright {
	float: right;
}