html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 8pt;
	text-align: center;
	color: #747273;
	background: #E2E4E5 url(images/site-bkg.gif) repeat-x;
}

.clear { 
	clear: both;
}

form { 
	margin: 0;
	padding: 0;
}

/* LINKS */

a:link {
	color: #747474;
	text-decoration: none;
}

a:visited {
	color: #747474;
	text-decoration: none;
}

a:hover {
	color: #747474;
	text-decoration: underline;
}

a:active {
	color: #747474;
	text-decoration: underline;
}

#outer-wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font: normal normal 8pt Tahoma, Arial, sans-serif;
	background: none;
}

#header-wrapper {
	width: 980px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
}

#lngsel {
	text-align: right;
	height: 25px;
}

#head-mid {
	width: 980px;
	height: 101px;
	text-align: left;
	background: url(images/head-bkg.jpg) no-repeat;
}

#head-nav {
	width: 980px;
	height: 40px;
	text-align: left;
	background: url(images/head-nav-bkg.jpg) no-repeat;
}

#head-bot {
	width: 980px;
	height: 14px;
	background: url(images/head-bot.jpg) no-repeat;
}

#content-wrapper {
	width: 980px;
	background: url(images/content-bkg.gif) repeat-y;
}

#left-sidebar-wrapper {
	width: 292px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}
#left-sidebar-content {
	margin-left: 7px;
}

#nav-box {
	width: 277px;
	height: 312px;
	background: url(images/lsb-nav-bkg.jpg) no-repeat;
}

#nav-content {
	text-align: left;
	margin-left: 15px;
	padding-top: 3px;
}

#blog-box {
	width: 277px;
	height: 219px;
	background: url(images/blog-bkg.jpg) no-repeat;
}

#abo-box {
	width: 277px;
	height: 170px;
	background: url(images/abo-bkg.jpg) no-repeat;
}

#main-wrapper {
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
}

#main-content {
	width: 681px;
	min-height: 238px;
}

#main-header {
	width: 681px;
	height: 42px;
	background: url(images/title-bkg.jpg) no-repeat;
	margin-bottom: 6px;
}

#real-content {

}

#hp-text {
	width: 675px;
	height: 153px;
}

#gen-text {
	width: 651px;
	padding: 0px 15px;
}

#accented-products {
	clear: both;
	width: 681px;
	height: 578px;
	background: url(images/accents2-bkg.jpg) no-repeat;
}

#list-products {
	clear: both;
	width: 681px;
	height: 962px;
	background: url(images/products-bkg2.jpg) no-repeat;
}

#list-galero {
	clear: both;
	width: 681px;
	height: 225px;
	background: url(images/galero-prods-bkg.jpg) no-repeat;
}

#footer-wrapper {
	width: 980px;
	height: 177px;
	margin: 0;
	padding: 0;
	background: url(images/footer-bkg.jpg) no-repeat;
}

#footer-content {
	padding: 30px 20px;
	color: #D0D0D0;
	text-align: left;
}

.nav-item {
	width: 245px;
	height: 30px;
	font-size: 11pt;
	background: url(images/nav-item-bkg.jpg) no-repeat;
}

a.nav-item, a.nav-item:link, a.nav-item:visited {
	color: #8D8D8D;
    text-decoration: none;
    background: none;
}

a.nav-item:hover, a.nav-item:active {
	color: #B30215;
    text-decoration: none;
}

.nav-item-active {
	height: 30px;
}

a.nav-item-active, a.nav-item-active:link, a.nav-item-active:visited {
	color: #DD0000;
    text-decoration: none;
}

a.nav-item-active:hover, a.nav-item-active:active {
	color: #747273;
    text-decoration: none;
}

.title {
	font-size: 10pt;
	padding: 10px 0px;
	color: #B30215;
	font-weight: bolder;
}

.title2 {
	font-size: 10pt;
	padding-bottom: 7px;
	color: #B30215;
	font-weight: bolder;
}

.txt {
	line-height: 1.8em;
	text-align: justify;
}

.redtext {
	color: #B30215;
}

.forms {
	font: normal normal 10pt Tahoma, Arial, sans-serif;
	color: #747273;
	background-color: #FFFFFF; 
}

.button {  
	font: normal normal 10pt Tahoma, Arial, sans-serif;
	color: #747273;
	background-color: #FFFFFF; 
	border: 1px #8E8E8E solid; 
}

div.but input {  
	font-size: 9pt;
	padding-bottom: 8px;
	color: #FFFFFF;
	font-weight: bolder;
	width:202px;
	height: 34px;
	background: url(images/btn-bkg.jpg) no-repeat; 
	border: none;
	cursor: pointer; 
}

div.but2 input {  
	font-size: 9pt;
	padding-bottom: 8px;
	color: #FFFFFF;
	font-weight: bolder;
	width:109px;
	height: 34px;
	background: url(images/btn2-bkg.jpg) no-repeat; 
	border: none;
	cursor: pointer; 
}

.prodimg {  
	border: 1px #525252 solid; 
}

.price {  
	font-size: 11pt; 
	font-weight: bolder;
	color: #C40009;
}

.oldprice {  
	font-size: 10pt; 
	font-weight: bolder;
	text-decoration: line-through;
}

.altlink {
	color: #991E24;
}

a.altlink, a.altlink:link, a.altlink:visited {
	color: #991E24;
    text-decoration: none;
}

a.altlink:hover, a.altlink:active {
	color: #991E24;
    text-decoration: underline;
}

.altlink2 {
	font-size: 9pt;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

a.altlink2, a.altlink2:link, a.altlink2:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.altlink2:hover, a.altlink2:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.basket-th {
	background: #F0F0F0;
}
