/* main selectors */
html {
	font-size:75.2%;
}

body {
	margin: 0;
	padding: 0;
	font: 1em/1.58em Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	min-width: 990px;
}

a {
	color: #017A4D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 18px 0;
}

p.name {
	padding-bottom: 0;
	color: #017A4D;
}

p.name span,
p.name strong,
p.contact span,
p.contact strong {
	display: block;
}

p.date {
	color: #999 !important;
	font-weight: normal !important;
}

div.title {
	padding-bottom: 18px;
}

div.title p.date {
	padding-bottom: 0;
}

div.lead p {
	font-weight: bold;
}

p.more {
	text-align: right;
	line-height: 2.5em;
	padding-bottom: 0 !important;
}

div.box p.more {
	text-align: left;
}

p.more a {
	padding-left: 12px;
	background: url(../../../img/icon-more.gif) no-repeat left;
}

ul {
	margin: 0;
	padding: 0 0 18px 0;
	list-style: none;
}

ul li {
	padding-left: 27px;
	background: url(../../../img/square.gif) no-repeat 12px 7px;
}

ul li.link {
	background: url(../../../img/related/link.gif) no-repeat 14px 4px;
}

span.highlite {
	background-color: #FFFD7F;
}

span.more {
	padding-left: 9px;
	background: url(../../../img/icon-more.gif) no-repeat left;
	font-size: 0.84em;
}

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 2.5em/1em Arial, Helvetica, sans-serif;
	color: #01428C;
}

h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 1.8em/1em Arial, Helvetica, sans-serif;
	color: #01428C;
}

h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font: bold 1.1em/1.3em Arial, Helvetica, sans-serif;
	color: #01428C;
}

div.content-bottom h3 {
	color: #01428C;
	min-height: 2.6em;
	padding-bottom: 9px;
}

* html div.content-bottom h3 {
	height: 2.6em;
}

div.contact h3,
div.about h3 {
	padding-bottom: 18px;
}

h1 a,
h2 a,
h3 a,
h3 span {
	color: #01428C;
}

h4 {
	margin: 0;
	padding: 0 0 6px 0;
	font: bold 1em/1.3em Arial, Helvetica, sans-serif;
	color: #333;
}

q {
	font-style: italic;
}

img {
	border: none;
}

strong.head {
	display: block;
	text-transform: uppercase;
	font-size: 0.84em;
	color: #898989;
}

div.box strong.head {
	padding-bottom: 10px !important;
}

strong.head span {
	color: #017A4D;
}

strong.head a {
	color: #017A4D;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	overflow: hidden;
}

input.text, textarea.text, select.text {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #898989;
	padding: 2px 10px;
	margin: 0;
}

input.submit {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	border: 1px solid #898989;
	padding: 2px 10px;
	margin: 0;
	text-align: center;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #B7B7B7;
	background: #017A4D url(../../../img/button.gif) repeat-x;
	outline: none;
}

abbr {
	border: none;
}

div.headline {
	border-bottom: 1px solid #EEE;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

div.content-bottom div.headline {
	margin-bottom: 0px;
}

div.img {
	padding-bottom: 20px;
}

div.img img {
	display: block;
	margin-bottom: 4px;
}

div.img p {
	color: #999999;
	padding: 0;
	line-height: 18px;
}

/* SEO headings section */
h1.seo {
	margin: 0;
	padding: 0;
	position: absolute;
	/*top: 36px;*/
	top: 18px;
	left: 700px;
}

h1.seo a {
	display: block;
	/*width: 112px;
	height: 49px;*/
	width: 89px;
	height: 85px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../../img/logo.gif) no-repeat;
}

/* layouts section */
#main-holder {
	width: 990px;
	overflow: hidden;
	background: url(../../../img/dot.gif) repeat-y 800px 0;
	background-color: #FFF;
}

#main-holder-nobg {
	width: 990px;
	overflow: hidden;
	background-image: none;
	background-color: #FFF;
}

div.column-main {
	width: 790px;
	float: left;
	overflow: hidden;
	padding-right: 10px;
}

div.column-sub {
	width: 180px;
	float: right;
	overflow: hidden;
	padding-left: 10px;
}

/* img holder section */
div.img-holder {
	width: 180px;
	height: 170px;
	overflow: hidden;
	background-color: #FFF;
	padding-bottom: 36px;
	margin-left: -10px;
	padding-left: 10px;
}

.layout-lite div.img-holder {
	height: 0px;
}

div.img-holder img {
	display: block;
}

/* content holder section */
div.content-holder {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

div.content-holder div.text {
	width: 580px;
	float: right;
}

.layout-index div.content-holder div.text {
	width: 720px;
}

div.content-holder div.navigation {
	width: 190px;
	float: left;
	overflow: hidden;
}

.layout-index div.content-holder div.navigation {
	display: none;
	width: 70px;
}

/* tables section */
/*
table {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

table td {
	margin: 0;
	padding: 2px 10px;
	vertical-align: top;
	border-style: solid;
	border-color: #EEE;
	border-width: 1px 0px;
}

table th {
	background: url(../../../img/th.gif) no-repeat bottom left;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #999;
	padding: 2px 10px 23px 10px;
}
*/
table tr.dark td {
	background-color: #FDFDFD;
}

table.related td.icon {
	background-color: #F6F6F6 !important;
	padding-left: 0;
	padding-right: 0;
	width: 30px;
	text-align: center;
	vertical-align: middle;
}

table.related td.icon img {
	display: block;
	margin: 0 auto;
}

table.related td span {
	color: #BBBBBB;
	font-size: 0.84em;
}

/* navigation path section */
#navigation-path {
	width: 580px;
	padding: 10px 0 0 20px;
	height: 26px;
	overflow: hidden;
	border-left: 190px solid #EDF2F7;
	background: #FFF url(../../../img/background-navigation-path.gif) no-repeat;
	font: 0.84em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #BBBBBB;
}

.layout-index #navigation-path {
	border-color: #FFF;
	background: none;
}

#navigation-path ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation-path ul li {
	display: inline;
	padding: 0 1px 0 8px;
	background: url(../../../img/arrow-path.gif) no-repeat left;
	letter-spacing: -1px;
}

#navigation-path ul li:first-child {
	background: none;
	padding-left: 0;
}

#navigation-path a {
	color: #BBB;
	/*padding: 0 3px;*/
	padding: 0px 6px 0px 0px;*/
	
}

#navigation-path a:hover,
#navigation-path li.active a {
	text-decoration: none;
	background-color: #BBB;
	color: #FFF;
}

/* content-bottom */
div.content-bottom {
	width: 780px;
	margin-left: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

/* flash section */
div.flash {
	width: 100%;
	overflow: hidden;
}

div.flash img {
	display: block;
}

/* header section */
#header {
	width: 100%;
	height: 158px;
	position: relative;
}

/* header external icon section */
div.ext-icon {
	position: absolute;
	top: 36px;
	left: 827px;
}

div.ext-icon img {
	display: block;
}

/* main navigation section */
#navigation-main {
	position: absolute;
	top: 122px;
	left: 0;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	height: 31px;
	background-color: #01428C;
	width: 100%;
	font-weight: bold;
}

#navigation-main li {
	float: left;
	padding: 0;
	background: none;
}

#navigation-main li a,
#navigation-main li span {
	float: left;
	line-height: 31px;
	height: 31px;
	overflow: hidden;
	color: #FFF;
	padding: 0 14px;
	background: url(../../../img/navigation.gif) no-repeat right;
}

#navigation-main li a {
	margin-left: -1px;
	position: relative;
	z-index: 4;
}

#navigation-main li span {
	margin-left: 10px;
	background: #BFBFBF;
	margin-top: -10px;
	margin-bottom: -5px;
	color: #333;
	line-height: 36px;
	height: 36px;
	border-top: 5px solid #D2D2D2;
	border-bottom: 5px solid #D2D2D2;
	position: relative;
	z-index: 5;
}

#navigation-main li a:hover,
#navigation-main li.active a {
	text-decoration: none;
	color: #0265BD;
	background: #FFF url(../../../img/navigation-hover.gif) repeat-x bottom left;
}

/* locale navigation section */
#navigation-locale {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 0.84em;
}

#navigation-locale li {
	float: left;
	border-right: 1px solid #EEE;
	padding: 0;
	background: none;
}

#navigation-locale li a {
	float: left;
	border-width: 6px 0 0 0;
	border-style: solid;
	border-color: #F7F7F7;
	color: #898989;
	padding: 3px 6px 0 6px;
}

#navigation-locale li a:hover,
#navigation-locale li.active a {
	border-color: #FFF;
	text-decoration: none;
}

/* quick seacrch box section */
div.quick-search {
	background-color: #D2D2D2;
	overflow: hidden;
	padding: 37px 0 24px 114px;
	height: 1%;
}

div.quick-search label {
	display: block;
	text-transform: uppercase;
	color: #898989;
	padding-bottom: 12px;
}

div.quick-search input.text {
	width: 234px;
	margin-right: 5px;
	border-color: #FFF;
	float: left;
}

div.quick-search label span {
	color: #01428C;
	font-weight: bold;
}

#header div.quick-search {
	position: absolute;
	top: 36px;
	left: 10px;
	padding: 12px 16px 0 16px;
	height: 69px;
	text-align: left;
}

div.quick-search input.submit {
	float: left;
	width: 79px;
}

/* footer section */
#footer {
	width: 100%;
	color: #999;
	background-color: #F4F4F4;
}

#footer a {
	color: #999;
}

#footer p.meta {
	margin-left: 15px;
	background: url(../../../img/meta.gif) no-repeat;
	padding: 10px 0;
	color: #BBB;
	text-transform: uppercase;
	font-size: 0.84em;
}

#footer p.meta a {
	color: #BBB;
}

/* footer actions menu */
#actions {
	margin: 0 0 8px 0;
	padding: 45px 0 0 0;
	background: #FFF url(../../../img/footer-actions.gif) repeat-x bottom left;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 0.84em;
	border-bottom: 1px solid #EEE;
}

#actions dt,
#actions dd {
	float: left;
	margin: 0;
	padding: 0 15px;
}

#actions dd {
	border-right: 1px solid #EEE;
	padding-bottom: 7px;
	padding-left: 0px;
}

#actions dd.last {
	border-right: none;
}

#actions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#actions ul li {
	float: left;
	padding: 0 3px 0 0;
	background: none;
}

#actions img {
	float: left;
	border: 1px solid #E4E4E4;
	height: 18px;
}

/* bottom navigation section */
#navigation-bottom {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

#navigation-bottom li {
	float: left;
	border-left: 1px solid #CDCDCD;
	padding: 0 15px;
	background: none;
}

#navigation-bottom li:first-child {
	border-left: none;
}

/* left navigation section */
div.navigation em.head {
	display: block;
	background-color: #01428C;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	line-height: 1.66em;
}

div.navigation em.head a {
	display: block;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
}

div.navigation em.head a:hover {
	background-color: #C0DBF2;
	color: #0265BD;
}

/* side navigation section */
#navigation-side {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	border-bottom: 1px solid #C0DBF2;
}

#navigation-side ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	padding-left: 20px;
	width: 170px;
	background-color: #FFF;
}

#navigation-side ul ul {
	padding-left: 0;
	width: 170px;
	background-color: #FFF;
	font-weight: normal;
	border-top: 1px solid #C0DBF2;
}

#navigation-side li a {
	color: #0265BD;
	width: 180px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
}

#navigation-side li a,
#navigation-side li.active li a {
	background: none;
}

#navigation-side li {
	border-top: 1px solid #C0DBF2;
	line-height: 1.66em;
	background-color: #F9FBFE;
	width: 100%;
	padding-left: 0;
	background-image: none;
}

#navigation-side ul li {
	background-color: #FFF;
	margin-top: -1px;
}

#navigation-side ul li a {
	width: 170px;
	padding-left: 20px;
	margin-left: -20px;
	margin-top: -1px;
	position: relative;
}

#navigation-side ul ul li a {
	padding-left: 30px;
	width: 160px;
}

#navigation-side ul ul li a:hover, #navigation-side ul ul li.active a {
	padding-left: 30px;
	width: 160px;
	background-image: url(../../../img/arrow-navigation.gif);
	background-repeat: no-repeat;
	background-position: 20px 8px;
}


#navigation-side ul ul li {
	background-image: url(../../../img/arrow-navigation.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}


#navigation-side a:hover {
	background-color: #C0DBF2 !important;
	text-decoration: none;
}

#navigation-side li.active a {
	background-color: #C0DBF2;
}

/* inner boxes section */
div.description {
	width: 380px;
	float: left;
}

div.icon {
	width: 118px;
	float: left;
	margin-right: 20px;
	border: 1px solid #FFF;
}

div.icon img {
	display: block;
	margin: -1px;
	width: 120px;
	position: relative;
}

div.related {
	float: right;
	width: 180px;
}

div.box {
	width: 180px;
	margin-bottom: 25px;
}

div.navigation div.box {
	margin-left: 10px;
}

div.box ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border-top: 1px solid #EEE;
}

div.box ul li {
	border-bottom: 1px solid #EEE;
	padding: 0;
	background: none;
}

div.navigation div.box ul {
	margin-left: -10px;
	position: relative;
	background: none;
}

div.navigation div.box ul li {
	padding-left: 10px;
	background: none;
}

div.box ul.related {
	background: url(../../../img/related.gif) repeat-y;
}

div.box ul.related span {
	color: #999;
	font-size: 0.84em;
}

div.box ul.related li {
	padding-left: 33px;
	background: url(../../../img/related/link.gif) no-repeat 14px 6px;
}

div.box ul.related li.ext {
	background: url(../../../img/related/ext.gif) no-repeat 10px 3px;
}
div.box ul.related li.dload {
	background: url(../../../img/related/dload.gif) no-repeat 13px 4px;
}
div.box ul.related li.print {
	background: url(../../../img/related/print.gif) no-repeat 7px 2px;
}
div.box ul.related li.font {
	background: url(../../../img/related/font.gif) no-repeat 0px 2px;
}
div.box ul.related li.rss {
	background: url(../../../img/related/rss.gif) no-repeat 10px 5px;
}
div.box ul.related li.letter {
	background: url(../../../img/related/letter.gif) no-repeat 10px 5px;
}
div.box ul.related li.picture {
	background: url(../../../img/related/picture.gif) no-repeat 11px 4px;
}
div.box ul.related li.movie {
	background: url(../../../img/related/movie.gif) no-repeat 11px 4px;
}

/* keywords box section */
div.keywords {
	background-color: #CCE4DB;
	padding: 5px;
}

div.keywords div.inner {
	border: 1px solid #B1C9C0;
	background: #FFF url(../../../img/keywords.gif) repeat-x bottom left;
	padding: 9px 9px 45px 9px;
}

div.keywords ul {
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #999;
	width: 100%;
	overflow: hidden;
}

div.keywords ul li {
	float: left;
	white-space: nowrap;
	border-right: 1px solid #999;
	padding: 0 4px 0 3px;
	margin: 4px 0;
	line-height: 1em;
	background: none;
}

div.keywords ul li.last {
	border-right: none;
}

/* article box section */
div.article {
	width: 100%;
	overflow: hidden;
}

div.article p.contact {
	padding-bottom: 8px;
}

div.article-full div.description {
	width: 520px;
}

/* news box section */
div.news-single {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

div.news-right div.icon {
	float: right;
	padding-right: 60px;
	margin-right: 0px;
}

div.news-right div.description {
	float: left;
}

div.news-single div.related {
	float: none;
	clear: both;
	margin-left: 140px;
	width: 380px;
}

.layout-index div.news-single div.related {
	float: right;
	clear: none;
	margin: 0;
	width: 180px;
}

div.news-single div.related div.box {
	width: 100%;
	margin-bottom: 0;
}

div.news-single div.description strong.head {
	padding-bottom: 4px;
	line-height: 1em;
}

div.news-single p {
	padding-bottom: 5px;
}

div.news-single p.name {
	padding-bottom: 0;
}

/* teasers box section */
div.teasers {
	border: 1px solid #DCDCDC;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
	background: url(../../../img/teasers.gif) repeat-x bottom left;
}

div.teasers div.item {
	width: 259px;
	float: left;
	border-left: 1px solid #EEE;
}

div.teasers div.first {
	border-left: none;
	width: 258px;
}

div.teasers h3 {
	padding-left: 10px;
	padding-right: 10px;
}

div.teasers img.icon {
	width: 100%;
	height: 87px;
	display: block;
}

div.teasers p {
	padding: 13px 11px;
}

/* news-list section */
ul.news-list {
	margin: 0;
	padding: 15px 0 0 0 !important;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

ul.news-list strong.head {
	padding-bottom: 5px !important;
	line-height: 1em;
}

div.content-bottom ul.news-list strong.head {
	border-bottom: 1px solid #EEE;
	padding-bottom: 12px !important;
	margin-bottom: 12px;
}

div.box ul.news-list li {
	border: none !important;
	padding: 0 0 15px 0;
	background: none;
}

div.content-bottom ul.news-list li {
	width: 180px;
	float: left;
	padding-left: 20px;
	background: none;
}

div.content-bottom ul.news-list li:first-child {
	padding-left: 0;
}

ul.news-list p {
	padding-bottom: 2px;
	color: #01428C;
	font-weight: bold;
	line-height: 1.25em;
}

ul.news-list p a {
	color: #01428C;
}

/* contact box section */
div.contact {
	width: 520px;
}

div.contact div.columns {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

div.contact div.icon {
	width: 318px;
	background-color: red;
}

div.contact div.description {
	width: 180px;
	float: right;
}

div.contact div.description p {
	line-height: 1.25em;
	padding-bottom: 13px;
}

div.contact div.icon img {
	width: 320px;
}

/* about box section */
div.about {
	width: 520px;
}

div.about div.people {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #EEE;
	padding-top: 10px;
}

div.about div.people div.layout {
	width: 100%;
	overflow: hidden;
}

div.about div.people div.icon {
	width: 118px;
	margin-right: 0;
	clear: left;
}

div.about div.people div.icon img {
	width: 120px;
}

div.about div.people div.description {
	width: 180px;
	margin-left: 20px;
	padding-bottom: 25px;
}

div.about div.people div.description p {
	line-height: 1.4em;
	padding-bottom: 4px;
}

/* results page section */
div.results h2 {
	font-size: 1.5em;
}

/* results roll section */
div.results-roll {
	border-top: 1px solid #EEE;
	line-height: 2.5em;
}


div.results p.label {
	border-top: 1px solid #EEE;
	background-color: #FDFDFD;
	color: #999;
	margin-bottom: 20px;
	text-align: right;
	padding: 0 16px;
}
/*
div.results-roll p.label {
	border-top: 1px solid #EEE;
	background-color: #FDFDFD;
	color: #999;
	margin-bottom: 20px;
	text-align: right;
	padding: 0 16px;
}
*/

div.results-roll a.next {
	float: right;
	padding-right: 14px;
	background: url(../../../img/icon-more.gif) no-repeat right;
	margin-right: 2px;
}

div.results-roll a.prev {
	float: left;
	padding-left: 14px;
	background: url(../../../img/icon-prev.gif) no-repeat left;
	margin-left: 2px;
}

div.results-roll ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

div.results-roll ul li {
	display: inline;
	background: none;
	padding: 0;
}

div.results-roll ul li a {
	padding: 0 4px;
	border: 1px solid #FFF;
}

div.results-roll ul li a:hover,
div.results-roll ul li.active a {
	color: #01428C;
	border-color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

/* subscribe form section */
div.form-subscribe {
	background-color: #EAEAEA;
	padding: 10px;
	overflow: hidden;
	height: 1%;
}

div.form-subscribe input.text {
	border-color: #FFF;
	display: block;
	width: 138px;
	margin-bottom: 10px;
}

div.form-subscribe input.submit {
	float: right;
	width: 100px;
}

/* gallery box section */
div.gallery-item {
	background: url(../../../img/gallery.gif) repeat-x bottom left;
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

div.gallery-item h2 {
	font-size: 2.5em;
	padding-bottom: 12px;
}

div.gallery-item div.icon {
	width: 318px;
}

div.gallery-item div.icon img {
	width: 320px;
}

div.gallery-item div.description {
	width: 240px;
	color: #999;
}

div.gallery-item div.description p {
	padding-bottom: 4px;
}

div.gallery-item div.dsub {
	margin-top: 15px;
	border-top: 1px solid #EEE;
	padding: 8px 0 30px 0;
}

div.gallery-item p.label {
	clear: both;
	width: 250px;
	color:#666;
	line-height: 3.3em;
	padding-bottom: 0;
	padding-left: 340px;
	position: relative;
	top: -25px;
	margin-bottom: -25px;
}
/*
div.gallery-roll {
	width: 240px;
	position: relative;
	padding-top: 0px;
	margin-bottom: 20px;

}
*/

div.gallery-roll {
	width: 260px;
	position: relative;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 335px;

	top: -45px;

}

div.gallery-roll a.prev,
div.gallery-roll a.next {
	display: block;
	position: absolute;
	top: 0px;
	width: 33px;
	height: 31px;
	text-indent: -999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

div.gallery-roll a.prev {
	background-image: url(../../../img/gallery-prev.gif);
	left: 5px;
	
}
div.gallery-roll a.next {
	background-image: url(../../../img/gallery-next.gif);
	right: 5px;

}

div.gallery-roll div {
	margin: 0 auto;
	padding: 0 0 5px 0;
	height: 20px;
	text-align: center;
}


/* ----
div.gallery-roll ul li {
	float: left;
	padding: 0;
	background: none;
	padding: 0 5px;
}

div.gallery-roll ul li a {
	float: left;
	padding: 5px;
}

div.gallery-roll ul li img {
	display: block;
	float: left;
	padding: 1px;
	width: 73px;
	height: 73px;
}

div.gallery-roll ul li a:hover,
div.gallery-roll ul li.active a {
	background-color: #BEDCD1;
}
div.gallery-roll ul li a:hover img,
div.gallery-roll ul li.active a img {
	background-color: #017A4D;
}
*/
/* pictures list section */
ul.pictures-list {
	margin: 0;
	padding:0;
	list-style: none;
	font-size: 0.84em;
	color: #999;
	line-height: 1.4em;
}

ul.pictures-list li {
	padding: 10px 0 18px 0 !important;
	border: none !important;
	background: none;
}

ul.pictures-list img {
	width: 180px;
	display: block;
	margin-bottom: 5px;
}

ul.pictures-list p {
	padding: 0;
}

/* movies box section */
div.movies {
	background-color: #FDFDFD;
	border-bottom: 1px solid #EEE;
	overflow: hidden;
	border-top:1px solid #FFF;
	width: 100%;
}

div.movies a {
	color: #01428C;
}


div.movie-item {
	float: left;
	width: 509px;
	border-right:1px solid #EEE;
	padding: 10px 10px 0 10px;
}

div.movies-list {
	width: 249px;
	border-left: 1px solid #FFF;
	float: right;
}

div.movie-item div.icon {
	width: 308px;
	margin-right: 15px;
	margin-bottom: 20px;
}

div.movie-item div.icon img {
	width: 310px;
}

div.movie-item div.description {
	width: 180px;
	line-height: 1.3em;
	margin-bottom: 20px;
}

div.movie-item div.dsub {
	border-top: 1px solid #EEE; 
	color: #999;
	padding-top: 15px;
	margin-top: 5px;
}

div.movie-item p {
	padding-bottom: 8px;
}

div.movie-item div.dsub p {
	padding-bottom: 0;
}

div.movie-item div.player {
	clear: both;
	width: 529px;
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
	background-color: #F7F7F7;
}

div.movie-item div.player ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}

div.movie-item div.player ul li {
	height: 30px;
	line-height: 30px;
	color: #666666;
	border-right: 1px solid #EEE;
	border-left: 1px solid #FFF;
	float: left;
	background: none;
	padding: 5px 10px;
}

div.movie-item div.player ul li.first {
	border-left: none;
}

div.movie-item div.player ul li.last {
	border-right: none;
}

div.movies-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.movies-list ul li {
	background: url(../../../img/movies-list.gif) repeat-x bottom left;
	overflow: hidden;
	border-bottom: 1px solid #EEE;
	padding: 0;
	float: left;
	clear: left;
	width: 249px;
}

div.movies-list p {
	font-size: 0.84em;
	line-height: 1.4em;
	padding: 0;
}

div.movies-list div.icon {
	width: 83px;
	margin-right: 9px;
}

div.movies-list div.icon img {
	width: 85px;
}

div.movies-list div.description {
	width: 155px;
	padding-bottom: 0;
}


div.movies-list li.large {
	border: 1px solid #7BB8A2;
	width: 247px;
}

div.movies-list li.large a.play img {
	margin: 16px auto;
	display: block;
}

div.movies-list li.large div.icon {
	width: 147px;
}

div.movies-list li.large div.icon img {
	width: 149px;
}

div.movies-list li.large div.description {
	width: 88px;
}

div.movies-list li.large p.label {
	font-size: 1.1em;
	text-align: right;
	padding-right: 5px;
	color: #666;
}

/* teaser box section */
div.teaser {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #C4DDF2;
	border-bottom: 1px solid #C4DDF2;
	margin-bottom: 30px;
	font-size: 12px;
	font-style: italic;
	color: #01428C;
	padding: 12px 0;
}

div.teaser div.icon {
	float: left;
	background-color: red;
}

div.teaser div.description {
	width: auto;
	display: table;
	float: none;
}
* html div.teaser div.description {
	float: left;
	height: 1%;
}
*+html div.teaser div.description {
	float: left;
	height: 1%;
}

div.teaser div.description p {
	padding: 0;
}

/* news letters subscribe form section */
div.form-nletters {
	background-color: #D2D2D2;
	padding: 11px;
	color: #000;
}

div.form-nletters fieldset {
	padding: 20px 0 6px 0;
	display: block;
}

div.form-nletters fieldset.top {
	border-bottom: 1px solid #CBCBCB;
}

div.form-nletters fieldset.bottom {
	border-top: 1px solid #DDDDDD;
}

div.form-nletters ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 49%;
	float: left;
}

div.form-nletters ul li {
	padding: 0 0 16px 0;
	background: none;
	width: 100%;
	overflow: hidden;
	float: left;
	clear: left;
}

div.form-nletters ul li input {
	margin: 6px 0 0 0;
	padding: 0;
	float: left;
	width: 13px;
	height: 13px;
}

div.form-nletters ul li label {
	float: left;
	padding: 2px 0 0 12px;
}

div.form-nletters dl {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

div.form-nletters dl label {
	padding-top: 4px;
	display: block;
}

div.form-nletters dt {
	margin: 0;
	padding: 0 0 16px 0;
	float: left;
	width: 130px;
	clear: left;
}

div.form-nletters dd {
	/*float: right;*/
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 16px 0;
}

div.form-nletters input.text {
	border-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 190px;
	display: block;
}

div.form-nletters textarea.text {
	border-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 190px;
	display: block;
	border: none;
}


div.form-nletters select.text {
	border-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 212px;
	display: block;
}



#header {
	display: none;
}

div.navigation {
	display: none;
}

#footer {
	display: none;
}

div.content-holder div.text {
	float: none;
}

#navigation-path {
	border-left: none;
	padding: 0;
	background-image: none;
}
/*--------------------------------------------------*/