html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#all {
	position: relative;
	height: 100%;
}

html>body #all {
	height: auto;
	min-height: 100%;
}

#empty,#footer {
	height: 140px;
}

/* or
  #footer {height: _foo_;}
  #empty {height: _foo_ + _bar_;}
*/
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

/* main */
body {
	background-color: #ffffff;
	font-family: Georgia, Tahoma,  Verdana, Geneva, arial;
	font-size: 10pt;
	color: #4a4a4a;
}

img {
	border: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4{
	font-family: Georgia, Tahoma,  Verdana, Geneva, arial;
	color: #000000;
}

h2{
  font-size: 16pt;
}

h1{
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: -1px; 
  color: #721b00;
}

a {
	color: #303030;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#top_bg_int{
	background: url('../img/top-bg.jpg') bottom left no-repeat;
	height: 240px;
}

#top_left_bg {
	background: url('../img/top-left-bg.jpg') bottom right;
}

#top_right_bg {
	background: url('../img/top-left-bg.jpg') bottom left;
	overflow: hidden;
	vertical-align: top;
}

#top_center{
	background: url('../img/top-little-bg.gif') repeat-x;
	width: 100%;
	height: 33px;
}

#middle_center{
	background: url('../img/middle-center-bg.jpg') no-repeat;
	font-family: Georgia, Tahoma,  Verdana, Geneva;
	text-align: center;
	font-size: 15pt;
	color: #793c21;
	width: 750px;
	mid-width; 750px;
	vertical-align: bottom;
	letter-spacing: -1px;
}

#middle_left {
	background: url('../img/middle-left-bg.jpg') top right;
}

#middle_right {
	background: url('../img/middle-right-bg.jpg') top left;
	overflow: hidden;
	vertical-align: top;
}

#menu{
	background: url('../img/menu-bg.gif') repeat-x;
	height: 51px;
	width: 100%;
	text-align: center;
	font-size: 10pt;
	vertical-align: middle;
}

#menu a{
	font-weight: bold;
	color: #4a4844;
	text-decoration: underline;
}

#menu a:hover{
	text-decoration: none;
}

#submenu_td{
	background: url('../img/submenu-bg.gif') bottom left no-repeat;
	padding-bottom: 5px;
}

#submenu_td div{
	padding: 0px 10px;
	margin: 0px;
	line-height: 16px;
	font-size: 8pt;
}

#submenu_td div h2{
	font-size: 12pt;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #c14201;
	letter-spacing: -2px; 
}

#submenu_td div a, submenu_td div a:hover{
	color: #8d5c5c;
}

#submenu_td h1{
	font-size: 8pt;
	font-weight: normal;
	color: #949494;
	letter-spacing: -1px;
	
}


#main_content td p{
	padding-bottom: 10px;
}

#main_content_td1{
	padding-right: 50px;
  padding-left: 50px;
}

#imagos_logo a{
	font-size: 8pt;
	color: #727b7a;
	text-decoration: none;
}

#imagos_logo strong{
	color: #2fc5d1;
}

#imagos_logo a:hover{
	text-decoration: underline;
}

#news a{
	text-decoration: none;
}

#news a:hover{
	text-decoration: underline;
}

#news h2{
	font-size: 12pt;
	font-weight: normal;
	color: rgb(137,137,137);
	padding: 0px;
	margin: 0px;	
}

#news h2 strong{
	font-size: 14pt;
	font-weight: normal;
	color: black;
}

#news h3{
	font-size: 12pt;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

#catalog h2{
  padding-left: 2px;
  font-weight: normal;
}

#catalog table{
	border-collapse: collapse;
}

#catalog tr td{
	text-align: center;
	color: #5e5e5e;
	border-top: 4px solid #55d933;
	border-bottom: 4px solid #55d933;
}

#catalog tr td pre{
	font-family: Tahoma,  Verdana, Geneva, arial;
	font-size: 8pt; 
}

#catalog tr td span{
	font-family: Tahoma,  Verdana, Geneva, arial;
	font-size: 8pt;
	color: #ff0000;
	font-weight: bold; 
}

#catalog tr td u{
	font-family: Tahoma,  Verdana, Geneva, arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
}

#catalog tr td b{
	font-family: Tahoma,  Verdana, Geneva, arial;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(16,137,0);
	text-decoration: none; 
}

#links{
	padding: 40px 0px 0px 40px;
}

#links tr td a{
	font-size: 7pt;
	color: #939187;
}

#catalog tr td tr td{
	height: 23px;
	border: none;
	text-align: left;
}