/*---------------------------------------------------------------------
Wedding Menu styles
---------------------------------------------------------------------*/

html {
	background:#fff;
}

body {
	margin:0;
	padding:0px 10px 0 10px;
	border:0;
	height:100%;
	overflow-y:auto;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	background-image: url(../images/ICCSwash.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#page {
	margin: 0px 0px 0px 380px;
	display:block;
	background:#fff;
	padding:0px;
}

#page .topright {
	float:left;
	margin-top: 10px;
	font-style: italic;
	margin-left: -140px;
}

#page .right {
	float:left;
	width: 95%;
	margin-top: 20px;
	font-style: italic;
	min-height: 500px;
}

#page .right h1 {
	margin:0;
	color: #B89951;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight:normal;
	margin-bottom:15px;
}

#page .right h2 {
	color: #B89951;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:normal;
}

#page .right h3 {
	margin-top:5px;
	margin-bottom:5px;
	color: #997F66;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
}

#page .right .caption {
	font-style: italic;
	font-size: 80%;
	color: #333333;
}

#page .right .goldlink a {
	color: #997F66;
}

#page .right .blacklink a {
	color: #000000;
}


/* Inncredible options ONLY */

#page-options-only {
	margin: 0px 0px 0px 250px;
	display:block;
	background:#fff;
	padding:0px;
}

#page-options-only .topright {
	float:left;
	margin-top: 10px;
	font-style: italic;
	margin-left: -20px;
}

#page-options-only .right-options-only {
	float:left;
	width: 95%;
	margin-top: 0px;
	font-style: italic;
	min-height: 500px;
}

#page-options-only .right-options-only h1 {
	margin:0;
	color: #B89951;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight:normal;
	margin-bottom:15px;
}

#page-options-only .right-options-only h2 {
	color: #B89951;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:normal;
}

#page-options-only .right-options-only h3 {
	margin-top:5px;
	margin-bottom:5px;
	color: #997F66;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
}

#page-options-only .right-options-only .caption {
	font-style: italic;
	font-size: 80%;
	color: #333333;
}

#page-options-only .right-options-only .goldlink a {
	color: #997F66;
}

#page-options-only .right-options-only .blacklink a {
	color: #000000;
}

/* End Inncredible options ONLY */


#menu {
	display:block;
	top:150px;
	left:150px;
	width:200px;
	position:fixed;
	border-right:1px solid #B89951;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:normal;
	color:#000;
	font-style: italic;
}

* html #menu {position:absolute;}

#menu a {
	display:block;
	width:180px;
	margin:10px 0px 10px 0px;
	border-top:1px solid #fff;
	border-bottom:0px solid #000;
	text-align:right;
	text-decoration:none;
	line-height:18px;
	color:#000;
	padding-left: 10px;
	padding-right: 20px;
}

#menu a:hover {
	background: #ffffff url(../images/gradient.jpg) left center repeat-y;
	color:#000;
}

#menu .selected {
	background: #ffffff url(../images/gradient.jpg) left center repeat-y;
	color:#000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;}

.clear {clear:both;}

