﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	outline: 0px;
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	font: normal 11px "Tahoma";
	text-align: left;
	
	width: 100%;
}

.mainholder
{
	position: relative;
	float: left;
	
	width: 100%;
}

.mainholder a
{
	font: normal 11px "Tahoma";
	text-decoration: none;
	color: #3B7AB2;
	
	padding-left: 10px;
	background: url(/images/arrow_orange.gif) no-repeat;
	background-position: left;	
}

.mainholder a:hover
{
	text-decoration: underline;
}


.mainholder strong
{
	font-weight: bold;
}

.mainholder em
{
	font-style: normal;
}






.header
{
	position: relative;
	float: left;
	
	width: 780px;
}

.headermenu
{
	position: relative;
	float: right;
	
	margin-top: 5px;
	
	
	font: normal 9px "Verdana";
	color: #9999A3;
	text-align: right;
}

.headermenu a
{
	padding: 0px;
	background: none;
	
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
	
	font: normal 9px "Verdana";
	color: #9999A3;
}

.headermenu a:hover
{
	color: #000000;
	text-decoration: none;
}

.logo a
{
	position: relative;
	float: left;
	
	padding: 0px;
	background-image: none;
}

.centerholder
{
	z-index: 2;
	
	position: relative;
	float: right;
	
	width: 100%;
	
	background-color: #E6E6EB;
}

.center
{
	position: relative;
	float: left;
	
	width: 780px;
	_width: 781px;
	
	border-right: solid 1px;
	border-right-color: #FFFFFF;
}

.sectiontitle
{
	position: relative;
	float: left;
	
	margin-bottom: -70px;
	display: inline;
	
	height: 50px;
	width: 300px;
}

.sectiontitle a
{
	padding: 0px;
	background: none; 
}

.centertopmenu
{
	position: relative;
	float: right;
	
	height: 70px;
}

















/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop6.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
http://www.cssplay.co.uk/menus/pro_drop6
=================================================================== */

.navcontainer
{
	z-index: 1;
	
	position: relative;
	float: right;
	
	padding-left: 3px;
	
	width: 450px;
	
}

.nav 
{
	z-index: 2;
	
	position: relative; 
	float: right;

	margin:0; 	
	margin-top: -14px;
	
	padding:0; 
	width: 390px;

	font: normal 10px "Tahoma";
	color: #000;
	list-style:none;
	text-align: right;
}

.nav li
{
	display: inline;
	text-align: left;
}


.nav li, .nav ul li a
{
	padding: 0px;
}

.nav li ul
{
     z-index: 450;
     margin-top: 14px;
}



.nav li.top 
{
	float: none;
	display: inline;
}

.nav li a.top_link
{
	z-index: 4;
	display: inline;
	
	padding: 0px;
	
	font: bold 10px "Tahoma";
	text-decoration:none; 
	color: #5C5C61;
	line-height: 2em;
	
	cursor:pointer;
	background: none;
}

.nav li span 
{
	display: inline;
}

.nav li span.down
{
	z-index: 6;
	
	display: inline;
	padding: 0px;

	font: bold 11px "Tahoma";
	color: #5C5C61;

	background:url(/images/bg_subnav_pd.gif);
}

.nav li span.down a, 
.nav li span.down a:hover
{
	z-index: 7;
	
	margin: 0px;
	padding: 0px;
	background: none;
	line-height: 2em;
	color: #5C5C61;
}

.nav li:hover a.top_link, .nav a.top_link:hover
{
	text-decoration: none;
	background: url(/images/menuiconselectedbg.jpg) no-repeat;
	background-position: left;
}

.nav a.top_link:hover, .nav li span.down a:hover
{
	color: #000;
}

.nav li:hover span.down, .nav a.top_link:hover span.down
{	
	background: url(/images/bg_subnav_pd.gif) no-repeat right;	
}


.nav table 
{
	z-index: 1000;
	
	position: absolute; 

	border-collapse:collapse; 
	padding:0; 
	margin:0; 
	left:0; 
	top:0;
}

.nav :hover ul.sub
{
	z-index: 1000;

	position: absolute;

	padding-left: 3px;
	
	width: 360px;
	height: 60px;
	
	left: 0px;
	top: 0px;
	
}

.nav ul.sub li, 
.nav ul.sub li a
{
	z-index: 1500;
}

.nav :hover ul.sub li
{
	z-index: 2000;

	position:relative; 
	float: left;

	_margin-left: -1px;
	display: inline;
	
	width: 120px;
	
	font-weight:normal;
}

.nav :hover ul.sub li a
{
     
     display: block;
     padding: 0px;
     padding-left: 10%;
     width: 90%;
     _width: 100%;
     
     color: #5E5E5E;
     color: #909090;     
     text-decoration: none;
     line-height: 14px;
     cursor: default;
     
     background: none;
     /* ie bug */
     background: url(/images/donotexist.gif);     
}

.nav :hover ul.sub li a:hover 
{
	color: #000;
	text-decoration: none;
}

.nav li a.top_link:hover
{
	color: #000000;
	text-decoration: none;
	
	background: url(/images/arrow_crossbox_black.gif) no-repeat;
	background-position: left;	
}

.nav a:hover 
{
	position:relative; 

	color: #fff;
	text-decoration: underline;
}



.nav ul, 
.nav a:hover ul ul,
.nav a:hover a:hover ul ul,
.nav a:hover a:hover a:hover ul ul,
.nav a:hover a:hover a:hover a:hover ul ul
{
	position: absolute;
	
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

.nav li.top
{
	z-index: 10;
}

.nav li.topparent
{
	z-index: 200;
}



















.centermedia img
{
	position: relative;
	float: left;
	
	display: inline;
	
	_margin-left: -3px;
	_margin-right: -3px;
	
}





/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop6.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
http://www.cssplay.co.uk/menus/pro_drop6
=================================================================== */

.centerbottommenu
{
	position: relative;
	float: left;
		
	width: 100%;
	
	background-color: #9999A3;
}

.navb 
{
	z-index: 2;
	
	position: relative; 
	float: left;

	padding:0; 
	margin:0; 	
	
	font: normal 11px "Tahoma";
	color: #000;
	list-style:none;
	
	height: 20px;
	
	background-color: #878791;
}

.navb li
{	
	position: relative;
	float: left;
}


.navb li, .navb ul li a
{
	padding: 0px;
}

.navb li ul
{
	z-index: 500;
	margin-top: 20px;
}



.navb li.top 
{
	display: block; 
	float: left;
}

.navb li a.top_link
{
	z-index: 4;
	
	float: left;
	padding: 0px;
	
	height: 20px;
	
	font: bold 0px "Tahoma";
	text-decoration:none; 
	color: #fff;
	
	cursor:pointer;
	background: none;
	background-color: #9999A3;
}

.navb li span 
{
	position: relative;
	float: left; 
	
	display: block; 
}

.navb li span.down
{
	z-index: 6;
	
	position: relative;
	float: left;
	
	display: inline;
	
	padding: 0px;

	font: bold 10px "Tahoma";
	color: #D28A2C;
	
	height: 20px;
	

	background:url(/images/bg_subnav_pd.gif);
}

.navb li span.down a, 
.navb li span.down a:hover
{
	z-index: 7;
		
	margin: 0px;
	
	padding: 0px;
	color: #fff;
	
	height: 20px;
	
	background: none;
	/*
	background-color: #9999A3;
	background-color: #ffff00;
	*/
}

.navb li:hover a.top_link, .navb a.top_link:hover, .navb li span.down a:hover
{
	text-decoration: none;	
}

.navb a.top_link:hover
{
	color: #fff;
	text-decoration: underline;
}

.navb li:hover span.down, .navb a.top_link:hover span.down
{	
	/*
	background: url(/images/bg_subnav_pd.gif) no-repeat right;	
	*/
}





.navb table 
{
	z-index: 1000;
	
	position: absolute; 

	border-collapse:collapse; 
	padding:0; 
	margin:0; 
	left:0; 
	top:0;
}

.navb :hover ul.sub
{
	z-index: 1000;

	position: absolute;
	
	width: 150px;	
	height: auto;
	
	left: 0px;
	top: 0px;
	
	background-color: #5C5C61;
}

.navb ul.sub li
{
	background-color: #9999A3;
}

.navb ul.sub li, 
.navb ul.sub li a
{
	z-index: 1500;
}

.navb :hover ul.sub li
{
	z-index: 2000;

	position:relative; 
	float: left;

	_margin-left: -1px;
	display: inline;
	
	width: 150px;
	
	font-weight:normal;
}

.navb :hover ul.sub li a
{
	display: block;
	
	padding: 0px;
	padding-left: 10px;
	
	width: 140px;
	_width: 150px;
	
	font: normal 11px "Tahoma";
	line-height: 1.5em;
	color: #fff;		
	text-decoration: none;
	
	border-top: solid 1px;
	border-color: #5C5C61;
	
	background: none;
}

.navb :hover ul.sub li a:hover 
{
	border-color: #5C5C61;

	color: #FFFFFF;
	text-decoration: none;
	
	background: none;
	background-color: #5C5C61;

	border-top: solid 1px;
	border-color: #9999A3;
}

.navb li a.top_link:hover
{
	color: #fff;
	text-decoration: none;	
}

.navb a:hover 
{
	position:relative; 

	color: #fff;
	text-decoration: underline;
	
	background-color: #5C5C61;	
}




.navb ul, 
.navb a:hover ul ul,
.navb a:hover a:hover ul ul,
.navb a:hover a:hover a:hover ul ul,
.navb a:hover a:hover a:hover a:hover ul ul
{
	position: absolute;
	
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

.navb li.top
{
	z-index: 10;
}

.navb li.topparent
{
	z-index: 200;
}



















.content
{
	z-index: 1;
	
	position: relative;
	float: left;
	
	margin-top: 20px;
	
	width: 780px;
}



.block25,
.block50,
.block75
{
	position: relative;
	float: left;
	
	width: 195px;
}

.block50
{
	width: 390px;
}

.block75
{
	width: 585px;
}

.block50 p
{
	width: 380px;
}

.block75 p
{
	width: 575px;
}


.content p
{

	position: relative;
	float: left;
	
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}

.content h3,
/*.content h1*/
.h1holder
{
	position: relative;
	float: left;
	
	width: 100%;
}

.content h3 span,
.content .h1holder h1
{
	position: relative;
	float: left;
	
	margin-top: 10px;
	margin-left: 10px;
	display: inline;	
}

.content h1
{
	font: bold 15px "Tahoma";
}

.content em
{
	font-weight: bold;
}

.content span a,
.content em a
{
	position: relative;
	float: left;
	margin-bottom: 10px;

	padding: 0px;
	background: none;
}

.content em a,
.content h3,
.content h3 a
{
	font: bold 11px "Tahoma";
	color: #5C5C61;
}

.content em a:hover,
.content h3 a:hover
{
	text-decoration: none;
}

.content ul
{
	position: relative;
	float: left;
	
	padding: 0px;
	
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
	
	list-style: none;
}

.content ul li
{
	margin-bottom: 3px;
	margin-top: 3px;
}


.imgleft img,
.imgright img
{
	position: relative;
	float: left;
	
	margin: 10px;
	margin-left: 0px;
	margin-top: 2px;
	display: inline;
}

.imgright img
{
	float: right;

	margin: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	display: inline;
}

.content a.blockmenu,
.content a.blocksubmenu
{
	padding: 0px;
	background: none;	
	display: block;
	
	margin-bottom: 5px;
	
	font: bold 11px "Tahoma";
	color: #9999A3;
} 

.content a.blocksubmenu
{
	margin-top: 2px;
	margin-left: 20px;	

	font: normal 10px "Tahoma";
}

.content a.blockmenu:hover,
.content a.blocksubmenu:hover
{
	color: #000000;
	text-decoration: none;
}

.grey
{
	color: #878791;
}

a.top
{
	position: relative;
	float: right;
	background: url(/images/arrow_orange_up.gif) no-repeat left;
}






.content span.model a
{
	margin: 0px;
}

.model
{
	position: relative;
	float: left;
	
	margin: 2px;
	margin-bottom: 2px;
	display: inline;
	padding: 0px;
	
	font-size: 0px;
}

.model a
{
	position: relative;
	float: left;
	
	margin: 2px;
	margin-bottom: 0px;
	display: inline;
	padding: 0px;
	
	/*height: 130px;*/
	border: dashed 1px;
	border-color: #eee;
	
	background-color: #CC9900;
}

.model a:hover
{
	border-color: #bbb;
}

.model span
{
	position: absolute;
	
	border: 0px;
	margin: 0px;
	
	left: 5px;	
	bottom: 3px;
}

.model span a
{
	position: relative;
	float: left;
	
	height: auto;
	/*
	width: 120px;
	*/
	margin-left: 13px;
	margin-right: 3px;
	display: inline;
	
	font: normal 10px "Tahoma";
	color: #878791;
	
	border: 0px;
	
	clear: both;
}

.model span a:hover
{
	color: #000000;
}








.separator
{
	position: relative;
	float: left;
	
	display: block;
	
	width: 100%;
	height: 1px;
	
	font-size: 0px;
	
	background-color: #CCCCD1;
}





.loginholder
{
	position: relative;
	float: left;
	
	margin-left: 10px;	
	margin-top: 10px;	
	margin-bottom: 10px;	
	display: inline;
	
	width: 175px;
	_width: 175;
	_padding: 10px;
	
	border: solid 1px;
	border-color: #CCCCD1;
}

.login
{
	position: relative;
	float: left;
	
	margin: 10px;
	_margin: 0px;
	display: inline;
	
	width: 155px;
}

.login h3
{
	margin-bottom: 10px;
	display: block;
	
	font: bold 12px "Tahoma";
	color: #9999A3;
}

.login input
{
	margin-bottom: 5px;
	height: 12px;
	_height: 16px;
	width: 100px;
	
	font: normal 10px "Tahoma";
}

.login a,
.login span a
{
	float: none;
	display: block;
	
	margin-top: 5px;
}












.sitemap
{
	position: relative;
	float: left;
	
	margin-top: 20px;
	
	width: 194px;
	_width: 195px;
	
	border-right: solid 1px;
	border-color: #CCCCD1;
}

.sitemap ul
{
	position: relative;
	float: left;
	
	margin: 0px;
	margin-left: 7px;
	display: inline;
	
	list-style: none;
}

.sitemap li
{
	position: relative;
	float: left;
	
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline;

	width: 140px;
	
	display: block;
}

.sitemap li a
{
	font-size: 10px;
}


.sitemap ul ul
{
	margin-left: 20px;
	margin-right: -20px;
	display: inline;
}

.sitemap li.listhead
{
	float: none;
	display: block;
	
	margin: 0px;
	_margin-left: -16px;
	
	width: 180px;
	
	height: 20px;

	border-bottom: solid 1px;
	border-color: #666666;
	
	background-color:#efefef;
}

.sitemap li.listhead a
{
	padding: 0px;
	background: none;		
}
/*
.sitemap li.listhead a:hover
{
	padding-top: 10px;
	background-color:#e1e1e1;

	border-bottom: solid 1px;
	border-color: #666666;
}
*/






.footer
{
	position: relative;
	float: left;
	
	margin-top: 20px;
	
	width: 780px;
	
	color: #9999A3;
}

.footer a,
.footer span
{
	padding: 0px;
	background: none;
	
	margin-left: 5px;
	margin-right: 5px;

	color: #9999A3;
}

.footer a:hover
{
	text-decoration: none;
	color: #000000;
}


.copyright
{
	position: relative;
	float: left;
	
	margin-left: 10px;
	display: inline;
	
	width: 50%;
}

.international
{
	position: relative;
	float: right;
	
	width: 45%;
	
	text-align: right;
}





/*-------------------------------------------------------------------*/
/* gallery */

#msgImage img
{
	display: inline;
	padding: 1px;
	border: solid 9px #FFFFFF;
	max-height: 500px;
	max-width: 660px;
	vertical-align: middle;
	background-color: #CCCCCC;
}

#msgImage b
{
	display: inline-block;
	height: 500px;
	vertical-align: middle;	
}






/***************************************************************************/

table.vwtable
{
    position: relative;
    float: left;

    width: 96%;
	margin-left: 2%;
	margin-bottom: 10px;
	margin-top: 10px;
	
	border-collapse: collapse;
}

table.vwtable td,
table.vwtable th
{
	border: none;
	border: solid 1px #9999A3;;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

table.vwtable td
{
	background-color: #FFFFFF;
}


table.vwtable th
{
	font-weight: bold;
	background-color: #EFEFEF;
	color: #666666;
}


/***************************************************************************/





.details_hold {position:relative;margin-left:12px;padding:4px;border:1px solid #E5EFF8;font:normal .8em arial, helvetica;}
.details_hold strong{position:relative;display:block;float:left;width:150px;font:bold .9em arial, helvetica;}
.tx_det_head{margin:12px 12px;font:bold .8em arial, helvetica;color:#353535;}
input, select, textarea{color: #666;background: #F7F8FA;border: 1px solid #B8C1CA;}
input[type="file"]:hover {cursor: pointer;}
input[type="checkbox"]{border: none;width: 15px !important;}
.details_hold input, .details_hold select, .details_hold textarea{width:200px;margin-bottom:2px;}
.details_light, .details_dark{position:relative;margin-top:4px;margin-bottom:4px;padding:4px;}
.details_light{background:#F7F8FA;}
.details_dark{background:#FFF1E4;}
.det_b_head{font:bold 1em arial, helvetica;color:#0060B3;margin-bottom:6px;}
.details_hold input[type="submit"]{color:#000000;background:#eee;border: 1px solid #B8C1CA;width:100px;}
.details_hold input[type="submit"]:hover{color: #FFFFFF;background: #B8C1CA;cursor: pointer;width:100px;}
.messagegreen, .messagered, .messageyellow{position: relative;float: left;margin-bottom: 10px;margin-top: 10px;margin-right: 2%;display: inline;width: 96%;left: 2%;display: block;border: 2px;border-style: solid;border-color: #96B277;background-color: #f6fff6;text-align: left;}
.messagered{border-color: #DC0000;background-color: #fff6f6;}
.messageyellow{border-color: #DC0000;background-color: #fff6f6;}
.messagegreen h5, .messagegreen em, .messagegreen p,.messagered h5, .messagered em, .messagered p,.messageyellow h5, .messageyellow em, .messageyellow p
{position: relative;float: left;margin: 0px;margin-left: 2%;display: inline;width: 96%;padding: 0px;font: normal 10px "Arial";}
.messagegreen em,.messagered em,.messageyellow em{margin-bottom: 10px;font: normal 14px "Times New Roman";}
.messagegreen h5,.messagered h5,.messageyellow h5{margin-top: 10px;font: Bold 20px "Times New Roman";}
.messagegreen p,.messagered p,.messageyellow p{padding-bottom: 10px;}
.adminmenu{position: relative;float: left;margin-bottom: 5px;margin-top: 5px;width: 96%;left: 2%;margin-right: 2%;display: inline;text-align: left;}
.adminmenu ul{padding: 0px;margin: 0px;list-style: none;}
.adminmenu li{display: inline;}
.minimenu{position: relative;float: right;margin-right: 20px;margin-top: 6px;display: inline;}
.minimenu img{margin-left: 10px;margin-right: 5px;}
.minimenu a{color: #727070;}
.minimenu a:hover{text-decoration: underline;}




/**************************************************************************************/
/******************************        contacts form         **************************/
/**************************************************************************************/
table.contactstable
{
	border-collapse: collapse;
	width: 96%;
	margin-left: 4%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;	
}

table.contactstable td
{
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	/*
	padding-right: 1%;
	*/
}

table.contactstable td.contactstablecol1
{
	width: 30%;
}

table.contactstable td.contactstablecol2
{
	width: 50%;
}

table.contactstable td.contactstablecol3
{
	width: 20%;
}

.contactstable input[type="text"],
.contactstable select,
.contactstable textarea
{
	border: solid 1px;
	border-color: #969B8F #A7AAA3 #A7AAA3 #969B8F;
	width: 210px;
	width: 98%;
	vertical-align: middle;
}

.contactstable textarea
{
	height: 80px;
}


table.contactstable img
{
	border: solid 1px;
	border-color: #969B8F #A7AAA3 #A7AAA3 #969B8F;
}

table.contactstable a
{
	padding: 0px;
	background: none;
	float: right;
}

table.contactstable a img
{
	border: none;
}
/**************************************************************************************/
/******************************        contacts form         **************************/
/**************************************************************************************/






