
/* BASIC
============================================= */
html, body {
	margin:0;
	padding:0;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}


/* SLIDER??
============================================= */

div#page {
	background-color: #fff;
	border-color: #ddd;
}
div#footer {
	color: #777;
}
div.caption-container {
	color: #111;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	color: #777;
}
div.navigation a.prev {
	background-image: url(prevPageArrow.gif);
}
div.navigation a.next {
	background-image: url(nextPageArrow.gif);
}
div.loader {
	background-image: url(loader.gif);
}
div.slideshow img {
	border-color: #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
div.pagination a:hover {
	background-color: #eee;
}
div.pagination span.current {
	background-color: #000;
	border-color: #000;
	color: #fff;
}







/* General
============================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

hr {border-style: none;}

body {
	line-height: 1;	
}
ul {
	list-style: none;
}

ol{
	padding: 0 50px 0 80px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
	position: relative;
}

a, .halfdivr a {
	text-decoration: none;
	color: #3C234D;
	font-style:italic;
	font-weight: bold;
}

#inside p{
	padding: 5px 45px 5px 45px;
	line-height: 21px;
}

table{
	margin: 5px 60px 5px 0px;
	width: 100%;
}

body {
	background: #462460;
	font-size: 14px;
	text-align: center; /* for IE */
	padding: 0;
	margin: 0;
	min-width: 1000px;
	font-family: 'Maven Pro', 'sans-serif';
}

body#inside  {
	background-color: #462460;
	font-family: 'Maven Pro', 'sans-serif';
	font-size: 14px;
	text-align: center; /* for IE */
	padding: 0;
	margin: 0;
	min-width: 1000px;
}



/* Header
============================================= */
.head {
    height: 145px;
    margin: 0 auto;
    width: 960px;
}

.topglow {
	background: url(images/topglow.jpg) right no-repeat;
}

.logo {
    background: url(images/logo2.jpg) no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 134px;
    margin: -12px 0 31px;
    width: 350px;
}

.address {
    float: right;
	font-size: 12px;
    margin: 30px 15px 24px 0;
	
}

.address em {
    color: #BDAFC8;
    display: block;
    margin: 0 0 11px;
}

.address a {
    background: none repeat scroll 0 0 #BDAFC8;
    border-radius: 2px;
    color: #3C234D;
    display: block;
    font-style: normal;
    margin: 5px 0 0;
    padding: 9px 0;
	font-weight: normal;
}

.address a:hover {
    background: #aa9ab6;
}

.social {
    float: right;
    margin: 30px 0 10px;
    width: 110px;
}

.social img {
    border-radius: 2px;
    margin: 0 0 2px;
    width: 110px;
}

.navcont {
    display: block;
    margin:0;
}

.nav ul {
	float: left;
	display: inline;
	padding: 3px 0; /* IE needs padding and margin in the ul to create v space */
	margin: 0;
}

.nav li {
	display: inline;
}

.nav ul li a {
    border: 1px solid #55376D;
    color: #FFFFFF;
    font-size: 13px;
    margin: 0;
    padding: 10px 33px;
    text-decoration: none;
	font-style: normal;
	font-weight:normal;
}

.nav ul li a:hover {
	background-color: #1a0629;
	color: #fff;
}

#current {
	background-color: #1a0629;
	color: #fff;

}

#wrap {
	margin: 0 auto;
    min-height: 700px;
    padding: 0 0 40px;
}

.left_floral {
	background: url(images/left.png);
	height: 732px;
    left: 0;
    position: absolute;
    top: 100px;
    width: 293px;
}

.right_floral {
	background: url(images/right.png);
    width: 293px;
	height: 732px;
	position:absolute;
	right:0;
	top:100px;
}

#inside #wrap {
    margin: 0 auto;
    min-height: 700px;
}

#home #content{
	width: 960px;
	padding: 0px;
}

.tables1 {
	position: absolute;
	top: 1px;
	right: 0;
}

.tables2 {
	position: absolute;
	top: 215px;
	right: -0px;
}

#content {
    width: 960px;
    clear: both;
    display: block;
    float: none;	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  	margin: auto;
	text-align: left;
	padding: 10px 0;
}




/* Home Content
============================================= */
.side_left {
    float: left;
    margin: 38px 0 0;
    width: 330px;
}

.side_left img {
    float: left;
    margin: 0 10px 0 0;
    width: 145px;
}

.side_left img.chairs {
    margin: 28px 0 0;
    width: 300px;
}

.rcol {
    background: url(images/titles.png) no-repeat scroll 10px 0 rgba(0, 0, 0, 0);
    height: 75px;
}

.rcolbg {
    float: right;
    height: 360px;
    margin: 20px 0 0;
    width: 630px;
}

.incol {
    color: #FFFFFF;
    display: inline;
    float: left;
    font-family: 'Maven Pro','sans-serif';
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 80px 12px 0;
    text-align: center;
    width: 186px;
}

.incol a {
    color: #d2a86e;
    font-style: italic;
    font-weight: 700;
    padding: 5px;
}

.incol img {
    border-radius: 6px;
    height: 150px;
    margin: 20px 0 0;
    width: 185px;
}

h2 {
	font-size: 19px;
    font-family: 'Maven Pro','sans-serif';
	font-weight: bold;
	line-height:32px;
}

h1 {
    clear: both;
    color: #FFFFFF;
    display: block;
    font-family: 'Maven Pro','sans-serif';
    font-size: 32px;
    font-weight: bold;
    margin: 48px 0 21px;
}


/* Content
============================================= */
.halfdivl {
	width: 253px;
	float: left;
	margin: 0;
	display: inline;
	overflow: hidden;
}

img.side {
	width: 273px;
	border-radius: 0 0 0 40px;
}

.halfdivr {
    background: url(images/clearbackground.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 0 10px 10px;
    color: #000000;
    display: inline;
    float: right;
	font-family: 'Maven Pro','sans-serif';
    margin: 0;
    padding: 30px 0;
    width: 707px;
}

#full-width {
	width:100%;
}

#items-for-rent  {
    padding: 20px 0 0 30px;
    text-align: left;
}

#items-for-rent li {
    float: left;
    margin: 0 15px 0 14px;
}

#items-for-rent p {
    line-height: 19px;
    padding: 0;
}

input,
input[type="text"], 
input[type="password"], 
input[type="email"], 
textarea, 
select {
    background: white;
    border: medium none;
    border-radius: 0;
    display: block;
    margin: 3px 0 0px;
    padding: 5px 0;
    text-indent: 10px;
	width:190px;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: none repeat scroll 0 0 #3C234D;
    border: medium none;
    border-radius: 3px;
    color: #F5F4E9;
    font-size: 10px;
    margin: 0 0 10px;
    padding: 5px 0;
    text-align: center;
    text-shadow: none;
    width: 190px;
	cursor:pointer;
}

iframe {
	margin: 46px 0 10px;
}



.minheight {
	min-height: 500px;
}

.items{
	background:transparent url(images/clearbackground.png);
	-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE.htc);
	padding: 10px;
}

hr { border: 1px dotted #fff; border-style: none none dotted; margin: 0 30px;}

.gallery {
	padding: 20px 0;
	width: 680px;
}

.bigfont {
		font-weight: normal;
		font-size:24px;
		font-family: 'Maven Pro','sans-serif';
		margin: 0 0 0 -24px;
		color: #432658;
}

.bigfont2 {
		font: bold 18px Tahoma, Geneva, sans-serif;
		margin: 15px 0 0 -24px;
		color: #000;
}

td {
text-align: center;
	
}


/* Gallery
============================================= */

div#container {
	overflow: hidden;
}
div.content {
	display: none;
	clear: both;

}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
		width: 685px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 410px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 685px;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 1px;
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 30px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 334px;
}

div.caption {
	padding: 0 12px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.navigation-container {
	float: left;
	position: relative;
	left: 50%;

}
div.navigation {
	float: left;
	position: relative;
	left: -50%;

}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}





/* Slider
============================================= */
.fadein {
    height: 630px;
    margin: 70px auto 0;
    overflow: hidden;
    width: 960px;
    z-index: 0;
}
	
.fadein img {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.videolink {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}





/* Footer
============================================= */
.reaxion {
    clear: both;
	background: #583672;
	padding: 10px 0;
}

.reaxion a {
    background: url(images/x.png) no-repeat left center;
    color: #ccc;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin: auto;
    padding: 10px 0 10px 20px;
    width: 95px;
}


