* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

body {
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

p input{
	vertical-align: middle;
}

* html p input{
	vertical-align: -3px;
}

a {
	color: #9F436F;
}

a:hover {
	color: #D12175;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #00586E;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

h1 span {
	font-size: 16px;
}

h2 {
	color: #00586E;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

h2 span {
	font-size: 14px;
}

h2 a {
	font-size: 18px;
}

h3 {
	color: #9F436F;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

h3 span {
	font-size: 12px;
}

th {
	text-align: left;
	color: #00586E;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
}

.inp {
	border: 1px solid #405C67;
	height: 21px;
	margin: 0px;
}

.estimateForm .inp {
	margin: 5px 0px 5px 0px;
}

.formTable td{
	padding: 5px;
}

.evenCell td {
	background-color: #F1F8F8;
}

.oddCell td {
	background-color: #FFFFFF;
}

.butContainer {
	margin: 5px 0px 5px 0px;
}

.contentBlock {
	margin: 20px 0px 0px 0px;
}

/* Search block settings */

.searchTable {
	margin: 12px 0px 0px 0px;
	width: 100%;
}

.searchTable .inputCell {
	width: 100%;
}

.searchTable .inp {
	border: 1px solid #9F436F !important;
	height: 21px;
	width: 100%;
}

/* Main table settings */

.mainTbl {
	width: 100%;
	height: 100%;
}

.mainTbl .leftCell, .mainTbl .rightCell {
	width: 50%;
}

.mainTbl .contentCell {
	height: 100%;
	vertical-align: top;
}

.mainTbl .lineCell {
	background: #A1CECF url(images/whiteStrip.gif) top repeat-x;
}

.mainTbl .mainCell {
	padding: 2px 0px 20px 0px;
}

.mainTbl .mainCell .contentBlock {
	margin: 20px 10px 0px 10px;
}

.mainTbl .addCell {
	padding: 0px 20px 20px 0px;
}

.mainTbl .logoCell img {
	margin: 10px 20px 0px 20px;
}

.mainTbl .hdrCell {
	padding: 0px;
}

.mainTbl .searchCell {
	padding: 0px 20px 0px 0px;
}

/* Main menu settings */

.mainMnuTable {
	width: 100%;
}

.mainMnuTable td {
	background-color: #405C67;
}

.mainMnuTable a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #FFFFFF;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background-color: #405C67;
	height: 55px;
	line-height: 55px;
	padding: 0px 3px 0px 3px;
}

.mainMnuTable a:hover {
	background-color: #4C6D7A;
	color: #FFFFFF;
}

.footerCell .mainMnuTable a {
	height: 85px;
	line-height: 85px;
}

.footerCell .mainMnuTable .separator img {
	height: 25px;
}

.copyCell p {
	font-size: 11px;
	color: #FFFFFF;
	margin: 12px 0px 0px 0px;
}

.copyCell p a {
	font-size: 11px;
}

.mainMnuTable .current {
	background: url(images/menu_arrow.gif) bottom no-repeat;
}

.mainMnuTable .separator img {
	height: 35px;
}

.mainMnuTable .cornLeft {
	background: #405C67 url(images/menu_cornl.gif) top no-repeat;
	vertical-align: top;
	width: 8px;
}

.mainMnuTable .cornLeft img, .mainMnuTable .cornRight img {
	width: 8px;
	height: 8px;
}

.mainMnuTable .cornRight {
	background: #405C67 url(images/menu_cornr.gif) top no-repeat;
	vertical-align: top;
	width: 8px;
}

/* Underline Settings */

.underline {
	width: 100%;
}

.underline td {
	background-color: #439D9F;
}

.underline .cornl {
	width: 8px;
	background: #439D9F url(images/underline_cornl.gif) bottom no-repeat;
}

.underline .cornr {
	width: 8px;
	background: #439D9F url(images/underline_cornr.gif) bottom no-repeat;
}

* html .underline .line {
	width: 100%;
}

.underline .line p {
	margin: 10px;
	font-size: 14px;
	color: #FFFFFF; 
}

.underline .line p a {
	font-size: 14px;
	color: #FFFFFF;
}

.underline .cornl img, .underline .cornr img {
	width: 8px;
	height: 8px;
}

.underline .shade {
	background: #FFFFFF url(images/shade.gif) left top no-repeat;
}

.underline .shade img {
	width: 720px;
	height: 13px;
}

.underline .lineContainer {
	width: 100%;
}

.underline .menuPath {
	width: 100%;
}

.underline .printLink {
	padding: 0px 0px 0px 15px;
	background: transparent url(images/icon_print.gif) left center no-repeat;
}

/* Item table settings */

.itemTable td {
	vertical-align: top;
}

.itemTable td img {
	margin: 0px 10px 0px 0px;
}

.itemTable td p span{
	font-weight: bold;
}

/* Submenu Settings */

.mainMnuTable .rollOverMenu {
	position: absolute;
	border: 2px solid #FFFFFF;
}

.mainMnuTable .rollOverMenu a {
	text-align: left;
	height: 35px;
	line-height: 35px;
}

* html .mainMnuTable .rollOverMenu a {
	width: 100%;
}

/* Button settings */

.button {
	background: #9F436F url(images/but_cornl_onwhite.gif) top left no-repeat;
	display: table-cell;
	width: 1px;
	line-height: 25px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	text-decoration: none;
}

.button:hover {
	background: #BD5084 url(images/but_cornl_onwhite.gif) bottom left no-repeat;
}


* html .button {
	width: 1px;
}

.button * {
	cursor: pointer;
}

.button span {
	background: transparent url(images/but_cornr_onwhite.gif) top right no-repeat;
	display: block;
	line-height: 25px;
	height: 25px;
	padding: 0px 15px 0px 0px; 
	font-size: 14px;
	color: #FFFFFF;
	white-space: nowrap;
}

.button:hover span {
	background: transparent url(images/but_cornr_onwhite.gif) bottom right no-repeat;
}

.onGreen {
	background-image: url(images/but_cornl_ongreen.gif) !important;
}

.onGreen span {
	background-image: url(images/but_cornr_ongreen.gif) !important;
}

/* List table settings */

.listTable td {
	vertical-align: top;
}

.listTable div {
	padding: 0px 10px 0px 70px;
	background: transparent url(images/spacer.gif) top left no-repeat;
	min-height: 90px;
}

* html .listTable div {
	height: 90px;
}

.listTable div.moveList1 {
	background-image: url(images/icon_1.gif);	
}

.listTable div.moveList2 {
	background-image: url(images/icon_2.gif);	
}

.listTable div.moveList3 {
	background-image: url(images/icon_3.gif);	
}

.listTable div p {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	white-space: nowrap;
	background: transparent url(images/list_bullet.gif) left no-repeat;
}

/* Itel list settings */

.itemList p {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	background: transparent url(images/list_bullet.gif) left no-repeat;
}

/* Gallery table settings */

.galleryTable a {
	margin: 0px 10px 0px 0px;
}

.galleryTable a img {
	border: 1px solid #9F436F;
}

