@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	border: 0;
	margin: 0;
	padding: 0;
}
.txtSmall {font-size:11px;} 
.txtMedium {font-size:12px;} 
.txtLarge {font-size:14px;} 
.alignRight {float:right;} 
.alignLeft {float:left;}
.txtRed {color:#CC0000;} 
.txtBrown {color:#aa5c56} 
.txtBlack {color:#000000;} 
.txtviolet {color:#d73593;} 
.txtBlue {color:#0d59ab} 
.txtBold {font-weight:bold;}
.row{width:990px; clear:both;} 
.breaker {clear:both; width:100%;}
.breaker02 {clear:both; width:100%; height:1px;}


/***********************************************************
The CSS Class for the Websites to Align at the Bottom.
************************************************************/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.horizone {
	min-height: 100%;
	background-image:url(../images/home-top-bg.jpg);
	background-repeat:repeat-x;
	height: auto !important;
	height: 100%;
	margin: 0 auto -201px 0; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 201px; /* .adjuster must be the same height as .footer */
	background-image:url(../images/bottom-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.adjuster {
	height: 201px; /* .adjuster must be the same height as .footer */
}


/*------------------------- End --------------------------*/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(../images/dot-black-bg.jpg);
	background-color:#1E1E1E;
}
.wrapper {
	display:block;
	width:990px;
	margin:0 auto;
}
.creditContainer {
	width:990px;
	margin:0 auto;
}

.flashHolder{
	float:left;
	width:783px;
	height:239px;
	background-image:url(../images/flashbg.jpg);
	background-repeat:no-repeat;
}
.topImgPosition{
	float:left;
}
.bottomImgPosition{
	float:left;
	width:445px;
	height:201px;
	background-image:url(../images/kado-bottom-img02.jpg);
	background-repeat:no-repeat;
}
.menuArea{
	width:166px;
	padding-left:61px;
	float:left;
	margin-top:8px;
}
#contentContainer{
	width:483px;
	float:left;
	padding-left:49px;
	margin-top:25px;
}
.galleryArea{
	width:192px;
	padding-left:39px;
	float:left;
}
.menu{
	width:100%;
	border-bottom:#424242 solid 1px;
	margin-top:7px;
	padding-bottom:10px;
}
.signaturePostion{
	padding-left:62px;
	margin-top:9px;
}

/***********************************************************
Link and Text Styles
************************************************************/
.txtCopyright {
	color:#999999;
}
.txtCredit {
	color:#999999;
}
a.lnkCredit {
	color:#999999;
	text-decoration:none;
}
a.lnkCredit:hover {
	color:#0066FF;
	border-bottom:1px dotted #003366;
}
a.lnkWhiteBrown{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
a.lnkWhiteBrown:hover{
	color:#af6b3b;
}
a.lnkSubMenu{
	font-size:14px;
	color:#ff4d4d;
	text-decoration:none;
	padding-left:10px;
}
a.lnkSubMenu:hover{
	color:#af6b3b;
}
a.lnkSubSubMenu{
	font-size:14px;
	color:#3f5ae6;
	text-decoration:none;
	padding-left:16px;
}
a.lnkSubSubMenu:hover{
	color:#af6b3b;
}
.mainContent{
	color:#FFFFFF;
	line-height:20px;
}
/*------------------------- End --------------------------*/


/* FCK Styles Starts */

.txtBrownSubHead{
	color:#a8673f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

/* FCK Styles Ends */




/***********************************************************
Styles Used by Programmers
************************************************************/

/*------------------------- End --------------------------*/
