html {

	margin: 0;
	padding: 0;
	color: #000;
	background-color: #EBEBC2;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 13px;}

html, body, #dAll {

	min-height: 100%;
	width: 100%;
	height: 100%;
	background-image: url(../gfx/back.jpg);
	background-repeat: repeat-y;
	background-position: center 200px;
}

html>body, html>body #dAll {
	
	height: auto;
	
}

body {
	margin: 0;
	padding: 0;
}

#dAll
{
	position: absolute;
	top: 0;
	left: 0;
}

#dContent {
	
	width: 700px;
	margin: auto;
	height: 50%;
	min-height: 400px;
	margin-bottom: 3em;
}

#dHeader {

	position: relative;
	background-image: url(../gfx/title.jpg);
	background-repeat: no-repeat;
	background-position: top 2px;
	height: 201px;
	width: 700px;
	
}

#dSubMenu {
	
	width:200px;
	min-height: 400px;
	height: 400px;
	text-align: center;
	float:left;
	/*background-image: url(../gfx/bar.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
}

#dDocument {
	
	width:490px;
	height: auto;
	float:left;
	/*margin-right: 10px;*/
}

#dPrintAndBack {
	
	height: 200px;
	float:right;
	padding: 0 0 0 0;
}


#dFoot {

	position: absolute;
	text-align: center;
	bottom: 0;
	font-size: 8pt;
	width: 100%;
	height: 65px;
	color: #000;
	line-height: 100%;
	background-image: url(../gfx/foot.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	clear: both;
}

p#pFoot	{

	margin-top: 45px;	

}

p#pFoot	a	{

	text-decoration: none;
	color: #000;

}

p#pFoot	a:hover	{

	text-decoration: none;
	color: #990000;

}

/*menu */

#dHeader ul {
	
	margin-left: 0;
	padding-left: 0;
	display: inline;
	
} 

#dHeader ul li {
	
	margin-left: 0;
	margin-right: 0;
	padding: 4px 4px;
	list-style: none;
	display: inline;
	
}
	
		
#dHeader ul li.first {
	
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	
}

div#menu1	{

	position: absolute;
	left: 240px;
	top: 134px;
	font-size: 11px;

}

div#menu1 a	{

	color: #800000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

}

div#menu1 a:hover	{

	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

}


div#menu2	{

	position: absolute;
	left: 220px;
	top: 160px;
	font-size: 11px;

}

div#menu2 a	{

	color: #800000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

}

div#menu2 a:hover	{

	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

}

/* submenu */

.iSmallSign	{

	padding-top: 10px;
	padding-bottom: 10px;

}

div#dSubMenu	a	{

	color: #009966;
	text-decoration: none;
	font-weight: bold;	

}

div#dSubMenu	a:hover	{

	color: #00CC00;
	text-decoration: none;
	font-weight: bold;	

}

/*images*/

img#iBottles	{

	margin: 0;

}

.idocumentImage	{

	margin: 0 auto;
	padding: 0 auto;

}
