body, html
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, input, textarea, select, option
{
	font-family: helvetica, arial, sans serif;
	font-size: 13px;
	color: #373939;
}

h1
{
	position: relative;
	display: block;
	padding: 0px 0px 18px 0px;
	margin: 0px 0px 0px 0px;
	
	color: #7e7e7e;
	font-size: 16px;
}

h2
{
	position: relative;
	display: block;
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 0px 0px;
	
	color: #7e7e7e;
	font-size: 13px;
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 18px 0px;
}

a,
a:link,
a:hover,
a:active,
a:visited
{
	color: #c4081c;
	text-decoration: none;
}

a img
{
	position: relative;
	display: block;
	border-style: none;
}

div.clear
{
	position: relative; 
	clear: both;
}

table
{
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 18px 0px;
	border-collapse: collapse;
	border-style: none;
}

table tr td
{
	padding: 0px 10px 4px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

#Page
{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

#Header, #ContentHolder, #Footer
{
	position: relative;
	width: 990px;
	text-align: left;
	margin: auto;
}

#Header
{
	height: 180px;
}

#ContentHolder
{
	height: auto;
}

#Footer
{
	height: 18px;
	width: 970px;
	background-color: #373939;
	margin-top: 60px;
	padding: 6px 10px 6px 10px;
	
	color: #eaeaea;
	font-size: 14px;
	font-weight: bold;
}


#Footer ul
{
	position: absolute;
	display: block;
	right: 10px;
	top: 6px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none outside;
}

#Footer ul li
{
	position: relative;
	display: block;
	float: left;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 20px;
	background-image: url(../images/icon-linklist-footer.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#Footer ul li a,
#Footer ul li a:link,
#Footer ul li a:hover,
#Footer ul li a:active,
#Footer ul li a:visited
{
	color: #eaeaea; 
	font-size: 14px;
	font-weight: bold;
}

#LanguageSwitch
{
	position: relative;
	width: 990px;
	text-align: right;
	margin: auto;
	padding: 4px 0px 0px 0px;

	color: #c4081c; 
	font-size: 14px;
	font-weight: normal;
}

#LanguageSwitch a,
#LanguageSwitch a:link,
#LanguageSwitch a:hover,
#LanguageSwitch a:active,
#LanguageSwitch a:visited
{
    position: relative;
    display: inline;
    margin: 0px 10px 0px 10px;
	
	color: #c4081c; 
	font-size: 14px;
	font-weight: normal;
}


#Logo
{
	position: absolute;
	right: 0px;
	top: 39px;
}


.largeNavBlock
{
	position: relative;
	display: block;
	float: left;
	width: 180px;
	height: 360px;
	background-color: #c6c6c6;
}

a.largeNavBlock,
a.largeNavBlock:link,
a.largeNavBlock:hover,
a.largeNavBlock:active,
a.largeNavBlock:visited
{
	cursor: pointer;
}

a.largeNavBlock:hover
{
}

.largeNavBlock .image
{
	position: relative;
	height: 180px;
	width: 180px;
	overflow: hidden;
}

.largeNavBlock .image.dynamic img
{
	position: absolute;
	opacity: .00;
	filter: alpha(opacity=0);	
	-moz-opacity:0.00;
}

.largeNavBlock .image.dynamic img.visible
{
	position: absolute;
	opacity: 1.00;
	filter: alpha(opacity=100);	
	-moz-opacity:1.00;
}

.largeNavBlock .text
{
	position: relative;
	height: 160px;
	padding: 10px 10px 10px 10px;
	
	color: #373939; 
	font-size: 14px;
	font-weight: bold;
}

.largeNavBlock .text h2
{
	position: relative;
	display: block;
	
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.largeNavBlock .text ul
{
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none outside;
}

.largeNavBlock .text ul li
{
	position: relative;
	display: block;
	padding: 0px 0px 4px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/icon-linklist-home.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

.largeNavBlock .text ul li a,
.largeNavBlock .text ul li a:link,
.largeNavBlock .text ul li a:hover,
.largeNavBlock .text ul li a:active,
.largeNavBlock .text ul li a:visited
{
	color: #373939; 
	font-size: 14px;
	font-weight: normal;
}

.largeNavBlock .text ul li a:hover
{
	color: #c4081c
}

ul#Navigation
{
	position: relative;
	width: 330px;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none outside;
}

ul#Navigation li
{
	position: relative;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	
}

ul#Navigation li a,
ul#Navigation li a:link,
ul#Navigation li a:hover,
ul#Navigation li a:active,
ul#Navigation li a:visited
{
	position: relative;
	display: block;
	float: left;
	height: 400px;
	width: 20px;
	background-color: #c6c6c6;
	border-bottom: 4px solid #c4081c;
	
	font-weight: bold;
}

ul#Navigation li a:hover
{
}

ul#Navigation li ul
{
	position: relative;
	display: none;
	float: left;
	width: auto;
	height: 400px;
	padding: 00px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none outside;
}

ul#Navigation li ul.selected
{
	display: block;
}

ul#Navigation li ul li
{
	position: relative;
	display: block;
	float: none;
	padding: 0px 0px 4px 12px;
	margin: 10px 10px 0px 10px;
	background-image: url(../images/icon-linklist-nav.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

ul#Navigation li ul li a,
ul#Navigation li ul li a:link,
ul#Navigation li ul li a:hover,
ul#Navigation li ul li a:active,
ul#Navigation li ul li a:visited
{
	position: relative;
	display: block;
	float: none;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-style: none;
	
	color: #373939;
	font-weight: bold;
}

ul#Navigation li ul li a:hover
{
	color: #c4081c;
}

#Content
{
	position: relative;
	display: block;
	float: left;
	width: 620px;
	height: 380px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 20px;
	
	background-color: #eaeaea;
	border-bottom: 4px solid #c4081c;
}

#SliderBox
{
	position: relative;
	overflow: hidden;
	width: 620px;
	height: 120px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 18px 0px;
	background-color: #c6c6c6;
}

#SliderBox .scrollLeft
{
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#SliderBox .scrollRight
{
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;	
}


#SliderBox table
{
	position: absolute;
	display: block;
	top: 10px;
	left: 30px;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: none;
	border-collapse: collapse;
}

#SliderBox table tr td
{
	width: 180px;
	height: 120px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: none;
	border-right: 10px solid #c6c6c6;
	background-color: #373939;

	color: #ffffff;
}

#SliderBox table tr td h3
{
    padding: 0px 4px 0px 4px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}

#SliderBox table tr td a,
#SliderBox table tr td a:link,
#SliderBox table tr td a:hover,
#SliderBox table tr td a:active,
#SliderBox table tr td a:visited
{
	position: relative; 
	display: block;
	width: 180px;
	height: 120px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #373939;
	
	color: #ffffff;
}

#SliderBox table tr td a span
{
	position: relative;
	display: block;
	text-align: center;
	padding: 2px 2px 0px 2px;

	line-height: 13px;
}

#SliderBox table tr td a img
{
	position: relative;
	display: block;
	border-style: none;
}

#SliderBox table.offers
{
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 270px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: none;
	border-collapse: collapse;
}

#SliderBox table.offers tr td
{
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: none;
	background-color: Transparent;

	color: #ffffff;
}

#SliderBox table.offers tr td.checkbox
{
    width: 20px;
}

#SliderBox table.offers tr td.label
{
    width: 210px;
}

#SliderBox table.offers tr td.view
{
    width: 40px;
}

#SliderBox table tr td a,
#SliderBox table tr td a:link,
#SliderBox table tr td a:hover,
#SliderBox table tr td a:active,
#SliderBox table tr td a:visited
{
	position: relative; 
	display: block;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #373939;
	
	color: #ffffff;
}


#Text
{
	position: relative;
	display: block;
	float: left;
	width: 300px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#Picture
{
	position: relative;
	display: block;
	float: left;
	width: 280px;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 20px;
	background-color: #c6c6c6;
	text-align: center;
}


#Gallery
{
	position: relative;
	display: block;
	float: left;
	width: 280px;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 20px;
	background-color: #c6c6c6;
}

#Gallery .picture
{
	position: relative;
	display: block;
	width: 280px;
	height: 280px;
}

#Gallery .picture a,
#Gallery .picture a:link,
#Gallery .picture a:hover,
#Gallery .picture a:active,
#Gallery .picture a:visited
{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
}

#Gallery .picture a.visible,
#Gallery .picture a.visible:link,
#Gallery .picture a.visible:hover,
#Gallery .picture a.visible:active,
#Gallery .picture a.visible:visited
{
	display: block;
}

#Gallery .picture img
{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	
	opacity: .00;
	filter: alpha(opacity=0);	
	-moz-opacity:0.00;
}

#Gallery .picture img.visible
{
	opacity: 1.00;
	filter: alpha(opacity=100);	
	-moz-opacity:1.00;
}

#Gallery ul
{
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none outside;
}

#Gallery ul li
{
	position: relative;
	display: block;
	float: left;
	padding: 6px 6px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#Gallery  ul li a,
#Gallery  ul li a:link,
#Gallery  ul li a:hover,
#Gallery  ul li a:active,
#Gallery  ul li a:visited
{
	position: relative;
	float: left;
}

#PageNavigation
{
	position: relative;
	display: block;
	clear: both;
	width: 640px;
	height: 18px;
	padding: 2px 0px 2px 350px;
}

ul#BreadCrumb
{
	position: relative;
	display: block;
	float: left;
	clear: none;
	top: 0px;
	left: 0px;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none outside;
}

ul#BreadCrumb li
{
	position: relative;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #c6c6c6;
	font-weight: bold;
	text-transform: lowercase;
}

ul#BreadCrumb li a, 
ul#BreadCrumb li a:link, 
ul#BreadCrumb li a:hover, 
ul#BreadCrumb li a:active, 
ul#BreadCrumb li a:visited
{
	font-weight: bold;
	text-transform: lowercase;
}

#PageNavigation h1
{
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: auto;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	color: #373939;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
}

ul#Paging
{
	position: relative;
	display: block;
	float: right;
	clear: none;
	top: 0px;
	left: 0px;
	width: 140px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none outside;
}

ul#Paging li
{
	position: relative;
	display: block;
	float: left;
	width: 70px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	text-transform: lowercase;
}

ul#Paging li.nextPage a
{
	position: relative;
	display: block;
	float: left;
	width: 42px;
	padding: 0px 20px 0px 4px;
	text-align: right;
	background-image: url(../images/btn-nextpage.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}

ul#Paging li.previousPage a
{
	position: relative;
	display: block;
	float: left;
	width: 42px;
	padding: 0px 4px 0px 20px;
	text-align: left;
	background-image: url(../images/btn-previouspage.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

ul#Paging li a, 
ul#Paging li a:link, 
ul#Paging li a:hover, 
ul#Paging li a:active, 
ul#Paging li a:visited
{
	font-weight: bold;
	text-transform: lowercase;
}



ul.linklist
{
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 18px 0px;
	list-style: none outside;
}

ul.linklist li
{
	position: relative;
	display: block;
	padding: 0px 0px 6px 20px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

ul.linklist li.doc
{
	background-image: url(../images/ico-doc.gif);
}

ul.linklist li.int
{
	background-image: url(../images/ico-int.gif);
}

ul.linklist li.ext
{
	background-image: url(../images/ico-ext.gif);
}

#WindowOverlay, #WindowHolder, #VideoHolder
{
	position: absolute; 
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.visible#WindowOverlay, #WindowHolder.visible, #VideoHolder.visible
{
	display: block;
}

#WindowOverlay
{
	background-color: #ffffff;	
	opacity: 0.80;
	filter: alpha(opacity=80);	
	-moz-opacity:0.80;
}

.window
{
	position: relative;
	top: 140px;
	width: 600px;
	height: auto;
	margin: auto;
	padding: 0px 0px 0px 0px;
	background-color: #eaeaea;

	text-align: left;
}

#VideoHolder .window
{
	width: 620px;
	padding-bottom: 30px;
}

.window .content
{
	position: relative;
	padding: 10px 10px 10px 10px;
}

#WindowHolder .window .closeButton
{
	z-index: 1000;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 25px;
	height: 25px;
	padding: 2px 2px 2px 2px;
	background-image: url(../images/btn-close.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
	
#VideoHolder .window .closeButton
{
	z-index: 1000;
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: auto;
	height: auto;
	padding: 2px 2px 2px 2px;
	cursor: pointer;
}

fieldset
{
	position: relative;
	display: block;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	border-style: none;	
}

fieldset legend
{
	display: none;
}

fieldset p
{
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

fieldset p label
{
	position: relative;
	display: block;
	float: left;
	width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 0px;
}

fieldset p input.text
{
	position: relative;
	display: block;
	float: left;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #373939;
}

fieldset p textarea
{
	position: relative;
	display: block;
	float: left;
	width: 180px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #373939;
}

fieldset p select
{
	position: relative;
	display: block;
	float: left;
	width: 186px;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #373939;
}

fieldset p input.button	
{
	position: relative;
	display: block;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none;
	background-color: #373939;
	color: #eaeaea;
}

fieldset span.radio input
{
	position: relative;
	float: left;
	margin: 3px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
}

fieldset span.radio label
{
	float: left;
	clear: none;
	width: 160px;
}

.validationSummary
{
	position: relative;
	display: block;
	padding: 0px 0px 20px 0px;
}

.validationSummary ul
{
	position: relative;
	padding: 6px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
	list-style: square outside
}

.validationSummary ul li
{
	position: relative;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

#InterestedIn
{
	position: relative;
	padding: 6px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
	list-style: square outside
}

#InterestedIn li
{
	position: relative;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}


