/* CSS Document */
html {
	height: 100%;
}
* html body{
	height: 100%;
}
body {
	position: relative;
	padding:0;
	margin:0 auto;
	width:780px;
	min-height: 100%;
	background-color: #ffffff;
	background-image:url(gfx/body_back.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003876;
	line-height: 18px;
}

#header {
	overflow:hidden;
	position: relative;
	width: 780px;
	left: 0px;
	top: 0px;
	background-image:url(gfx/header.jpg);
	background-repeat:no-repeat;
	height: 142px;
}

#main_index {
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
	padding-top:15px;
	direction:ltr;
	position: relative;
	height: auto;
	width: 760px;
	padding-bottom: 15px;
}
#main {
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
	padding-top:15px;
	direction:ltr;
	position: relative;
	height: auto;
	width: 760px;
	padding-bottom: 50px;
}
#content_catalogue {
	margin: 0px;
	overflow:hidden;
	position: relative;


	width:395px;
}
#content {
	margin: 0px;
	overflow:hidden;
	position: relative;
	width:530px;
	/*right: 0px;*/
}

#left_index {
	float: left;
	position: relative;
	margin: 0px;
	margin-right:10px;
	overflow: hidden;
	width: 216px;
}
#cart{
	overflow: hidden;
	padding:10px;
	padding-left: 20px;
	background-color:#EAD8B4;
	width: 186px;
	height: 16px;
	margin-top: 10px;
	}
#index_intro{
	position:relative;
	overflow:hidden;
	background-image:url(gfx/left_side_back.jpg);
	width: 196px;
	height: 289px;
	padding: 10px;
	padding-bottom: 10px;
	padding-top: 40px;
	}
#right {
	margin: 0px;
	/*margin-left:10px;*/
	overflow:hidden;
	position: relative;
	width: 125px;
	float: right;
}
#search {
	position: absolute;
	height: 20px;
	width: 200px;
	left: 30px;
	top: 25px;
}
#menu{
	position: absolute;
	height: 30px;
	width: 760px;
	left: 10px;
	top: 110px;
	}

/*footer*/


#footer {
	overflow: hidden;
	height: 50px;
	width: 760px;
	position: absolute;
	bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-position:top;
}
#footer_index {
	overflow: hidden;
	height: 100px;
	width: 760px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	background-position:top;
}

