body, html {
	color: #7A7A7A;	
}

h1 {
	color: #7A7A7A;
	font-size: 36px;/*6-9*/
	margin-bottom: 20px;
	font-weight: normal;
}

h2 {
	color: #7A7A7A;
	font-size: 24px;
	/*padding-bottom: 16px;*/
	line-height: 150%;
	font-weight: bold;
}

/*h1+h2
{
	margin-top: -20px;
}*/

h3 {
	color: #7A7A7A;
	font-size: 18px;
	/*padding-bottom: 12px;*/
	line-height: 150%;
	font-weight: normal;
}

h4 {
	color: #7A7A7A;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 150%;
}

p, .middleCont li, .rightColumnBig li {
	color: #7A7A7A;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 8px;
}

p.big {
	color: #7A7A7A;
	font-size: 14px;
	line-height: 150%;
	padding-bottom: 9px;
}

p.vbig {
	color: #7A7A7A;
	font-size: 16px;
	line-height: 150%;
	padding-bottom: 10px;
}

p.small {
	color: #7A7A7A;
	font-size: 11px;
	line-height: 150%;
	padding-bottom: 7px;
}

p.vsmall {
	color: #7A7A7A;
	font-size: 10px;
	line-height: 150%;
	padding-bottom: 6px;
}

ul.selector-list
{
	margin-top: 3ex;
	padding-left: 0;
}

ul.selector-list li {
    list-style: none;
    width: 500px;
    display: block;
    background: url(/img/layout/list-sh-top.jpg) center top no-repeat, url(/img/layout/list-sh-bott.jpg) center bottom no-repeat,url(/img/layout/selector-arrow-10pr.gif) no-repeat right center;
    background-color: rgb(250, 250, 250);
    height: 95px;
    font-size: 85%;
}
ul.selector-list li img {
    float: left;
    width: 75px;
    height: 75px;
    padding: 10px;
	border: none;
}
ul.selector-list li span {
    display: block;
    font-size: 188%;
    padding: 1ex 0;
}
ul.selector-list li:hover {
    background: url(/img/layout/list-sh-top-act.jpg) center top no-repeat, url(/img/layout/list-sh-bott-act.jpg) center bottom no-repeat,url(/img/layout/selector-arrow-active-10pr.gif) no-repeat right center;
    background-color: #ECEFF4;
}

ul.selector-list a
{
	height: 95px;
	display: block;
	padding-right: 40px;
}

.rightColumnBig  ul.selector-list li
{
	width: 726px;
	background: url(/img/layout/list-sh-top-2c.jpg) center top no-repeat, url(/img/layout/list-sh-bott-2c.jpg) center bottom no-repeat,url(/img/layout/selector-arrow-10pr.gif) no-repeat right center #FAFAFA;
}

.rightColumnBig ul.selector-list li:hover {
    background: url(/img/layout/list-sh-top-2c-act.jpg) center top no-repeat, url(/img/layout/list-sh-bott-2c-act.jpg) center bottom no-repeat,url(/img/layout/selector-arrow-active-10pr.gif) no-repeat right center;
    background-color: #ECEFF4;
}

.banner-head h1
{
	padding-left: 0.5ex;
	padding-right: 0.5ex;
   padding-top: 0.3ex;
   margin-bottom: 0px;
	color: white;
   font-size: 40px;
}

.banner-head p.appetizer
{
	padding-left: 1.7ex;
   padding-right: 1ex;
   margin-top: 3px;
	font-size: 15px;
   line-height: 140%;
	font-family: 'NLG';
   font-weight: normal;
	color: white;
}

ul.image-stripe
{
	padding: 0;
	margin-top: 3ex;
	margin-bottom: 6ex;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

ul.image-stripe li {
display: inline-block;
list-style: none;
opacity: 0.85;
-moz-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
-ms-transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
transition: opacity 1s ease;
}

ul.image-stripe li:hover {
opacity: 1;
-moz-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
-ms-transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
transition: opacity 1s ease;
}

.banner-head + ul.selector-list {
    margin-top: 0;
}

ul.link-list
{
	padding-left: 0;
}

ul.link-list li, ol.link-list li {
text-transform: uppercase;
list-style-image: url(/img/icon/panel-link-arr.png);
list-style-position: inside;
}
