@charset "utf-8";
.font {
	font-family: Arial, Helvetica, sans-serif;
}
.border {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #FFFFFF;
}
.picborder {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px ridge #003300;
}

 /*menu */ 
.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 169px;
	border-bottom-width: 0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	cursor: pointer;
}

.glossymenu li a{
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 10px 0;
	padding-left: 10px;
	text-decoration: none;
	list-style-type: none;
	text-align: left;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	width: 160px;
	list-style-type: none;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
	list-style-type: none;
}

.glossymenu li a:hover{
	background-image: url(../images/glossyback2.gif);
	list-style-type: none;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 10px 0;
	padding-left: 10px;
	text-decoration: none;
	list-style-type: none;
	text-align: left;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #002800;
	display: block;
	border-bottom-width:1px;
	line-height: 22px;
	z-index: 100;
	background-color: #EAEAEA;
	width: auto;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}

.anylinkcss a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #002800;
	padding: 1px 1px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #003300;
	color: #FFFFFF;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
}
.logbody{
	background-image: url(../images/logbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 21px;
}
.futer {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menubg{
	background-image:url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentfont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.contenttitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.maintext{
	margin: 6px;
	padding: 8px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}
.maintext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.teaser{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}
.bg {
	background-image: url(../BATHROOM%20TEMPLATE/images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.login{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	filter: DropShadow(Color=#999999, OffX=0, OffY=0, Positive=0);
}
.dropshadow {
	filter: DropShadow(Color=#999999, OffX=0, OffY=0, Positive=2);
}

.divider {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003300;
}
.bordercontent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 5px;
	border-right-width: 2px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A2AF20;
	border-right-color: #A2AF20;
	border-bottom-color: #A2AF20;
	border-left-color: #A2AF20;
}
.futer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytext {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	margin-right: 3px;
}
.contenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.bgbody{
	background-image: url(images/700_28.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bgbodyL{
	background-image: url(images/700_28-LP.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bgfuter{
	background-image: url(images/700_28-futer.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bgfuterL{
	background-image: url(images/700_28-futerL.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bgdynahead{
	background-image: url(images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.style2 {color: #003300;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	background-color: #F2F2F2;
}
.titleoftitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-image: url(../images/glossyback2.gif);
	background-repeat: repeat;
	background-position: center bottom;
	padding-left: 10px;
}
.bullets {
	list-style-position: inside;
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	list-style-image: none;
}
.uploadbody{
	color: #000000;
	background-color: #000000;

}
/*+++++++++++ document viewer ++++++++++++++++*/

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 10px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	background-color: #E2E2E2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tablist li a:link, #tablist li a:visited{
	color: #000000;
}

#tablist li a:hover{
	color: #000000;
	background-color: #CCCCCC;
}

#tablist li a.current{
	background-color: #669966;
}
.contactbg{
	background-color: #F2F2F2;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
.iframebg{
	background-color: #669966;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #7E7E7E;
	text-decoration: none;
}
.searchbg{
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: white;
	width: auto;
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.titlegif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image:url(../images/menu.gif);
}
.tableteaser{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 3px;
}
.titlegifstatic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/menu2.jpg);
}
.tableteaser2{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
