body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
/*	background-color: #F1EFB4;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;*/
	margin: 0px;
	padding: 0px;
}

body a:link {
	color: #0084ff;
	font-weight: bold;
	text-decoration: none;
}	
body a:visited {
	color: #0084ff;
	font-weight: bold;
	text-decoration: none;
}	
body a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

/* specifies that link styles also apply to images in IE */
a:link img, a:visited img {
	border: 0px;
}

a:hover img{
	border: 0px;
}

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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFA800;
	font-size: 26px;
}

h1 a:link{
	color: #FF0000;
	text-decoration: underline;
}

h1 a:visited{
	color: #FF0000;
	text-decoration: underline;
}

h2 { color: #FF0000; }

h3 {
	font-size: 18px;
	font-weight: normal;
}

.email {
	color: #0084ff;
	font-weight: bold;
	font-size: 18px;
}

#header {
	background-image: url(../images/header.png);
	height: 133px;
	background-repeat: no-repeat;

/*	background: url(../images/header.jpg) top center no-repeat fixed; */
}

#wrapper{
	width:1000px;
	text-align:center;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}

#content {
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	overflow:hidden;
/*	background: url(../images/main_bg.gif) top center no-repeat fixed; */
}

#bottom {
	background-image: url(../images/bottom.png);
	height: 30px;
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

#footer {
	font-size: 12px;
	font-weight: normal;
}

.text_wrapper {
	width: 800px;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

div.hr {
	height: 45px;
	background: url(../images/hr1.png) repeat-x scroll center;
	/*background: #222222 url(../images/hr1.gif) no-repeat scroll center;*/
}
div.hr hr {
	display: none;
}

/**** Parties ****/
.parties_background_cap {
	text-align: center;
	background-image: url(../images/bparties_flyer_border_top.png);
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 24px;
	width: 697px;
	overflow:hidden;
}

.parties_background {
	text-align: center;
	background-image: url(../images/bparties_flyer_border_sides.png);
	background-repeat: repeat-y;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 16px 0px 16px;
	width: 697px;
	overflow:hidden;
}
.parties_flyer {
	width: 600px;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}

.parties_container img {
	float: left;
	margin-right: 30px;
}

.parties_flyer li {
	list-style-image:url(../images/parties_flyer_li.png);
	text-align: left;
}

/*** Invitations ***/
.invitation-wrapper {
	height: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.invitation-top {
	background-image: url(../images/invitation_header.png);
	height: 133px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 1000px;
}
.invitation {
	background-image: url(../images/invitation_main_bg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 1000px;
	overflow:hidden;
}
.invitation-content {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
.invitation-bottom {
	background-image: url(../images/bottom.png);
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 1000px;
}
.invitation-divider {
	background-image: url(../images/cut_divider.png);
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 1000px;
}
.invitation-page-break {
	page-break-after: always;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 1000px;
}

/**** Specials ****/
.special_listing {
	text-align: center;
	width: 900px;
	margin: auto;
	overflow: hidden;
}

.specials_textarea {
	width: 100%;
	height: 400px;
	text-align: center;
	margin: auto;
}

/**** Products ****/
/**** Products ****/
.products_admin_controls {
	text-align: right;
	float: right;
	display: inline;
}

.products {
	text-align: center;
	margin: auto;
	width: 800px;
	overflow: hidden;
}

.products ul {
	list-style-type: none;
	margin: 0px;
}

.products li.title {
	font-weight:bold;
	color: #0084ff;
	
	width: 736px; height: 30px; padding: 4px; margin: 0px; float: left;
	border: 1px solid #666; background-color: #ccc;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.products li {
	width: 160px; height: 240px; padding: 4px; margin: 8px; float: left;
	border: 1px solid #666; background-color: #ccc;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.products li a {
	width: 100%;
	display:block;
}

.products .name {
	font-size: 13px; margin: 5px;
}

.products .price {
	margin: 5px;
	font-size: 12px;
}

.products .description {
	margin: 5px;
	font-size: 12px;
}

.products .option {
	margin: 5px;
}

.product_info {
	text-align: center;
	margin: auto;
	/*float: left;*/
	width: 800px;
	overflow: hidden;
}

.product_info .pics {
	font-size: 13px;
	width: 400px; height: 200px; padding: 4px; margin: 8px; float: left;
}

.thumb {
}

.product_info .info {
	text-align: left;
	width: 350px; padding: 4px; margin: 8px; float: left;
	border: 1px solid #666; background-color: #ccc;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.product_info .mini {
	padding: 4px;
}

#products {
	width: 800px;
	text-align: center;
	margin: auto;
}

.manufacturer_listing {
	width: 50%;
	float: left;
}

.product_listing {
	overflow: hidden;
	border-bottom: 20px solid #fff;
	background: #fec;
}

.product_listing_img{
	width: 300px;
	float: left;
}

.product_listing p{
	width: 480px;
	float: right;
}

.products_textarea {
	width: 100%;
	height: 400px;
	text-align: center;
	margin: auto;
}

.admin_log {
	text-align: left;
	width: 90%;
	overflow: auto;
	background:#ccc;
	margin-right: auto;
	margin-left: auto;
}

.image_gallery {
	text-align: left;
    width: 90%;
    overflow: auto;	
/*    white-space: no-wrap;
    height: 180px;*/
	background:#ccc;
	margin-right: auto;
	margin-left: auto;
}

.image_gallery_tools {
	text-align: center;
	background:#999;
	margin-right: auto;
	margin-left: auto;
}

.image_gallery_item_holder{
	background:#666;
	overflow: hidden;
}

.image_gallery_item{
	text-align: center;
	float: left;
	width: 180px;
	height: 200px;
	font-size: 12px;
}

.image_gallery_thumbnail{
	max-width: 150px;
	max-height: 200px;
	width: expression(this.width > 150 ? "150px" : true);
	height: expression(this.height > 200 ? "200px" : true);
}

.image_gallery_controls{
	text-align: center;
}

.image_gallery_dir{
	margin-left: 30px;
	margin-right: 10px;
}

.image_gallery_controls a{
	display: inline;
}

.thumb_gallery {
	text-align: left;
    width: 100%;
    overflow: auto;	
    white-space: no-wrap; /*Don't let the images wrap to the next line*/
    height: 180px;
	background:#ccc
}

.thumb_gallery_inner {
	width:5000px;
	padding:0 10px;
}

.thumb_gallery div{
	width:5000px;
	padding:0 10px;
}

.series_sortlist {
	float: left;
	background:#bbb;
	border: 1px solid #333;
	margin: 2px;
	width:20%;
	text-align:center;
}

.series_sortlist ul{
	list-style:none;
	display:inline;
	margin: 0;
	padding: 0;
	text-align: center;
}

.series_sortlist li{
	padding:5px 0px 5px 0px;
	background:#ccc;
}

.no_float {
	float: none;
}


/**** Locations ****/

/*---google map---*/
#mapArea {
	width: 900px;
	float: right;
	overflow:hidden;
}

#locationMap {
	width: 800px;
	background: #fff;
}

#map {
	overflow: hidden;
	width:600px;
	height:600px;
}

#sidebar {
	overflow: auto;
	height: 400px;
	font-size: 11px;
	color: #000;
}

/*---block for each location ---*/
.location_listing {
	text-align: center;
	width: 800px;
	margin: auto;
	overflow: hidden;
}

.location_listing_info {
	width: 500px;
	float: left;
}

.location_listing_map {
	width: 300px;
	height: 200px;
	float: right;
}

.location_map_small{
	width: 300px;
	height: 200px;
}

/**** Contact ****/

/*---forms---*/
textarea            { border:1px solid #999; background:#ccc; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

select              { border:1px solid #999; background:#ccc; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }

input.text, input.title   { border:1px solid #999; background:#ccc; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

input.login { width:80px }

input   { border:1px solid #999; background:#ccc; }
input:focus         { border:1px solid #999; background:#fff; }

/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

.required  { color: #D12F19; }

.form_preview fieldset {

	border-width:2px;
	border-style:solid;
	
/*	padding: 1em;*/
}

.form_preview label {
	float:left;
	width:50%;
	text-align:right;
}

.form_preview legend {
	font-weight: bold;
	font-size: 150%;
}

.form_description {
	text-align: center;
	width: 75%;
	margin: auto;
/*	font-size: 8pt;*/
}

.form_description fieldset {

	border-width:2px;
	border-style:solid;
	
/*	padding: 1em;*/
}

.form_description label {
	float:left;
	width:50%;
	text-align:right;
}

.form_description legend {
	font-weight: bold;
	font-size: 150%;
}
