/* The Manhattan Shutter Company CSS */
/* Made On : 25 April 2007 */


/* default classes  */

body {
	background-color: #333333;
}
body,td,th {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link, a:visited, a:active { color: #a4777d; text-decoration: underline; }
a:hover { color: #a4777d; text-decoration: none; }


/*text classes START here */
.white { color: #ffffff;}
.title { font-family:"Times New Roman", Times, serif; font-size: 14pt; color: #a2757d;}
.title-black { font-family:"Times New Roman", Times, serif; font-size: 14pt; color: #333333;}
.pro-name { font-family:"Times New Roman", Times, serif; font-size: 14pt; color: #515151; }

/*text classes END here */

/* image class */
.img-bor { border: 1px solid #333333; padding: 1px; margin: 20px;}

/* styles pages text */
.style-text { color: #333333; font-weight: bold; line-height: 18px;  }



/* main bg classes START here  */

.cor-l-t {
	background: url(../images/cor-l-t.gif) no-repeat top right;
	width: 16px;
	height: 16px;
}
.cor-l-b {
	background: url(../images/cor-l-b.gif) no-repeat top right;
	width: 16px;
	height: 16px;
}
.white-bg { background-color: #FFFFFF; }
.cor-r-t {
	background: url(../images/cor-r-t.gif) no-repeat top left;
	width: 16px;
	height: 16px;
}
.cor-r-b {
	background: url(../images/cor-r-b.gif) no-repeat top left;
	width: 16px;
	height: 16px;
}

/* top navigation classes START here */
.toplink {
	float:right;
	background-color: #ebbeaa;
	border-bottom: 1px solid #000000;
	margin: 5px;
	padding: 2px;
}


a.topwhitenav:link, a.topwhitenav:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.topwhitenav:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/* top navigation classes END here */

/* main bg classes END here  */

/* footer classes  START here */
.bot-l-cor { background: url(../images/bot-left.gif) no-repeat top right; width: 17px; height: 44px; }
.bot-mid-bg { background: url(../images/bot-mid-bg.gif) repeat-x; height: 44px;}
.bot-r-cor { background: url(../images/bot-right.gif) no-repeat top left; width: 17px; height: 44px;}
/* footer classes  END here */

.white-nav { color: #FFFFFF; text-decoration: none; }
.white-nav a:link, .white-nav a:visited { color: #FFFFFF; text-decoration: underline; }
.white-nav a:hover { color: #FFFFFF; text-decoration: none; }



