/* And I think I will travel to Rio */

/*

------------------------------------------------------
Copyright Jan Brasna, http://www.alphanumeric.cz/
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.
------------------------------------------------------

*/

body
{
	font: 75%/1.2 verdana, lucida, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	background-image: none;
	list-style-type: none;
	background-color: #ffffff;
	
}

.Order
{		width:75%;
}	
.OrderList
{	
	border-style:double;
	border-color:Navy;
	width:100%;}
TD.Login	
{
font: 100%/1.2 verdana, lucida, sans-serif;
	background-color:white;
	}	
.TableHead
{font-size: 85%;
font-family: Verdana;	
Font-Variant: small-caps;	
font-weight: bold;
text-align:center;
	}

Body
{background-color:InfoBackground;
}		
TD
{font: 90%/1.2 verdana, lucida, sans-serif;
	background-color:InfoBackground;
	}
UL
{
	background: ffffff;
	list-style-position: outside;
	list-style-type: disc;
}


h1 {
font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
color: #69842e;
background:  right no-repeat;
}
h3 {
	font-size: 130%;
	}

h4 {
	font-size: 100%;
	color: #999;
	margin: 0;
	}

	

p, ul {
margin: 0;
}

a {
color: #48632e;
}

a:hover {
color: #69842e;
background: pink;
text-decoration: none;
}

a:visited {
color: #69842e
}

.container 
{
	width: 850px;
	padding: 15px;
	margin: 3px 0 20px 0;
	border: 0px solid #ccc;
	background: #fff;
	}

/* Menu */

#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #000;
	background: no-repeat bottom center;
	}
