/* Atlantis Bathrooms */

.acc
{
	display:none;
}
	
body, html
{
	margin: 0;
	padding:0;
	background: #1f3667 url(../img/bgd.gif) 0 0 repeat-x;
}

a
{
	color: #0078ca;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover
{
	color: #0078ca;
	text-decoration:underline;
}

h1
{
	font: bold 16px "Trebuchet MS", Verdana, Arial;
	line-height: 24px;
	color: #0078ca;
	padding: 0 0 10px 0;
	margin:0;
}

h2
{
	font: bold 12px "Trebuchet MS", Verdana, Arial;
	line-height: 22px;
	color: #fb302d;
	padding: 10px 0 5px 0;
	margin:0;
}

h3
{
	font: bold 14px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #ccc;
	padding: 0 0 0.8em 0;
	margin:0;
}

h4
{
	font: normal 14px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #fb302d;
	padding: 0 0 0.8em 0;
	margin:0;
}

h5
{
	font: italic 12px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #fb302d;
	padding: 0 0 0.8em 0;
	margin:0;
}

h6
{
	font: normal 12px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #aaa;
	padding: 0 0 0.8em 0;
	margin: 0;	
}

ul, ol, dl
{
	padding: 10px 0 10px 30px;
	margin: 0;
}

li, dd
{
	font: normal 13px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #7f7f7f;
}

p
{
	font: normal 12px "Trebuchet MS", Verdana, Arial;
	line-height: 1.5em;
	color: #1f3667;
	padding: 0px 0 0.8em 0;
	margin:0;
}

#container {
	position:relative;
	height: 100%;
	width:920px;
	margin:0 auto;
	padding:0;
	background: transparent url(../img/conbgd.gif) 0 0 repeat-y;
}

/*header*/

#ab_header {
	position:relative;
	margin: 0 auto;
	width:920px;
	height:300px;
	background: transparent url(../img/ab_head.jpg) 0 0 no-repeat;
}

/*menu*/

#ab_m
{
	position:relative;
	width:920px;
	height: 46px;
	background: transparent url(../img/ab_menu.gif) 0 0 no-repeat;
}

#ab_m ul#global
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 920px;
	height: 46px;
}

#ab_m ul#global li
{
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
}

ul#global li, ul#global a 
{
	height: 46px;
	display: block;
	top: 0px;
	
}

#ab_m ul#global li a 
{
	text-indent: -90000px;
	text-decoration: none;
}

#home		{left: 40px; width: 66px;}
#design		{left: 112px; width: 193px;}
#wetrooms	{left: 309px; width: 96px;}
#natural	{left: 410px; width: 128px;}
#contact	{left: 542px; width: 110px;}

#home		a:hover	{background: transparent url(../img/ab_menu.gif) -40px -46px no-repeat;}
#design		a:hover	{background: transparent url(../img/ab_menu.gif) -112px -46px no-repeat;}
#wetrooms	a:hover	{background: transparent url(../img/ab_menu.gif) -309px -46px no-repeat;}
#natural	a:hover	{background: transparent url(../img/ab_menu.gif) -410px -46px no-repeat;}
#contact	a:hover	{background: transparent url(../img/ab_menu.gif) -542px -46px no-repeat;}

#home		a.on	{background: transparent url(../img/ab_menu.gif) -40px -46px no-repeat; cursor: default;}
#design		a.on	{background: transparent url(../img/ab_menu.gif) -112px -46px no-repeat; cursor: default;}
#wetrooms	a.on	{background: transparent url(../img/ab_menu.gif) -309px -46px no-repeat; cursor: default;}
#natural	a.on	{background: transparent url(../img/ab_menu.gif) -410px -46px no-repeat; cursor: default;}
#contact	a.on	{background: transparent url(../img/ab_menu.gif) -542px -46px no-repeat; cursor: default;}

/*main*/

#main
{
	position: relative;
	width:920px;
	padding:0 0 0 0;
	margin:0 auto;
	background: transparent url(../img/conbgd.gif) 0 0 repeat-y;
}

/*content*/

#ab_content 
{
	position:relative;
	float:left;
	width:520px;
	padding: 25px 15px 10px 35px;
	background: transparent ;
	
}

/*images*/

#ab_image
{
	position:relative;
	float:left;
	width:260px;
	padding: 30px 0px 30px 50px;
	background: transparent;
}


#ab_image img
{
	position:relative;
	padding: 0px 50px 50px 0px;	
}

#clear
{
	clear:both;
}

/*footer */

#ab_foot 
{
	position:relative;
	float:left;
	width:920px;
	height:65px;
	margin:0 0;
	background:transparent url(../img/ab_foot.gif) 0 0 no-repeat;
}

#ab_foot p
{
	width:650px;
	margin:0px 0 0 20px;
	padding:15px 0 10px 15px;
	font: normal 13px "Trebuchet MS", Verdana, Arial;
	color: #e6e6e6;
}

#ab_foot p a
{
	color: #fff;
	text-decoration: none;
	font-style:normal;
}

#ab_foot p a:hover
{
	color: #fff;
	text-decoration: underline;
}

#ab_foot h5#info
{
	position: absolute;
	top: 15px;
	right: 45px;
	margin: 0px;
	padding: 0px;
	color: #000;
	font: normal 12px "Trebuchet MS", Verdana, Arial;
	line-height: 1.8em;
}

#ab_foot h5#info a
{
	text-decoration: none;
	color: #EFE5C9;
}

#ab_foot h5#info a:hover
{
	color: #000;
}
