body { 	
	margin:0;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#FFFFFF; 
	background-color:#FFFFFF;
	line-height:1.4;
	text-align:center;
}

/* Links */
a {
	color:#000000;
	text-decoration:none;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#65A2BB;
}

a:active {
	color:#000000;
}

a.marked {
	color:#65A2BB; 
}

/* Variations of fonts */
.tiny {
	font-size:10px;
}

.highlight {
	color:#65A2BB;
}

div.error, p.error {
	color:#FF0000;
}

/* Paragraphs */
p, table, ul, ol { 
	margin:0 0 15px 0; padding:0;
}

ul {
	list-style-position:inside;
}

/* Default table */
table {
	border-collapse:collapse;
}

td {
	padding:0px;
}

/* Images */
img {
	border:0;
	margin:0;
}

/* Main frame */

div.main_frame {
	width:1100px;
	height:800px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	text-align:left;
}

/* Header */
div.header {
	width:1100px;
	height:120px;
	position:relative;
}

/* Logo image */
div.logo {
	width:246px;
	height:77px;
	position:absolute;
	left:836px;
	top:16px;
}

/* Search box */
div.search {
	width:164px;
	height:28px;
	background-image:url(../images/bkg_search.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:13px;
	top:7px;
}

div.search input.searchtext {
	color:#FFFFFF;
	background-color:#000000;
	height:14px;
	width:126px;
	margin-top:6px;
	margin-left:5px;
	border:0px solid #000000;
	font-size:9px;
}

/* Small header menu */

div.header_menu {
	position:absolute;
	left:200px;
	top:7px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	font-size:9px;

}

.header_menu img {
	margin-top:3px;

}

div.header_menu a {
	margin-right:7px;
}




/* Content */
div.content {
	width:1100px;
	height:680px;
	/*
	background-image:url(../images/bkg_start.jpg);
	background-repeat:no-repeat;
	*/
	position:relative;
}

div.content_overlay {
	width:1100px;
	height:680px;
	position:absolute;
	left:0;
	top:0;
}

div#product_img {
	width:1100px;
	height:680px;
	background-image:url(../images/bkg_product.jpg);
	background-repeat:no-repeat;
}


/* Big content menu */
div.content_menu {
	position:absolute;
	left:0px;
	top:0px;
	width:1060px;
	height:146px;

	background-image:url(../images/menu_overlay.png);
	background-repeat:no-repeat;

	padding-left:40px;

}

div.content_menu a {
	color:#000000;
	position:absolute;
	z-index:102;

}

div.content_menu div.item {
	width:170px;
	padding-top:13px;
	float:left;
}

div.content_menu div.item div.topic {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px;
}

div.content_menu div.item div.description {
	width:140px;
	color:#000000;
	font-size:10px;
	line-height:1.2;
	padding-top:15px;
}


/* Start content */
div.start_content {
	position:absolute;
	top:266px;
	left:382px;
	width:292px;
	min-height:296px;
	background-color:#000000;	
	/*
	background-image:url(../images/bkg_start_content.png);
	background-repeat:no-repeat;
	background-position:top left;	
	*/
	padding-left:33px;
	padding-right:33px;
	padding-top:22px;
	padding-bottom:22px;
	font-size:11px;
}

div.start_content a {
	color:#65A2BB;
}

/* Photogallery */
.tblGallery {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
}

.tblGallery td {
	padding:5px;
	text-align:center;
}

.tblGallery td img {
	padding:3px;
	border:1px solid #B6956A;
}

div.text_content a {
	color:#65A2BB; 
}

#product_img_nav_frame a {
	font-weight:bold;
}


/* Topics */
h1 {
	color:#FFFFFF;
	font-size:10px;
	margin-top:0px;
	margin-bottom:20px;
	font-weight:normal;
}

h2 {
/*
	color:#074B94;
	font-size:10px;
	margin-top:0px;
	margin-bottom:15px;
	font-weight:bold;
	line-height:normal;
*/
	color:#FFFFFF;
	font-size:11px;
	margin-top:0px;
	margin-bottom:20px;
	font-weight:normal;
}

h3 {
	color:#B6956A;
	font-size:10px;
	margin-top:0px;
	margin-bottom:35px;
	font-weight:bold;
	line-height:normal;
	padding-left:30px;
	
}

