body
{
	padding-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url('../images/elements/bg_main.gif');
	background-repeat: repeat;
	background-color: #d9caaf;
	color: #676767;
	font-family: arial, sans-serif;
	font-size: 100%;
	text-align: center;
	width: 100%;
}

img { border: 0px; }


/*------------------ header ---------------------------*/

#headerArea
{
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 887px;
	background-image: url('../images/elements/bg_header.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 170px;
}

#logo
{
	width: 423px;
	float: left;
	text-align: left;
}

#logo img
{
	margin: 125px 0px 10px 21px;
}

#headerImg
{
	float: right;
	width: 462px;
}

/*------------------ nav ---------------------------*/


#mainArea
{
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 887px;
	background-color: #ffffff;
}

#mainareaBorder
{
	border-left: 1px solid #7e6a46;
	border-right: 1px solid #7e6a46;
}

#navArea
{
	padding: 0px 0px 0px 0px;
	width: 885px;
	background-image: url('../images/elements/bg_nav.gif');
	background-repeat: repeat-x;
	height: 28px;
	font-size: 90%;
}

#navLeft
{
	float: left;
	width: 78px;
}

#navRight
{
	float: left;
	text-align: left;
	width: 650px;
	padding: 5px 0px 0px 10px;
	color: #784942;
}

#navRight a { color: #503a21; font-weight: normal; }

#navArea #topNav, #navArea #topNavShort
{
	height: 28px;
	position: relative;
	top: 0px;
	float: left;
	margin: 0;
	padding: 0;	
	list-style-type: none;
	overflow: hidden;
}

#topNav a, #topNavShort a
{
	display: block;
	width: 100%;
	height: 100%;
}

ul#topNavShort
{
	position: relative;
	width: 78px;
	height: 28px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	top: 0px;
}

ul#topNav
{
	position: relative;
	width: 459px;
	height: 28px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	top: 0px;
}

ul#topNav li a, ul#topNavShort  li a
{
	position: absolute;
	top: 0;
	text-indent: -9000px;
	padding: 28px 0 0 0;
	overflow: hidden;
	height: 0px !important;	/* IE5/Win */
	background: transparent url('../images/elements/nav.gif') no-repeat;
}

body#home ul#topNav,
body#how ul#topNav,
body#wedsite ul#topNav,
body#contact ul#topNav,
body#home ul#topNavShort,

{
	background-image: url('../images/elements/nav.gif');
	background-repeat: no-repeat;
}

body#home ul#topNav, body#home ul#topNavShort { background-position: 0 -28px; }
body#how ul#topNav { background-position: 0 -28px; }
body#wedsite ul#topNav { background-position: 0 -28px; }
body#contact ul#topNav { background-position: 0 -28px; }

ul#topNav li#button1 a, ul#topNavShort li#button1 a
{
	background-position: 0 0;
	width: 78px;
	left: 0;
}

ul#topNav li#button1 a:hover, ul#topNavShort li#button1 a:hover { background-position: 0 -28px; }

ul#topNav li#button2 a
{
	background-position: -78px 0;
	width: 129px;
	left: 78px;
}

ul#topNav li#button2 a:hover { background-position: -78px -28px; }

ul#topNav li#button3 a
{
	background-position: -207px 0px;
	width: 133px;
	left: 207px;
}

ul#topNav li#button3 a:hover { background-position: -207px -28px; }

ul#topNav li#button4 a
{
	background-position: -340px 0px;
	width: 119px;
	left: 340px;
}

ul#topNav li#button4 a:hover { background-position: -340px -28px; }


body#home li#button1 a { background-position: 0 -28px; }
body#home li#button1 a:hover { background-position: 0 -28px; }
body#how li#button2 a { background-position: -78px -28px; }
body#how li#button2 a:hover { background-position: -78px -28px; }
body#wedsite li#button3 a { background-position: -207px -28px; }
body#wedsite li#button3 a:hover { background-position: -207px -28px; }
body#contact li#button4 a { background-position: -340px -28px; }
body#contact li#button4 a:hover { background-position: -340px -28px; }


#subnavArea
{
	background-color: #534a3c;
	font-size: 65%;
}

#subnavArea ul
{
	padding: 0px 0px 0px 15px;
	margin: 0px;
	text-transform: uppercase;
	list-style: none;
	float: left;
	text-align: left;	
}

#subnavArea ul li
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

#subnavArea ul li a 
{
	display: block;
	color: #ddd0b8; 
	padding: 5px 15px 5px 15px;
	border-right: 1px solid #645e53;
}

#subnavArea a.subnavoff:link, #subnavArea a.subnavoff:visited, #subnavArea a.subnavoff:active
{
	text-decoration: none;
	color: #ddd0b8;
}

#subnavArea a.subnavoff:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#subnavArea a.subnavon:link, #subnavArea a.subnavon:visited, #subnavArea a.subnavon:active
{
	text-decoration: none;
	color: #ffffff;
}

#subnavArea a.subnavon:hover
{
	color: #ffffff;
	text-decoration: underline;
}


/*------------------ main content ---------------------------*/

/* middle */

#mainContent
{
	width: 885px;
}

#bodyArea
{
	padding: 21px 21px 0px 21px;
}

/* lhs */

#lhsArea
{
	width: 170px;
	float: left;
	text-align: left;
	font-size: 100%;
}

#loginArea
{
	background-image: url('../images/elements/bg_login.gif');
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#loginContent
{
	background-image: url('../images/elements/login_foot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 10px 10px 10px;
	margin: 0px;
	color: #ffffff;
}

#loginContent p
{
	padding: 3px 0px 3px 0px;
	margin: 0px;
	font-size: 75%;
}

#loginContent form
{
	padding: 3px 0px 3px 0px;
	font-size: 70%;
}

#loginContent h2
{
	color: #ffffff;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	text-transform: uppercase;
}

#loginContent input.field
{
	width: 120px;
	border: 1px solid #b29d78;
}

.loginButton
{
	float: right;
	padding: 4px 0px 4px 0px;
}

.lhsItem
{
	padding: 10px 0px 0px 0px;
}

/* middle content */

#contentArea
{
	width: 655px;
	float: right;
	text-align: left;
	font-size: 80%;
}

.panelArea
{
	background-image: url('../images/elements/bg_panel2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 165px;
	float: left;
}

.panelArea_three 
{ 
	background-image: url('../images/elements/bg_panel2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
	float: left;
}

.panelContent
{
	margin: 0px 10px 0px 0px;
	padding: 14px 0px 0px 0px;
}

.panelContent_three
{
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
}

.panelArea h2, .panelArea_three h2
{
	color: #503a21;
	text-transform: uppercase;
	padding: 0px 15px 10px 15px;
	font-size: 90%;
	font-weight: normal;
}

.panelArea p, .panelArea_three p
{
	color: #775f3d;
	padding: 0px 15px 5px 15px;
	font-size: 85%;
	font-weight: normal;
}

.picright 
{ 
	float: right; 
	margin: 0px 0px 0px 10px; 
}

.button
{
	margin: 2px 15px 2px 15px;
	float: right;
	font-size: 85%;
}

#mainTitle
{
	width: 640px;
	height: 32px;
	margin: 0px 0px 3px 0px;
	padding: 0;
}

#mainTitle h1
{
	width: 640px;
	height: 32px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#mainTitle h1#homeTitle { background-image: url('../images/titles/home.gif'); }

#mainTitle h1#videowebcastTitle { background-image: url('../images/titles/video_webcast.gif'); }

#mainTitle h1#reliabletechnologyTitle { background-image: url('../images/titles/reliabletechnology.gif'); }

#mainTitle h1#howtoarrangeTitle { background-image: url('../images/titles/howtoarrange.gif'); }

#mainTitle h1#venuecostsTitle { background-image: url('../images/titles/venue_costs.gif'); }

#mainTitle h1#contactTitle { background-image: url('../images/titles/contact_us.gif'); }

#mainTitle h1#yourwedsiteTitle { background-image: url('../images/titles/your_wedsite.gif'); }

#mainTitle h1#demowedsiteTitle { background-image: url('../images/titles/demowedsite.gif'); }

#mainTitle h1#privacypolicyTitle { background-image: url('../images/titles/privacypolicy.gif'); }

#mainTitle h1#termsTitle { background-image: url('../images/titles/terms.gif'); }

#mainTitle h1#forvenuesTitle { background-image: url('../images/titles/for_venues.gif'); }

#mainTitle h1#forplannersTitle { background-image: url('../images/titles/for_planners.gif'); }

.largePanel
{
	background-image: url('../images/elements/bg_lrgpanel.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 0px 10px 0px;
	width: 640px;
	float: left;
	margin-top: 10px;
}

.largePanel table
{
	padding: 0px 20px 0px 20px;
}

.largePanel h2
{
	padding: 0px 20px 0px 20px;
}

.largePanel p
{
	padding: 0px 20px 0px 20px;
}

.largePanel a.webcastlink
{
	font-weight: bold;
	color: #503a21;
	font-size: 120%;
}

.largePanel input.field, .largePanel textarea.field
{
	width: 170px;
	border: 1px solid #b29d78;
}

.largePanel input.field_sm
{
	width: 30px;
	border: 1px solid #b29d78;
}


.largePanel input.field_lrg, .largePanel textarea.field_lrg
{
	width: 390px;
	border: 1px solid #b29d78;
}

/*-------------------- footer -----------------------------*/

#footer
{
	text-align: left;
	width: 887px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0px 20px 0px;
	font-size: 65%;
	color: #645039;
	background-image: url('../images/elements/bg_foot.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

#footer a
{
	color: #645039;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover { text-decoration: underline; }

#footerleft
{
	padding: 0px 0px 0px 15px;
	float: left;
	text-align: left;
}

/*--------------------------------------------------------------*/
/* extras */

.divclear
{
   	clear: both;
   	display: block;
   	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

a:link
{
	color: #b5a381;
	text-decoration: none;
	font-weight: bold;
}

a:visited 
{
	color: #b5a381;
	text-decoration: none;
	font-weight: bold;
} 

a:active 
{
	color: #b5a381;
	text-decoration: none;
	font-weight: bold;
} 

a:hover 
{
	color: #b5a381;
	text-decoration: underline;
	font-weight: bold;
}

h1 
{
	font-weight: normal;
	color: #b5a381;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 12px 0px;
	font-size: 160%;
}

h2 
{
	font-weight: bold;
	color: #503a21;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 100%;
}

h3
{
	font-weight: normal;
	color: #b5a381;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 100%;
}

#mainarea ul { font-size: 80%; }

table
{
	font-size: 90%;
}

form { padding: 0px; margin: 0px; }

.small { font-size: 80%; }
.centered { text-align: center; }
.bold { font-weight: bold; }
.mandatory { color: #79453a; font-size: 150%; }

a.normallink { font-weight: normal; }