html, body
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #1b1b1b;
	background-color: #fff;
}

html
{
	height:100%;
	width:100%;
	min-width:1000px;
}

body
{
	min-width:1000px;
}

/*Font*/

#head{
	height:75px;
	width:100%;
	background: #16508a url(images/head_bg.jpg) repeat-x left;
	background-position: top left;
	margin-bottom:3px;
}
#head_icons{
	position:relative;
	float:left;
	color:#4a8fbf;
	top:35px;
}
#head_icons a{
	margin:23px;
}
#search{
	width:300px;
	font-size:11px;
	float:right;
	padding-top:28px;
	padding-right:25px;
	color:#FFFFFF;
}
#search form{
	float:right;
	margin:0;padding:0;
}

#search .inputtext{
	height:15px;
	width:175px;
	margin-left:10px;
}
#search .inputbutton{
	height:22px;
	width:40px;
	border:0px;
	background:#be0000 url(images/but_bg.gif) repeat-x left;
	margin:0;padding:0;
} 


#main_image{
	height:189px;
	background-color:#2bb6ed;
	border:solid 1px #a9a9a9;
	border-bottom:solid 3px #a9a9a9;
}
#main_image4{
	height:189px;
	background-color:#03a9e7;
	border:solid 1px #a9a9a9;
	border-bottom:solid 3px #a9a9a9;
}

#main_image_left_1{
	height:189px;
	width:580px;
	float:left;
	background: url(images/main_bg_left.jpg);
}
#main_image_right_1{
	height:189px;
	width:375px;
	float:right;
	background: url(images/main_bg_right.jpg);
}

#main_image_left_2{
	height:189px;
	width:580px;
	float:left;
	background: url(images/main_bg_left2.jpg);
}

#main_image_right_2{
	height:189px;
	width:375px;
	float:right;
	background: url(images/main_bg_right2.jpg);
}


#main_image_left_3{
	height:189px;
	width:465px;
	float:left;
	background: url(images/main_bg_left3.jpg);
}

#main_image_right_3{
	height:189px;
	width:490px;
	float:right;
	background: url(images/main_bg_right3.jpg);
}

#main_image_left_4{
	height:189px;
	width:480px;
	float:left;
	background: url(images/main_bg_left4.jpg);
}

#main_image_right_4{
	height:189px;
	width:475px;
	float:right;
	background: url(images/main_bg_right4.jpg);
}


#main_slogan_1, #main_slogan_2, #main_slogan_3, #main_slogan_4{
	position:absolute;
	color:#FFFFFF;
	font-size:20px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-style:italic;
	z-index:10;
}

#main_slogan_1{
	margin-top:60px;
	margin-left:-110px;
}
#main_slogan_2{
	margin-top:60px;
	margin-left:-100px;
}
#main_slogan_3{
	margin-top:70px;
	margin-left:-260px;
}
#main_slogan_4{
	margin-top:35px;
	margin-left:-185px;
}



#left_column{
	width:240px;
	float:left;
	
}
#center{
	height:100%;
	padding: 15px 13px;
	margin-top:10px;
	background: #f4f4f5;
	background-position: bottom left;
	
	
}
#content {
	margin-left:249px;
	

}
#content_main {
	margin-right:249px;
	
}

#right_column{
	float:right;
	width:240px;
	
	
}

#foot{
	height:50px;
	margin-top:10px;
	width:100%;
	background: #6e6e6e url(images/foot_bg.jpg) repeat;
	background-position: bottom left;
}
#foot, #foot a{
	color:#FFFFFF;
}
#foot a{
	text-decoration:none;
}
#foot a:hover{
	text-decoration:underline;
}

#bottom_menu{
	position:relative;
	float:left;
	left:10px;
	top:18px;
	font-weight:bold;
}
#bottom_menu a{
	padding:0 5px;
}
#copyright{
	position:relative;
	float:right;
	right:20px;
	top:12px;
	text-align:right;
}
.clear{
	float:left;
	width:100%;
}
.clear_br{
	float:left;
	width:100%;
	font-size:0px;
	padding:0px;
	margin:0px;
	border-top:solid 1px #bebebe;
}


/* ------ CATALOG.SECTION.LIST AND CATALOG.SECTION --------- */
.section-row, .element-row {
	float: left;
	padding: 8px 0px 10px 0px;
	width:100%;
}
.section-item, .element-item {
	float: left;
	width: 115px;
	//width: 127px;
	height:150px;
	padding: 0px 6px 0px 6px;
	font-size: 11px;
	text-align: center;
}
.section-item {
	font-weight: bold;
}
.element-item {
	font-weight: normal;
}
.section-image, .element-image {
	width: 110px;
	height: 110px;
	text-align: center;
}
.section-name, .element-name {
	text-align: left;
	padding: 5px 5px 0px 5px;
}

.section-item a, .section-item a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #3f2938;
}
.section-item a:hover, .element-item a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #3f2938;
}
.element-item a, .element-item a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #3f2938;
}
.element-item a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #3f2938;
}
