/* CSS Document */
body{
	background:#4c0b2e url(../images/bg_img.gif) repeat-x top;
	text-align:center;
	margin:6px 0px 0px 0px;
	padding:0px;
}
#main_body{
	width:918px;
	margin:0 auto;
	text-align:center;
}
#header_container{
	width:918px;
	margin:0 auto;
	text-align:center;
	height:221px;
}
#header_part_1_container{
	width:918px;
	height:102px;
	background-color:#85123b;
	margin:0 auto;
	text-align:center;
}
#header_part_1_container_logo{
	width:918px;
	height:102px;
	text-align:center;
}
#logo{
	width:468px; /* this and #logo_m must add up to 905px */
	height:102px;
	float:left;
	background:url(../images/logo.gif) no-repeat;
}
#logo_m{
	background:url(../images/logo_bg.gif) repeat-x;
	width:437px; /* this and #logo width must add to 905px*/
	height:87px;
	float:left;
	text-align:right;
	padding-top:15px;
}
#menu_up_container{
	width:437px; /* this width + #logo must not be greater then 905px */
	float:right;
	font-family:Verdana;
	font-size:11px;
	color:#5b0d31;
	text-align:right;
	text-decoration:none;
}
.up_link{
	font-family:Verdana;
	font-size:11px;
	color:#5b0d31;
	text-align:right;
	text-decoration:none;
}
.up_link:hover{
	font-family:Verdana;
	font-size:11px;
	color:#5b0d31;
	text-align:right;
	text-decoration:underline;
}
#logo_r{
	background:url(../images/logo_r.gif);
	width:13px;
	height:102px;
	float:right;
}
#banner{
	width:918px;
	height:221px;
	float:left;
	background: url(../images/banner.jpg) no-repeat;
}
*:first-child+html #banner{  /* ie7 only */
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
}
/* - - - */
/* -- MAIN NAV BELOW --------- MAIN NAV BELOW --------- MAIN NAV BELOW -- */
/* - - - */
#main_menu_container{
	width:918px;
	float:left;
	height:38px;
	padding: 0;
	margin: 0;
}
*:first-child+html #main_menu_container{ /* ie7 */
	height: 45px;
	margin-top: 0px 0 25px 0;
	padding: 0px 0 40px 0;
}
#main_menu_l{
	background:url(../images/menu_l.gif) no-repeat;
	width:11px;
	height:38px;
	float:left;
}
#main_menu_bg { /* ie 6 */
	float:left;
	width:898px;
	background: #da024b url("../images/menu_bg.gif") repeat-x bottom;
	line-height:normal;
	margin-bottom: -42px;
}
*:lang(en) #main_menu_bg{ /* ie7 & ff */
	margin-bottom: 0;
}
#main_menu_bg ul {
	margin:0;
	padding:5px 10px 5px 0;
	list-style:none;
}
#main_menu_bg li {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background:url("../images/left.gif") no-repeat left top;
	margin:0px 0px 0px 0px;
	padding:0px 4px 0px 17px;
}
#main_menu_bg a { /* ie 6 */
	float:left;
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:10px 22px 8px 8px;
	text-decoration:none;
	color: white;
}
*:lang(en) #main_menu_bg a { /* ff */
	padding:10px 22px 8px 7px;
}
*:first-child+html #main_menu_bg a{  /* ie7 only */
	padding:10px 22px 8px 7px;
}
#main_menu_bg .arrow{
	background: green url("../images/arrow.gif") no-repeat middle top;
	width: 20px;
	height: 10px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#main_menu_bg a {
	float:none;
}
/* End IE5-Mac hack */
#main_menu_bg a:hover {
	color: #E4B1BF;
}
body#home #main_menu_bg li.home-li,
body#designs #main_menu_bg li.designs-li,
body#colour #main_menu_bg li.colour-li,
body#order #main_menu_bg li.order-li,
body#faq #main_menu_bg li.faq-li,
body#test #main_menu_bg li.test-li,
body#about #main_menu_bg li.about-li,
body#contact #main_menu_bg li.contact-li
{
	background-image:url("../images/left_on.gif");
}
body#home #main_menu_bg li.home-li a,
body#designs #main_menu_bg li.designs-li a,
body#colour #main_menu_bg li.colour-li a,
body#order #main_menu_bg li.order-li a,
body#faq #main_menu_bg li.faq-li a,
body#test #main_menu_bg li.test-li a,
body#about #main_menu_bg li.about-li a,
body#contact #main_menu_bg li.contact-li a
{
	background-image:url("../images/right_on.gif");
	color: #e5014c;
}
#main_menu_r{
	background:url(../images/menu_r.gif) no-repeat;
	float:right;
	width:9px;
	height:38px;
}
/* - - - */
/* -- MAIN NAV ABOVE --------- MAIN NAV ABOVE --------- MAIN NAV ABOVE -- */
/* - - - */
#body_2_container{
	width:918px;
	float:left;
	background: url(../images/body_part_2_bg.gif) repeat-y;
	z-index: 3;
}
*:first-child+html #body_2_container{  /* ie7 only */
	margin: 140px 0 0 0;
}
#body_2_container_main{
	width:868px;
	float:left;
	background:url(../images/body_part_2_bg_end.gif) bottom no-repeat;
	padding:25px 25px 25px 25px;
}
#body_2_container_main p{
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#454545;
}
#body_2_container_main li{
	font-size: 0.8em;
}
#body_2_container_main li p{
	font-size: 1em;
}

#feedback label{
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#454545;
}
#body_2_container_main ol, #body_2_container_main ul{
	font-family: Arial, Helvetica, sans-serif;
	color:#454545;
	line-height: 1.4em;
}
#body_2_container_main h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #a50546;
}

#body_2_container_main h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #a50546;
}
#body_2_container_main h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #a50546;
}
#body_2_container_main a:link, #body_2_container_main a:visited{
	text-decoration: none;
	border-bottom: 1px solid #e5014c;
	color: #6d6d6d;
}
#body_2_container_main a:hover, #body_2_container_main a:active{
	color: #e5014c;
}
#welcome_area{
	width:560px;
	/*width: 860px;*/
	float:left;
}

/* DESINGS PAGE */
.designs{
	text-align: left;
	padding: 0 0 0 25px;
	width: 795px;
}
.designs table, table.order{
	border: 1px solid pink;
	padding: 5px;
}
.designs td, table.orde tdr{
	padding: 5px;
}
.designs table strong, table.order strong{
	color: #a50546;
}
/* */

#welcome_text{
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}
#welcome_text p{
	line-height: 1.9em;
	padding-left: 10px;
}
#page_heading{
	text-align: left;
}
#gallery_heading{
	width:562px;
	height:76px;
	float:left;
	text-align: left;
}
#gallery_area{ /* ie6 */
	width:562px;
	height:170px;
	clear:both;
	padding: 13px 0px 0px 0px;
	background: url("../images/gallery_bg.gif") no-repeat top left;
}
*:lang(en) #gallery_area{  /* ff */
	padding: 13px 0px 0px 15px;
}
*:first-child+html #gallery_area{  /* ie7 only */
	padding: 10px 0px 0px 0px;
}
#body_right{
	width:266px;
	float:right;
}
#img1{ /* ie6 & ff */
	width:297px;
	height:217px;
	margin-left: -28px;
}
*:first-child+html #img1{  /* ie7 only */
	margin: 0 0 0 -27px;
}
#img1 img{
	border: none;
}
#img1 a:link, #img1 a:visited, #img1 a:hover, #img1 a:active, #gallery_area a:link, #gallery_area a:visited, #gallery_area a:hover, #gallery_area a:active{
	border-bottom: none;
}
#bride-img{ /* ie6 */
	position: relative;
	width: 246px;
	height: 348px;
	border: 2px solid #741938;
	background: url(../images/bride-bg.jpg) no-repeat top right;
	z-index: 5;
}
*:lang(en) #bride-img{  /* ie7 & ff */
	left: 5px;
}
*:first-child+html #bride-img{  /* ie7 only */
	left: 0px;
}
/* - - - */
/* -- FOOTER BELOW --------- FOOTER BELOW --------- FOOTER BELOW -- */
/* - - - */
#footer_bg{
	width: 914px;
	text-align: center;
	float: left;
	margin: 2px 0 0 2px;
	background: url("../images/footer-mirror.gif") repeat-x top left;
}
#footer_text{
	width:912px;
	margin:0 auto;
}
#footer_menu_bg{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type:none;
	text-align:center;
}
#footer_menu_bg p{
	color: #A8004E;
	padding: 10px 0 10px 0;
}
#footer_menu_bg a{
	color: #D28D98;
	padding-top:15px;
	text-decoration:none;
}	
#footer_menu_bg a:hover{
	text-decoration:none;
	border-bottom: 1px solid #A8004E;
}
/* */
#copyright_text{
	width:912px;
	padding: 0 0 25px 0;
	font-family:Verdana;
	font-size:0.8em;
	color:#BC6C88;
	text-align:center;
}
#copyright_text a{
	color: #de0051;
}
/* - - - */
/* -- FOOTER ABOVE --------- FOOTER ABOVE --------- FOOTER ABOVE -- */
/* - - - */

.link1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#4e0427;
	text-decoration:none;
}	
a.link1:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#fc0c64;
	text-decoration:none;
}
/* */
#flashGallery{
	width: 865px;
	height:auto;
	float: left;
	text-align: left;
}
#flashGallery img{
	padding: 10px;
}
/* */
#content {
	width: 560px;	
	min-height: 300px;
	height:auto;
	float: left;
	text-align: justify;
	padding: 0 0 0 10px;
}
#content.full{
	width: 850px;
}
.red{
	color: #a50546;
}
.page-break{
	text-align: center;
	width: auto;
	height: 25px;
	background: url(../images/page-break.gif) center no-repeat;
}
.contact-form input, .contact-form textarea{
	width: 300px;
}
.sitemap{
	font-size: 1em;
}	
.sitemap li{
	padding: 0 0 10px 0;
	margin: 0 0 0 -30px;
	list-style-type: none;
}
/*
	#headerNav{  ie 6
	
	*:lang(en) #headerNav{  ie7 & ff 
	
	*:first-child+html #fixeddiv{  ie7 only

*/

