@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:courier new, arial,sans-serif;
	font-size:13px;
	line-height:17px;
	color:#282017;
	background: #fff;
}

h1 {
	width:169px;
	height:25px;
	margin:26px 0 28px 0;
	padding:13px 30px 0 0;
	font-size:18px;
	font-weight:normal;
	text-transform:lowercase;
	text-align:right;
	line-height:normal;
	background: url("/graphics/sprite.png") 0 128px;
}

h2 {
	float:left;
	font-size:18px;
	margin:15px 0 0 7px;
	font-weight:normal;
}

h3 {
	width:452px;
	height:25px;
	margin:26px 0 28px 0;
	padding:13px 30px 0 0;
	font-size:18px;
	font-weight:normal;
	text-transform:lowercase;
	text-align:left;
	text-indent:50px;
	line-height:normal;
	background: url("/graphics/tape.png") no-repeat;
}

a:link,
a:active,
a:visited {
	color:#0a80b5;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#24a3dc;
}

a img { border:0; }

p {
	margin:20px 0;
}

div { position:relative; }


/* -- misc -- */

.clear { clear:both; }

/* -- layout -- */

#main_container {
	margin:0 auto;
	padding:0 6px;
	width:988px;
	background:#fff;
}

#header {
	width:1000px;
	height:201px;
	background: url("/graphics/sprite.png") 0 0;
}

#logo {
	width:600px; 
	height:160px;
	position:absolute;
	top:10px;
	left:10px;
	border:0;
}

.infobox {
	width:175px; 
	height:14px;
	padding:3px 0 0 7px;
	margin:0 0 14px 0;
	font-size: 13px; 
	color: #0e0e0e; 
	border:0; 
	font-family:courier new, arial,sans-serif;
}

.cs {
	width:136px;
	height:12px;
	margin:6px 0 0 0;	
	border:0;
	background: url("/graphics/sprite.png") 734px 128px;
	float:left;
	position:relative;
}

.cs div {
	position:absolute;
	left:-9999px;
}

.cs:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.login {
	width:44px;
	height:12px;
	margin:5px 0 0 15px;
}

.login:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.so {
	width:93px;
	height:14px;
	margin:2px 0 0 28px;	
	border:0;
	background: url("/graphics/sprite.png") 734px 116px;
	float:left;
	position:relative;
}

.so div {
	position:absolute;
	left:-9999px;
}

.so:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#body {
	margin: 0 0 55px 0;
	padding:0;
}

#body .content {
	padding:0 21px 0 18px;
	width:961px;
}




/* -- footer -- */

#footer {
	margin:0 auto;
	padding:0;
	width:1000px;
	height:179px;
	font-size:12px;
	line-height:14px;
}

#line {
	background: url("/graphics/sprite.png") 0 139px;
	width:1000px;
	height:11px;
	display:block;
	font-size:1px;
}
	

#copyright {
	padding:16px 0 0 25px;
	width:auto;
	float:left;
}

#copyright a{
	color:#282017;
	text-decoration:none;
}

#copyright a:hover{
	color:#282017;
	text-decoration:none;
}

#cite {
	width:440px;
	padding:16px 21px 0;
	width:auto;
	text-align:right;
	float:right;
}

#cite ul {
	margin:0;
	padding:5px 0;
	width:auto;
	list-style:none;
	background:#fff;
	text-align:left;
	width:185px;
	float:left;
}

#cite li {
	margin:0;
	padding:0;
	width:auto;
	float:none;
}

#cite li a {
	margin:0;
	padding:0;
	height:auto;
	color:#282017;
	text-decoration:none;
	background:none;
}

#cite li a:hover {
	color:#c50000;
	background:#fff;
	text-decoration:none;
}

#cite:hover ul,
#cite.active ul {
	left:auto;
}

#cite:hover ul.last,
#cite.active ul.last {
	left:auto;
	right:0;
}

#fb {
	width:31px;
	height:32px;
	background: url("/graphics/sprite.png") 801px 128px;
	float:left;
	border:0;
	position:relative;
}

#fb div {
	position:absolute;
	left:-99990px;
}

#fb:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#rss {
	width:31px;
	height:32px;
	background: url("/graphics/sprite.png") 765px 128px;
	float:left;
	border:0;
	margin:0 0 0 5px;
	position:relative;
}

#rss div {
	position:absolute;
	left:-99990px;
}

#rss:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#wp {
	width:35px;
	height:32px;
	background: url("/graphics/sprite.png") 0 -307px;
	float:left;
	border:0;
	margin:0 0 0 5px;
	position:relative;
}

#wp div {
	position:absolute;
	left:-99990px;
}

#wp:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


.seres {
	margin:0 0 20px 26px; color:#0a80b5; font-weight:bold; font-size:17px;
}

.locationbox {
	float:left;
	width:164px;
	height:124px;
	padding:36px 0 0 26px;
	border-left:1px solid #eae9e8;
	border-top:1px solid #eae9e8;
}



/* -- nav -- */


#nav_main {
	margin:0 0 8px 0;
	padding:0;
	width:1000px;
	height:20px;
	list-style:none;
	position:relative;
	z-index:1000;
}

#nav_main  li {
	position:relative;
	float:left;
}

#nav_main a {
	display:block;
	height:20px;
	background-image:url(/graphics/sprite.png);
}

#nav_main a span {
	position:absolute;
	left:-9999px;
}

#nav_home {
	width:107px;
	background-position:0 179px;
}#nav_home:hover,
.active #nav_home {
	background-position:0 159px;
}

#nav_shows {
	width:182px;
	background-position:-107px 179px;
}#nav_shows:hover,
.active #nav_shows {
	background-position:-107px 159px;
}

#nav_collection {
	width:206px;
	background-position:-289px 179px;
}#nav_collection:hover,
.active #nav_collection {
	background-position:-289px 159px;
}

#nav_shop {
	width:182px;
	background-position:-495px 179px;
}#nav_shop:hover,
.active #nav_shop {
	background-position:-495px 159px;
}

#nav_about {
	width:151px;
	background-position:-677px 179px;
}#nav_about:hover,
.active #nav_about {
	background-position:-677px 159px;
}

#nav_contact {
	width:172px;
	background-position:-828px 179px;
}#nav_contact:hover,
.active #nav_contact {
	background-position:-828px 159px;
}





#nav_main li ul {
	position:absolute;
	margin:0;
	padding:5px 0;
	width:auto;
	left:-9999px;
	list-style:none;
	background:#fff;
	z-index:10000;
	text-align:left;
}

#nav_main li li {
	margin:0;
	padding:0;
	width:auto;
	float:none;
}

#nav_main li li a {
	margin:0;
	padding:4px 11px;
	width:180px;
	height:auto;
	color:#7a7570;
	font-size:14px;
	text-decoration:none;
	background:none;
}

#nav_main li li a:hover {
	color:#2a1f14;
	background:#fff;
	text-decoration:none;
}

#nav_main li:hover ul,
#nav_main li.active ul {
	left:auto;
}

#nav_main li:hover ul.last,
#nav_main li.active ul.last {
	left:auto;
	right:0;
}




#col_menu {
	margin:0 0 29px 0;
	padding:0;
	width:961px;
	height:153px;
	list-style:none;
	z-index:10;
}

#col_menu  li {
	position:relative;
	float:left;
}

#col_menu a {
	display:block;
	height:153px;
	background-image:url(/graphics/collectmenu.jpg);
}

#col_menu a span {
	position:absolute;
	left:-9999px;
}

.col_fabrics {
	width:212px;
	background-position:0 0;
	margin:0 35px 0 0;
}.col_fabrics:hover,
.active .col_fabrics {
	background-position:0 153px;
}

.col_trim {
	width:212px;
	background-position:-248px 0;
	margin:0 35px 0 0;
}.col_trim:hover,
.active .col_trim {
	background-position:-248px 153px;
}

.col_embellish {
	width:212px;
	background-position:-493px 0;
	margin:0 35px 0 0;
}.col_embellish:hover,
.active .col_embellish {
	background-position:-493px 153px;
}

.col_patterns {
	width:212px;
	background-position:-741px 0;
}.col_patterns:hover,
.active .col_patterns {
	background-position:-741px 153px;
}





/* -- content -- */


#titelbox {
	width:500px;
	height:33px;
	margin:26px 0 28px 0;
}

#titel {
	width:169px;
	height:25px;
	margin:0;
	padding:13px 30px 0 0;
	font-size:18px;
	font-weight:normal;
	text-transform:lowercase;
	text-align:right;
	line-height:normal;
	background: url("/graphics/sprite.png") 0 128px;
	display:inline block;
	float:left;
}

.topleft {
	width:418px;
}

.topright {
	width:533px;
	float:right;
	clear:right;
}

.picright {
	width:303px;
	float:right;
	clear:right;
	margin:0 0 0 30px;
}

#tweets {
	width:365px;
	width:235px;
	padding:0 16px 20px 114px;
	background: url("/graphics/tweets.png") repeat-y;
	float:right;
	clear:right;
	margin:20px 8px 0 0;
	display:inline;
}

#tweets ul {
	list-style: none;
	margin: 0 0 0 0;
	padding:0;
	background:none;
}
	
#tweets li {
	padding: 0 0 16px 0;
	line-height:16px;
}
	
#tweets li a {
	text-decoration:none;
	color:#282017;
	font-weight:normal;
	word-wrap: break-word
}

#tweets li a:hover {
	text-decoration:none;
	color:#198bbf;
}

a.follow {
	text-decoration:none;
	color:#198bbf;
	font-weight:bold;
}

a.follow:hover {
	text-decoration:none;
	color:#37ace2;
}

#latest {
	width:365px;
	height:68px;
	margin:0 0 0 -114px;	
	border:0;
	background: url("/graphics/sprite.png") 365px 128px;
	float:left;
	position:relative;
	display:inline;
}

#latest span {
	position:absolute;
	left:-9999px;
}


.slideshow { 
	width: 961px; 
	height: 557px; 
	margin: auto;
}

.ss { 
	width: 961px; 
	height: 557px; 
	margin: auto;
}

.slidelinks1 {
	position:absolute;
	top:401px;
	left:0;
	z-index:100;
	width: 276px; 
	height: 110px; 
	background: url("/graphics/slidelinks1.png");
}

.slidelinks1 ul {
	list-style: none;
	margin: 31px 0 0 8px;
	padding:0;
	background:none;
}
	
.slidelinks1 li {
	padding: 0 0 4px 22px;
	line-height:16px;
	background: url("/graphics/slidelinkbg.png") no-repeat 0 6px;
}
	
.slidelinks1 li a {
	text-decoration:none;
	color:#413427;
	font-size:19px;
	font-weight:bold;
}

.slidelinks1 li a:hover {
	text-decoration:none;
	color:#198bbf;
}


.slidelinks2 {
	position:absolute;
	top:435px;
	right:0;
	z-index:100;
	width: 293px; 
	height: 109px; 
	background: url("/graphics/slidelinks2.png");
}

.slidelinks2 ul {
	list-style: none;
	margin: 31px 0 0 50px;
	padding:0;
	background:none;
}
	
.slidelinks2 li {
	padding: 0 0 4px 22px;
	line-height:16px;
	background: url("/graphics/slidelinkbg.png") no-repeat 0 6px;
}
	
.slidelinks2 li a {
	text-decoration:none;
	color:#413427;
	font-size:19px;
	font-weight:bold;
}

.slidelinks2 li a:hover {
	text-decoration:none;
	color:#198bbf;
}


.slide {
}

#specol {
	width: 243px; 
	height: 283px; 
	margin:28px 0 0 27px;
	background: url("/graphics/specol.jpg");
	text-indent:-99000px;
	float:left;
	border:0;
	display:inline;
}

#golf {
	width: 239px; 
	height: 274px; 
	margin:28px 0 0 54px;
	background: url("/graphics/golf.jpg");
	text-indent:-99000px;
	float:left;
	border:0;
	display:inline;
}

.locbox {
	margin:23px 0 23px 30px;
	padding:0 0 23px 0;
	width:585px;
	border-bottom:dashed 2px #c2c2c2;
}

.locbox p{
	margin:9px 0 0 0;
}

.infobox2 {
	width:107px; 
	height:17px;
	padding:3px 0 0 7px;
	margin:0 0 14px 0;
	font-size: 13px; 
	color: #0e0e0e; 
	font-family:courier new, arial,sans-serif;
}

.submit {
	color:#3f3224;
	border:0;
	background:none;
	text-decoration:underline;
	font-family:courier new, arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:0 0 0 10px;
}

.submit:hover {
	color:#c50000;
}


/*#lftmenu {
	float:left;
}*/

.det{
	 background-color:#eaeaea;
	 float:right;
	 width:75px;
	 text-align:right;
	 color:#000;	
}

.profile{
	color:#fafafa;
}

.city{
	color:#3f3224;
	font-size:19px;
	font-weight:bold;
}







