/* CSS Document */

/* Home Page */

body{
	margin:0px;
	padding:0px;	
}

.home{	
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#c40000;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

img a{
	outline:none;
}

img a:hover{
	outline:none;
}

.topbg{
	background-image:url(images/topbg.jpg);
	background-repeat:no-repeat;
	height:73px;
	background-position:top right;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
	height:261px;
	background-position:top;
}

.headline{
	font:16px Arial;
	color:#dceeff;
	text-decoration:none;
}

.style{
	color:#dceeff;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
}

.style1{
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

.style2{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.bodytext{
	font:12px Arial;
	color:#fff6f6;
	text-decoration:none;
	text-align:justify;
	line-height:18px;
}

.more{
	color:#fff6f6;
	text-decoration:none;
}

.more:hover{
	color:#fff6f6;
	text-decoration:underline;
}

.highlight{
	color:#FFFFFF;
}

.phone{
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}

.mail{
	color:#FFFFFF;
	font-size:15px;
	text-decoration:none;
}

.mail:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.footer1{
	font:11px Arial;
	color:#FFFFFF;
	text-decoration:none;
	line-height:18px;
}

.footer1 a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.footer1 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.footer1 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.footer2{
	font:11px Arial;
	color:#6fbdff;
	text-decoration:none;
}

.footer2 a:link{
	color:#6fbdff;
	text-decoration:none;
}

.footer2 a:visited{
	color:#6fbdff;
	text-decoration:none;
}

.footer2 a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

/* Inner Pages */

.inner{
	background-image:url(images/in-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#b60707;
}

.contactbg{
	background-image:url(images/contact-bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.contacttxt{
	font:12px Arial;
	color:#000000;
	text-decoration:none;
	padding-left:10px;
}

.contacttxt a:link{
	color:#000000;
	text-decoration:none;
}

.contacttxt a:visited{
	color:#000000;
	text-decoration:none;
}

.contacttxt a:hover{
	color:#7d0000;
	text-decoration:underline;
}

.link{
	color:#ffffff;
	text-decoration:underline;
}

.link:hover{
	color:#fff6f6;
	text-decoration:none;
}

.menu1{
	font:12px Arial;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.menu2{
	font:12px Arial;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	background-color:#ba0000;
}

.arrow{
	list-style-image:url(images/arrow.gif);
}

.arrow li{
	padding-bottom:4px;
	margin-bottom:4px;
}

.tabbg{
	background-image:url(images/tabbg.jpg);
	background-repeat:repeat-y;
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
}

.frmbdr{
	font:12px Arial;
	color:#000000;
	text-decoration:none;
}

.newsbg{
	border:#FFFFFF solid 4px;
	
}

.frmbdr1{
	background-color:#eef2f1;
	border:#ffffff solid 1px;
	font:12px Arial;
	color:#000000;
	padding-left:3px;
	text-decoration:none;
	width:166px;
}

form{
	margin:0px;
	padding:0px;
}

.design{
	background-image:url(images/design.jpg);
	background-repeat:repeat;
	height:55px;
}

.translate{
	font:bold 12px Tahoma;
	color:#000000;
	text-decoration:none;
}

.leftmenu{
	font:12px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.leftmenu:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
h3.toggler {
	cursor: pointer;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:0px;
	padding-top:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	color:#ffffff;
}