/* CSS Document */

/*---------------------------------------------------------
Author: Matthew Hansen @ Digital Design Media Ltd
Date:	30 May 2008
Description: The screen style sheet for 
----------------------------------------------------------*/
* 
{
	margin:0px;		
	padding:0px;
	border:0px;
}
/* =Structure
------------------------- Page Structure ------------------
*/
html, body 
{

}
body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;

}
#wrapper
{
	width:810px;
	margin:0px auto 0px auto;

}
.clear 
{
clear:both;
}
/* = Text Formating
------------------------- Text Formating ------------------
*/


h1 
{
	font-family:"Times New Roman", Times, serif;
	color:#836738;
	font-size:1.5em;
	font-weight:lighter;
}
h2
{
	font-size:1.1em;
	/*font-weight:700;*/
	font-weight:400;
	color:#836738;
	font-family:"Times New Roman", Times, serif;
}
h3
{
	font-size:1.3em;
	font-weight:700;
	color: #000000;
	font-family: Helvetica, Arial,sans-serif;
}
h4
{
}
p
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin-top:8px;
}
#gallery_text_left p, #gallery_text p
{
	font-family:"Times New Roman", Times, serif;
	color:#836738;
	font-size:1.2em;
	font-weight:lighter;
	padding-top:10px;
	position:absolute;
}
.thumb span
{
	position:absolute;
	top:170px;
	left:18px;
	color:#8f7c5b;
}


/* = Nav
------------------------- Nav ------------------
*/

a 
{
	text-decoration:none;
	color:#5b0024;
}
a:hover
{
	color:#6b3046;
	text-decoration:underline;
}


#nav
{
	width:810px;
	height:44px;
	position:relative;
}
#home_page_menu
{
	width:410px;
	height:22px;
	list-style:none;
	position:absolute;
	right:15px;
	top:20px;
}
/*--*/
#bridal_page_menu
{
	width:350px;
	height:22px;
	list-style:none;
	position:absolute;
	right:15px;
	top:20px;
}
#menu
{
	width:480px;
	height:22px;
	list-style:none;
	position:absolute;
	right:15px;
	top:20px;
}
#bridal_page_menu span, #menu span
{
	display:none;
}
#home_page_menu span, #menu span
{
	display:none;
}
#home_page_menu li, #menu li
{
	display:inline;
}
#home_link a
{
	display:block;
	width:64px;
	height:22px;
	background-image:url(../images/home_nav_link.png);
	background-repeat:no-repeat;
	float:left;
}
#home_link_current a
{
	display:block;
	width:64px;
	height:22px;
	background-image:url(../images/home_nav_hover.png);
	background-repeat:no-repeat;
	float:left;
}
#home_link a:hover
{
	background-image:url(../images/home_nav_hover.png);
}

#menu #home_link a
{
	display:block;
	width:64px;
	height:22px;
	background-image:url(../images/home_nav_link.png);
	background-repeat:no-repeat;
	float:left;
}
#menu #home_link a:hover
{
	background-image:url(../images/home_nav_hover.png);
}

/*--*/
#bridal_home_link a
{
	display:block;
	width:60px;
	height:22px;
	background-image:url(../images/home_nav_link.png);
	background-repeat:no-repeat;
	float:left;
}
#bridal_home_link_current a
{
	display:block;
	width:60px;
	height:22px;
	background-image:url(../images/home_nav_hover.png);
	background-repeat:no-repeat;
	float:left;
}
#bridal_home_link a:hover
{
	background-image:url(../images/home_nav_hover.png);
}

#menu #bridal_home_link a
{
	display:block;
	width:64px;
	height:22px;
	background-image:url(../images/home_nav_link.png);
	background-repeat:no-repeat;
	float:left;
}
#menu #bridal_home_link a:hover
{
	background-image:url(../images/home_nav_link.png);
}
#robyn_link a
{
	display:block;
	width:170px;
	height:22px;
	background-image:url(../images/robyn_cliff_nav_link.png);
	background-repeat:no-repeat;
	float:left;
}
#robyn_link a:hover
{
	background-image:url(../images/robyn_cliff_nav_hover.png);
}
#bridal_link a
{
	display:block;
	width:176px;
	height:22px;
	background-image:url(../images/bridal_nav_link.png);
	background-repeat:no-repeat;
	float:left;
}
#bridal_link a:hover
{
	background-image:url(../images/bridal_nav_hover.png);
}
/*--*/
#bridal_bridal_page_link a
{
	display:block;
	width:194px;
	height:22px;
	background-image:url(../images/bridal_nav_link.png);
	background-repeat:no-repeat;
	float:left;
}
#bridal_bridal_page_link_current a
{
	display:block;
	width:194px;
	height:22px;
	background-image:url(../images/bridal_nav_hover.png);
	background-repeat:no-repeat;
	float:left;
}

#bridal_bridal_page_link a:hover
{
	background-image:url(../images/bridal_nav_hover.png);
}

#welcome_link a
{
	display:block;
	width:80px;
	height:22px;
	background-image:url(../images/welcome_link.png);
	background-repeat:no-repeat;
	float:left;
}
#welcome_link_current a
{
	display:block;
	width:80px;
	height:22px;
	background-image:url(../images/welcome_hover.png);
	background-repeat:no-repeat;
	float:left;
}
#welcome_link a:hover
{
	background-image:url(../images/welcome_hover.png);
}
#gallery_link a
{
	display:block;
	width:78px;
	height:22px;
	background-image:url(../images/gallery_link.png);
	background-repeat:no-repeat;
	float:left;
}
#gallery_link a:hover
{
	background-image:url(../images/gallery_hover.png);
}
#gallery_link_current a
{
	display:block;
	width:78px;
	height:22px;
	background-image:url(../images/gallery_hover.png);
	background-repeat:no-repeat;
	float:left;
}
/*--*/
#image_gallery_link a
{
	display:block;
	width:115px;
	height:22px;
	background-image:url(../images/image_gallery_link.png);
	background-repeat:no-repeat;
	float:left;
}
#image_gallery_link a:hover
{
	background-image:url(../images/image_gallery_hover.png);
}
#image_gallery_link_current a
{
	display:block;
	width:115px;
	height:22px;
	background-image:url(../images/image_gallery_hover.png);
	background-repeat:no-repeat;
	float:left;
}
#contact_robyn_link a
{
	display:block;
	width:144px;
	height:22px;
	background-image:url(../images/contact_robyn_cliffe_link.png);
	background-repeat:no-repeat;
	float:left;
}
#contact_robyn_link_current a
{
	display:block;
	width:144px;
	height:22px;
	background-image:url(../images/contact_robyn_cliffe_hover.png);
	background-repeat:no-repeat;
	float:left;
}
#contact_robyn_link a:hover
{
	background-image:url(../images/contact_robyn_cliffe_hover.png);
}
/*--*/
#contact_us_link a:hover
{
	background-image:url(../images/contact_us_hover.png);
}

#contact_us_link a
{
	display:block;
	width:95px;
	height:22px;
	background-image:url(../images/contact_us_link.png);
	background-repeat:no-repeat;
	float:left;
}
#contact_us_link_current a
{
	display:block;
	width:95px;
	height:22px;
	background-image:url(../images/contact_us_hover.png);
	background-repeat:no-repeat;
	float:left;
}
/*--*/
#news_events_link a
{
	display:block;
	width:102px;
	height:22px;
	background-image:url(../images/news_events_link.png);
	background-repeat:no-repeat;
	float:left;
}
#news_events_link a:hover
{
	background-image:url(../images/news_events_hover.png);
}
#news_events_link_current a
{
	display:block;
	width:102px;
	height:22px;
	background-image:url(../images/news_events_hover.png);
	background-repeat:no-repeat;
	float:left;
}
#news_wrapper
{
	width:680px;
	height:540px;
	overflow:auto;
	margin-left:50px;
	position:relative; /*this fixes overflow problems with ie*/
}
/* = Header
------------------------- Header ------------------
*/
#header
{
	width:810px;
	height:180px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}
#flash_header
{
	width:810px;
	height:180px;
}

#header_bridalshow
{
	width:810px;
	height:180px;
	background-image:url(../images/header_bridal_show.png);
	background-repeat:no-repeat;
}
/* = Content
------------------------- Content ------------------
*/
#content_wrapper
{
	width:770px; /* plus 40px from padding*/
	height:550px; /* plus 37px from padding */
	background-image:url(../images/content_wrapper.png); /* 810x587 */
	background-repeat:no-repeat;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;	
	padding-top:17px;
}
#general_content
{
	width: 670px;
	/*height:250px;*/
	padding-left:52px;
	padding-top: 38px;
	padding-bottom: 21px;
}
#left_content
{
	width:375px; /* plus 5px padding*/
	height:550px;
	float:left;
	padding: 5px;
}
#right_content
{
	width:375px; /* plus 5px padding*/
	height:550px;
	float:left;
	padding: 5px;
}
#left_content_gall
{
	width:250px; /* plus 5px padding*/
	height:550px;
	float:left;
}
#middle_content_gall
{
	width:250px; /* plus 5px padding*/
	height:550px;
	float:left;

}
#right_content_gall
{
	width:250px; /* plus 5px padding*/
	height:550px;
	float:left;
}
/* = Home Page
------------------------- Home Page ------------------
*/
#robyn_cliffe_entry a
{
	display:block;
	height:370px;
	width:370px;
	background-image:url(../images/robyn_cliffe.jpg); /* 370x370 */
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:18px;
}
#robyn_cliffe_entry a:hover, #nz_bridal_show_entry a:hover
{
	background-position:right;
}
#robyn_cliffe_entry a span, #nz_bridal_show_entry a span
{
	display:none;
}
#nz_bridal_show_entry a
{
	display:block;
	width:370px;
	height:370px;
	background-image:url(../images/nz_bridal_show.jpg); /* 370x370 */
	background-repeat:no-repeat;
	margin-top:25px;
}
/* = Welcome Page
------------------------- Welcome ------------------
*/
#welcome
{
	width:378px;
	height:543px;
	background-image:url(../images/welcome.jpg);
	background-repeat:no-repeat;
	margin-top:4px;
	margin-left:3px;
}
#view_gallery a
{
	display:block;
	width:190px;
	height:55px;
	background-image:url(../images/view_gallery_link.png);
	background-repeat:no-repeat;
	margin:8px auto 0px auto;
}
#view_gallery a:hover
{
	background-position:right;
}
#view_gallery a span
{
	display:none;
}
#welcome_content
{
	margin-top:25px;
	margin-right:20px;

}

#welcome_content ul
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	margin-left:20px;
}
#welcome_content ul li
{
	margin-top:8px;
}

/* Contact Us Page
------------------------- Contact Us --------------------
*/

#contact_Left
{
	margin-top:40px;
	margin-left:37px;
	width:340px; /* plus 5px padding*/
	height:550px;
	float:left;
	padding-right:5px;
}

#Contact_Right
{
	margin-top:80px;
	margin-right:17px;
	width:360px; /* plus 5px padding*/
	height:400px;
	float:right;
	padding-left:5px;
	line-height:25px;
}
.reg_fields 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-left: 3px;
	vertical-align: bottom;
	border:1px solid #40352f;
	width: 236px;
	text-align: left;
}
.contact_submit_btn 
{
	background-image: url(../images/contact_submit.png);
	background-repeat:no-repeat;
	width: 185px;
	height: 61px;
	cursor: pointer;
	margin-left:140px;
	background-position:left;
}
.contact_submit_btn:hover
{
	background-image: url(../images/contact_submit_hover.png);
	background-repeat:no-repeat;
	width: 185px;
	height: 61px;
	cursor: pointer;
	margin-left:140px;
	background-position:right;
}
/* = Main Gallery 
------------------------- Main Gallery ------------------
*/
#gallery_robyn_cliffe a
{
	display:block;
	width:245px;
	height:116px;
	background-image:url(../images/gallery_robyn_cliffe.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top:6px;
	/*margin:8px auto 0px auto;*/
}
#gallery_robyn_cliffe_one_only a
{
	display:block;
	width:245px;
	height:116px;
	background-image:url(../images/gallery_robyn_cliffe_one_only.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top:36px;
	/*margin:8px auto 0px auto;*/
}
#gallery_essense a
{
	display:block;
	width:245px;
	height:116px;
	background-image:url(../images/gallery_essense.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top:90px;
}
#gallery_pronovias a
{
	display:block;
	width:245px;
	height:116px;
	background-image:url(../images/gallery_pronovias.jpg);
	background-repeat:no-repeat;
	margin-top:90px;
	margin-left:10px;
}
#gallery_bedogni a
{
	display:block;
	width:245px;
	height:116px;
	background-image:url(../images/gallery_bedogni.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top:36px;
}
#gallery_robyn_cliffe a:hover, #gallery_essense a:hover, #gallery_pronovias a:hover, #gallery_bedogni a:hover, #gallery_robyn_cliffe_one_only a:hover
{
	background-position:right;
}
#gallery_robyn_cliffe span, #gallery_essense span, #gallery_pronovias span, #gallery_bedogni span, #gallery_robyn_cliffe_one_only span
{
	display:none;
}
#gallery_robyn_cliffe p, #gallery_essense p, #gallery_pronovias p, #gallery_bedogni p, #gallery_robyn_cliffe_one_only p
{
	position:absolute;
	font-size: .8em;
}
#gallery_robyn_cliffe p
{
	margin-left:45px;
	margin-top:-5px;
}
#gallery_robyn_cliffe_one_only p
{
	margin-left:45px;
	margin-top:-5px;
}

#gallery_essense p
{
	margin-left:45px;
	margin-top:-5px;
}
#gallery_pronovias p
{
	margin-left:45px;
	margin-top:-5px;
}
#gallery_bedogni p
{
	margin-left:46px;
	margin-top:-5px;
}
#gallery_text
{
	padding-top:12px;
	padding-left:25px;
	height: 72px;
}
#gallery_text_right
{
	padding-top:70px;
	line-height: 13px;
}


/* = Thumb Gallery 
------------------------- Thumb Gallery ------------------
*/
#gallery_top
{
	height:150px;
}
#gallery_text_left
{
	padding-top:32px;
	padding-left:35px;
	width:300px; /* plus 35px padding*/
	height:88px;
	float:left;
	padding-right:5px;
	
}
#gallery_text_right
{
	padding-top:35px;
	width:400px; /* plus 5px padding*/
	height:57px;
	float:left;
	padding-left:5px;
}
#email_link img
{
	width:107px;
	height:15px;
	vertical-align:bottom;
}
#gallery_thumbs
{
	width:680px;
	height:390px;
	overflow:auto;
	margin-left:50px;
	position:relative; /*this fixes overflow problems with ie*/
}
.thumb
{
	width:110px; /*width + padding = 128px*/
	padding-left:18px;
	height:182px; /*height + padding = 200px*/
	padding-top:18px;
	float:left;
	position:relative;
	background-image:url(../images/gallery_bg.jpg);
	background-repeat:no-repeat;
}


/* = Footer
------------------------- Footer ------------------
*/
#footer
{
	width:810px;
	height:40px;
	position:relative;
}
#footer ul
{
	list-style:none;
	position:absolute;
	right:36px;
}
#footer ul li
{
	display:inline;
	float:left;
}
#copyright
{
	display:block;
	width:170px;
	height:15px;
	background-image:url(../images/copyright_robyn_cliffe.png);
	background-repeat:no-repeat;
}
#robertson_credit a
{
	display:block;
	width:200px;
	height:15px;
	background-image:url(../images/robertson_creative_credit.png);
	background-repeat:no-repeat;
}
#ddm_credit a
{
	display:block;
	width:180px;
	height:15px;
	background-image:url(../images/digital_design_media_credit.png);
	background-repeat:no-repeat;
}
#copyright span, #robertson_credit span, #ddm_credit span
{
	display:none;
}
/* = Contact Forms
------------------------- Footer ------------------
*/

.form_text {
	font-size: 0.9em;
	text-align: right;
	vertical-align:text-top;
}
/* = Bridal Show
------------------------- Content ------------------
*/
#bridal_wrapper
{
	width:680px;
	height:500px;
	overflow:auto;
	margin-left:50px;
	position:relative; /*this fixes overflow problems with ie*/
	margin-top: 40px;
}

#overlay_message
{
	background-image:url(../images/gallery_overlay_message.png);
	background-repeat:no-repeat;
	width: 368px;
	height: 341px;
	z-index:100;
	position:relative;
	margin: 0px auto 0px auto;
	top: -410px;
}
#overlay_txt
{
	width: 340px;
	color: #835622;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align:center;
	position:relative;
	float:left;
	top: 140px;
	margin: 0px auto 0px auto;
	padding: 10px;
	
}