* { font-size: 100%;}

html, body {
	background: #d2d2cf;
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	color: #888;
}

a, object { outline: none;}

a, a:link, a:visited, a:active {
	color: black;
	font-weight: bold;
}
a:hover { 
	color: #0000DD;
}

p {
	margin: 0.8em 0;
	line-height: 1.3em;
}

img, form, fieldset {
	margin: 0; 
	border: 0; 
	padding: 0;
}

li {
	padding-bottom: 10px;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.padLeft {
	padding-left: 25px !important;
}
.pad {
	padding: 10px;
}
.pointer {
	cursor: pointer;
}

.strike {
	text-decoration: line-through;
}

.pageBreak {
	page-break-before: always;
}

.imageOnLeft {
	float: left;
	margin-right: 10px;
}
.imageOnRight {
	float: right;
	margin-left: 10px;
}

.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.indent {
	margin-left: 50px;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}

.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

td.left, th.left {
	float: none;
	text-align: left !important;
}
td.center, th.center {
	text-align: center !important;
}
td.right, th.right {
	float: none;
	text-align: right !important;
}
td.right img, th.right img {
	display: inline;
}

/**
 * Layout
 */
#main-container {
	background-color: white;
	margin: 0 auto;
	width: 940px;
}
#main-title { display: none;}

#main-navigation {
	margin: 0; padding: 0;
	list-style-type: none;
	position: relative;
	height: 195px;
	background: transparent url('../images/template/header.jpg') no-repeat;
}
#main-navigation li {
	margin: 0; padding: 0;
}
#main-navigation span { display: none;}

#main-navigation a {
	position: absolute;
	display: block;
	height: 37px;
	top: 142px;
	background: transparent url('../images/template/navigation.jpg') no-repeat;
}

a#link2 { width: 137px;	background-position: 0 0;			left: 21px;}
a#link2:hover {			background-position: 0 -37px;}
a#link3 { width: 136px;	background-position: -137px 0;		left: 173px;}
a#link3:hover {			background-position: -137px -37px;}
a#link4 { width: 136px;	background-position: -273px 0;		left: 326px;}
a#link4:hover {			background-position: -273px -37px;}
a#link5 { width: 136px;	background-position: -409px 0;		left: 478px;}
a#link5:hover {			background-position: -409px -37px;}
a#link6 { width: 136px;	background-position: -545px 0;		left: 630px;}
a#link6:hover {			background-position: -545px -37px;}
a#link7 { width: 137px;	background-position: -681px 0;		left: 782px;}
a#link7:hover {			background-position: -681px -37px;}
a#link1 { width: 135px;	background-position: -818px 0;		left: 782px; top: 20px;}
a#link1:hover {			background-position: -818px -37px;}

#content-container {
	margin: 0; padding: 1px 22px;
}

.price_panels {
	float: left;
	width: 400px;
	border: 10px solid #4178ac;
	padding: 5px 5px 5px 5px;
}

/* text style */
.blue_text {
	color: #073764;
}

.large_blue {
	font-size: 1.5em;
	color: #073764;
	line-height: 130%;
}

.large_grey {
	font-size: 1.5em;
	line-height: 130%;
}

/* form elements */
.textfield {
	width: 98%;
	background-color: #CCC;
	border: 1px solid #073764;
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif; 
}

.textfieldWide {
	width: 98%;
	height: 100px;
	background-color: #CCC;
	border: 1px solid #073764;
	font-family: Helvetica, Arial, sans-serif;
	padding: 2px; 
}

.button {
	color: #073764;
	border: 0px;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	margin-top: 5px; 
}

div#imageList {
	width: 600px; 
	height:100px;
	margin-top: 10px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-base-color: #CCC;
	scrollbar-arrow-color: #CCC;
	scrollbar-face-color: #073764;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #CCC;
	scrollbar-track-color: #CCC; 
}
	
div#imageListWedding {
	float:left; 
	width: 100px; 
	height:480px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	white-space: nowrap;
	scrollbar-base-color: #CCC;
	scrollbar-arrow-color: #CCC;
	scrollbar-face-color: #073764;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #CCC;
	scrollbar-track-color: #CCC; 
}
	
div#imageList img {
	border: 2px solid #073764;
	margin: 0 4px; 
}
