@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img, div {
	behavior: url(stylesheet/png.htc);
}
body {
	background:#fff url(../images/flbody.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#333;
}
h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
	list-style:none;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#68605b;
}
h1 {
	font-size:1.9em;
}
h2 {
	font-size:1.7em;
}
h3 {
	font-size:1.3em;
}
p, ul {
	line-height:1.4em;
	text-align:justify;
}
a {
	color:#2762ae;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.flt-lft {
	float:left;
}
.flt-rt {
	float:right;
}
.valign {
	vertical-align: middle;
}

/*------------LAYOUT STYLES-----------------*/


#wrap {
	width:968px;
	margin: 0 auto;
	background:url(../images/con-bg.gif) repeat-y top left;
}
#header {
	background:url(../images/header.jpg) repeat-x top left;
	height:124px;
	width:948px;
	margin: 0 auto;
}
#logo {
	float:left;
}
#logo img {
	padding-left:10px;
	padding-top:7px;
}
#head-cont {
	float:right;
	width:670px;
}
#head-cont h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#2762ae;
	padding-top:24px;
	padding-bottom:20px;
	padding-right:15px;
	text-align:right;
	font-size:28px;
}
#menu {
	background:url(../images/shade.jpg) no-repeat top right;
	width:361px;
	height:26px;
	color:#2762ae;
	margin-top:10px;
	float:right;
}
#menu ul {
	text-align:right;
	padding:6px 10px 0 0px;
}
#menu li {
	display:inline;
	margin-left:6px;
}
#menu a {
	margin-right:6px;
	text-decoration:none;
}
.imgappoi {
	margin-top:12px;
	margin-left:150px;
	float:left;
	padding-right:25px;
	border-right:#c6d8ef 1px solid;
}
/*-----------Content----------*/

#content {
	width:950px;
	background:#FFFFFF;
	margin:0 auto;
}
#content1 {
	width:950px;
	background:#FFFFFF url(../images/bodybg.jpg) no-repeat top right;
	margin:0 auto;
	overflow:hidden;
}
#sidebar {
	width:200px;
	float:left;
	background:url(../images/side-bg.gif) repeat-y top right;
	min-height:600px;
	height:auto !important;
	height:600px;
}
/*--abt page sidebar --*/
.abt-side {
	float:left;
	width:200px;
	height:750px;
	background:url(../images/side-bg.gif) repeat-y top right;
}

.max-ht {
	height:900px;}
/*--abt page sidebar --*/

.search-box {
	padding:8px;
}
.search-box h3 {
	font-size:15px;
	font-weight:normal;
	background:url(../images/bullet_flower.gif) no-repeat top left;
	padding-left:18px;
}
.search-box select {
	width:150px;
	margin-top:8px;
	margin-left:15px;
}
.search-box ul {
	margin-left:18px;
	margin-top:8px;
	line-height:19px;
}
.search-box a {
	color:#666;
}
.search-box a:hover {
	color:#333;
}
#primary {
	float:right;
	width:735px;
}
/* left nav */


#left-nav li {
	list-style-type:none;
	position:relative;
}
#left-nav ul {
	margin:0px;
	padding:0px;
	position:relative;
}
#left-nav div {
	margin:0px;
	padding:0px;
}
/* 	Layout CSS */
	#left-nav {
	width:200px;
}
/* All A tags - i.e menu items. */
	#left-nav a {
	color: #000;
	text-decoration:none;
	display:block;
	clear:both;
	width:180px;
	padding-left:2px;
	height:20px;
}
#left-nav a:hover {
	color: #2762ae;
	background:  url(../images/menu2.gif) 0 -68px;
	padding: 2px 0 0 18px;
}
/*
	A tags 
	*/
#left-nav .slMenuItem_depth1 {	/* Main menu items */
	margin-top:1px;
	font-weight:bold;
	color: #2762ae;
	display: block;
	background:  url(../images/menu2.gif);
	padding:2px 0 0 18px;
}
#left-nav .slMenuItem_depth2 {	/* Sub menu items */
	margin-top:3px;
	border-bottom:1px dotted #617da0;
	padding:0;
	padding-left:15px;
}
/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#left-nav .slideMenuDiv1
	
	instead of 
	
	#left-nav .slideMenuDiv1 ul
	*/
	
#left-nav .slideMenuDiv1 ul {
	padding:1px;
}
#left-nav .slideMenuDiv2 ul {
	margin-left:5px;
	margin-top:1px;
	padding:0;
}
#left-nav .slideMenuDiv2 ul a:hover {
	background:none;
	padding:0;
	padding-left:15px;
}
/*--------*/

.hom-con {
	background:url(../images/home-bg.jpg) no-repeat top left;
	width:540px;
	height:468px;
	border:1px solid #ccc;
}
.hom-con h3 {
	color:#2762ae;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:50%;
	font-style:italic;
	padding-left:10px;
	font-size:15px;
	margin-bottom:10px;
	padding-top:10px;
}
.hom-con p {
	width:50%;
	padding-left:10px;
	margin-bottom:8px;
}
/*-----------------*/

.form-con {
	background:#fff;
	width:540px;
	border:1px solid #ccc;
}
.form-con h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2762ae;
	font-style:italic;
	padding-left:10px;
	margin-bottom:5px;
	padding-top:10px;
}
.form-con h3 {
	padding-left:48px;
	color:#333;
	margin-bottom:10px;
}
.formfield {
	border-style:solid;
	border-width:1px;
	border-color:#3379ce;
	padding:2px;
	margin:2px;
	color:#333;
	font-family:Arial, helvetica, sans-serif;
	font-size:12px;
	line-height:10px;
}

.formfield1 {
	border-style:solid;
	border-width:1px;
	border-color:#3379ce;
	}
td.tag {
	text-left: right;
	width: 130px;
	padding-left:10px;
}
.select1 {
	padding:2px;
}
.select1 select {
	width:130px;
	border-style:solid;
	border-width:1px;
	border-color:#3379ce;
}
td.data {
	text-align: right;
	width: 200px;
}
.borderbox {
	border:solid 1px #999999;
	color:#999999;
}
#month_day {
	margin-bottom:5px;
	border:#000000 1px solid;
}
.dropfield {
	padding-top:5px;
	padding-left:10px;
}
.dropfield1 {
	padding-top:5px;
	padding-left:10px;
	padding-bottom:10px;
}
.pass {
	padding-left:10px;
}
.pass h3 {
	font-size:15px;
	color:#2762ae;
	margin:0px;
	padding:5px;
}
.regi {
	background:#dbe7f6;
	border:#3379ce 1px solid;
}
.inner-con {
	background:url(../images/img-content-home.jpg) no-repeat top left;
	width:540px;
	height:468px;
	border:1px solid #ccc;
}
.inner-con h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2762ae;
	font-style:italic;
	padding-left:10px;
	margin-bottom:5px;
	padding-top:10px;
}
.inner-con h3 {
	padding-left:48px;
	color:#333;
	margin-bottom:10px;
}
.wed-inner-con {
	background:url(../images/wed-bg.jpg) no-repeat top left;
	width:540px;
	height:468px;
	border:1px solid #ccc;
}
.wed-inner-con h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2762ae;
	font-style:italic;
	padding-left:45px;
	margin-bottom:5px;
	padding-top:10px;
}
.wed-inner-con h3 {
	padding-left:48px;
	color:#333;
	margin-bottom:10px;
}
.hombg-con {
	background:url(../images/img-content-home.jpg) no-repeat top left;
	border:1px solid #ccc;
	width:540px;
	height:468px;
}
.bride-con {
	background:url(../images/bride-bg.jpg) no-repeat top left;
	border:1px solid #ccc;
	width:540px;
	height:468px;
}
.flower-con {
	background:url(../images/flower-bg.jpg) no-repeat top left;
	border:1px solid #ccc;
	width:540px;
	height:468px;
}
.mother-con {
	background:url(../images/mother-bg.jpg) no-repeat top left;
	border:1px solid #ccc;
	width:540px;
	height:468px;
}
.formal-con {
	background:url(../images/formal-bg.jpg) no-repeat top left;
	border:1px solid #ccc;
	width:540px;
	height:468px;
}
.special-con {
	background:url(../images/special-bg.jpg) no-repeat top left;
	border:1px solid #ccc;
}
.acc-con {
	background:url(../images/acc-bg.jpg) no-repeat top left;
	border:1px solid #ccc;
}
.special-con h2, .formal-con h2, .mother-con h2, .flower-con h2, .bride-con h2, .hombg-con h2, .acc-con h2 {
	padding-left:45px;
}
.collection {
	padding-left:45px;
	line-height:28px;
	margin-left:20px;
	margin-top:10px;
}
.collection li {
	list-style:url(../images/arrow.gif);
}
.collection a {
	color:#333;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	padding:2px;
}
.collection a:hover {
	color:#145aa8;
	text-decoration:none;
	padding:2px;
}
.inner-con p {
	width:70%;
	padding-left:10px;
	margin-bottom:8px;
}
.bullet {
	padding-right:10px;
}
.list {
	margin-left:25px;
	list-style: disc;
	line-height:20px;
}
/**----*/

.abt-con {
	width:708px;
}
.abt-con h2 {
	color:#2762ae;
	padding-left:10px;
	margin-bottom:5px;
}
.abt-con h3 {
	color:#2762ae;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-left:10px;
	font-size:15px;
	margin-bottom:10px;
	padding-top:10px;
}
.abt-con p {
	padding-left:10px;
	margin-bottom:8px;
}
.red {
	color:#990000;
}
/*------*/
.shwroom {
	background:#f8efdd;
	border:1px solid #ead6d9;
	padding:5px;
	overflow:hidden;
}
.cont {
	padding-left:10px;
	float:left;
	width:200px;
}
#contact {
	margin-left:10px;
}
#contact li {
	line-height:1.8em;
}
/*----------------------------------------*/
#footer {
	clear:both;
	border-top:1px solid #6e96c9;
	background:url(../images/footerbg.jpg) repeat-x top left;
	height:40px;
	color:#fff;
	width:950px;
	margin:0 auto;
}
#footer ul {
	padding:10px 0 0 10px;
	float:left;
}
#footer li {
	display:inline;
	padding-right:5px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	padding-right:5px;
}
#footer a:hover {
	color:#2762ae;
	text-decoration:underline;
}
#footer p {
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}
p.copy {
	text-align:center;
	font-size:11px;
	background:#6e96c9;
	color:#fff;
	width:950px;
	margin:0 auto;
}
.pg-border {
	border:1px solid #ccc;
	padding:2px;
}

/*---*/
.mes-form{
	margin-left:10px;}
	
.mes-form input{
	margin-bottom:5px;}
	
.box{
	background:#f5f5f5;
	border:1px solid  #ccc;
	padding:5px;
}		