/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #333333;
	line-height: 125%;
}

/* TAGs */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #006633;
	line-height: 150%;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #006633;
	line-height: 125%;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #006633;
	line-height: 100%;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	line-height: 100%;
	margin: 0px 0px 0px px;
}

hr {
	border-top: 1px dashed #999999;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

ul {
}

li {
}
	

form {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 15px;
}

legend {
	font-weight: bold;
	color: #006633;
}

input.search {
	margin: 2px 10px 0px 10px;
	font-size: 100%;
}

/* -- LINKS -- */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #006633;
}

a:active {
	text-decoration: underline;
	color: #006633;
}

/* ----- */

a.foot:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.foot:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.foot:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.foot:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* ----- */

a.coast:link {
	text-decoration: none;
}

a.coast:visited {
	text-decoration: none;
}

a.coast:hover {
	text-decoration: underline;
}

a.coast:active {
	text-decoration: underline;
}

/* ----- */

a.moduleLink:link {
	text-decoration: none;
	color: #999999;
}

a.moduleLink:visited {
	text-decoration: none;
	color: #999999;
}

a.moduleLink:hover {
	text-decoration: underline;
	color: #999999;
}

a.moduleLink:active {
	text-decoration: underline;
	color: #999999;
}

/* ----- */

a.relatedLink:link {
	text-decoration: none;
	color: #999999;
}

a.relatedLink:visited {
	text-decoration: none;
	color: #999999;
}

a.relatedLink:hover {
	text-decoration: underline;
	color: #999999;
}

a.relatedLink:active {
	text-decoration: underline;
	color: #999999;
}

/* ----- */

a.breadcrumb:link {
	text-decoration: none;
	color: #FF6600;
}

a.breadcrumb:visited {
	text-decoration: none;
	color: #FF6600;
}

a.breadcrumb:hover {
	text-decoration: underline;
	color: #FF6600;
}

a.breadcrumb:active {
	text-decoration: underline;
	color: #FF6600;
}

/* ----- */

a.productLink:link {
	text-decoration: none;
	color: #666666;
}

a.productLink:visited {
	text-decoration: none;
	color: #666666;
}

a.productLink:hover {
	text-decoration: underline;
	color: #FF6600;
}

a.productLink:active {
	text-decoration: underline;
	color: #666666;
}

/* ----- */

a.enlar:hover {
	text-decoration: underline;
	color: #006633;
}

/* Modules ----- */

h2.moduleName {
	margin: 0px;
	padding: 8px 0px;
	border-bottom: 1px solid #006633;
}

ul.moduleUL {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

li.moduleLI {
	float: left;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
	border-bottom: 1px dashed #006633;
	list-style-type: none;
}

li.moduleLI2 {
	float: left;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
	list-style-type: none;
}

li.moduleLiSwitch {
	float: left;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
	border-bottom: 1px solid #006633;
	list-style-type: none;
}

.moduleTitle {
	float: left;
	width: 335px;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
}

.moduleDate {
	float: left;
	width: 150px;
	text-align: right;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
}

.moduleTitleSwitch {
	float: left;
	width: 75px;
	color: #006633;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.moduleTitleSwitch2 {
	float: left;
	width: 125px;
	color: #006633;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.moduleDateSwitch {
	float: left;
	width: 410px;
	color: #006633;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.moduleTypeSwitch {
	float: left;
	width: 360px;
	color: #006633;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/* Module Table ----- */

table.modtable {
	border-top: 1px solid #006633;
	border-left: 1px solid #006633;
}

table.modtable th {
	border-right: 1px solid #006633;
	border-bottom: 1px solid #006633;
	background-color: #E5F5E5;
	color: #006633;
	padding: 3px;
	text-align:left;
}

table.modtable td {
	border-right: 1px solid #006633;
	border-bottom: 1px solid #006633;	
	padding: 3px;
}

table.modtable td a {
	color: #006633;
}

/* Related ----- */

h3.related {
	margin: 10px 0px;
	padding: 0px;
}

ul.related {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	border-top: 1px dashed #006633;
}

li.related {
	float: left;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
	list-style-type: none;
}

#relatedDocs {
	margin: 0px;
	padding: 0px;
}

#RelatedNews {
	margin: 0px;
	padding: 0px;
}

#RelatedEvents {
	margin: 0px;
	padding: 0px;
}

#RelatedOffers {
	margin: 0px;
	padding: 0px;
}

#RelatedClients {
	margin: 0px;
	padding: 0px;
}


/* ----- */

.searchLabel {
	padding: 0px 0px 2px 0px;
	vertical-align: middle;
}

#sitemap li {
	padding: 2px 0px;
}

#NewsHomeTitle {
	background-image: url(../images/page/news.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px 0px 3px 0px;
}

#NewsHomeTitle h2 {
	display: none;
}

#EventsPreviewTitle {
	background-image: url(../images/page/events.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px 0px 3px 0px;
}

#EventsPreviewTitle h2 {
	display: none;
} 

#VacanciesPreviewTitle {
	background-image: url(../images/page/vacancies.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px 0px 3px 0px;
}

#VacanciesPreviewTitle h2 {
	display: none;
} 

#AccessibilityTitle {
	background-image: url(../images/page/accessibility.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 135px;
	height: 25px;
	margin: 0px 0px 3px 0px;
}

#AccessibilityTitle h2 {
	display: none;
}

/* Team page ----- */

.teamBoundary {
	float: left;
	width: 485px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	clear: both;
	vertical-align: top;
}

.team1 {
	float: left;
	width: 152px;
	height: auto;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
}

.team2 {
	float: left;
	width: 152px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
}

/* Accessibility ----- */

.fontopts {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	list-style: none;
}

.fontopts li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.fontopts li a {
	display: block;
	float: left;
	color: #006633;
	margin-right: 4px;
	padding: 3px;
	width: 15px;
	text-align: center;
	text-decoration: none;
	background-color: #E5F5E5;
}

/*---- contact form ---*/

.conform {
	padding: 15px;
}

.conform2 {
	padding: 15px;
}

.conform label {
	float: left;
	margin: 2px 0px 3px 0px;
	width: 150px;
	font-weight: bold;
	clear: both;
}

.conform2 label {
	font-weight: bold;
}

.conform select,input,textarea {
	margin: 0px 0px 7px 0px;
	vertical-align: middle;
}

#errorbox {
	border: 1px solid #F71842;
	padding: 15px;
	margin: 20px 0px;
	color: #F71842;
}

#errorbox h2 {
	color: #F71842;
	font-size: 110%;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}

#errorbox ul {
	color: #FFFFFF;
	padding: 0px;
	margin: 5px;
	list-style-type: none;
}

#errorbox ul li {
	padding: 3px 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

/*---- contact form END ---*/

/*---- PRODUCT MODULE START ---*/

ul.product {
	margin: 0px;
	padding: 0px;
}

li.product {
	padding: 5px 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	list-style-image: url(../images/page/bullet2.gif);
	list-style-position: inside;
	vertical-align: middle;
}

table.productTable th {
	text-align: left;
	vertical-align: top;
	padding: 3px 10px 3px 0px;
}

table.productTable td {
	text-align: left;
	vertical-align: top;
	padding: 3px 0px;
}

.picRow {
	width: 100%;
	margin-bottom: 20px;
}

.thumbArea {
	float: left;
	width: 130px;
	margin: 0px 10px 0px 0px;
	text-align: center;
}

.productPreview {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #CCCCCC;
}

.productTitle {
	color: #333333;
	font-weight: bold;
}

#viewRange {
	float:left;
	width: 100%;
}

#rangePic {
	float: left;
	padding: 0px 10px 0px 0px;
	border-right:1px solid #CCCCCC;
}

#rangeDetails {
	float: left;
	padding: 10px;
	line-height: 170%;
	color: #FF6600;
}

#productNav {
	width: 100%;
	float: left;
}

#productNav {
	width: 100%;
	float: right;
}

#productBread {
	float: right;
	width: 520px;
}

#productDistributor {
	float: right;
	width: 180px;
}

/*---- PRODUCT MODULE END ---*/

