@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%;}


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

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


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


body {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#d9d9d8;
	background-image:url(../images/home-hbg.gif);
	background-repeat:repeat-x;
	background-color:#0e213d;
}
.wrapper {
	display:block;
	width:972px;
	margin:0 auto;
}
.creditContainer {
	width:100%;
	height:46px;
	margin:0 auto;
	background-image:url(../images/body-bg.png);
	background-position:center;
	background-repeat:repeat-y;
	overflow:hidden;
}
.topArea{
	width:972px;
	overflow:hidden;
}
.logoArea{
	width:472px;
	float:left;
}
.flashArea{
	width:500px;
	float:left;
}
.menuArea{
	width:972px;
	overflow:hidden;
}
.menuContainer{
	width:576px;
	height:145px;
	float:left;
	background-image:url(../images/mid-menu-bg.jpg);
	background-repeat:no-repeat;
}
.menuDesignQuote{
	width:396px;
	height:145px;
	float:left;
	background-image:url(../images/menu-design-quote.jpg);
	background-repeat:no-repeat;
}
.menuPosition{
	width:555px;
	margin-left:11px;
	margin-top:41px;
}
.obligationPad{
	margin-top:32px;
}
.contentMiddleArea{
	width:972px;
	overflow:hidden;
}
.galleryArea{
	width:256px;
	float:left;
}
.galleryHeading{
	width:256px;
}
.galleryImgArea{
	width:203px;
	margin-left:23px;
}
.galleryImgArea img{
	margin-bottom:14px;
}
.aboutArea{
	width:476px;
	float:left;
}
.midHeadArea{
	width:476px;
	height:42px;
}
#contentContainer{
	width:470px;
	color:#d9d9d8;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}
.testimonialsArea{
	width:240px;
	float:left;
}
.testimonialsHead{
	width:240px;
}
.testimonialsContent{
	width:190px;
	margin-left:19px;
	border-bottom:#2a3a52 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	margin-bottom:20px;
	color:#d9d9d8;
	padding-bottom:10px;
}
.signatureArea{
	width:460px;
	padding-top:23px;
	margin:0 auto;
}
ul.contentPoints{
	padding-left:30px;
	padding-top:10px;
	list-style-type:none;
}
li.contentTxt{
	margin-bottom:10px;
	padding-left:25px;
	/*list-style-image:url(../images/icon-arrow.png);*/
	background: url(../images/icon-arrow.png) no-repeat left top;
	
}
a.lnkContentTxt{
	text-decoration:underline;
	color:#d9d9d8;
}
a.lnkContentTxt:hover{
	text-decoration:none;
	color:#bd8d2f;
}
a.lnkReadMore{
	font-size:11px;
	text-decoration:none;
	color:#f8b603;
}
a.lnkReadMore:hover{
	color:#d0707a;
}


/***********************************************************
Link and Text Styles
************************************************************/
.txtCopyright {
	color:#000000;
	float:left;
	font-size:11px;
}
.txtCredit {
	color:#000000;
	float:right;
	font-size:11px;
}
a.lnkCredit {
	color:#000000;
	text-decoration:none;
}
a.lnkCredit:hover {
	color:#d9d9d8;
	border-bottom:1px dotted #cc9933;
}
/*------------------------- End --------------------------*/





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

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