@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
background:url(../images/background.jpg) repeat-x top left;
background-color:#ea69a1;
font-family:Helvetica, serif;
font-weight:normal;
font-size:14px;
line-height:22px;
color:#fff;
}


/* Navigation */

#navigation {
margin:10px auto;
width: 750px; height:30px;
padding-left:210px;
}

#nav-buttons {
background:url(../images/navigationHOME.png) no-repeat;
width:750px;
height:30px;
margin:0;
padding:0;
}

#nav-buttons span {
display: none;
}

#nav-buttons li, #nav-buttons a {
height:30px;
display:block;
}

#nav-buttons li {
float:left;
list-style:none;
display:inline;
}

#home {width: 100px;}
#packages {width: 230px;}
#invitations {width: 200px;}
#links {width:85px;}
#contact {width: 135px;}

#home a:hover, #home .current {background:url(../images/navigation.png) 0px -30px no-repeat; }
#packages a:hover, #packages .current {background:url(../images/navigation.png) -100px -30px no-repeat; }
#invitations a:hover, #invitations .current {background:url(../images/navigation.png) -330px -30px no-repeat; }
#links a:hover, #contact .current {background:url(../images/navigation.png) -530px -30px no-repeat; }
#contact a:hover, #contact .current {background:url(../images/navigation.png) -615px -30px no-repeat; }


/* Content */

#container {
margin: 5px auto;
width: 960px;
}

#hero-home {
margin: 5px auto;
width: 570px;
height:600px;
background:url(../images/hero/hero-home.png) no-repeat;
float:left;
}

#hero-packages {
margin: 5px auto;
width: 570px;
height:600px;
background:url(../images/hero/hero-party.png) no-repeat;
float:left;
}

#hero-link {
margin: 5px auto;
width: 570px;
height:600px;
background:url(../images/hero/hero-link.png) no-repeat;
float:left;
}

#hero-contact {
margin: 5px auto;
width: 570px;
height:600px;
background:url(../images/hero/hero-contact.png) no-repeat;
float:left;
}

#content {
margin: 5px auto;
width: 360px;
padding-left:30px;
float:left;
}

.heading {
float: left;
margin-top:60px;
width: 360px;
}

#footer {
margin: 5px auto;
width: 960px;
}

#info {
margin:0 auto;
width: 510px;
background:url(../images/stars.png) no-repeat;
padding:10px 0 0 80px;
float:left;
}

#byline {
margin:0 auto;
width: 360px;
height:65px;
float:left;
background:url(../images/byline.png) no-repeat;
}

.copyright {
font-family:Helvetica, Arial, sans-serif;
font-size:11px;
line-height:18px;
color:#fff;
padding-top:10px;
}

.deosc {
font-size:11px;
color:#008ec1;
text-decoration:none;
padding-top:10px;
}


/* H */

h1 {
font-family: Helvetica, serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
color: #fff;
line-height:26px;
}

.h1-link {
font-family: Helvetica, serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
color: #fff;
line-height:26px;
text-decoration:none;
}

.h2-link {
font-family: Helvetica, serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
color: #fff;
line-height:26px;
text-decoration:none;
}




/* Misc */

.cleaner {
height: 1px;
font-size: 1px;
clear: both;
}

.link {
font-family:Helvetica, serif;
font-weight:normal;
font-size:14px;
line-height:22px;
color:#fff;
text-decoration:none;
}
