@charset "UTF-8";

/* CSS Document for Boutique Designs*/
/* Site design by Andrew Bitto, Copyright 2010 - http://au.linkedin.com/in/abitto */

body {
	background-image:url(images/bgabout.gif);
	background-color:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* css */
h1.logo {
    margin-top: 206px; /* for this particular site, set this as you like */
	margin-left: -8px;
    position: relative; /* allows child element to be placed positioned wrt this one */
    overflow: hidden; /* don’t let content leak beyond the header - not needed as height of anchor will cover whole header */
    padding: 0; /* needed to counter the reset/default styles */
}

h1.logo a{
    position: absolute; /* defaults to top:0, left:0 and so these can be left out */
    height: 0px; /* hiding text, prevent it peeking out */
    width: 352px; /* 686px; fill the parent element */
    background-position: left top;
    background-repeat: no-repeat;
}

h1#logo {
    height: 191px; /* height of replacement image */
}

h1#logo a {
    padding-top: 191px; /* height of the replacement image */
    background-image: url(images/logo.gif); /* the replacement image */
}

h2{
	position:absolute;
	top:100px;
	left:150px;
	width: 500px;
}

h2#invitation{
	position:absolute;
	top:98px;
	left:150px;
	width: 500px;
}

h2#contact{
	position:absolute;
	top:278px;
	left:453px;
	width: 500px;
}

p{
	position: absolute;
	color: #333333;
	height:43px;
	width:450px;
	left:150px;
	top:142px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td{
	color:#333333;
}

ul#menu{
	position:absolute;
	top: 151px;
	left: 550px;
	width: 425px;
	padding: 0;
	margin: 0;
}

li.menu{
	padding: 0;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
	float: left;
	
}

#contactinfo{
	color: #333333;
	font-size:10px;
	position:absolute;
	left:-20px;
	top:280px;
	font-family:Arial, Helvetica, sans-serif;
}

#contactinfo p{
	font-size:10px;
	line-height: 10px;
}

#contactinfo iframe{
	position:absolute;
	left:149px;
	top:242px;
}

form{
	position:absolute;
	top:335px;
	left:448px;
}

#sent{
	position:absolute;
	top:175px;
	left:300px;
	width: 40px;
}

#invitationgallery{
	position:absolute;
	top: 265px;
	left: 430px;
}

#toptext
{
	position:absolute;
	top:170px;
	left:300px;
}

#secondtoptext
{
	position:absolute;
	top:235px;
	left:300px;
}

#aboutus
{
	position:absolute;
	top:178px;
	left:300px;
}

#toptext img
{
	position:absolute;
	top:240px;
	left:155px;
	border:none;
}

#secondtoptext img
{
	position:absolute;
	top:255px;
	left:155px;
	border:none;
}

img#aboutus
{
	position:absolute;
	top:265px;
	left:150px;
	border:none;
}

#designedby{
	position: fixed;
	left:0px;
	bottom:0px;
}

#designedby a.active, #designedby a.visited, #designedby a{
	color: #d2d2d2;
	font-size:10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	position: fixed;
	bottom: 6px;
	left: 45px;
}