/* CSS DOCUMENT design psd */
body {
	background-image: url(../images/back_tile.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
/* background-color: lightyellow; */
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span h4{ /*CSS for enlarged Text*/
font:Verdana, Arial, Helvetica, sans-serif;
 }

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 15px; /*position where enlarged image should offset horizontally */

}



.header_crnr1 {
	background-color: #ffffff;
	background-image: url(../images/header_crnr1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 278px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
}
.header_crnr2 {
	background-color: #ffffff;
	background-image: url(../images/header_crnr2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 278px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
}
.nav a {
 	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
	font-weight: bold;	
	text-transform: none;
	text-decoration:none;
	line-height: 24px;
	background:url(../images/icon1.jpg) no-repeat 15px center;
	padding:0px 25px 0px 35px;
	display:block;
}
.nav a:hover, .mnu td.nav a.active {
	color:#000000;
	font-weight: bold;	
	background:#fdb234 url(../images/icon1_hovr.jpg) no-repeat 15px center;
	text-decoration: none;
	padding:0px 25px 0px 40px;
}

.txt_package {
	font-family:tahoma;
	font-size:11px;
	color:#000000;
	font-weight: normal;
	padding-left:12px;
	background:url(../images/icon_hvr.jpg) no-repeat left 8px;
	padding-top:5px;
}



a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
	
}

.mnu_lnk td a {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	background:url(../images/icon.jpg) no-repeat 5px center;
	padding:0px 0px 0px 20px;
}
.mnu_lnk td a:hover {
	color:#ff4f42;
	background:url(../images/icon_hvr.jpg) no-repeat 10px center;
}




h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #4C4C4C;
	font-weight:200;
	display:inline;
}
h2 {
	font-size: 14px;
	color: #5CA2BB;
}
.heading1 {
	font-family:arial;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-transform:uppercase;
	padding-bottom:10px;
	letter-spacing:0px;
	padding-left:8px;
}
.heading2 {
	font-family:arial;
	font-size:18px;
	color:#000000;
	font-weight: normal;
	text-transform: none;
}
.heading3 {
	font-family:arial;
	font-size:18px;
	color:#8cbf0b;
	font-weight: normal;
	text-transform: none;
}

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text1 {
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight: normal;
	text-transform: none;
}
.text2 {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	font-weight: normal;
	text-transform: none;
}
.txt_1 {
	font-family: tahoma;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.txt_2 {
	font-family: tahoma;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}



/* START INPUT BOX AND TEXT AREA */
.input_box{
	border:1px solid #606D78;
	background-color:#fff;
	font-family: Tahoma;
	font-size: 11px;
	padding: 2px 2px 0px 2px;
	width: 150px;
	height: 18px;
	color: #5D5D5D;
}
.text_area{
	border:1px solid #A0A0A0;
	font-family: verdana;
	font-size: 11px;
	padding: 0px;
	width: 200px;
	height: 70px;
	color: #505050;
}

/* END INPUT BOX AND TEXT AREA */

