@charset "utf-8";
/* 

		Maxwell Stan-Bishop
		A Chair Affaire

*/


*		{margin:0; padding:0;}
html	{overflow:auto; height:100%;}
ul		{list-style: square inside; }
ol		{list-style: decimal inside; }
a		{outline:none; text-decoration:underline; }
a img	{border:none; }
img		{vertical-align:middle; }



body{
	background: url(Images/bg.jpg) no-repeat;
	background-color: #660818;

}


#pagewrap {width: 1024px; height: 768px;}

#pagewrap img.preload{display:none;}

/* 
	Home message
	
*/

#centre {
	background: none;
	position:relative;
	width: 400px;
	height:auto;
	top:305px;
	left:390px;
	font-family:"Script MT Bold";
	font-size:24px;
	z-index: 1;
}
p#indent1	{text-indent:15px;}
p#indent2	{text-indent:25px;}
p#indent3	{text-indent:33px;}
p#indent4	{text-indent:39px;}
p#indent5	{text-indent:43px;}

/*
Navigation
*/

#navigation_bg{
	background:none no-repeat; 
	position:absolute; 
	top:141px;	
	left:608px;	
	height: 450px; 
	width: 250px; 
	float:left; 
	z-index: 2;}


#navigation			{float:left;}
ul#navigation		{list-style:none;}
ul#navigation li	{display:block;}
ul#navigation li a	{text-indent: -9999px; display: block; float: left;	height: 50px; margin-bottom:10px; margin-right:150px;}		

ul#navigation li a.home{width:104px; display:inline; background:url(Images/buttons/home.png) no-repeat 0 0 ;}
ul#navigation li a.home:hover{background:url(Images/buttons/home_ro.png) no-repeat 0 0;}

ul#navigation li a.gallery{width:130px; display:inline; margin-left:100px; background:url(Images/buttons/gallery.png) no-repeat 0 0;}
ul#navigation li a.gallery:hover{background:url(Images/buttons/gallery_ro.png) no-repeat 0 0;}

ul#navigation li a.services{width:128px; display:inline; margin-left:155px; background:url(Images/buttons/services.png) no-repeat 0 0 ;}
ul#navigation li a.services:hover{background:url(Images/buttons/services_ro.png) no-repeat 0 0 ;}

ul#navigation li a.contactus{width:180px; display:inline;margin-left:190px; background:url(Images/buttons/contactus.png) no-repeat 0 0 ;}
ul#navigation li a.contactus:hover{background:url(Images/buttons/contactus_ro.png) no-repeat 0 0 ;}

ul#navigation li a.aboutus{width:156px;	display:inline;	margin-left:210px; background:url(Images/buttons/aboutus.png) no-repeat 0 0 ;}
ul#navigation li a.aboutus:hover{background:url(Images/buttons/aboutus_ro.png) no-repeat 0 0 ;}

ul#navigation li a.ourfriends{width:197px; display:inline;	margin-left:220px;background:url(Images/buttons/ourfriends.png) no-repeat 0 0 ;}
ul#navigation li a.ourfriends:hover{background:url(Images/buttons/ourfriends_ro.png) no-repeat 0 0 ;}

ul#navigation li a.thepackage{width:209px; display:inline; margin-left:210px; background:url(Images/buttons/thepackage.png) no-repeat 0 0 ;}
ul#navigation li a.thepackage:hover{background:url(Images/buttons/thepackage_ro.png) no-repeat 0 0 ;}

ul#navigation li a.planner{width:286px; display:inline; margin-left:125px; background:url(Images/buttons/weddingplanner.png) no-repeat 0 0 ; cursor:default;}
/*ul#navigation li a.planner:hover{background:url(Images/buttons/weddingplanner_ro.png) no-repeat 0 0 ;}
*/
ul#navigation li a.faq{width:82px; display:inline; margin-left:170px; background:url(Images/buttons/faq.png) no-repeat 0 0 ; cursor:default;}
/*ul#navigation li a.faq:hover{background:url(Images/buttons/faq_ro.png) no-repeat 0 0 ;}
*/



#comingsoon{
	background:none no-repeat;
	position:absolute;
	left:380px;
	top:680px;
	height:auto;
	width:650px;
	font-family:"Script MT Bold";
	font-size:26px;
	
}



