/* ---------------------------------------------
GLOBAL.CSS

Dark purple - 48021e
-----------------------------------------------*/

body {
	font: 62.5% arial, verdana, sans-serif;
	color:#000;
	background: #02123c;
	text-align:center;
}

body#thankyou {
	background:#48021e;
	padding-top:100px;
	text-align:center;
}
		
a { 
	text-decoration:none;
	color:#999; 
} 

a:hover { 
	text-decoration:none;
	color:#c0c0c0;
} 

p {
	line-height:1.5em;
}

h1 a
{
	float:left;
	display:block;
	
	width:130px;
	height:139px;
	/*
	background:url(img/logo.gif);
	*/
	overflow:hidden;
}

h2 {
	overflow:hidden;
}

p.fullsize_link {
	position:absolute;
	z-index:6;
	bottom:-12px;
	left:662px;
}

a.fullsize {
	display:block;
	width:84px;
	height:24px;
	background:url(../img/fullsize_off.png);
	text-indent: -5000px;
	overflow:hidden;
	cursor:pointer;
}

a.fullsize:hover {
	background:url(../img/fullsize_off_hover.png);
}

a.active {
	background:url(../img/fullsize_on.png);
}

a.active:hover {
	background:url(../img/fullsize_on_hover.png);
}

ul.list{
	background:url(../img/li_back.png) top left no-repeat;
}

ul.list li {
	padding:5px 0 6px 0;
	background:url(../img/li_back.png) bottom left no-repeat;
}

ul.list li a {
	padding-left:10px;
	background:url(../img/bullet.gif) 0 4px no-repeat;
}


/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

#wrapper
{
	width:746px;
	padding:0 97px 60px 97px;
	margin:0 auto;
	text-align:left;
	font-size:1.1em;
	background: #02123C url(../img/page_back.jpg) 50% 0 no-repeat;
}

#header 
{
	position:relative;
	width:746px;
	height:144px;
}

#sparks{
	position:absolute;
	top:20px;
	left:0;
	width:200px;
	height:120px;
	z-index:1;
	overflow:hidden;
	}


#photos {
	position:relative;
	width:746px;
	height:495px;
	background: url("../img/bg/bgpanel.jpg");
	
}

#slider {
	width:746px;
	height:495px;
	overflow:hidden;
	background:url(../img/loading.gif) 510px 220px no-repeat;
}

/* ---------------------------------------------
 BACKGROUND IMAGES
-----------------------------------------------*/

.section {
	float:left;
	width:746px;
	height:495px;
}

#section_home {
	background:url(../img/bg/bg1.jpg);
	height:495px;
}

#section_products {
	background:url(../img/bg/bg5.gif);
}

#section_services {
	background:url(../img/bg/bg5.gif);
}

#section_lomo {
	background:url(../img/bg/bg2.jpg);
}

#section_ePrintMe {
	background:url(../img/bg/bg3.jpg);
}

#section_novelties {
	background:url(../img/bg/bg4.jpg);
}

/* ---------------------------------------------
 PAGE TITLES
-----------------------------------------------*/

h2 {
	width:234px;
	font-size: 16px;
	font-weight: bold;
	/*
	background:url(../img/title/blank.png);
	*/
}

.heading{
	width:234px;
	font-size: 16px;
	font-weight: bold;
}

#overlay_home h2 {
	width:170px;
	/*
	background:url(../img/title/home.png);
	*/
}


#overlay_products h2 {
	width:234px;
	/*
	background:url(../img/title/dining.png);
	*/
}

#overlay_services h2 {
	width:234px;
	/*
	background:url(../img/title/drinking.png);
	*/
}

#overlay_lomo h2 {
	width:234px;
	/*
	background:url(../img/title/news.png);
	*/
}

#overlay_ePrintMe h2 {
	width:234px;
	/*
	background:url(../img/title/news.png);
	*/
}

#overlay_novelties h2 {
	width:234px;
	/*
	background:url(../img/title/news.png);
	*/
}


/* ---------------------------------------------
 TEXT OVERLAYS
-----------------------------------------------*/

#overlay {
	width:200px;
	margin-bottom: -32000px;
	background:url(../img/overlay.png) top left repeat;
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	padding:0 20px;
	color:#848484;
	min-height:495px;
}

#overlay_home, #overlay_products, #overlay_services, #overlay_gallery, #overlay_lomo, #overlay_ePrintMe, #overlay_novelties {
	width:252px;
	height:495px;
}

#overlay_products, #overlay_services {
	width:706px;
	height:495px;
	position:relative;
}

/* ---------------------------------------------
 NEWS
-----------------------------------------------*/

#overlay_lomo {
	position:relative;
}

#overlay_lomo h3 {
	padding:5px 0 6px 0;
	font-weight:bold;
	background:url(../img/li_back.png) bottom left no-repeat;
}

#overlay_lomo h3 a {
	padding-left:10px;
	background:url(../img/bullet.gif) 0 4px no-repeat;
}

#overlay_lomo h3 a.news_active {
	color:#e4afc3;
}


.news_text {
	position:absolute;
	color:#FFF;
	font-size:1.1em;
	width:300px;
	padding:20px;
	left:330px;
	top:70px;
	background:#000;
	filter:alpha(opacity=80);   /* Internet Explorer       */
    -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
    opacity: 0.8; 
}

.news_text p {
	margin:0;
	color:#d5d5d5;
}

.news_text h4 {
	font-size:1.4em;
	margin-bottom:10px;
	font-weight:bold;
}


#overlay_ePrintMe {
	position:relative;
}

#overlay_ePrintMe h3 {
	padding:5px 0 6px 0;
	font-weight:bold;
	background:url(../img/li_back.png) bottom left no-repeat;
}

#overlay_ePrintMe h3 a {
	padding-left:10px;
	background:url(../img/bullet.gif) 0 4px no-repeat;
}

#overlay_ePrintMe h3 a.news_active {
	color:#e4afc3;
}

#overlay_novelties {
	position:relative;
}

#overlay_novelties h3 {
	padding:5px 0 6px 0;
	font-weight:bold;
	background:url(../img/li_back.png) bottom left no-repeat;
}

#overlay_novelties h3 a {
	padding-left:10px;
	background:url(../img/bullet.gif) 0 4px no-repeat;
}

#overlay_novelties h3 a.news_active {
	color:#e4afc3;
}



/* ---------------------------------------------
 GALLERY
-----------------------------------------------*/

#products, #services {
	float:right;
	width:746px;
	height:495px;
	position:absolute;
	padding-left: 20px;
	padding-right: 20px;
	top:0;
	left:-20px;
}

/* ---------------------------------------------
	CONTACT FORM
-----------------------------------------------*/

#contact_info {
	position:absolute;
	left:546px;
	top:0;
	padding:15px;
	width:150px;
	background:#000;
}

address a {
	padding-left:10px;
	background:url(../img/bullet.gif) 0 4px no-repeat;
}

address strong {
	color:#FFF;
	padding-bottom:4px;
}

address {
	font-style:normal;
}

#overlay_contact input.hidden {
	display:none;
}


#overlay_contact label.hide {
	display:none;
}

#overlay_contact input {
	border:1px solid #333;
	background:url(../img/overlay.png) top left repeat-y;
	padding:5px;
	color:#848484;
}


#overlay_contact textarea {
	border:1px solid #333;
	width:234px;
	background:url(../img/overlay.png) top left repeat-y;
	padding:5px;
	color:#848484;
	font:11px Arial, Helvetica, sans-serif;
}

#overlay_contact input.clearme {
	width:234px;
}

input#contact_mailinglist {
	border:none;
}

/* ---------------------------------------------
 NAVIGATION
-----------------------------------------------*/

ul.navigation {
	margin-top:35px;
	margin-right: -30px;
	position:relative;
	float:right;
	width:551px;
	height:61px;
	z-index:100;
}

ul.navigation li {
	float:left;
	margin-left: 50px;
}

ul.navigation li a{
	display:block;
	height:61px;
	margin-top:78px;
}

ul.navigation li.home a {
	width:80px;
	background:url(../img/navigation_onerow.gif) 0 0;
}

ul.navigation li.dining a {
	width:85px;
	background:url(../img/navigation_onerow.gif) -80px 0;
}

ul.navigation li.drinking a {
	width:100px;
	background:url(../img/navigation_onerow.gif) -165px 0;
}

ul.navigation li.gallery a {
	width:88px;
	background:url(../img/navigation_onerow.gif) -265px 0;
}

ul.navigation li.news a {
	width:130px;
	background:url(../img/navigation_onerow.gif) -353px 0;
}

ul.navigation li.contact a {
	width:68px;
	background:url(../img/navigation_onerow.gif) -483px 0;
}


/* ---------------------------------------------
 FOOTER
-----------------------------------------------*/

ul.footer{
	width:119px;
	float:right;
	padding-top:15px;
}

ul li.webring{
	text-indent:-5000px;
}

a.engage {
	display:block;
	width:119px;
	height:32px;
	background:url(../img/engage.gif);
	text-indent:-5000px;
}




form td{
	padding:5px;
}

button{
	height: 22px;
	font-size: 11px;
}

#MooFlow {
	padding-left: -20px;
}






.likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

a.likeParent,
a.likeParent:link,
a.likeParent:active,
a.likeParent:visited,
a.likeParent:hover 
{
	font: inherit;
	color: #000000;
	text-decoration: none;
}


fieldset {
	margin: 5px;
}

legend 
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
}

fieldset.flash
{
	width: 375px;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 4px;
	
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	
	overflow: hidden;
}
.red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.green /* Current */ 
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue /* Complete */
{
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover 
{
	background-position: 0px 0px;
}