/*** Defaults ***/

body {
	background:url(../img/bg.gif) no-repeat top center #fff;
	color:#2a2831;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:14px;
}

a {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}

/*** Clasees ***/

.left {
	float:left
}
.right {
	float:right
}
.imgLeft{
	float:left;
	margin-right:10px;
}
.imgRight{
	float:right;
	margin:0 10px;
}
.clear {
	clear:both;
	display:block;
	height:0em;
}
.block {
	display:block;
}

/*** HEADER SECTION ***/

#header {
	width:956px;
	margin:0 auto;
	text-align:left;
	height:126px;
}
	#header h1 {
		float:left;
		padding-top:20px;
	}
		#header h1 a {
			display:block;
			font-size:0em;
			line-height:0em;
			text-indent:-1000000px;
		}
		#header h1 a img {
			display:block;
		}
	#header .right {
		width:400px;
		text-align:right;
		font-family:"Times New Roman", Times, serif;
	}
	#header h2 {
		font-size:30px;
		line-height:30px;
		color:#98002f;
		height:40px;
		padding-top:20px;
		padding-bottom:15px;
	}
	#header form {
		float:right;
		width:215px;
	}
		#header form div.input {
			background:url(../img/bg-input.gif) no-repeat;
			width:137px;
			height:23px;
			padding:9px 10px 0 10px;
			float:left;
		}
			#header form div.input input {
				display:block;				
				font:9px Verdana, Arial, Helvetica, sans-serif;
				color:#000;
				border:0;
				background:none;
				float:left;
			}
		#header form input.img {
			display:block;
			float:right;
			background: url(../img/go.gif);
			width:50px;
			height:30px;
			cursor:pointer;
			border:none;
		}
		
/*** NAVBAR ***/

#nav {
	background:url(../img/bg-nav.gif) no-repeat left;
	height:42px;
	width:956px;
	margin:0 auto;
	margin-bottom:18px;
}
	#nav ul {}
		#nav ul li {
			background:url(../img/menu-s.gif) no-repeat left;
			padding-left:2px;
			display:block;
			float:left;
		}
		#nav ul li.first {
			background:none;
			padding-left:0;
		}
			#nav ul li a {
				display:block;
				float:left;
				text-decoration:none;
				color:#0f0f0f;
				font-size:14px;
				padding-left:16px;
			}
			#nav ul li.active a {
				color:#fff;
				background:url(../img/tab-left.gif) no-repeat left;
			}
			#nav ul li a:hover{
				background:url(../img/menu-o.gif) repeat-x;
				color:#fff;
				cursor:hand;
			}
				#nav ul li a span {
					display:block;
					float:left;
					height:42px;
					line-height:42px;
					padding-right:16px;
				}
				#nav ul li.active a span{
					background:url(../img/tab-right.gif) no-repeat right;
				}
				#nav ul li.active a:hover span{
					background:url(../img/menu-o.gif) repeat-x;
				}
				
/*** MAIN CONTENT ***/

#content {
	width:956px;
	margin:0 auto;
	text-align:left;
	padding-bottom:10px;
}

	
	/* LEFT-HAND CONTENT SECTION */
	#page {
		width:724px;
		float:left;
	}
		/* OLD STYLE
		#page h2 {
			background:url(../img/header.jpg) no-repeat top left;
			font-size:24px;
			color:#98002F;
			width:725px;
			height:45px;
			padding:8px 0 0 10px;
		}
		*/
		#page p{
			margin:8px 0 8px 10px;
			font-size:14px;
		}
		#page a{
			color:#98002F;
			text-decoration:none;
			font-weight:bold;
		}
		#page a:hover{
			color:#333;
			text-decoration:none;
		}
		#page .ajaxSearch_resultLink {
			background:url(../img/diamond.gif) no-repeat 10px 7px;
			padding:4px 0 0 30px;
			height:22px;
			margin:15px 0 0px 10px;
			font-size:16px;
			display:block;
		}	
		#page .ajaxSearch_resultExtract p{
			display:block;
			font-size:12px;
			padding-left:40px;
		}	
		#page .teaser {
			width:724px;
			margin-bottom:20px;
		}
			
		#page .box {
			background:url(../img/small-teaser.gif) no-repeat;
			width:230px;
			height:236px;
			float:left;
			margin-left:17px;
			margin-bottom:12px;
		}
		#page .box.first {
			margin-left:0;
		}
			#page .box a {
				display:block;
				text-align:center;
				text-decoration:none;
				color:#2a2831;
			}
			#page .box a:hover {
				color:#000;
			}
				#page .box a img {
					display:block;
					margin:0 auto;
					padding:15px 0;
				}
		#page .contactRight{
		float:right;
		width:210px;
		margin:25px 0 0 7px;
		}		
			#page .contactRight span{
				font-size:18px;
				font-weight:bold;
				color:#98002F;
				margin-left:7px;
			}			
			#page .contactRight p{
				margin:5px 0 20px 30px;
				font-size:14px;
			}
				
/*** SUB-PAGES ***/
			
			/* Rounded Corner Container */			
				#page .wideBox {
				}
				#page .wideBox .bg {
					background: url(../img/box-m-wide.gif) repeat-y top;
					padding:3px 15px;
						min-height:540px;						/* IE6 MIN-HEIGHT TRICK */ 	
						height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
					height:540px; 
				}
				
			/* General Styles */
				
				#page .wideBox p {
					line-height:130%;
				}
				#page .wideBox h2 {
					font-size:30px;
					color:#98002F;
					margin:0 0 10px 7px;
				}
				#page .wideBox h3{
					font-size:22px;
					color:#98002F;
					border-bottom:2px solid #98002F;
					padding-bottom:3px;
					font-weight:bold;
					width:400px;
					margin-left:7px;
				}
				#page .wideBox h4{
					font-size:18px;
					color:#98002F;
					border-bottom:3px solid #98002F;
					padding-bottom:3px;
					font-weight:bold;
					width:280px;
				}
				
			#page .wideBox h5 {
					font-size:20px;
					color:#98002F;
					margin-left:120px;
				}
				#page .wideBox h3.right{
					font-size:22px;
					color:#98002F;
					border-bottom:2px solid #98002F;
					padding-bottom:3px;
					font-weight:bold;
					width:400px;
					float:right;
				}
				#page .wideBox h4.right{
					font-size:18px;
					color:#98002F;
					border-bottom:3px solid #98002F;
					padding-bottom:3px;
					font-weight:bold;
					width:280px;
					float:right;
				}
				#page .wideBox ul {
					list-style-type:none;
					margin:10px 0 0 30px;
				}
				#page .wideBox ul li{
					list-style-type:none;
					background:url(../img/diamond.gif) no-repeat 2px 7px;
					padding:4px 0 0 30px;
					line-height:150%;
					font-size:14px;
				}	
				
			/* Dash Box on Services Page */			
			#page .wideBox .dash-box{
				float:left;
				width:430px;
				background-color:#EDEDED;
				border:4px dashed #ccc;
				margin:5px 0 0 10px;
				*margin:5px 0 0 10px;
				padding:35px 15px 15px 15px;
				min-height:150px;						/* IE6 MIN-HEIGHT TRICK */ 	
				height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
				height:150px;
				vertical-align:middle;
			}
			#page .wideBox .dash-box p{
				font-size:20px;
			}
			
		/* Events Box */			
			#page .wideBox .events-box{
				float:left;
				width:630px;
				background-color:#EDEDED;
				border:5px dotted pink;
				margin:5px 0 0 10px;
				*margin:5px 0 0 10px;
				padding:15px 15px 15px 15px;
				min-height:170px;						/* IE6 MIN-HEIGHT TRICK */ 	
				height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
				height:170px;
				vertical-align:middle;
			}
			#page .wideBox .events-box h2{
				font-size:34px;
				margin:0;
			}
			#page .wideBox .events-box h2 .small{
				font-size:18px;
			}

			#page .wideBox .events-box p{
				font-size:16px;
			}
			#page .wideBox .events-box p2{
				font-size:14px;
			}
			/* Featured Box on Services Page */			
			#page .wideBox .featured-box{
				display:block;
				width:605px;
				height:270px;
				background-color:#eee;
				border:2px solid #ccc;
				margin:30px 0 10px 10px;
				*margin:60px 0 10px 10px;
				padding:15px;	
				vertical-align:middle;
			}
			#page .wideBox .featured-box h3.featured{
				text-align:center;
				font-size:30px;
				margin:0 0 25px 100px;
			}
			#page .wideBox .featured-box h4{
				font-size:22px;
			}
			#page .wideBox .featured-box p{
				font-size:14px;
			}
			#page .wideBox .featured-box p a{
				font-size:18px;
			}
			#page .wideBox .featured-box p a:hover{
				text-decoration:underline;
			}
			#page .wideBox .featured-box span{
				color:#98002f;
				font-size:18px;
				font-weight:bold;
				font-style:italic;
			}
			
			/* Top Box on Bridal Page */			
			#page .wideBox .bridal-box{
				width:330px;
				float:left;
				margin:20px 10px 20px 10px;
				padding:8px;	
				vertical-align:middle;
			}
			#page .wideBox .bridal-box p{
				font-size:17px;
				line-height:120%;
			}
			
			/* Products Page Images*/
			.productImages{
				float:right;
				display:inline;
				width:280px;
				padding-right:30px;
			}
		
/*** RIGHT-HAND SIDEBAR ***/

	#sidebar {
		float:right;
		width:214px;
	}
		#sidebar h3 {
			background-image:url(../img/b1.gif);
			background-repeat:no-repeat;
			font-size:16px;
			line-height:28px;
			color:#fff;
			height:29px;
			margin-bottom:5px;
			padding:0 12px;
			position:relative;
			z-index:2;
		}
			#sidebar h3 a {
				color:#fff;
				text-decoration:none;
				display:block;
			}
			#sidebar h3 a:hover {
				color:#ccc;
			}
		
		#sidebar .round {
			background:#ededed;
			margin-bottom:12px;
			margin-top:-8px;
			position:relative;
			z-index:1;
			padding-top:9px;
		}
			#sidebar .round ul {
				padding:0 16px;
			}
				#sidebar .round ul li {
					padding:8px 0;
					color:#444344;
					font-size:12px;
					font-weight:bold;
				}
					#sidebar .round ul li a {
						color:#444344;
						text-decoration:none;
					}
					#sidebar .round ul li a:hover {
						text-decoration:underline;
					}
		
		#sidebar .box {}
			#sidebar .box .bg {
				background: url(../img/box-t.gif) no-repeat top;
				padding:12px 16px 0 16px;
			}
			#sidebar .box h4 {
				font-size:0em;
				line-height:0em;
				text-indent:-100000px;
			}
				#sidebar .box h4 img {
					display:block;
					padding-bottom:8px;
				}
			#sidebar a.img img {
				display:block;	
				padding-bottom:12px;
			}
		
		#sidebar .promo {
			display:block;
			padding-bottom:12px;
		}
			#sidebar .promo img {
				display:block;
			}

/*** FOOTER ***/
#footer {
	width:956px;
	margin:0 auto;
}
	#footer ul {
		float:left;
	}
		#footer ul li {
			display:inline;
			font-size:12px;
			color:#25262d;	
			letter-spacing:0.5em;
		}
			#footer ul li a {
				color:#25262d;
				text-decoration:underline;
				letter-spacing:normal;
			}
			#footer ul li a:hover {
				text-decoration:none;
			}
	#footer p {
		float:right;
	}
		#footer p a {
			text-decoration:none;
			color:#25262d;	
		}
		#footer p a:hover {
			text-decoration:underline;
		}
		
/*** FORM STYLES ***/

fieldset {
	border:1px dashed #98002F;
	padding:10px;
	width:450px;
	margin:20px 0 0 5px;
}

legend {
	font:17px/33px Arial, sans-serif;
	line-height:18px;
	border: 1px solid #333;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#000;
	background:#DFDED8;
	*margin:0 0px 7px -7px;
}
label {
	width:108px;
	height:30px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#000;
	background:#FFFFFF;
	border:1px solid #D0D0D0;
	float:left;
	display: block;
	font-size:16px;
	font-weight: bold;
	line-height: 1.1;
}
.form {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}
.holder {
	background-color:#fff;
}
.div_textbox {
	width:315px;
	float:right;
	background-color:#FFF;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.textbox {
	background-image: url(../img/diamond.gif);
	background-repeat: no-repeat;
	background-position:3px 7px;
	width:265px;
	font:normal 16px Arial;
	color: #444444;
	padding:3px 5px 3px 28px;
	margin-bottom:30px;
}
.textbox:focus, .textbox:hover {
	background-color:#FBFBFB;
}

.div_textarea {
	width:315px;
	float:right;
	background-color:#FFF;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textarea {
	background-image: url(../img/diamond.gif);
	background-repeat: no-repeat;
	background-position:3px 7px;
	width:265px;
	height:100px;
	font:normal 16px Arial;
	color: #444444;
	padding:3px 5px 3px 28px;
}
.textarea:focus, .textarea:hover {
	background-color:#FBFBFB;
}

.username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:265px;
    	font:normal 16px Arial;
    	color: #444444;
    	padding:3px 5px 3px 28px;
}
.username:focus, .username:hover {
	background-color:#FBFBFB;
}
   
.password {
    	background-image: url(../img/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:265px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#FBFBFB;
}

.email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:265px;
    font:normal 16px Arial;
    color: #444444;
    padding:3px 5px 3px 28px;
}
.email:focus, .email:hover {
	background-color:#FBFBFB;
}

.button_div {
	width:255px;
	float:right;
	background-color:#fff;
	border:1px solid #FEE4ED;
	text-align:right;
	height:35px;
	margin-top:8px;
	padding:5px 32px 3px;
}
.buttons {
	background: #98002F;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #AF120A #5F0A06 #5F0A06 #AF120A;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

/** END OF FORM STYLES ***/