/* *************************** 
  Site - abfab
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#004677;
	text-decoration:none;
}
a:hover {
	color:#004677;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font:12px Georgia, "Times New Roman", Times, serif;
	background:#6a859f url(../images/bg_body.jpg) center top repeat-y;
}
#container {
	width:899px;
	margin:0 auto;
	padding:4px 0 0 0;
	text-align:left;
	color:#48494a;

}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:100%;
	height:144px;
	padding:0 0 0 0;
	background:url(../images/bg_header.jpg) no-repeat;
	position:relative;	
}
#header h1{
	position:absolute;
	left:44px;
	top:39px;
	width:124px;
	height:89px;
	}
#header h1 a{
	background:url(../images/pic_logo.jpg) no-repeat;
	width:124px;
	height:89px;
	text-indent:-9999px;
	outline-style:none;
	display:block;	
}
#header h2{
	position:absolute;
	left:250px;
	top:39px;
	width:90px;
	height:86px;
	}
#header h2 a{
	background:url(../images/watch_us_on_circle.jpg) no-repeat;
	width:90px;
	height:86px;
	text-indent:-9999px;
	outline-style:none;
	display:block;	
}
.mainnav{
	position:absolute;
	top:103px;
	right:47px;
	}
.mainnav li{
	float:left;
	margin-right:34px;
	}
.mainnav .last{
	margin-right:0;
	}
.mainnav li a{
	height:17px;
	float:left;
	}
.mainnav li a::hover{
	text-decoration:none;
	}
.mainnav li a span{
	height:14px;
	float:left;
	cursor:pointer;
	text-indent:-9999px;
	outline-style:none;
	overflow:hidden;
	}
.mainnav li .selected {
	background:url(../images/bg_selected.jpg) bottom repeat-x;
	}
.mainnav .menu_home a span,.mainnav .menu_home .selected:hover span{
	background:url(../images/bg_mainnava.png) 0 0 no-repeat;
	width:38px;
	} 
.mainnav .menu_home a:hover span{
	background:url(../images/bg_mainnava.png) 0 -14px no-repeat;
	}
.mainnav .menu_our a span,.mainnav .menu_our .selected:hover span{
	background:url(../images/bg_mainnava.png) -74px 0 no-repeat;
	width:101px;
	}
.mainnav .menu_our a:hover span{
	background:url(../images/bg_mainnava.png) -74px -14px no-repeat;
	}
.mainnav .menu_quote a span,.mainnav .menu_quote .selected:hover span{
	background:url(../images/bg_mainnava.png) -204px 0 no-repeat;
	width:47px;
	}
.mainnav .menu_quote a:hover span{
	background:url(../images/bg_mainnava.png) -204px -14px no-repeat;
	}
.mainnav .menu_info a span,.mainnav .menu_info .selected:hover span{
	background:url(../images/bg_mainnava.png) -284px 0 no-repeat;
	width:31px;
	}
.mainnav .menu_info a:hover span{
	background:url(../images/bg_mainnava.png) -284px -14px no-repeat;
	}
.mainnav .menu_contact a span,.mainnav .menu_contact .selected:hover span{
	background:url(../images/bg_mainnava.png) -346px 0 no-repeat;
	width:63px;
	}
.mainnav .menu_contact a:hover span{
	background:url(../images/bg_mainnava.png) -346px -14px no-repeat;
	}
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:100%;
	background:url(../images/bg_content.png) repeat-y;	
    }
#content_inner{
	background:url(../images/bg_content_inner.png) bottom no-repeat;
	width:100%;
	padding:0 0 21px 0;
	}
#page{
	width:810px;
	padding-left:44px;
	padding-right:45px;
	padding-top:43px;
	background:url(../images/bg_page.png) center 43px no-repeat;
	overflow:hidden;
	}
#home_page{
	width:100%;
	padding:19px 0 0 0;
	}
#home_page #logo{
	padding:0 0 25px 0;
	}
#home_page #logo a{
	background:url(../images/bg_logobig.png) no-repeat;
	width:448px;
	height:306px;
	display:block;
	margin:0 auto;
	text-indent:-9999px;
	outline-style:none;
	}
#home_page .text_when{
	background:url(../images/text_when.png) no-repeat;
	width:648px;
	height:26px;
	text-indent:-9999px;
	outline-style:none;
	margin:0 auto;
	}
#home_page ul{
	text-align:center;
	padding:22px 0 0 0;
	}
#home_page li{
	display:inline;
	margin:0 29px;
	}
#our_page{
	width:820px;
	height:570px;
	margin:0 auto;
	padding:15px 0 13px 0;
	}
#our_page img{
	vertical-align:middle;
	}
.title_visit{
	background:url(../images/title_visit.png) no-repeat;
	width:100%;
	height:36px;
	text-indent:-9999px;
	outline-style:none;
	}
#contactbox{
	width:100%;
	padding:0 0 94px 0;
	overflow:hidden;
	}
.title_wedding{
	background:url(../images/text_wedding.gif) no-repeat;
	width:100%;
	height:42px;
	text-indent:-9999px;
	outline-style:none;
	}
.infobox{
	width:740px;
	padding:0 0 23px 38px;
	}
.infobox h2{
	font-size:16px;
	font-weight:normal;
	padding:0 0 8px 0;
	}
#page .first{
	padding-top:28px;
	}
.title_ab{
	background:url(../images/title_ab.png) left top no-repeat;
	text-indent:-9999px;
	outline-style:none;
	}
.title_favours{
	text-indent:-9999px;
	outline-style:none;
	background:url(../images/title_flavours.png) left top no-repeat;
	}
.title_deposit{
		background:url(../images/title_deposit.png) left top no-repeat;
		text-indent:-9999px;
		outline-style:none;
		}
.info_title{
		color:#6a859f;
		font-size:16px;
		font-family:Georgia, Helvetica, Arial, Verdana, sans-serif;
		}
.infobox p{
	line-height:15px;
	color:#3c3d3e;
	padding:0 0 10px 0;
	}
.infobox ul{
	width:100%;
	overflow:hidden;
	}
.infobox li{
	width:100%;
	float:left;
	padding:0 0 5px 0;
	line-height:13px;
	}
.infobox .col1{
	float:left;
	width:365px;
	}
.infobox .col2{
	float:left;
	width:330px;
	}
.infobox  h3{
	font-size:12px;
	padding:9px 0 4px 0;
	}
.title_request{
	width:810px;
	margin:0 auto;
	background:#fff url(../images/text_request.png) bottom no-repeat;
	padding-top:16px;
	height:40px;
	text-indent:-9999px;
	outline-style:none;
	}
.text_please{
	padding-left:79px;
	padding-top:17px;
	padding-bottom:4px;
	font-size:13px;
	font-weight:normal;
	}
	.error_message{
		padding-left:79px;
		padding-top:17px;
		padding-bottom:4px;
		font-size:13px;
		font-weight:normal;
		color:#FF0000;
	}
#formbox{
	background:url(../images/bg_formboxtop.png) top no-repeat;
	width:737px;
	padding-top:4px;
	margin-left:79px;
	margin-bottom:25px;
	}
#formbox_inner{
	width:737px;
	padding-bottom:5px;
	background:url(../images/bg_formboxbot.png) bottom no-repeat;
	}
#formbox_content{
	width:735px;
	border-left:#bcbcbc 1px solid;
	border-right:#bcbcbc 1px solid;
	background:url(../images/bg_line.png) 225px repeat-y;
	padding:30px 0 0 0;
	}
#formbox p label{
	width:191px;
	padding-left:25px;
	padding-right:10px;
	float:left;
	font-size:13px;
	color:#434343;
	line-height:16px;
	padding-top:4px;
	}
#formbox p{
	height:48px;
	}
#formbox p input{
	margin-left:23px;
	width:461px;
	height:20px;
	padding:3px 0 0 5px;
	border:#bdbdbd 1px solid;
	font-size:13px;
	color:#434343;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:middle;
	}
#formbox .short_box{
	height:29px;
	overflow:hidden;
	}
#formbox .short_box label{
	padding-top:0;
	}
#formbox .submit_box input{
	width:87px;
	height:24px;
	background:#fff;
	padding:0;
	font-size:13px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin-left:398px;
	cursor:pointer;
	}
#formbox p .upload{
	background:url(../images/btn_upload.png) no-repeat;
	width:58px;
	height:19px;
	text-indent:-9999px;
	outline-style:none;
	padding:0;
	border:0;
	cursor:pointer;
	margin-left:5px;
	}
#formbox p .int_file{
	width:228px;
	}
#formbox .textarea_box{
	height:86px;
	}
#formbox p select{
	width:85px;
	height:20px;
	font-size:12px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:23px;
	border:#bdbdbd 1px solid;
	}
#formbox p .long_sel{
	width:154px;
	}
#formbox p textarea{
	margin-left:23px;
	border:#bdbdbd 1px solid;
	padding:5px;
	width:456px;
	height:46px;
	font-size:13px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#left{
	float:left;
	margin-left:50px;
	display:inline;
	width:237px;
	border:#cdcdcd 1px solid;
	margin-top:35px;
	padding:15px 20px 12px 23px;
	background: #fff;
	}
#left p{
	width:100%;
	overflow:hidden;
	line-height:18px;
	padding:0 0 0 0;
	}
#left p strong{
	font-style:italic;
	float:left;
	}
#left p span{
	float:left;
	}
#left h3{
	font-size:12px;
	font-style:italic;
	padding:18px 0 0 0;
	}
#left li{
	line-height:18px;
	}
#right{
	margin-left:32px;
	display:inline;
	float:left;
	width:394px;
	border:#cdcdcd 1px solid;
	padding:7px 0;
	text-align:center;
	margin-top:35px;
	}
#right img{
	vertical-align:middle;
	}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:100%;
	background:url(../images/bg_footer.png) top no-repeat;
	padding:33px 0 30px 0;
	text-align:center;
}
#footer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#5282a2;
	padding:0 0 12px 0;
	}
/*****************
	$7 Flash content
	******************/
#flashContent{ 
	z-index:1;
}
#altContent {
		margin: -100px 0px 0px -200px;
		height: 200px;
		width: 300px;
		top: 50%;
		left: 50%;
		position: absolute;
		text-align: center;
	}
