@charset "utf-8";
/* CSS Document */

html, body {	
	background-color: #cccccc;	margin: 0px;padding: 0px; align:center;	
		}


A{text-decoration : none;}
a img{border:none;}

.topbg{background-image:url(../img/home_img.jpg); background-repeat:no-repeat;}
.topbg1{background:url(../img/about_img.jpg); background-repeat:no-repeat;}
.topbg2{background-image:url(../img/project_img.jpg); background-repeat:no-repeat;}

.navibg{background-image:url(../img/navi_bg.gif); background-repeat:no-repeat;}
.leftmidbg{background-image:url(../img/left_mid_bg.gif);}
.midbg{background-image:url(../img/mid_bg.gif);}
.rightmidbg{background-image:url(../img/right_mid_bg.gif);}

.navi{font-family : KozGoPro;font-size : 14px;font-weight : normal;color : #000000; line-height: 17pt;}
a.navi{font-family : KozGoPro;font-size : 14px;font-weight : normal;color : #000000; line-height: 17pt;}
a.navi:hover{font-family : KozGoPro;font-size : 14px;font-weight : normal;color : #000000; line-height: 17pt; text-decoration:underline;}

.subnavi{font-family : Arial;font-size : 12px;font-weight : bold;color : #4B3D69; line-height: 17pt;}
a.subnavi{font-family : Arial;font-size : 12px;font-weight : bold;color : #4B3D69; line-height: 17pt;}
a.subnavi:hover{font-family : Arial;font-size : 12px;font-weight : bold;color : #4B3D69; line-height: 17pt; text-decoration:underline;}

.subnavitext{font-family : Arial;font-size : 12px;font-weight : bold;color : #4B3D69; line-height: 14pt;}

.hd{font-family:KozGoPro; font-size : 24px;font-weight : bold;color : #4B3D69; line-height: 27px;}
.subhd{font-family:KozGoPro; font-size : 20px;font-weight : bold;color : #4B3D69; line-height: 25px; font-style:italic;}
.subhd2{font-family:KozGoPro; font-size : 23px;font-weight : bold;color : #4B3D69; line-height: 25px; font-style:italic;}

.hometext{font-family : Arial;font-size : 12px;font-weight : normal;color : #4C4C4C; line-height: 14pt;}
.normaltextbold{font-family : Arial;font-size : 14px;font-weight : bold;color : #554871; line-height: 14pt;}
.normaltext{font-family : Verdana;font-size : 12px;font-weight : normal;color : #4C4C4C; line-height: 14pt;}
.normaltext1{font-family : Verdana;font-size : 12px;font-weight : bold;color : #4C4C4C; line-height: 14pt;}

.footertext{font-family : KozGoPro;font-size : 12px;font-weight : bold;color : #8E8E8E; line-height: 17pt;}

.footer{font-family : Arial;font-size : 14px;font-weight : bold;color : #767676; line-height: 17pt;}
a.footer{font-family : Arial;font-size : 14px;font-weight : bold;color : #767676; line-height: 17pt;}
a.footer:hover{font-family : Arial;font-size : 14px;font-weight : bold;color : #767676; line-height: 17pt; text-decoration:underline;}


.link {font-family : Arial;font-size : 10px;font-weight : bold;color : #4B3D69; line-height: 13pt;}
a.link {font-family : Arial;font-size : 10px;font-weight : bold;color : #4B3D69; line-height: 13pt;}
a.link:hover {font-family : Arial;font-size : 10px;font-weight : bold;color : #4B3D69; line-height: 13pt; text-decoration:underline;}

.textbox{font-family : Arial;font-size : 12px; color:#3D3D3D; font-weight:normal; line-height:12px; border-color:#C5C5C5; border-style:solid; border-width:1px; background-color:#F9F9F9;}

.button{font-family : verdana;font-size : 11px; line-height:17px; background-color:#ffffff; color:#c22709; border-width:1px; border-color:#bb271b; font-weight:bold;}

.normal{font-family : Verdana;font-size : 11px;font-weight : normal;color : #c22709; line-height: 15pt;}

.link1 {font-family : Verdana;font-size : 12px;font-weight : normal;color : #4B3D69; line-height: 13pt;}
a.link1 {font-family : Verdana;font-size : 12px;font-weight : normal;color : #4B3D69; line-height: 13pt;}
a.link1:hover {font-family : Verdana;font-size : 12px;font-weight : normal;color : #4B3D69; line-height: 13pt; text-decoration:underline;}

.bor1{
	border:1px solid #787878;
	}
	
	
.daady{
	font-family:Corbel,Geneva, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#353539;
	}	

/*______________________________________thump_______________________________________*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


.enq{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#850a0a;
	text-decoration:none;
	}
a.enq:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#850a0a;
	text-decoration:underline;
	}