/* standard elements */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


html, body {
	width: 				100%;
	height: 			100%;
}



body {
	background: 		#ffffff;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			0.88em;
	margin: 			0;
	color: 				#333333;
}
a {
	color: 				#00579D;
}
a:hover {
	color: 				#300579D;
}

ol, ul {
	list-style: none;
}

#Wrapper {
/*	background: 		url(gfx/bg_bottom.jpg) no-repeat left bottom; */
	height: 			100%;
	min-height: 		560px;
}
#Main {
	width: 				784px;
	height: 			100%;
	margin: 			0 auto;
	padding: 			0 175px 0 0px;
/*	background: 		url(gfx/bg_top.jpg) no-repeat right top; */
	display: 			block;
}
#Header {
	height: 			230px;	
}
#SiteId {
	width: 				230px;
	height: 			230px;

	float: 				left;

}

#Visual
{

}

#Slogan {
	position:			absolute;
	top:				10px;
	margin-left:		254px;
}
#Bottle {
	position:			absolute;
	top:				231px;
	margin-left:		783px;
	color: 				#FFF;
	font-size:			1em;
	line-height: 		1.3em;
	width: 				189px;
}
#Bottle img {
	margin-left:		0px;
}

#Sidebar {
	clear:				both;
	width: 				244px;
	float: 				left;
}
#Navigation2 ul {
	position: relative;
	border-top: 4px solid #00579D;
	padding: 10px 0 60px 0;
	margin: 0 35px 0 19px;
}
#Navigation2 ul li {
	margin-left: 9px;
}
#Navigation2 ul li a {
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
	padding-left: 9px;
	display: block;
	height: 1.6em;
	color: #fff;
	font-weight: bold;
}
#Navigation2 ul li a:hover {
	color: #00579D;
}
#Navigation2 ul li.current a {
	color: #00579D;
	background: url(gfx/pointer.gif) no-repeat left 0.5em;
}
#Navigation2 {
	width: 264px;
	display: block;
	background-position: bottom;
}

#Navigation2 ul li.current ul {
	border-top: 		none;
	margin: 			0 0 0 1em;
	padding: 			0;
}
#Navigation2 ul li.current ul li a {
	background: 		none;
	font-size: 			0.9em;
	margin: 			0;
	padding: 			0;
	color: 				#FFF;
}
#Navigation2 ul li.current ul li.current a {
	color: 				#F6E898;
}

html>body #Navigation2 {
	background: url(gfx/navigation2_bg.png) no-repeat bottom;
	/* end hack */
}
* html #Navigation2 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/navigation2_bg.png',sizingMethod='scale');
}

a.sidebar {
	display: 			block;
	font-size: 			0.75em;
	height: 			25px;
	padding: 			25px 15px;
	margin: 			0px 18px;
	cursor: 			pointer;
	text-decoration: 	none;
}

#Partner {
	color:				#333;
	line-height:		27px;
	margin-left:		19px;
}
#Partner img {
	margin-right:		4px;
}


#Page {
	width: 				530px;
	float: 				right;
}
#Content {
	margin-bottom: 		2em;
	padding: 			1.5em 2em 1.5em 1.5em;
	border: 2px solid #ddd;
	background: 		#FFF url(gfx/border_content.jpg) repeat-x top;
}
#Footer {
	background: 		url(gfx/footer_bg.gif) no-repeat top;
	height: 			36px;
	padding: 			12px;
	font-size: 			0.8em;
	float: 				left;
	color: 				#444444;
	font-weight: 		bold;
 	width: 				506px; 
  }
#Copyright {
	float: 				left;
	font-weight: 		bold;
}

#MetaLinks {
	float: 				right;
}
#MetaLinks ul li {
	float: 				left;
}
#MetaLinks ul li a {
	background: 		url(gfx/pointer.gif) no-repeat left;
	text-decoration: 	none;
	margin-left: 		0px;
	padding-left: 		0px;
}


/* content */

#Content input,
#Content select,
#Content option,
#Content textarea {
  margin: 0;
}
input,
textarea {
	font-family:		"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 			0.9em;
	border: 			1px solid #ACA;
	background: 		#EFE;
	color: 				#030;
	padding: 			4px;
}
input:focus,
textarea:focus {
	background: 		#DED;
	border: 			1px solid #002C00;
}
fieldset {
	margin-bottom: 		1em;
}
legend {
	font-size: 			1.25em;
	font-weight: 		bold;
	color: 				#F6E898;
	display: 			block;
}
#Content fieldset p {
	margin-bottom: 		0.5em;
	float: 				left;
}
fieldset label {
	clear: 				left;
	width: 				240px;
	margin-right: 		10px;
	display: 			block;
	float: 				left;
}
fieldset input,
fieldset textarea {
	width: 				280px;
	display: 			block;
	float: 				left;
}
fieldset textarea {
	height: 			5em;
}
fieldset input.radio,
fieldset input.checkbox {
	width: 				auto;
}
input.submit {
	clear: 				both;
	width: 				auto;
	border: 			1px solid #002C00;
	border-bottom-color: 	#002600;
}


table {
	margin-bottom: 		1em;
}
th {
	font-weight: 		normal;
	font-size: 			11px;
	text-transform: 	uppercase;
	background: 		#002A06;
	text-align: 		left;
}
td, th {
	padding: 			6px 8px 8px 6px;
	vertical-align: 	top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: 				#0000ff;
	margin-top: 		1.25em;
	font-weight: 		bold;
	margin-bottom: 		0.75em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: 	none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: 	underline;
}
h2.no-top-margin {
	margin-top: 		0;
}
h1 {
	font-size: 			1.75em;
	margin-top: 		1em;
	padding-bottom: 	0.25em;
	font-weight:		normal;
	border-bottom:		1px solid #d3e3d8;
}
h2 {
	font-size: 			1.1em;
	color:				#030;
}
h3 {
	font-size: 			1em;
	line-height:		1.25em;
}
h4 {
	color: 				#030;
	font-size: 			1em;
}
h5 {
	font-size: 			1em;
}

#Content p, #Content ul {
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#Content a {
	color: #030;
}
#Content a:hover {
	color: #030;
}

#Content strong
{
  font-weight: bold;
}

#Content em
{
  font-style: italic;
}
