* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
* html {
	height: 100%;
}

body {
	background-attachment: fixed;
	background-image: url(images/bkgrd.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #130E0B;
	z-index: -1;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#eee;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
	width:1100px;
	background-attachment: scroll;
	background-image: url(images/content_black.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#footer, #push {
height: 200px;
clear: both;
}
#footer{
width:1100px;
margin: 0 auto;
background-image: url(images/footer.png);
background-repeat:no-repeat;
background-position: center bottom;
}
#header{
	height:250px;
	width:1100px;
	position:relative;
	z-index:0;
}
.button-order{
	margin:10px 0 20px 10px;
}
#storeTable{
	width:700px;
}

#storeTable hr{
		
	margin-left:10px;
	margin-bottom:20px;
}

#dots{
	float:left;
	position:absolute;
	z-index:40;
	background-image:url(images/dots.jpg);
	background-repeat:no-repeat;
    background-position: center bottom;
	width:1000px;
	height:349px;
	margin: 0 0 0 50px;
}

#logo{
	float:left;
	position:absolute;
	z-index:50;
	background-image:url(images/Logo.png);
	background-repeat:no-repeat;
    background-position: center bottom;
	width:509px;
	height:310px;
	margin: 0 0 0 20px;
}
#flashHeader{
	z-index:10 !important;
}
#social{
	float:left;
	position:absolute;
	z-index:70 !important;
	background-image:url(images/flourish_top.png);
	background-repeat:no-repeat;
    background-position: center bottom;
	width:586px;
	height:237px;
	margin: -190px 0 0 405px;
	clear:both;
}
#content{
	width:1000px;
	position:relative;
	margin:0 75px;
	z-index:50 !important;
}
#cols{
	position:relative;
	z-index:60 !important;
	width:950px;
}

#left_col{
	text-align:right;
}

#left_col ul{
	list-style:none;
	list-style-type:none;
	font-size:28px;
	line-height:32px;
	color:#FFF;
}

#bump10{
	width:770px;
	margin-left:10px;
}
.gallery a img{
	margin: 0 8px 8px 0;
	border:#000 2px solid;
}
.gallery a:hover img{
	border:#222 2px solid;
}
#left_col ul a:link, #left_col ul a:visited{
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
}

#left_col ul a:hover, #left_col ul a:active{
	text-decoration:none;
	color:#F90;
}

a:link, a:visited{
	text-decoration:none;
	color:#999;
	font-weight:bold;
	outline:none;
}

a:hover, a:active{
	text-decoration:underline;
	color:#FFF;
}

#CR{
	width:800px;
	margin-left:150px;
	margin-top:140px;
	position:absolute;
	text-align:center;
	background-color:#000;
	line-height:25px;
	
}
#menu_flourish{
	left:0;
	position:absolute;
	margin-top:-240px;
	margin-left:-50px;
	z-index:-1;
}
p {
	margin:0 10px 15px;
}

h1{
	text-transform:uppercase;
	font-size:30px;
	line-height:28px;
	margin: 0px 10px 20px;
	color:#FFF;
}

h2{
	text-transform:uppercase;
	font-size:18px;
	margin: 0 10px;
	color:#F90;
}

h3{
	font-size:15px;
	margin: 0 10px;
	color:#FFF;
}


.member{
	display:inline-block;
	margin-bottom:10px;
}

.member img{
	float:left;
margin: 0 15px 15px 10px;
border:5px #000 solid;
}
