/* common */

body
	{
	margin:0px;
	background:url(images/bg.jpg) left repeat-x;
	}
#page
	{
	margin:0 auto;
	width:904px;
	margin-top:10px;
	background:url(images/page_bg.jpg) top left repeat-x;
	height:642px;
	}
#container
	{
	float:left;
	width:904px;
	background:url(images/page_right.jpg) top right no-repeat;
	height:642px;
	}
#header
	{
	float:left;
	width:900px;
	}
#header .logo
	{
	float:left;
	padding-left:38px;
	padding-top:25px;
	}
	
	
/* home page */
	
#flash
	{
    float:left;
	width:900px;
	}
#flash .ban
	{
	float:left;
	border:0px;
	padding:5px 7px;
	}
#flash_bg
	{
	float:left;
	width:887px;
	height:455px;
	background:url(images/flash_bg) center no-repeat;
	padding-left:12px;
	padding-top:10px
	}
	
/* menu page */

#menupart
	{
	.float:left;
	border:0px;	
	height:407px;
	overflow:auto;
	width:872px;
	padding:5px 0px;
	border:1px solid #d4959e;
	background:url(images/creamy-inn-bg1.gif) center no-repeat;
	background-color:#fffdd6;
	}
#phone
	{
	width:872px;
	background-color:#ff4e02;
	overflow:auto;
	}
#phone p
	{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#fff;
	margin:0px;
	}
	
table
	{
	margin-bottom:5px;
	margin-top:5px;
	margin-left:25px;
	.margin-left:0px;
	
	border:1px solid #f0a1b4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2b270a;
	text-align:left;
	overflow:auto;
	
	}
table td
	{
	
	padding:5px 5px;
	
	border-collapse: collapse;
	border-spacing: 0px;
	}
table .header
	{
	
	padding:5px 5px;
	font-weight:bold;
	}

	
	
	
/* contact page */

	
#content
	{
    	float:left;
	padding:10px 11px;
	}
#contactpart
	{
	float:left;
	border:0px;	
	height:437px;
	}
.leftpart
	{
	float:left;
	background:url(images/form_bg.gif) top left repeat-x;
	width:415px;
	height:437px;
	border:1px solid #d49ca2;
	}
.rightpart
	{
	float:left;
	width:455px;	
	height:437px;
	background-color:#fffdd6;
	border:1px solid #f7f5c6;
	}

.leftpart .cont_hd
	{
	border:0px;
	padding-top:20px;
	}
.rightpart .branc_hd
	{
	border:0px;
	padding-top:20px;
	}
.forminner
	{
	padding-left:30px;
	padding-top:20px;
	}

label
	{
	float:left;
	width:130px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a65868;
	font-weight:bold;
	}
input
	{
	border:1px solid #d4878e;
	width:200px;
	margin-bottom:15px;
	}
textarea
	{
	border:1px solid #d4878e;
	width:200px;
	height:150px;
	}
.send_btn a
	{
	float:left;
	text-decoration:none;
	border:none;
	margin-left:190px;
	margin-top:30px;
	}
	
.rightpart p
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363215;
	padding-left:30px;
	padding-top:10px;
	}
.rightpart .acct
	{
	padding-left:100px;
	padding-top:10px;
	}






	
/* footer */

#footer
	{
	float:left;
	width:900px;
	margin:0px;
	padding:0px;
	}
#navigation
	{
	width:871px;
	height:67px;
	background:url(images/footer_bg.jpg) left repeat-x;
	margin-left:12px;
	padding:0px;
	border-left:1px solid #d5959f;
	border-right:1px solid #d5959f;
	}
#navigation span
	{
	display:none;
	}
#navigation ul
	{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#navigation ul li
	{
	float:left;
	list-style:none;
	margin:0px;
	padding:20px 72px;
	background:url(images/div_btn.gif) right no-repeat;
	}
#navigation ul li a.home
	{
	float:left;
	width:53px;
	height:27px;
	text-decoration:none;
	background:url(images/btn_home.gif) left no-repeat;
	}
#navigation ul li a.menu
	{
	float:left;
	width:62px;
	height:27px;
	text-decoration:none;
	background:url(images/btn_menu.gif) left no-repeat;
	}
#navigation ul li a.gal
	{
	float:left;
	width:65px;
	height:27px;
	text-decoration:none;
	background:url(images/btn_gal.gif) left no-repeat;
	}
#navigation ul li a.cont
	{
	float:left;
	width:92px;
	height:27px;
	text-decoration:none;
	background:url(images/btn_cont.gif) left no-repeat;
	}

#footer p
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#cdaccb;
	font-size:10px;
	padding:10px 20px;	
	}	

	
	