body {
	margin: 40px 10px 0;
	font-family: georgia, times, serif;
	font-size: 11px;
	line-height: 15px;
}

a {
	color: #000;
}

h2,
h3 {
	display: none;
}

#global {
	margin-bottom: 40px;
}

/* = header
------------------------------------------------------------------------ */

#header {
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* = logo
------------------------------------------------------------------------ */

#logo h1 a {
	float: left;
	margin: 0 10px 0 0;
	width: 154px;
	height: 40px;
	background: transparent url(toodot-logo.gif) 0 0 no-repeat;
	display: inline;
}

#logo h1 a span {
	display: none;
}

#logo p {
	float: left;
	margin: 25px 0 0;
}

/* = nav-language
------------------------------------------------------------------------ */

#nav-language {
	text-align: right;
}

#nav-language p {
	float: right;
	margin: 25px 0 0;
}

#nav-language a {
	color: #8e8e8e;
}

#de .de, 
#en .en {
	color: #000;
}

/* = products
------------------------------------------------------------------------ */

#product {
	position: relative;
	width: 620px;
	height: 420px;
	background: #f7f5f5;
	overflow: hidden; 
}

#product #product-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 2480px;
	width: 620px;
	height: 420px;
/*	background: #ff0; */
}

#product #product-image img {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 620px;
}

/*
#product #product-image img {
	position: absolute;
	left: 0;
	top: 0;
}
*/

/* = nav-product
------------------------------------------------------------------------ */

#product #nav-product {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-weight: bold;
	display: none;
}

#product #nav-product a:hover {
	text-decoration: none;
}

/* = nav-frames
------------------------------------------------------------------------ */

#nav-frames {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#nav-frames a {
	margin: 0 10px 0 0;
	float: left;
}

#nav-frames a img {
	width: 30px;
	height: 20px;
 	border: 1px solid #aaa;
}

#nav-frames a:hover img {
	border-color: #666;
}

#nav-frames a.selected img {
	border-color: #fff;
}

.products-feature img {
	width: 620px;
	height: 420px;
}

.products-teaser {
	margin-bottom: 20px;	
}

.products-teaser p a {
	display: block;
	padding: 50px 10px 10px;
	height: 140px;
	background-color: #f7f5f5;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

.selected p a, 
.products-teaser p a:hover, 
.products-teaser p a:active, 
.products-teaser p a:focus {
	background-color: #b2b2b2;
	background-position: -140px 0;
}

.wrapper {
	padding: 10px;
}

/* = content 
------------------------------------------------------------------------ */

#content div {
	background-color: #f7f5f5;
	height: 310px;
	padding: 50px 0 0;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#content p {
	display: block;
	padding: 0 10px;
	height: 300px;	
	overflow: auto;
}

/* = text-replacements
------------------------------------------------------------------------ */

#p-raglan a { 
	background-image: url(p-winnipeg.gif);
}

#p-t-shirt a { 
	background-image: url(p-tahoe.gif);
}

#p-shirt a { 
	background-image: url(p-baikal.gif);
}

#p-polo a { 
	background-image: url(p-malawi.gif);
}

#c-concept {
	background-image: url(c-concept.gif);	
}

#c-shops {
	background-image: url(c-shops.gif);	
	background-position: 10px 6px;
}

#c-contact {
	background-image: url(c-contact.gif);	
}

/* english titles */

body#en #c-concept {
	background-image: url(c-concept-en.gif);		
}

body#en #c-shops {
	background-image: url(c-shops-en.gif);		
	background-position: 10px 10px;
}

body#en #c-contact {
	background-image: url(c-contact-en.gif);		
}