html {
	height: 100%;
}

@font-face{
	font-family:'Vegur-Light';
	src: url('Vegur-L.otf') format('opentype');
}

@font-face{
	font-family:'Vegur-Regular';
	src: url('Vegur-R.otf') format('opentype');
}

.nodecoration a {
	text-decoration: none;
	color: #000000;
	border: 0;
}

.nodecoration a:hover {
	text-decoration: none;
	color: #000000;
	border: 0;
}

.nodecoration a:visited {
	text-decoration: none;
	color: #000000;
	border: 0;
}

body {
	background: #c6cccc url(images/site/bg_main.png) repeat-x;
	margin: 0;
	padding: 0;
/*	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;*/
	font-family: 'Tahoma';
	font-size: 11px;
	color: #000000;
	min-height: 1005;
}


#page {
	width: 900px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	/*border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;*/
	border-left: 1px #71796d solid;
	border-right: 1px #71796d solid;
	border-bottom: 1px #71796d solid;
	background: #ffffff;
	height: 100%;
}

#top {
	position: relative;
	width: 100%;
	height: 125px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/site/bg_top_blue.png) no-repeat;
}

#logo {
	position: absolute;
	width: 340px;
	height: 70px;
	left: 38px;
	top: 35px;
	border: 0px;
}

#banner {
	width: 880px;
	margin: 10px auto 0px auto;
}

#bannerimg {
	width: 880px;
	height: 290px;
	margin: 0px;
}

#innercontent {
	width: 870px;
	margin: 10px auto 0px auto;
}

#topshadow {
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/site/top_shadow.png);
}

#content {
	background: #ffffff;
}

#featured {
	margin-top: 5px;
	width: 200px;
	float: right;
	display: block;
}
/*
#featured h3 {
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px #333333 solid;
} */

#featured h3 {
	color: #555555;
	font-size: 18px;
	font-weight: lighter;
	font-family: Tahoma;
	border-bottom: 1px #777777 solid;
}

#featured a {
	text-decoration: none;
	color: #000000;
}

#featured a:hover {
	text-decoration: none;
	color: #000000;
}

#featured a:visited {
	text-decoration: none;
	color: #000000;
}

#leftoffeatured {
	width: 650px;
	float: left;
	display: block;
}

#footer {
	clear:both;
	border-top: #999999 1px solid;
	font-size: 8px;
	color: #999999;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footerleft {
	width: 50%;
	float: left;
}

#footerright {
	float: right;
}

#footerend {
	clear: both;
}

#footerbottom {
	height: 100px;
}

a {
	color: #026ae0;
	text-decoration: underline;
}

a:visited {
	color: #026ae0;
	text-decoration: underline;
}

a:hover {
	color: #004695;
	text-decoration: underline;
}

h2 {
	color: #555555;
	font-size: 22px;
	width: 100%;
	font-weight: lighter;
	font-family: 'Tahoma';
	/*border-bottom: 1px #333333 solid;*/
	border-bottom: 1px #777777 solid;
}

rma {
	color: #555555;
	font-size: 22px;
	width: 100%;
	font-weight: lighter;
	font-family: 'Tahoma';
	/*border-bottom: 1px #333333 solid;*/
	border-bottom: 1px #777777 solid;
}

h3 {
	color: #555555;
	font-size: 17px;
	font-weight: lighter;
	font-family: 'Tahoma';
}

h4 {
	color: #555555;
	font-size: 13px;
	font-weight: lighter;
	margin-bottom: -3px;
	font-family: 'Tahoma';
}

h5 {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: -3px;
	font-family: 'Tahoma';
}

fh2 {
	color: #555555;
	font-size: 16px;
	width: 100%;
	border-bottom: 1px #333333 solid;
}

fh3 {
	color: #555555;
	font-size: 13px;
	font-weight: bold;
}

fh4 {
	color: #555555;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: -3px;
}

table.list {
    width: 100%;
}
table.list tr.head:hover {
    background-color: #F7FAFB;
}
table.list th {
    background-color: #F7FAFB;
    border-bottom: 1px solid #DEE5E7;
    border-top: 1px solid #DEE5E7;
    font-weight: bold;
    padding: 3px;
}
table.list th a {
    color: #0074BE;
    text-decoration: none;
}
table.list th a:hover {
    text-decoration: underline;
}
table.list tr:hover {
    background-color: #F8F8F8;
}
table.list tr.nohover:hover {
    background-color: inherit;
}
table.list tr.foot:hover {
    background-color: #F7FAFB;
}
table.list tr.prodRowCmp {
    background-color: #FDF2F2;
}
table.list tr.prodRowCmp:hover {
    background-color: #FBE7E7;
}
table.list tr.prodRowNew {
    background-color: #E9F8ED;
}
table.list tr.prodRowNew:hover {
    background-color: #D6F2DD;
}
table.list td {
    color: #444444;
    font-size: 11px;
    padding: 3px;
    vertical-align: middle;
}
table.list tr.withSeparator td {
    border-bottom: 1px solid #DEE5E7;
}
table.list tr.foot td {
    background-color: #F7FAFB;
}
table.list tr.foot a, table.list tr.foot a:hover {
    color: #0074BE;
}
table.list td.separator {
    border-bottom: 1px solid #DEE5E7;
    border-collapse: collapse;
    padding: 0;
}
table.list td.productListSum {
    border-bottom: 1px solid #DEE5E7;
    font-weight: bold;
    padding: 7px 3px 3px;
    text-align: right;
}
table.list td.productListTotalSum {
    border-bottom: 1px solid #DEE5E7;
    font-weight: bold;
    height: 24px;
    padding: 7px 3px 3px;
    text-align: right;
    vertical-align: bottom;
}
table.list td a {
    color: #303030;
    text-decoration: none;
}
table.list td a:hover {
    color: #303030;
    text-decoration: underline;
}
table.list td a.grnLink {
    color: #026715;
    font-weight: bold;
    text-decoration: none;
}
table.list td a.grnLink:hover {
    text-decoration: underline;
}
table.list td img.prodImg {
    float: left;
    height: 40px;
    margin: 0 6px 0 0;
    width: 55px;
}
table.list td table td {
    color: #444444;
    font-size: 11px;
    padding: 3px 0;
    vertical-align: middle;
}
table.list td table tr:hover {
    background-color: inherit;
}

