/* Bathroom Emporium main layout CSS
23rd August 2008 */

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Geneva, Helvetica, sans-serif;
	background: url(images/bg_nav.png) fixed;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	-webkit-text-size-adjust: none;
}
body a:link {text-decoration: none;}
body a:visited {text-decoration: none;}
body a:hover {text-decoration: none;}
body a:active {text-decoration: none;}

/************** header tag styles **************/

h1{
	font-size: 160%;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h2{
	font-size: 130%;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

h3{
	font-size: 120%;
 	font-weight:bold;
	margin: 0px;
	padding: 10px 0px 5px 0px;
}

h4{
	font-size: 100%;
 	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

h5{
	font-size: 95%;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}

h6{
	font-size: 100%;
	margin: 0px 0px -8px 0px;
	padding: 10px 0px 5px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#header, #main, #footer, #rounded_top, #rounded_bottom {width: 827px; margin: auto; text-align: left; padding: 0px 9px 0px 1px;}
#rounded_top {background: transparent url(images/main_background_top.png) no-repeat bottom center; height: 20px; border: 0; margin-top: 20px;}
#header {background: transparent url(images/main_background_mid.png) repeat-y center; text-align: center;}
#main {background: transparent url(images/main_background_mid.png) repeat-y center; padding-top:10px;}
#rounded_bottom {background: transparent url(images/main_background_bot.png) no-repeat top center; height: 52px; border: 0; margin-bottom: 10px;}
#footer {text-align: center; padding: 0px 5px 0px 5px;}

/* Define the areas of the main screen */
#margins{
	margin:0px 10px 0px 10px;
}

#banner{width:790px; margin-left:10px}

.clearer {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px;}

.totp{
	color: #000000;
	font-size: xx-small;
	margin: 20px 0px 10px 0px;
	text-align: right;
	clear: right;
	font-style: italic;
}

.copyright{
	color: #000000; 
	font-size: x-small;
	text-align: center;
}

#copyright_table{
	width: 100%;
	height: 50px;
}

#bottom_info{border-top: 1px solid #cccccc;
  			 margin:0px 10px 0px 10px;
			 padding-top: 3px;
			 
			 
}
#bottom_info img{float:left;padding-left: 10px;}

#bottom_info_text{font-size: xx-small;
			 	  color: #000000;
			 	  text-align: right;
				  padding-top:10px;
			 	  padding-right: 10px;
}

/*Navigation*/
#nav {
	clear:both;
	margin:3px 19px 0px 19px;
	background:url(images/nav-tab_background.gif) repeat-x;
	border-bottom:1px solid #fe633a;
	height:30px;
	width:790px;
}
#nav ul {
	margin:0px 30px 0px 50px;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 6px;
	border-right:1px solid #bb1600;
	border-top:1px solid #bb1600;
	border-bottom:1px solid #bb1600;
	border-left:1px solid #fe633a;
	color:#fff;
	background:#d41e00 url(images/nav-tab_unselected.gif) repeat-x;
	font-size:0.95em;
	font-weight:bold;
	line-height:2.5em;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}
#nav a:hover,
#nav a:focus,
#nav .sel a {background:#720000 url(images/nav-tab_selected.gif) repeat-x; border-bottom-color:#000000;}