@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body, html {
	color: #000;
	background:#fff; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-align: center;
	height: 100%;
}

html {
	background:#fff /*url(/images2/footer_bg.gif) repeat-x bottom left*/;
}

body {
	font-size: 70%;
}

#preload img {
	height: 0; width: 0; border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}

p {padding: 7px 0 7px 0;}

a {
	color: #000099;
}
a:hover{
	color: #0000FF;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h1 a, #header h2{
	color: #fff;
}


b {
	font-weight:bold;
}

.clear
{
	clear:both;
}

.last
{
	margin-right:0px !important;
}

.first
{
	margin-left:0px;
}

.underline 
{
	text-decoration:underline;
}



a.phonelink 
{
	position:absolute;
	top:56px;
	right:40px;
	display:block;
	width:265px;
	height:30px;
	background:url(/images2/phonelink.png) top right no-repeat;
	_background:url(/images2/phonelink.gif) top right no-repeat;
	color:#ffffff;
	font:20pt Verdana bold;
	text-align:right;
	text-decoration:none;
}

a:hover.phonelink
{
	color:#ffffff;
	text-decoration:none;
}


#mainContainer {
	position:relative;
	z-index:1;
	width: 977px;
	margin: 0 auto; 
	min-height: 100%;
	text-align: left;
}


/* === header === */

#header { /* changed */
	position:relative;
	padding-top:10px;
	height:118px;
	background-color:#ffffff;
	background:url(/images2//header.jpg) left 10px no-repeat;
}

#header_logo { /* changed */
	position:absolute;
	top:30px;
	left:60px;
}
 
#header_phone { /* changed */
	position:absolute;
	top:75px;
	left:105px;
}


/*------------------------------------------*/ /* changed */


#header_cart_block
{
	position:absolute;
	top:33px;
	left:520px;
	width:220px;
	height:100px;
	color:#fff;
	/*background:url(/images2/header_cart_bg.gif) 0px 0px no-repeat;*/
}

#header_login_block
{
	position:absolute;
	top:33px;
	left:730px;
	width:220px;
	height:100px;
	color:#fff;
	/*background:url(/images2/header_login_bg.gif) 0px 0px no-repeat;*/
}

#header_login_block input, #header_cart_block input {
	font-size:90%;
}

#header_login_block #login, #header_login_block #password
{
	float:left;
	display:block;
	width:100px;
	margin:0 0 5px 0;
	border:1px solid #9e592e;
	background-color:#f9b187;
}

#header_login_block #login_button
{
	float:right;
	width:43px;
	height:20px;
	margin:0 25px 0 0;
	border:none;
	background:none;
	background:url(/images2/header_login_button.gif);
	cursor:pointer;
}

#header_login_block h2, #header_cart_block h2
{
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	padding:0 0 7px 0;
}

#header_login_block p, #header_cart_block p
{
	font-size:10px;
	padding:2px 0 0 0;
}

#header_login_block a, #header_login_block a:hover, #header_login_block a:visited, #header_login_block a:active,
#header_cart_block a, #header_cart_block a:hover, #header_cart_block a:visited, #header_cart_block a:active
{
	color:#ffffff;
}

#header_login_block h2, #header_cart_block h2, #header_login_block form, #header_cart_block form, #header_login_block p, #header_cart_block p
{
	margin-left:40px;
}

p.total {
	font-size:110%;
	font-weight:bold;
	margin-bottom:7px;
}

/*------------------------------------------*/

#header img
{
	border:none;
	zoom:1;
}

/* === end of header === */



/* === dropdown menu === */

/* ================================================================ 
The original version of this menu's css and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
May be modified at will.
=================================================================== */

.menu { /* changed */
	position:relative;
	width: 972px;
	font-size:10px; 
	background:#b24900;
	padding-left:5px;
	margin-bottom:10px;
}

.menu img {
	margin-top:10px;
	/*display:inline;*/
	display:none;
	
}

#sub {
	position:absolute;
	right:7px;
	top:0px;
	/*padding:7px;*/
	font-size:10px;
	white-space:nowrap;
	line-height:24px;
}

#sub img {
	margin-top:0px;
	margin-right:5px;
}

#sub span {
	text-decoration:underline;
}

#sub a , #sub a:visited, #sub a:active {
	display:inline;
	float:none;
	padding:0px;
	color:#fff;
	text-decoration:none;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:2.5em; 
	background:#b24900;}

/* style the sub-level lists */
.menu ul ul {
	width:15em;
}

.menu ul ul.narrow {
	width:15em;
	z-index:20;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:2.5em;
	line-height:2.5em;
}

/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:100%;
	height:auto;
	position:relative;
	line-height:1.5em;
}

/* style the links for the top level */
/*
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	/*background:#b24900;*/
	/*padding:0 1em 0 1.1em;
}
*/

.menu a, .menu a:visited {
background:transparent url(/images2/menu_bullet.png) no-repeat scroll 100% 8px;
color:#FFFFFF;
display:block;
float:left;
font-size:1em;
height:100%;
padding:0 16px 0 0.8em;
text-decoration:none;
}


/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	background:none;
	color:#fff;
	width:10em;
	height:100%;
	line-height:1.5em; 
	padding:0.5em 0em 0.5em 0.5em;
	margin:0 1.5em 0 1em;
	border-bottom:1px solid #cb8352;
}

.menu ul ul.narrow a, .menu ul ul.narrow a:visited {
	padding-left:0.25em;
	margin-left:0.7em;
	width:8.7em;
	zoom:1;
}

.menu ul table ul a, .menu ul table ul a:visited  {width:12em; w\idth:10em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ccc;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ddd;}

/* style the sub level 1 background */
.menu ul :hover a.sub1 {background-color:#b24900;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background-color:#ddd;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;}
.menu :hover > a {color:#fff;}
menu *:hover > a {
color:#FFFFFF;
}
/* second #ccc #cb8352 */
.menu ul ul a:hover{color:#fff;background-color:#be7b4c;}
.menu ul ul :hover > a {color:#fff;background-color:#be7b4c;}
/* third */
.menu ul ul ul a:hover {background-color:#ddd;}
.menu ul ul ul :hover > a {background-color:#ddd;}
/* fourth */
.menu ul ul ul ul a:hover {background-color:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:2.5em;left:0;width:14em;}

*:first-child+html .menu ul ul { /* for IE7 */}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:1.8em; background:url(/images22/dropdown_bottom_bg3.png) no-repeat bottom left;}
.menu ul li:hover ul.narrow, .menu ul a:hover ul.narrow {background:url(/images2/dropdown_bottom_bg_short.png) no-repeat bottom left;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


/* === end of dropdown menu === */



/* === chapters === */

#chapter_cont {
	padding:5px 0 10px 0;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}

#chapter_cont a /* changed */
{
	border:none;
	margin-right:29px;
}

#chapter_cont .last
{
	margin-right:0px;
}

/* === end of chapters === */



/* === greylist === */

#greylist_top { /* changed */
	height:9px;
	font-size:1px;
	background:#fff url(/images2/greylist_top.gif) no-repeat bottom center;
}

#greylist { /* changed */
	width:100%; /* IE6 */
	overflow:hidden;
	padding-bottom:2px;
	background:url(/images2/greylist_mid.gif) repeat-y center;
}

#greylist_bottom { /* changed */
	height:9px;
	/*margin-bottom:24px;*/
	font-size:1px;
	background:#fff url(/images2/greylist_bottom.gif) no-repeat top center;
}

#grey1 { /* changed */
	float:left;
	width:180px;
	margin:0 0 0 44px;
}

#grey2, #grey3 { /* changed */

	float:left;
	width:200px;
	margin:0 0 0 54px;
}

#grey4 { /* changed */
	float:left;
	width:180px;
	margin:0 0 0 50px;
}

.greylist_cont 
{
	margin-top:15px;
	display:inline;
}

.greylist_cont a
{
	text-decoration:none;
	color:#525252;
}

.greylist_cont a:hover
{
	text-decoration:underline;
	color:#525252;
}

.greylist_cont ul
{
	margin-left:0px;
}

.greylist_cont ul ul
{
	margin-left:0px;
}

.greylist_cont li
{
	list-style: none;
	list-style-position:outside;
	list-style-image: url(/images2/greylist_bullet.png);
	padding:0px;
	margin:0px 0 0 0;
	position:relative;
}

.greylist_cont ul li a
{
	font-weight:bold;
}

.greylist_cont ul ul li a
{
	font-weight:normal;
    margin: 0px !important;
    padding: 0px !important;
}


.greylist_cont ul ul li
{
	list-style: none;
	list-style-position:outside;
	list-style-image:none;
	padding:0px;
	margin-left:0px;
}

/* === end of greylist === */



/* === content === */

.outer { /* changed */
	padding-left: 295px;
	position: relative;
	clear:both; 
	z-index:-1;
}
* html .outer {
/* padding-right: 165px;  Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
/*width: 670px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	padding-bottom: 71px;
	position: relative;  
	z-index:0;
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 976px; /*971px;*/
	margin-left: -295px; /*** Same length as .outer padding-left but with negative value ***/
}

#content {
	float: right;
	overflow:hidden;
	display:inline;
	width: 680px; /*670px;*/
	background: #fff;
	color: #727272;
	padding-bottom:50px;
}
* html #content {
position: relative;  /*** IE needs this  ***/

}
.contentWrap{
padding: 0px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

#content h1 { 
	display:block;
	width:100%;
	font-size:1.5em;
	color:#d15f03; 
	font-weight:bold;
	border-bottom:1px solid #7f7f7f;
	margin-bottom:8px;
}

.newsblock { /* changed */
	width:49%;
	float:left;
	margin: 10px 0px 25px 0px;
	color: #727272;
}

.newsblock a, .newsblock a:hover, .newsblock a:visited, .newsblock a:active {
	color:#d15f03;
	font-weight:bold;
}

.newsdate {
	display:block;
	color:#000;
	font-size:1.5em;
	margin-bottom:10px;
}

.newsdate a, .newsdate a:hover, .newsdate a:visited, .newsdate a:active {
	color:#000;
	font-size:1.8em;
	font-weight:normal;
}

.more_button
{
	display:block;
	width:88px;
	height:21px;
	margin-top:7px;
}

#content ul {
	margin-left: 15px;
}


.breadcrumbs {
	color:#525252;
	font-variant:small-caps;
	font-weight:bold;
	margin:4px 0 12px 0;
}

.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:visited, .breadcrumbs a:active {
	color:#b24900;
	
}

#content strong {
	color:#525252;
	font-variant:small-caps;
}

#content ol
{
	list-style-position:inside;
	margin-left:15px;	
}

.form_cont
{
	margin:10px 0px;
	position:relative;
	z-index:10;
}

.form_cont td
{
	padding:3px 0;
}

td.form_item_capt
{
	width:180px;
	font-weight:bold;
}

td.vert_spc
{
	padding:5px 0;
}

input 
{
	border:1px solid #616161;
}

.form_cont input, .form_cont select
{
	width:200px;
	margin:0;
	border:1px solid #616161;
	font-size:100%;
}

.form_cont input.check
{	
	width:auto;
	border:none;
	color:#000000;
	vertical-align:middle;
}

input.grey_button
{
	width:auto;
	padding:1px;
}

span.side_capt
{
	color:#000000;
	margin-left:5px;
}

.form_cont select
{
	width:203px;
}

.button_cell {
	text-align:right;
}

#subscribe_button, #register_button, #count_button, #purchase_button {
	width:101px;
	height:22px;
	background:none;
	border:none;
	margin-top:10px;
}

#subscribe_button {background:url(/images2/subscribe_button.gif);}
#register_button {background:url(/images2/register_button.gif);}

#count_button, #purchase_button {
	float:right;
	margin-left:5px;
}

#count_button {background:url(/images2/count_button.gif);}
#purchase_button {background:url(/images2/purchase_button.gif);}




.cat_intro {
	color:#000;
	margin-top:0px;
}

.cat_cont {
	margin-top:0px;
}

.cat_over_cont {
	margin-top:0px;
}


.cat_unit {
	float:left;
	display:inline;
	position:relative;
	width:220px;
	margin:14px 5px 0px 0px;
	border:1px solid #F5F5F5;
}

.cat_unit_desc {
	float:left;
	display:inline;
	width:114px;
	margin-left:2px;
}

.cat_table {
	margin-top:15px;
	width:100%;
}

.cat_table_image {
	width:100px;
	border-right:none;
}

.cat_table_desc { /* changed */
	width:132px;
	padding:0 10px 0 3px;
	border:0px solid #F5F5F5;
	border-left:none;
}

.cat_over_cont .cat_unit_desc {
	float:right;
	display:inline;
	width:70px;
	margin-top:12%;
}

.cat_unit_size {
	font-size:80%;
	color:#5b5b5b;
}

.cat_unit_price {
	font-size:130%;
	font-weight:bold;
	color:#d9461f;
	margin:0px;
	padding:0 0 10px 0;
}

.cat_unit a, .cat_unit a:hover, .cat_unit a:visited, .cat_unit a:active {
	font-weight:bold;
	color:#363636;
}

.cat_over_cont a, .cat_over_cont a:hover, , .cat_over_cont a:visited, .cat_over_cont a:active {
	font-weight:bold;
	color:#5b5b5b;
}

.cat_unit a img {
	display:block;
	vertical-align:middle;
}

.cat_unit_desc a img {
	width:18px; height:16px;
	display:inline;
}

a.cat_link, a.unit_link, a.unit_smalllink {
	float:left;
	display:block;
	border: 1px solid #919191;
}

a.unit_link {
	border:5px solid #dbdbdb;
}

a.unit_smalllink {
	margin: 12px 12px 0 0;
}

/* single unit */

.unit_cont {
	margin-bottom:26px;
}

.unit_cont a, .unit_cont a:hover, .unit_cont a:visited, .unit_cont a:active {
	font-weight:bold;
	color:#363636;
}

.unit_desc {
	float:right;
	width:455px;
	padding-left:7px;
}

.unit_images2 {
	float:left;
	display:inline;
	width:195px;
	text-align:center;
}

.unit_thumbnails a img {
	float:left;
	display:inline;
	margin: 18px 22px 0 0;
	overflow:hidden;
}

a.unit_name,a:visited.unit_name, a:active.unit_name
{
	color:#000;
	text-decoration:none;
}

a:hover.unit_name
{
	text-decoration:underline;
}


.unit_size, .unit_art {
	color:#111;
}

.unit_size {
	padding-bottom:0px;
}

.unit_art {
	padding-top:0px;
}


.unit_price {
	font-size:140%;
	font-weight:bold;
	color:#d9461f;
	margin:0px;
	padding:5px 0 15px 0;
}

.unit_price_tag {
	color:#727272;
}

a.unit_buy,a:visited.unit_buy, a:active.unit_buy
{
	font-size:140%;
	color:#dc2f00;
	text-decoration:none;
}

a:hover.unit_buy span
{
	text-decoration:none;
}

a.unit_buy img {
	vertical-align:middle;
}

.unit_info_top {
	background:url(/images2/unit_info_top.gif) no-repeat bottom left;
	height:9px;
	width:455px;
	margin-left:-7px;
	margin-top:12px;
}

.unit_info {
	background:url(/images2/unit_info.gif) repeat-y left;
	width:455px;
	margin-left:-7px;
	padding-bottom:20px;
}

.unit_info_bottom {
	background:url(/images2/unit_info_bottom.gif) no-repeat top left;
	height:9px;
	width:455px;
	margin-left:-7px;
	margin-bottom:14px;
}

.unit_info p {
	margin-left:15px;
	color:#000;
}




h2.unit_misc {
	text-decoration:underline;
	color:#545454;
	margin-bottom:0px;
	margin-top:26px;
	clear:both;
}

.sub_unit_size, .sub_unit_price{
	color:#545454;
}

.sub_unit_size{
	padding-bottom:0px;
}

.sub_unit_price_tag {
	color:#dc2f00;
	font-weight:bold;
}



	/* - cart table - */
	
table.customer_tab {
	margin-top:10px;
	border-collapse:collapse;
}

table.customer_tab th {
	padding:3px 5px;
	background-color:#cc3300;
	border:1px solid #cc3300;
	color:#fff;
	font-weight:normal;
}

table.customer_tab td {
	padding:3px 5px;
	border:1px solid #999999;
	text-align:center;
	vertical-align:top;
}

table.customer_tab td input.num {
	border:1px solid #999999;
	width:60px;
}
table.customer_tab td input {
	margin-top:3px;
}

table.customer_tab td.td_perc {
	text-align:right;
	color:#993300;
}

table.customer_tab td.td_itemname, table.customer_tab td.td_total {
	text-align:right;
}





/* --- end of content --- */



/* === left col === */

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 270px;
padding: 5px 5px 25px 5px;
}
* html #left {
position: relative;  /*** IE needs this  ***/

}

/* === end of left col === */



/* === left col content === */

#login_block h2, #cart_block h2, #login_block form, #cart_block form, #login_block p, #cart_block p
{
	margin-left:60px;
}



#login_block input, #cart_block input
{
	font-size:90%;
}

#login, #password
{
	float:left;
	display:block;
	width:120px;
	margin:5px 0 0 0;
	border:1px solid #707678;
	background-color:#cbd1d3;
}

#login_button
{
	float:right;
	width:43px;
	height:20px;
	margin:12px 30px 0 0;
	border:none;
	background:none;
	background:url(/images2/login_button.gif);
}

#login_block h2, #cart_block h2
{
	color:#ffffff;
	font-weight:bold;
	font-size:17px;
	padding:9px 0 2px 0;
}

#login_block p, #cart_block p
{
	font-size:90%;
	padding:3px 0 0 0;
}

#login_block a, #login_block a:hover, #login_block a:visited, #login_block a:active,
#cart_block a, #cart_block a:hover, #cart_block a:visited, #cart_block a:active
{
	color:#234450;
}

#login_block
{
	width:268px;
	height:100px;
	background:url(/images2/login_bg.gif) no-repeat top left;
	margin-bottom:16px;
}

#cart_block
{
	width:268px;
	height:100px;
	background:url(/images2/cart_bg.gif) no-repeat top left;
	margin-bottom:16px;
	color:#fff;
}



#cart_block p.total, #header_cart_block p.total, 
{
	font-size:110%;
	font-weight:bold;
}

#sitemap
{
	float:right;
	display:inline;
	margin-right:3px;
}

#sitemap a, #sitemap a:hover, #sitemap a:visited, #sitemap a:active
{
	color:#757575;
}


#greymenu_top
{
	background:url(/images2/greymenu_top.gif) no-repeat bottom left;
	height:8px;
	margin-top:0px;
}

#greymenu
{
	background:url(/images2/greymenu_mid.gif) repeat-y left;
	overflow:hidden;
	padding:1px 0;
	
}

#greymenu_bottom
{
	background:url(/images2/greymenu_bottom.gif) no-repeat top left;
	height:9px;
	margin-bottom:14px;
}

#greymenu a
{
	text-decoration:none;
	color:#525252;
}

#greymenu ul li a:hover
{
	text-decoration:none;
	color:#666;
}

#greymenu ul ul li a:hover, #greymenu ul ul ul li a:hover
{
	text-decoration:underline;
	color:#666;
}

#greymenu ul
{
	font-size:8pt;
	margin-left:8px;
	padding-left:0px;
}

#greymenu ul ul
{
	font-size:normal;
	margin-left:20px;
}

#greymenu ul ul ul
{
	font-size:normal;
	margin-left:0px;
}

#greymenu ul li /*changed*/
{
	margin:10px 0 7px 0;
	padding-bottom:5px;
	background: url(/images2/greymenu_underline.gif) 15px bottom no-repeat;
	position:relative;
}

#greymenu ul ul li /*changed*/
{
	margin:0px;
	background-image: url(none);
}

#greymenu ul ul li /*changed*/
{
	margin:0px;
	background-image: url(none);
}

#greymenu li
{
	list-style: none;
	list-style-position:outside;
	list-style-image: none; /*url(images2/menu_bullet_closed.png);*/
	padding:0px;
	margin:0px 0 0 0;
}

#greymenu li.open
{
	background: url(/images2/greymenu_underline.gif) 15px 16px no-repeat;
	list-style-image: none; /* url(images2/menu_bullet_open.png);*/
}

#greymenu ul li a
{
	font-weight:bold;
	text-transform:lowercase;
	font-variant:small-caps;
}

#greymenu ul ul li a
{
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
}

#greymenu ul ul ul li a
{
	font-weight:normal;
	font-variant:normal;
}


#greymenu ul ul li
{
	list-style: none;
	list-style-position:outside;
	list-style-image:none;
	padding:0px;
	margin-left:0px;
}



.ad_mats, .ad_spot
{
	display:block;
	margin: 0 6px 18px;
} 


/* === end of left col content === */



/* === footer === */
  /*
#footer_bg {
	width:100%;
	background:#e5e5e5;
	margin-top: -85px;
	height: 85px;
}

#footer { 
	position:relative;
	z-index:10;
	margin: 0 auto 0 auto;
	width: 977px;
	height: 85px;
	text-align:left;
	color:#656565;
	font-size:95%;
}

#omega_copy {
	float:right;
	margin-top:34px;
	margin-right:40px;
}

#footer p
{
	font-size:80%;
	padding:0 0 0 20px;
}

#footer p.first
{
	padding-top:18px;
}

#footer a, #footer a:hover, #footer a:visited
{
	color:#438f9d;
}

#footer img
{
	float:right;
	margin-top:18px;
	margin-right:20px;
}

.LiveIBanner {
  position: relative; 
  right: 25px;
}   */
/* --- end of footer --- */

#foot {
    clear: both;
    width: 980px;
    height: 70px;
    background: #e5e5e5;
    margin-top: 25px;
    margin-bottom: 0px;
}
#foot a, #foot a:hover, #foot a:visited
{
    color:#438f9d;
}

#CopyrightCorner {
    width: 200px;
    margin-top: 10px;
    margin-left: 15px;
    float: left;
    font-size: 90%;
}

#bottomLinksField {
    float: left;
    margin-left: 75px;
    padding-top: 25px;
    width: 310px;
}

#bannersBottom {
    float: left;
    margin-left: 50px;
    padding-top: 10px;
    width: 325px;
}

.scgBanner { 
    line-height: 1.2; 
    margin-right: 25px;
    margin-top: 5px; 
}
 
.scgBanner a {
    text-decoration: none;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    color: #898989 !important;
}
.flleft {float:left; margin:3px; padding:3px;}
.flleft p { text-align:center; width:120px}
.clearing {clear:both}
