/* ------------------------------------------------------------------------------------ */
/* STYLES																	
/* ------------------------------------------------------------------------------------ */
html {
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #e8dfc1;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 100%;
	background: url(../images/bg-repeat.gif) repeat top center;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
ul {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
hr {
	color: #262626; 
	background-color: #262626; 
	height: 1px; 
	border: 0px;
}


/* ------------------------------------------------------------------------------------ */
/* HEADING TAGS (SUBSTITUTES FOR FLASH TITLES IF UNAVAILABLE)																	
/* ------------------------------------------------------------------------------------ */
h1 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
h2 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
h2 a:link { 
	color: #d29022;
	text-decoration: none;
}
h2 a:visited { 
	color: #d29022;
	text-decoration: none;
}
h2 a:hover { 
	color: #d29022;
	text-decoration: none;
}
h2 a:active { 
	color: #d29022;
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------ */
/* HOME SIDE PANEL											
/* ------------------------------------------------------------------------------------ */
#mainPanel {
	margin: 0px auto;
	padding: 0px;
	width: 932px;
	height: 578px;
	overflow: hidden;
	background-image: url(../../RoyalBridal/images/stage-center.jpg);
	background-repeat: no-repeat;
}
#mainPanel ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	line-height: 16px;
	list-style-type: none;
}
#mainPanel li { 
	background-image: url(../images/bullet-red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
#centerPadding {
	width: 812px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 8px;
}
#centerContent {
	width: 812px;
	height: 370px;
	overflow: hidden;
	background: url(../images/bg-main-content.gif) no-repeat;
	padding: 22px 23px 0px 23px;
}
#panelFlash {
	background-color: #FFFFFF;
	float: left;
	width: 558px;
	height: 348px;
	overflow: hidden;
}

#panelNavigation {
	background-color: #990000;
	color: #CC0000;
	float: left;
	width: 210px;
	height: 348px;
	overflow: hidden;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.navItem {
	width: 210px;
}
#panelNavigation a:link {
	color: #fd877c;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 24px;
}
#panelNavigation a:visited {
	color: #fd877c;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 24px;
}
#panelNavigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e53f23;
	display: block;
	padding: 4px 0px 4px 24px;
}
#panelNavigation a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 24px;
}


/* ------------------------------------------------------------------------------------ */
/* LINKS																
/* ------------------------------------------------------------------------------------ */
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #d29022;
}
a:active {
	color: #000000;
}
