@charset "iso-8859-1";
/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:11px; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
.inline{display:inline;}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#3F2E14/*998d7f*/
	}
#Table1{
	margin:0 auto;
}
#header{
	position:relative;
	margin:0 auto;
	top:0;
	background: url(../images_LUBO/headerGndStretch.jpg) repeat-x;
	border-bottom: 1px solid #ccc;
	height:153px;
	white-space: nowrap;
}
#header a {text-decoration:none;}
#navbar{
	height:25px;
	position:relative;
	top:0;
	left:0;
	padding: 104px 0 0 212px;
	margin:0;
	overflow:hidden;
	background: url(../images_LUBO/headerGnd.jpg) 0% 0% no-repeat;
}
#navbar li {
	float:left; 
	padding: 3px 10px 0 1px; 
	margin-right:5px;
	background: url(../images_LUBO/bullet_orange.gif) 100% 55% no-repeat;
	}
#navbar #Home, #navbar2 #Search {margin-left:-6px;}

#navbar li a {
	color: #f2e0c9;
	font-family: "Myriad Pro","Myriad","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
}
#navbar li a:hover,
/*higlight current page in navbar*/
.Home #Home a, 
.Gallery_Shop #Gallery_Shop a,
.Postcards #Postcards a,
.Models #Models a,
.Contact_Us #Contact_Us a,
.About_Us #About_Us a,
.Help #Help a
{
	color: #fff;
}
#navbar li a:active {
	color: #FFE67F;
}
#navbar #FAQs {background:none}
/* IE5/Mac hacks */
/*\*//*/
#navbar li a {display: inline;}
/**/

#navbar2{
	height:24px;
	position:relative;
	top:0px;
	left:0;
	margin:0;
	padding: 0 0 0 212px;
	/*padding:0 0 0 201px;*/
	overflow:hidden;
	}
#navbar2 li {
	float:left; 
	padding: 4px 8px 0 0; 
	margin-right:5px;
	background: url(../images_LUBO/bullet_red.gif) 100% 70% no-repeat;
	}
#navbar2 li a {
	color: #780000;
	font-family: "Tahoma","Helvetica","Arial",sans-serif;
	font-size:11px;
	font-weight:bold;
}
#navbar2 li a:hover {
	color: #dd0000;
}
#navbar2 #Login, #navbar2 #Logout {background:none}

.content{
	text-align:left;
	position:relative;
	margin:0 auto;
	padding: 0px 0 0px 0;
	width:766px; 
	top:0; 	left:0;
	overflow:hidden;
	border-top: 1px solid #fff;
	border-bottom:1px solid #C5C5C5;
	background-color:#EBEAEA;
	background-image:url(../images_LUBO/content_gnd.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.slideshow{
	position:relative; top:0; left:0; padding:10px 0 10px 0; margin:0;
	width:766px; overflow:hidden;
	border-bottom:1px solid #C5C5C5;
}
.Contact_Us_slideshow{
	position:relative; top:0; left:0; padding:0 0px; margin:0 20px 0 0px;
	float:left; 
	width:367px;
	height:220px;
	overflow:hidden;
	border-bottom:none;
}
.internal .slideshow{
	position:relative; top:0; left:0; padding:0 0px; margin:0 20px 0 0px;
	float:left; 
	height:200px;
	overflow:hidden;
	width:167px;
}
.HorModule{
	position:relative; top:0; left:0; padding:0 0 10px 0; margin:0;
	width: 766px; 
	background-color:#EBEAEA;
	border-top:1px solid #fff;
	border-bottom:1px solid #c5c5c5;
	clear:both;
	}
.Home .HorModule{
	height:218px;
 	border-bottom:none;
}
.label{
	display: inline;/*floated element double margin fix*/
	position:relative; 
	top:0; left:0; 
	padding:20px 0 20px 20px;
	margin:10px 0 10px 9px;
	float:left;
	overflow:hidden;
	text-align:left;
	background: #CCBEAD url(../images_LUBO/label_tlCorner_colorful.jpg) 0% 0% no-repeat;
	width:560px;
}
.Home .label{
	width:541px;
	height:158px;
	background: #c5c5c5 url(../images_LUBO/label_trCorner.jpg) 100% 0% no-repeat;
	margin:10px 0 0 0;
}
.Postcards .label{background:url(../images_LUBO/label_gnd1.jpg);}
.internal .label, .Contact_Us .label, .About_Us .label{background:url(../images_LUBO/label_Scrollgnd.jpg);}
/*.content p{
	padding: 5px 20px 5px 20px;
	text-align:left;
}*/
.label p{
	padding: 10px 20px 0px 0px;
}
p.H1{
	font: 24px/28px "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color:#fff;
	padding: 0px 10px 0px 0px;
}
p.H2, span.H2{
	font: 24px/28px "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color:#380000;
	padding: 0px 10px 0px 0px;
}
p.H3{
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	color:#380000;
	padding: 20px 10px 10px 0px;
}
.Home p.H3{
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	color:#555;
	padding: 0px 10px 10px 0px;
	color:#fff;
}
p.H4{
	font: 12px "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color:#380000/*FFF1DE*/;
}
p.H4 a{
	font: 12px "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color:#380000/*FFF1DE*/;
}
/*-------------------------------------------------browse menu-------------------------------------------------*/
.darkStrip{
	position:relative;
	top:0px; left:0px;
	float:left;
	width:177px;
	margin:10px 0px 10px 0px;
	padding:0;
	text-align:center;/*center content in ie*/
	overflow:hidden;
	display:inline-block
}
.Home .darkStrip{
	position:absolute;	
	top:auto;
	bottom: 0px; 
	left:0px;
	width:509px; height:20px;
	background:#B0B0B0;
	margin:0;
	padding: 22px 38px;
	text-align:center;/*center content in ie*/
	overflow:hidden;
}
/*----------------------------------------------- browse by menu-----------------------------------------------*/
#browseInt{
	position:relative;
	width:140px;
	margin:0;
	padding:0 0 0 20px;
	overflow:hidden;
	text-align:left;
	left:0;
	}
#browseInt li {
	margin:0px;	padding:0;
	left:0;
}
#browseInt li a {
	padding:5px 0 5px 0px;
	margin:0px 0px 0px 0px;
	color: #6F675A;
	font:11px "Tahoma","Helvetica","Arial",sans-serif;
	font-weight:bold;
	left:0;
	display:block;
}
#browseInt li a:hover {
	color: #FF900E;
	font:11px "Tahoma","Helvetica","Arial",sans-serif;
	font-weight:bold;
	left:0;
}
#browseInt #tribes{
	margin:0px;	padding:0;
	left:0;
	border-bottom: none;
}
.Home #browse{
	width:auto;	height:20px;
	position:relative;
	bottom:0px;
	margin:0;
	padding:0 26px 0 36px;
	text-align:center;
	float:left;
	overflow:hidden;
	background:url(../images_LUBO/brws_mnu_gnd.jpg) 0% 0% repeat-x;
	display:inline;
	z-index:100;
	}

.Home #browse li{
	float:left;
	padding:3px 8px 3px 0px; 
	margin:0 7px 0 -2px;
	background: url(../images_LUBO/bullet_orange.gif) 100% 60% no-repeat;
	display:inline;}
.Home #browse li a {
	color: #6F675A;
	font-family: "Tahoma","Helvetica","Arial",sans-serif;
	font-size:11px;
	font-weight:bold; 
}
.Home #browse li a:hover{
	color: #FF900E;
	font-family: "Tahoma","Helvetica","Arial",sans-serif;
	font-size:11px;
	font-weight:bold; 
}
.Home #browse #tribes{
	background:none;
}
#lRound{
	height:20px;	width:13px;
	float:left;
	padding:0;	margin:0 0 0 20px;
	background: url(../images_LUBO/lRound.jpg) 0% 0% no-repeat;
	}
#rRound{
	height:20px;	width:13px;
	padding:0;	margin:0;
	float:left;
	background:url(../images_LUBO/rRound.jpg) 0% 0% no-repeat;
	}
/**/

/*-------------------------------------------------/browse menu-------------------------------------------------*/

#promo{
	position:relative; top:0px; left:0; padding:0; margin:10px 0 10px 0;
	width:195px; height:198px;
	float:right;
	}
/*---------------------------------------------------footer---------------------------------------------------*/
#footer{
	margin: 0 auto 10px;
	/*
	padding: 5px 20px 0 20px;
	height:20px;
	*/
	padding: 0px 20px 0 20px;
	height:25px;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	background:#fff url(../images_LUBO/navbar2_gnd.jpg) repeat-x;
	border-top: 1px solid #fff;
	color: #bbb;
	font:bold 11px "Tahoma","Helvetica","Arial",sans-serif;
	}
#footer a{
	color: #999;
}
#footer:hover{
	color: #999;
}
#footer:hover a{
	color: #666;
}
#footer a:hover{
	color: #333;
	cursor:pointer;
}

/*
#footer #copyright {float:left}
#footer #powered {float:right}
*/

#footer #copyright {float:left; padding:5px 0px 5px 0px;}
#footer #poweredtext {float:right; padding:2px 0px 5px 0px;}

#footer #powered {float:right; padding-top:2px;padding-bottom:3px;}

