/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/img05.jpg) repeat-x left top;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

.header {
	width: 1024px;
	margin: 0px auto;
	padding: 1em;
	background-image:url(images/header.png);
	background-repeat:repeat;
	
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-left:0px;
	text-transform: none;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: none;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

/*.menu {
	width: 1024px;
	margin: 0px auto;
	background-image:url(images/img05.gif);
	background-repeat:repeat;
	height:50px;
}

.menu ul {
	margin: 10px;
	padding: 0px;
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
	background: url(images/img03.gif);
	background-repeat:repeat;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

.menu .active {
	background: #FFFFFF;
	color: #254360;
}

*//** CONTENT */
.menu {padding:0 0 0 0px; margin:0; list-style:none; height:40px; background:#fff url(images/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif;padding-left:15px; }
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#FFFFFF; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 4px; cursor:pointer;}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 12px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 12px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#000; background: url(images/button4.gif) no-repeat;}
.menu li a.top_link:hover span {background:url(images/button4.gif) no-repeat right top;}
.menu li a.top_link:hover span.down {background:url(images/button4a.gif) no-repeat right top;}

.menu li:hover > a.top_link {color:#000; background: url(images/button4.gif) no-repeat;}
.menu li:hover > a.top_link span {background:url(images/button4.gif) no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url(images/button4a.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {left:2px; top:40px; right:2px; background: #fff; padding:3px 0; border:1px solid #009900; white-space:nowrap; width:200px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:200px;}
.menu :hover ul.sub li a {font-weight:normal;display:block; font-size:11px; height:20px; width:192px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(images/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#42c555; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#42c555 url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#42c555 url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 95d2ee; white-space:nowrap; width:93px; z-index:200; height:auto;}

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 538px;
	padding-left: 20px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 130px;
	background: url(images/img05.gif);
	background-repeat:repeat-x;
	text-align: justify;
}

#footer {
	margin: 0px;
	padding: 5px 0px 0px 0px;
font-size:12px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;

}
#footer a:hover{
color:#FF9900;
font-size:12px;
}
.right {
	clear: both;
	margin: 0px;
	padding-left:3px;
 	font-size:12px;
/*	background: url(images/Block-c.png);
	background-repeat:repeat;
*/	text-align: left;
	padding-right:2px;
	border-width:0px;
}
.right a {
	color: #990000;
	text-decoration:none;
}
.right a:hover{
color:#003366;
font-size:12px;
}
.left {
background-color:#F0FAFF;
	background-repeat:repeat;
	text-align: justify;
}
.label{
color:#0066CC;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
}
.must{
color:#FF0000;
}
.textbox{
background-color:#F9FCFF;
color:#666666;
}
.heading{
color:#003366;
font-size:16px;
font-weight:bold;
}
.para{
color:#006666;
font-size:12px;
font-family:Verdana;
text-align:justify;
margin-left:4px;
margin-right:4px;
}
.tr1
{border:1px;
border-style:solid;
border-color:#003366;
vertical-align:top;
text-align:center;
}
.price{
background-color:#003300;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
font-family:Verdana;
}
.link1{
color:#000066;
font-size:12px;
font-weight:bold;
font-family:Verdana;
}
.bg{
background-color:#666666;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
font-family:Verdana;
}
.bg1{
background-color:#0683FF;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
font-family:Verdana;
}
.txt{
font-size:10px;
font-family:Verdana;
}
.row1{
background-color:#DFEFFF;
font-size:10px;
font-weight:normal;
font-family:Verdana;
}

