/* main.css */
img {
	border: none;
}

body {
    background-color: #FFFFFF;
    font-family: Tahoma, Verdana, Helvetice, Arial;
    font-size: 11px;
    margin: 0px;
	padding: 0px;
	text-align: center;
}

div#body {
    margin-left: auto;
	margin-right: auto;
    margin-top: 20px;
    position: relative;
    text-align: left;
    width: 990px;
}

div#main {
	overflow: hidden;
	position: relative;
	width: 100%;
}

div#header {
	height: 164px;
	padding-left: 10px;
	width: 100%;
}

div#header_center {
    background-image: url(../images/bg_header_frame.gif);
    background-repeat: no-repeat;
    height: 118px;
    position: relative;
	top: 18px;
	width: 100%;
}

div#header_flash {
    position: absolute;
    top: 2px;
}

div#lp_logo {
	position: absolute;
	bottom: 10px;
	left: 7px;
	height: 30px;
	width: 175px;	
}

div#shoplink {
	background-image: url(../images/bg_shoplink.gif);
    background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 620px;
	height: 18px;
	width: 328px;
}

div#language {
	position: absolute;
	right: 40px;
}

div#language li {
	display: block;
	float: left;
	padding-left: 11px;
}

div#footer {
	background-image: url(../images/footer.gif);
	background-position: top;
    background-repeat: repeat-x;
	margin-left: 10px;
    margin-top: 20px;
	width: 950px;
	height: 28px;
}

div.content_col,
div.footer {
	float: left;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
    position: relative;
}

div#main div.content_col_left {
	padding-left: 10px;
    width: 199px;
}

div#main div.content_col_center {
	padding-left: 20px;
    width: 510px;
}

div#main div.content_col_right {
    border-top: 1px dotted black;
    margin-left: 20px;
    width: 199px;
}

div#footer div.footer_left,
div#footer div.footer_right {
	width: 50%;
}