* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #c4e5ae url(/pics/background.png) repeat-x;
}

img {
	border: 0;
}
.product_image{
	border: 1px solid #CCCCCC;
}
.container {
	position: relative;
	width: 990px;
	min-height: 100%;
	margin: auto;
	background: transparent url(/pics/container-background.png) repeat-y;
}

* html .container {
	height: 100%;
}

.document {
	position: relative;
	min-height: 600px;
	padding: 177px 10px 70px 10px;
	background: url(/pics/container.png) no-repeat;
	font: 14px "Trebuchet MS", arial;
	color: #7f7f7f;
}

* html .document {
	height: 600px;
}

h1, h2 {
	color: #4fa600;
	font-family: "Trebuchet MS", arial;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	margin: 30px 0 15px 0;
}

h2 {
	font-size: 18px;
}

.document .body-column a {
	color: #777;
}

.document .body-column a:hover {
	color: #4fa600;
}

.document .body-column h2 a, .document .body-column h2 a:visited {
    color: #4fa600;
    text-decoration: none;
    border-bottom: none;
}

.document .left-column, .document .body-column, .document .right-column {
	float: left;
	padding-bottom: 30px;
}

.document .left-column {
	width: 249px;
	min-height: 1px;
	margin-left: 1px;
}

.document .left-column .center-image {
	margin: 60px 0 0 10px;
	text-align: center;
}

.document .right-column {
	width: 178px;
	min-height: 1px;
}

.document .body-column {
	width: 968px;
}

.document .body-column.left {
	width: 688px;
	margin: 0 20px 0 10px;
}

.document .body-column.right {
	width: 760px;
	margin: 0 20px 0 10px;
}

.document .body-column.left.right {
	width: 510px;
	margin: 0 20px 0 10px;
}

.step, .step a {
	font: bold 11px arial;
	color: #777;
}

.step {
	margin: 3px 0 5px 0;
}

.step li {
	display: inline;
	list-style: none;
}

.step li.first {
	background: transparent;
	padding-left: 0;
}

.step li {
	background: url(/pics/navigation-pointer.png) no-repeat left center;
	padding-left: 8px;
}

.step a:hover {
	color: #4fa600;
}

.document .right-column .menu, .document .right-column .submenu {
	display: block;
	list-style: none;
}

.document .right-column .menu {
	margin-top: 50px;
}

.document .right-column .menu li {
	display: block;
}

.document .right-column .menu li a {
	display: block;
	width: 167px;
	height: 30px;
	padding-right: 8px;
	background: #4fa600 url(/pics/button.png) no-repeat;
	text-align: center;
	color: #fff;
	font: bold 10px/22px verdana;
	text-decoration: none;
}

.document .right-column .submenu li {
	height: 19px;
	margin-bottom: 5px;
	margin-left: 13px;
}

.document .right-column .submenu li a {
	position: absolute;
	padding: 0;
	margin: 0;
	width: auto;
	height: 19px;
	line-height: 19px;
	background: none;
	text-align: left;
	color: #5bac11;
}

.document .right-column .submenu li.selected {
	position: relative;
	padding-left: 3px;
	margin-left: 5px;
	height: auto;
	min-height: 19px;
	background: url(/pics/button-small-left.png) no-repeat;
}

.document .right-column .submenu li.selected a {
	max-width: 158px;
	padding: 0 8px 0 5px;
	line-height: 17px;
	background: url(/pics/button-small-right.png) no-repeat right top;
}

.document .right-column .submenu .submenu {
	padding: 24px 0 0 5px;
	
}

.document .right-column .submenu .submenu li {
	position: static;
	background-image: none;
	height: auto;
	min-height: 15px;
	line-height: 15px;
	padding: 0;
	margin: 0;
}

.document .right-column .submenu .submenu li a {
	position: static;
	height: auto;
	max-width: 166px;
	background-image: none;
	padding: 0;
	color: #7f7f7f;
}

.document .right-column .submenu .submenu li.selected a {
	color: #444;
	text-decoration: underline;
}

.document .right-column .submenu .submenu li a:hover {
	text-decoration: underline;
}

.introduction {
    font-style: italic;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.head {
	position: absolute;
	width: 990px;
	height: 177px;
	top: 0px;
}

.head .logo {
	display: block;
}

.head .menu {
    background-color: #959595;
	background-image: url(/pics/menu.png);
	height: 39px;
	margin: 0 10px 0 10px;
	padding: 0 0 0 15px;
}

.head .menu .main a {
	background-image: url(/pics/menu.png);
	display: block;
	float: left;
	padding: 0 15px 0 15px;
	color: #fff;
	font: 12px/39px arial;
	text-decoration: none;
	text-transform: uppercase;
}

.head .menu .main a:hover {
	background-image: url(/pics/menu-over.png);
}

/* IE 6 needs :hover */
.head .menu .main a.selected, .head .menu .main a.selected:hover {
	color: #82d127;
	background: url(/pics/menu-selected.png) center;
}

.head .menu a.first {
	margin-left: 15px;
}

.head .menu .marker {
	position: absolute;
	bottom: 0px;
}

#flags {
	float: right;
	list-style: none;
	margin: 10px 4px;
}

#flags li {
	display: inline;
}

#flags li a {
    padding: 10px 8px 8px;
}

.container .foot {
	position: absolute;
	width: 970px;
	height: 80px;
	bottom: 0;
	padding-top: 10px;
	margin: 0 10px 0 10px;
	text-align: center;
	font: 12px arial;
	color: #909090;
	background: url(/pics/foot.png) repeat-x;
}

.container .foot a {
	text-decoration: none;
	color: #909090;
}

.container .foot a:hover {
	color: #4fa600;
}

a.startpage{
    background-color: #959595;
	color: #fff;
	font: 13px "Trebuchet MS", arial;
	font-weight:bold;
	text-decoration:none;
}