*{
	padding:0;
	margin:0;
}
html{
	overflow:scroll;
	overflow-x:auto;
}
html,body{
	min-height:100%;
}
* html body{
	height:100%;
}
body{
	background:#FCE1E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.pbigger{
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
:focus{
	outline:none;
}
a{
	text-decoration:none;
	color:#ee2a7b;
	position:relative;
}
.white-link{
	text-decoration:none;
	color:#FFF;
	position:relative;
	font-size:12px;
}
p{
	margin:10px;
	line-height:16px;
	color: #333;
	font-size:11px;
	text-align:justify;
}
.prightbold{
	line-height:16px;
	color: #333;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding:4px;


}
.photo{
margin-left:10px;
margin-right:10px;
}
h4{
	text-align:center;
	color:#4F273C;
	font-size:15px;
}
/**
 * Template Layout Styles
 */
#wrapper{
	width:800px;
	margin: 5% auto 0;
	border:1px solid #ED217C;
	background:url('../images/bg_grad.gif') bottom left repeat-x #FFF;
}
#mainwrap{
	background:url('../images/bg_grad_top.png') top left repeat-x;
	width:100%;
}
#main{
	background:url('../images/filigree.png') left bottom repeat;
}
#footer{
	width:800px;
	margin:20px auto;
	background:#F59DB4;
	border:1px solid #ED217C;
	color:#FFF;
	padding:4px 0;
	overflow:hidden;
	font-size:11px;
}
#footer span{
	padding:0 10px;
}
#footer .left{
	float:left;
}
#footer .right{
	float:right;
}
#footer a{
	color:#FFF;
}
#content_wrap{
	min-height:500px;
	position:relative;
}
* html #content_wrap{
	height:500px;
}
#home_page #mainwrap{
	background:none;
}
#right_content{
	width:420px;
	float:right;
	min-height:490px;
	position:relative;
	z-index:10;
}
* html #right_content{
	height:490px;
}
#image_left{
	width:380px;
	height:490px;
	float:left;
	margin-top:10px;
}
#bottom_content{
	clear:both;
}
/**
 * Main Page Images
 */
#home_page #image_left{
	background:url('../images/bride1.png') 0 0 no-repeat;
}
#exhibitors_page #image_left{
	background:url('../images/bride1.png') 0 0 no-repeat;
}
#features_page #image_left{
	background:url('../images/bride1.png') 0 0 no-repeat;
}
#offers_page #image_left{
	background:url('../images/bride1.png') 0 0 no-repeat;
}
#competitions_page #image_left{
	background:url('../images/bride1.png') 0 0 no-repeat;
}
#testimonials_page #image_left{
	background:url('../images/bride2.png') 0 0 no-repeat;
}
#contact_page #image_left{
	background:url('../images/bride1.png') 0 0 no-repeat;
}
#guide_page #image_left{
	background:url('../images/bride1.png') 0 0 no-repeat;
}

#menu_bar{
	width:100%;
	height:25px;
	background:url('../images/menu_bg.gif') top left repeat-x;
}
#menu_bar ul{
	float:right;
	margin:0 20px 0 0;
	display:inline;
}
#menu_bar li{
	float:left;
	list-style:none;
	display:inline;
}
#menu_bar li a{
	color:#FFF;
	margin:2px 9px 0;
	font-size:11px;
	font-weight:bold;
	display:inline;
	height:22px;
	float:left;
}
#menu_bar li a:hover, #menu_bar li a.active{
	background:url('../images/highlight.gif') bottom right no-repeat;
}
#home_page #menu_bar li a:hover, #home_page #menu_bar li a.active{
	background:url('../images/highlightb.gif') bottom right no-repeat;
}
/**
 * Page Title Heading Styles
 */
h1#welcome_title{
	background:url('../images/welcome_title.png') bottom right no-repeat;
	width:471px;
	height:198px;
	position:absolute;
	bottom:5px;
	right:10px;
	text-indent:-9999px;
}
h1.page_title{
	background:url('../images/featuresb.gif') center no-repeat;
	text-indent:-9999px;
	margin:15px auto 0;
	height:45px;
}
#exhibitors_page h1.page_title{
	background:url('../images/exhibitors.gif') center no-repeat;
}
#features_page h1.page_title{
	background:url('../images/features.gif') center no-repeat;
}
#offers_page h1.page_title{
	background:url('../images/offers.gif') center no-repeat;
}
#thanks_page h1.page_title{
	background:url('../images/thanks.gif') center no-repeat;
}
#competitions_page h1.page_title{
	background:url('../images/competitions.gif') center no-repeat;
}
#testimonials_page h1.page_title{
	background:url('../images/testimonials.gif') center no-repeat;
}
#contact_page h1.page_title{
	background:url('../images/contact.gif') center no-repeat;
}
#guide_page h1.page_title{
	background:url('../images/guide.gif') center no-repeat;
}
div.hr{
	width:360px;
	height:24px;
	background:url('../images/motif.png') center no-repeat;
	margin:auto;
}
div.ul{
	width:360px;
	height:24px;
	background:url('../images/motifb.png') center no-repeat;
	margin:auto;
}

/**
 * Expanding content sliding divs styles
 */
#expanding_content{
	width:260px;
	float:right;
	position:relative;
	right:30px;
	top:30px;
}
.panel{
	background:url('../images/panel_bg.png');
}
#expanding_content span.expander{
	width:246px;
	height:24px;
	display:block;
	background:url('../images/expand_bar.gif');
	cursor:pointer;
	margin:0 auto 1px;
	line-height:24px;
	text-indent:15px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
#expanding_content span.expander.active{
	background-position: 0 -25px;
}
#expanding_content div.content{
	padding:6px 6px 25px;
	display:none;
	overflow:hidden;
}
#expanding_content div.content.show{
	display:block;
}
#expanding_content h3{
	font-size:11px;
	white-space:nowrap;
	margin:0 0 6px 4px;
}
#expanding_content img{
	border:1px solid #918f8f;
	padding:1px;
	float:left;
	margin:0 4px 0 0;
}
#expanding_content p{
	font-size:11px;
	margin:0;
	font-weight:normal;
}

.compBox{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-color:#FFF;
	border:1px;
	color: #006600;
	border: #ff99ff; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	width: 150px;
	height:16px;
}
.comparea{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-color:#FFF;
	border:1px;
	color: #006600;
	border: #ff99ff; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	width: 150px;
	height:40px;
}