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

/* COPYRIGHT 2008 CHAMPAGNE WEDDINGS */
/* 
------------------------------------
WEBSITE DESIGNED AND DEVELOPED BY 
2ROOMS INTERACTIVE: 2ROOMS.COM.AU 
DESIGN/CODE: KAREN FISHER SEPTEMBER 2008
-------------------------------------
*/


/* ==================================================== BODY STYLES */
html, body {
	height: 100%;
}

body {
	font-family:"Trebuchet MS", arial,sans-serif;
	font-size:62.5%;
	height: 100%;
	color:#d0d0af;
	background: #681629 url(../images/bg.gif) 0px 0px repeat-x;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color: #fff;
}

a:hover {
	text-decoration:underline;
	color: #a24e61;
}

a:visited {
	color: #a24e61;
}


.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}


/* ====================================================  CONTAINING DIVS  */

#container {
	width: 852px;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -111px; /* the bottom margin is the negative value of the footer's height */
}


/* ====================================================  HEADER  */

#header {
	width: 852px;
	height: 174px;
	background: url(../images/headerbg.gif) 0px 0px no-repeat;
}

.logo {
	overflow: hidden;
	display:block;
	text-indent: -9999px;
}

a.logo {
	float:left;
	position: relative;
	width: 279px;
	height: 114px;
	background:url(../images/logo.gif) 0px 0px no-repeat;
	margin: 34px 0 0 25px;
}

/* ==================================================== NAV  */

#menu {
	float:right;
	height: 174px;
	width: 540px;
	margin: 0 5px 0 0;
}

#menu li {
	float: left;
	display: inline-block;
	height: 174px;
}

#menu li a {
	display: block;
	height: 174px;
	text-indent: -9999px;
}

#menu a.active, #menu a:hover {
	background-position: 0px -37px!important;
}
#menu li a.home {
	width: 57px;
	background: url(../images/nav_home.gif) 0px 137px no-repeat;
}
#menu li a.pack {
	width: 130px;
	background: url(../images/nav_packages.gif) 0px 137px no-repeat;
}
#menu li a.wedd {
	width: 146px;
	background: url(../images/nav_wedding.gif) 0px 137px no-repeat;
}
#menu li a.phot {
	width: 95px;
	background: url(../images/nav_photography.gif) 0px 137px no-repeat;
}
#menu li a.cont {
	width: 86px;
	background: url(../images/nav_contact.gif) 0px 137px no-repeat;
}


/* ==================================================== BODY  */

#mainbody {
	width: 852px;
	height: 100%;
	margin: 0 0 25px 0;
}

#mainbodyleft {
	float: left;
	width: 450px;
}

#mainbodyright {
	float:left;
	width: 341px;
	background: #681629 url(../images/rightbg.gif) 0px 0px repeat-x;
	padding: 30px 22px;
}

/* ==================================================== LHS BOXES */

#mainbodyleft_top {
	background: url(../images/topboxbg.gif) 0px 0px no-repeat;
	overflow: hidden;
	margin: 25px 0 0 0;
	height:128px;
	padding:75px 10px 35px 175px;
	width:228px;
}

#mainbodyleft_top p, #mainbodyleft_bottom p  {
	font: 1.1em/1.4em "Trebuchet MS", Arial, sans-serif;
	text-align: right;
	margin: 0 0 8px 0;
}

#mainbodyleft_bottom {
	width: 222px;
	height: 133px;
	background: url(../images/bottombox.gif) 0px 0px no-repeat;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 73px 178px 25px 13px
}

#mainbodyleft_bottom p {
	text-align: left;
	color: #3e3b37;
}

#mainbodyleft_bottom a:link {
	color: #c55475;
}

#mainbodyleft_bottom a:hover {
	color: #881d3c;
	text-decoration: underline;
}

#mainbodyleft_bottom a:visited {
	color: #881d3c;
	text-decoration: none;
}

#mainbodyleft_top a:link  {
	color: #fff;
}

#mainbodyleft_top a:hover {
	color: #858565;
	text-decoration: underline;
}

#mainbodyleft_top a:visited {
	color: #858565;
	text-decoration: none;
}


/* ==================================================== TEXT STYLES  */

h1 {
	font: 1.8em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 0 10px 15px;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #8e5c65;
}

h1.nodots {
	border-bottom: none;
	margin: 0 0 10px 0;
}

img.hearts {
	margin-bottom: 5px;
}

#mainbodyright p, .rhbox p {
	font: 1.2em/1.5em "Trebuchet MS", Arial, sans-serif;
	margin: 12px 0;
	padding: 0 10px;
}

.rhbox2 p	{
	font: 1.2em/1.5em "Trebuchet MS", Arial, sans-serif;
	margin: 12px 0;
	padding: 0 10px;
	}

/* ==================================================== FOOTER  */


#footer, #push {
	height: 111px; /* .push must be the same height as .footer */
}

#footercontent {
	width: 852px;
	margin: 0 auto;
	height: 111px;
	background: url(../images/footer.gif) 0px 0px no-repeat;
	color: #a24e61;
	font-size: 1.1em;
}

#footercontent a:link, #footercontent a:visited, #footercontent a:active {
	color: #a24e61;
	text-decoration: none;
}

#footercontent a:hover {
	color: #a24e61;
	text-decoration: underline;
}

#fleft {
	float: left;
	margin: 35px 0 0 20px;
}

#fleft li {
	float:left;
}

#fright {
	float: right;
	margin: 35px 20px 0 0;
}

#fright li {
	float: left;
}