/***********************************************************
GENERAL HTML OBJECTS
***********************************************************/

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	font-family: 'Open Sans', Arial;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	min-width: 320px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-attachment: fixed;
}

img
{
	border: 0px;
}

a
{
	text-decoration: underline;
	color: #3a3963;
	outline: 0;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a:focus
{
	outline: none;
}

li
{
	padding-bottom: 10px;
}

hr
{
	color: #baab8e;
	background-color: #baab8e;
	height: 1px;
	border: 0px;
}

h1
{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	padding-top: 20px;
}

h2
{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

blockquote
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 15px;
}
blockquote h3
{
	margin-top: 0px;
	margin-bottom: 4px;
}


/***********************************************************
HIDE MOBILE-ONLY OBJECTS
***********************************************************/

.mobile-only
{
	display: none;
	visibility: none;
}


/***********************************************************
IMAGES IN CONTENT
***********************************************************/

.image-shadow
{
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.image-left-shadow
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.image-right-shadow
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.image-left
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.image-right
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}


/***********************************************************
COMMONLY USED ELEMENTS
***********************************************************/

.newrow {clear: both;}

.dragme
{
	position: relative;
}

.formbutton
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #999999;
	color: #666666;
	background-color: #dddddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
	background: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -ms-linear-gradient(top, #ffffff, #cccccc);
	background: -o-linear-gradient(top, #ffffff, #cccccc);
	text-decoration: none;
}
.formbutton:hover
{
	color: #000000;
	text-decoration: none;
}


.popout-object
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0% auto;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.popout-text
{
	opacity: 0.0;
	filter:alpha(opacity=0); 
}

.form-break
{
	border-top: 1px solid #cccccc;
	font-weight: bold; 
	margin-top: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#ffffff));
	background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background: -ms-linear-gradient(top, #eeeeee, #ffffff);
	background: -o-linear-gradient(top, #eeeeee, #ffffff);
}

.red-asterik
{
	color: #990000;
	font-weight: bold;
}

.footnote
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
}

.footnote-left
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
	margin-top: -6px;
}

.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity95 {opacity: 0.95; filter: alpha(opacity=95);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity85 {opacity: 0.85; filter: alpha(opacity=85);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity75 {opacity: 0.75; filter: alpha(opacity=75);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity65 {opacity: 0.65; filter: alpha(opacity=65);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity55 {opacity: 0.55; filter: alpha(opacity=55);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity45 {opacity: 0.45; filter: alpha(opacity=45);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity35 {opacity: 0.35; filter: alpha(opacity=35);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity25 {opacity: 0.25; filter: alpha(opacity=25);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity15 {opacity: 0.15; filter: alpha(opacity=15);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity5 {opacity: 0.05; filter: alpha(opacity=5);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}

.two-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}

.three-col
{
	float: left;
	width: 31%;
	padding-right: 2%;
}

.two-col-center
{
	float: left;
	width: 48%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.two-col-center img
{
	margin: 0px auto;
}

.three-col-center
{
	float: left;
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.three-col-center img
{
	margin: 0px auto;
}


/***********************************************************
CENTER OBJECTS VERTICALLY
***********************************************************/

.vc-element
{
	position: relative;
	width: 100%;
	height: 100%;
}
.vc-inner
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


/***********************************************************
GENERAL TEMPLATE
***********************************************************/

#main
{
	width: 100%;
	height: 100%;
	text-align: center;
}

#container
{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#fadeBack
{
	*visibility: hidden;
	z-index: 101;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0px;
	text-align: center;
}

#popupDiv
{
	margin: 0px auto;
	position: relative;
	top: 60px;
	width: 600px;
	height: 360px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 30px;
	display: none;
	z-index: 195;
	-moz-box-shadow: 1px 3px 5px #000000;
	-webkit-box-shadow: 1px 3px 5px #000000;
	box-shadow: 1px 3px 5px #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#popupFrame
{
	width: 100%;
	height: 360px;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
}

#popup-close-button
{
	position: relative;
	float: right;
	margin-top: -35px;
	margin-right: -8px;
}



/***********************************************************
TOP STRIP ABOVE HEADER
***********************************************************/

#top-strip
{
	width: 1000px;
	height: 35px;
	text-align: right;
	color: #ffffff;
	line-height: 34px;
	font-weight: normal;
	background-color: #050486;
	font-size: 12px;
}

#top-strip-links
{
	width: 100%;
	height: 34px;
	float: right;
	text-align: right;
}

#top-strip-links a
{
	height: 34px;
	line-height: 34px;
	text-align: left;
	padding-left: 8px;
	padding-right: 25px;
	color: #ffffff;
	text-decoration: none;
}
#top-strip a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#top-strip-welcome
{
	float: left;
	padding-left: 28px;
}
#top-strip-welcome a
{
	color: #ffffff;
	text-decoration: underline;
}
#top-strip-welcome a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


/***********************************************************
HEADER
***********************************************************/

#header
{
	width: 1000px;
	height: 72px;
	background-color: #ffffff;
}

#header-banner, #header-logo
{
	position: absolute;
}

#header h1
{
	text-align: right;
}
#header h1 a
{
	text-decoration: none;
	color: #000000;
}

#header h2
{
	position: absolute;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin-left: 287px;
	margin-top: 15px;
	font-weight: normal;
}

#header-contact
{
	position: absolute;
	width: 240px;
	margin-left: 760px;
	margin-top: 16px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-align: center;
}
#header-contact a
{
	font-weight: 600;
	text-decoration: none;
	color: #00007f;
}
#header-contact a:hover
{
	text-decoration: none;
	color: #00007f;
}

#mobile-menu-button
{
	display: none;
}


/***********************************************************
BROWSE / SEARCH BAR
***********************************************************/

#browse-search
{
	margin-top: 0px;
	width: 1000px;
	height: 45px;
	font-size: 14px;
	line-height: 45px;
	color: #ffffff;
	background-color: #2e2e2e;
}

#browse-form
{
	position: absolute;
	width: 205px;
	height: 45px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url('/images/yellow-down-arrow.png');
	background-repeat: no-repeat;
	background-position: 182px 20px;
	background-color: #1e1e1e;
	z-index: 95;
}
#browse-form:hover
{
	background-position: 182px -50px;
}

#browse-form-toggle
{
	display: block;
	padding-left: 24px;
	font-size: 14px;
	line-height: 45px;
	color: #d4d0c8;
	font-weight: normal;
	text-decoration: none;
}
#browse-form-toggle:hover
{
	color: #d4d0c8;
	font-weight: normal;
	text-decoration: none;
}

#browse_categories
{
	visibility: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	background-color: #1e1e1e;
	margin: 0;
	padding: 0;
	list-style: none;
}
#browse_categories li
{
	width: 205px;
	height: 27px;
}
#browse_categories li a
{
	display: block;
	color: #d4d0c8;
	text-decoration: none;
	background-image: url('/images/yellow-dot.png');
	background-repeat: no-repeat;
	background-position: 28px 11px;
	line-height: 27px;
	padding-left: 46px;
}
#browse_categories li a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#search-form
{
	position: absolute;
	width: 540px;
	margin-left: 205px;
	margin-top: 0px;
	border-left: 1px solid #3a3a3a;
	border-right: 1px solid #232122;
	z-index: 95;
}

#search-form-fields
{
	position: absolute;
	width: 396px;
	height: 31px;
	margin-top: 7px;
	margin-left: 13px;
	background-color: #ffffff;
}

#search-form-keywords
{
	position: absolute;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #a6a6a6;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	height: 21px;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 21px;
	width: 207px;
	font-size: 13px;
	color: #000000;
}

#search-form-categories
{
	position: absolute;
	margin-top: 0px;
	margin-left: 238px;
	width: 158px;
	height: 31px;
	background-image: url('/images/blue-down-arrow.png');
	background-repeat: no-repeat;
	background-position: 141px 13px;
}
#search-form-categories:hover
{
	background-position: 141px -50px;
}

#search-form-toggle
{
	display: block;
	padding-left: 16px;
	font-size: 13px;
	line-height: 31px;
	color: #1f1f1f;
	font-weight: normal;
	text-decoration: none;
}
#search-form-toggle:hover
{
	color: #1f1f1f;
	font-weight: normal;
	text-decoration: none;
}

#search_categories
{
	visibility: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	background-color: #ffffff;
	margin-left: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#search_categories li
{
	width: 158px;
	height: 21px;
}
#search_categories li a
{
	display: block;
	color: #1f1f1f;
	text-decoration: none;
	line-height: 21px;
	padding-left: 16px;
	font-size: 13px;
}
#search_categories li a:hover
{
	color: #000000;
	text-decoration: none;
}

#search-form-submit
{
	position: absolute;
	margin-top: 7px;
	margin-left: 417px;
	width: 109px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #1e1e1e;
	color: #d4d0c8;
	text-decoration: none;
}
#search-form-submit:hover
{
	background-color: #1e1e1e;
	color: #ffffff;
	text-decoration: none;
}

#keywords
{
	width: 180px;
	height: 17px;
	font-size: 12px;
	line-height: 16px;
	background-color: #eeeeee; 
	border: 1px solid #41503b;
	padding-left: 4px;
}

#items-in-cart
{
	margin-left: 747px;
	display: block;
	height: 42px;
	text-align: left;
	border-left: 1px solid #3a3a3a;
	padding-left: 54px;
	font-size: 14px;
	line-height: 42px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	background-image: url('/images/yellow-shopping-cart.png');
	background-repeat: no-repeat;
	background-position: 18px 13px;
}
#items-in-cart:hover
{
	color: #ffffff;
	text-decoration: none;
}

/***********************************************************
CONTAINER FOR LEFT AND RIGHT COLUMNS, MAIN CONTENT AREA
***********************************************************/

#page-main
{
	margin-top: 20px;
	padding: 0px;
	background-color: #ffffff;
}


/***********************************************************
PAGE SIDEBAR
***********************************************************/

#sidebar
{
	width: 220px;
	margin-left: 725px;
	margin-top: 60px;
	padding: 15px;
	background-color: #f2f2f2;
	position: absolute;
	min-height: 480px;
	font-size: 13px;
	text-align: left;
}
#sidebar h3
{
	margin-top: 0px;
	font-size: 15px;
}

.sub-right-twitter-item
{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 15px;
	text-align: left;
}

#twitter-corner-logo
{
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
}

.twitter-user
{
	font-weight: bold;
	font-size: 13px !important;
	text-align: center;
	padding-bottom: 5px;
}
.twitter-user a
{
	text-decoration: none;
	color: #00aced;
}
.twitter-user a:hover
{
	color: #000000;
	text-decoration: none;
}

.twitter-tweet
{
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}
.twitter-tweet a
{
	color: #666666;
	text-decoration: none;
}
.twitter-tweet a:hover
{
	color: #000000;
	text-decoration: none;
}

#please-wait-overlay
{
	z-index: 101;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0px;
	text-align: center;
}
#please-wait-overlay img
{
	margin: 0px auto;
	margin-top: 200px;
}


/***********************************************************
BREADCRUMBS
***********************************************************/

#breadcrumbs
{
	display: none;
	visibility: hidden;
	font-size: 11px;
}

/***********************************************************
MAIN CONTENT AREA
***********************************************************/

#content
{
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 480px;
}

#content-thin
{
	padding-left: 235px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	background-image: url('/images/content-thin-bg.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	min-height: 480px;
}



/***********************************************************
FOOTER
***********************************************************/

#footer
{
	clear: both;
}

#footer-a
{
	height: 168px;
	background-color: #eeeeee;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	color: #777777;
}

#footer-a h3
{
	font-size: 14px;
	color: #1f1f1f;
	margin-top: 40px;
	margin-bottom: 5px;
	font-weight: normal;
}

#footer-social-media
{
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	height: 167px;
	width: 240px;
	padding-left: 40px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #d9d9d9;
}

#footer-social-media-grid
{
	margin-top: 12px;
}

.footer-social-media-link
{
	display: inline-block;
	float: left;
	padding-left: 32px;
	height: 24px;
	width: 80px;
	line-height: 24px;
	font-size: 13px;
	color: #444444;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.footer-social-media-link:hover
{
	color: #000000;
	text-decoration: none;
}

#footer-social-media-twitter {background-image: url('/images/footer-twitter.png');}
#footer-social-media-youtube {background-image: url('/images/footer-youtube.png');}
#footer-social-media-facebook {background-image: url('/images/footer-facebook.png');}
#footer-social-media-google {background-image: url('/images/footer-google.png');}

#footer-signup
{
	position: absolute;
	margin-left: 281px;
	margin-top: 0px;
	height: 167px;
	width: 340px;
	padding-left: 28px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #d9d9d9;
}

#signupForm
{
	margin-top: 17px;
	height: 28px;
	width: 287px;
	border: 1px solid #999999;
	background-color: #ffffff;
}
#signupForm input[type='text']
{
	height: 28px;
	line-height: 28px;
	padding-left: 12px;
	width: 187px;
	border: 0px;
	color: #777777;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
	float: left;
}

.signupForm-checkbox
{
	display: inline-block;
	width: 150px;
}

#footer-signup-submit
{
	display: inline-block;
	float: right;
	margin: 1px;
	height: 24px;
	width: 75px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #dddddd;
	background-color: #050486;
}

#footer-latest-blogpost
{
	position: absolute;
	margin-left: 651px;
	margin-top: 0px;
	height: 167px;
	width: 294px;
	padding-left: 22px;
	padding-right: 32px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#footer-latest-blogpost-title
{
	padding-bottom: 8px;
}

#footer-b
{
	position: relative;
	width: 1000px;
	height: 50px;
	padding-top: 18px;
	padding-bottom: 19px;
	background-color: #f6f6f6;
}

#footer-b-text
{
	float: left;
	display: inline-block;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 15px;
}

#footer-b-cc
{
	float: left;
	display: inline-block;
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer-b-other
{
	float: left;
	display: inline-block;
	height: 50px;
	padding-left: 15px;
}

#footer-c
{
	height: 42px;
	background-color: #050486;
	text-align: center;
}

#footer-c-text
{
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 42px;
	color: #ffffff;
	background: url('/images/yellow-doublearrow-right.png') left center no-repeat, url('/images/yellow-doublearrow-left.png') right center no-repeat;
}

#footer-c-coupon
{
	padding-left: 10px;
}

#footer-c-promocode
{
	color: #f5ff0a;
	font-weight: 600;
}

#footer-menu
{
	height: 224px;
	background-color: #1e1e1e;
	text-align: left;
}

#footer-d
{
	height: 45px;
	background-color: #222222;
	text-align: left;
	color: #cccccc;
	font-size: 12px;
	line-height: 45px;
}
#footer-d a
{
	color: #dddddd;
	text-decoration: underline;
}
#footer-d a:hover
{
	color: #cccccc;
	text-decoration: underline;
}

#footer-copyright
{
	width: 400px;
	float: left;
	text-align: left;
	padding-left: 35px;
}

#footer-jcmanheimer
{
	width: 400px;
	float: right;
	text-align: right;
	padding-right: 35px;
}

/***********************************************************
EVENT CALENDAR
***********************************************************/

.calendar-prevmonth
{
	display: inline-block;
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
}
.calendar-prevmonth:hover
{
	text-decoration: none;
	background-position: 0px -30px;
}

#calendar-title
{
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	display: inline-block;
	width: 150px;
	height: 30px;
	text-align: center;
	float: left;
}

.calendar-nextmonth
{
	display: inline-block;
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
}
.calendar-nextmonth:hover
{
	text-decoration: none;
	background-position: 0px -30px;
}

.calendar-month
{
	border: 0px;
	background-color: #666666;
}
.calendar-month th
{
	background-color: #444444;
	color: #ffffff;
	text-align: center;
	padding: 6px;
}
.calendar-month td
{
	width: 136px;
	min-height: 100px;		
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	padding: 8px;
 }

.calendar-noday
{
	background-color: #cccccc !important;
}

.calendar-number
{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.calendarLink
{
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
.calendarLink:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


/***********************************************************
PHOTO GALLERY SLIDESHOW
***********************************************************/

#Gallery_Controls
{
	width: 845px;
	height: 30px;
	text-align: right;
	padding-right: 15px;
	display: block;
}

#Button_Gallery_Left
{
	width: 16px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px -30px;
	float: right;
	text-decoration: none;
}

#Button_Gallery_Right
{
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-decoration: none;
}

#Gallery_Slidebar_Container
{
	width: 860px;
	height: 125px;
	overflow: hidden;
	display: block;
	position: relative;
}

#Gallery_Slidebar
{
	position: relative;
	height: 125px;
	left: -15px;
}

.thumb-view
{
	max-width: 100px;
	max-height: 100px;
	width: expression(this.width > 100 ? 100: true);
	height: expression(this.height > 100 ? 100: true);
}

.event-thumbnail
{
	max-width: 200px;
	max-height: 100px;
	width: expression(this.width > 200 ? 200: true);
	height: expression(this.height > 100 ? 100: true);
	float: left;
	margin-right: 15px;
}


/***********************************************************
ACCOUNT EDIT BUTTON CONTAINER
***********************************************************/

#actionTabs
{
	text-align: right;
	font-size: 10px;
	line-height: 11px;
	position: relative;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 6px;
}
#actionTabs img
{
	margin-left: 10px;
}

#formTabs
{
	height: 32px;
	padding-bottom: 6px;
}

#formTabs a
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #999999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}

.formBox
{
	padding: 15px;
	border: 1px solid #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}


/***********************************************************
NEWS LANDING PAGE
***********************************************************/

.news-row
{
	clear: both;
	min-height: 152px;
	padding-bottom: 24px;
}

.news-pic
{
	position: absolute;
	width: 152px;
}

.news-pic img
{
	width: 150px;
	border: 1px solid #999999;
}

.news-info
{
	min-height: 152px;
	margin-left: 170px;
}


/***********************************************************
SLIDESHOW - FADE IN/OUT - NO CONTROLS
***********************************************************/

#slideshow-container
{
	width: 654px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.slideshow-slide
{
	position: absolute;
	width: 654px;
	height: 300px;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	backgroud-repeat: no-repeat;
	background-size: cover;
	background-position: 0px center;
	display: block;
}


/***********************************************************
SLIDESHOW - SLIDE LEFT/RIGHT - WITH CONTROLS
***********************************************************/

#slideshowContainer
{
	overflow: hidden;
	width: 1000px;
	margin-top: 0px;
	margin-left: -20px;
}

#slideshowInner
{
	position: relative;
}

.slideshowItem
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 1000px;
	text-align: center;
	overflow: hidden;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.slideshowInner img
{
	margin: 0px auto;
	border: 0px;
	margin: 0px;
}

#slideshowThumbs
{
	clear: both;
	margin-left: -20px;
	width: 1000px;
	height: 9px;
	background-color: #1e1e1e;
	position: relative;
	overflow: visible;
}

#slideshowThumbList
{
	height: 10px;
	padding: 10px;
	background-color: #1e1e1e;
	float: right;
	margin-top: -30px;
}

.slideshowThumb
{
	margin-left: 10px !important;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.slideshowThumb:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.slideshowThumbOn
{
	margin-left: 10px !important;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.slideshowThumbOn:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshow-arrow-left
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
	border: 0px;
}
#slideshow-arrow-left:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshow-arrow-right
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
	border: 0px;
	margin-left: 10px !important;
}
#slideshow-arrow-right:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshowCaption
{
	display: none;
	visibility: hidden;
}



/***********************************************************
PRODUCT ROTATION - SLIDE LEFT/RIGHT - WITH CONTROLS
***********************************************************/

#rotationTabs
{
	border-bottom: 1px solid #dddddd;
	text-align: center;
	height: 35px;
	padding-top: 12px;
}

.rotationTab
{
	margin: 0px auto;
	display: inline-block;
	width: 200px;
	height: 34px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.rotationTab:hover
{
	color: #000000;
	text-decoration: none;
}

.rotationTabOn
{
	margin: 0px auto;
	display: inline-block;
	width: 200px;
	height: 34px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.rotationTabOn:hover
{
	color: #000000;
	text-decoration: none;
}

#rotation-arrow-left
{
	position: absolute;
	margin-top: 150px;
	margin-left: 12px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
	border: 0px;
}
#rotation-arrow-left:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#rotation-arrow-right
{
	position: absolute;
	margin-top: 150px;
	margin-left: 930px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
	border: 0px;
}
#rotation-arrow-right:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#rotationContainer
{
	overflow: hidden;
	width: 1000px;
	height: 278px;
	padding-top: 25px;
	margin-left: -20px;
}

#rotationInner
{
	position: relative;
	width: 99999px;
}

.rotationItem
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 1000px;
	height: 278px;
	text-align: center;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.rotation-product-box
{
	display: inline-block;
	margin: 0px auto;
	margin-left: 4px;
	margin-right: 4px;
	width: 260px;
	height: 276px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.rotation-product-box-photo
{
	width: 260px;
	height: 170px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	cursor: pointer;
}

.rotation-product-save
{
	position: absolute;
	margin-left: 18px;
	margin-top: 13px;
	display: block;
	width: 95px;
	height: 24px;
	background-color: #ff2626;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
}

.rotation-product-box-info
{
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 13px;
	text-align: left;
}
.rotation-product-box-info h3
{
	margin-top: 0px;
	margin-bottom: 27px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
.rotation-product-box-info h3 a
{
	color: #000000;
	text-decoration: none;
}
.rotation-product-box-info h3 a:hover
{
	color: #666666;
	text-decoration: none;
}

.rotation-product-box-buynow
{
	position: absolute;
	margin-top: 37px;
	margin-left: 132px;
}

.rotation-product-box-price
{
	font-size: 17px;
	line-height: 17px;
	color: #444444;
	font-weight: bold;
}

.retail-price
{
	font-size: 13px;
	font-weight: normal;
	color: #1f1f1f;
}

.red-text
{
	color: #ff2626;
}

#rotationThumbs
{
	clear: both;
	position: relative;
	overflow: visible;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

#rotationThumbList
{
	margin: 0px auto;
}

.rotationThumb
{
	margin-left: 10px !important;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rotationThumb:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.rotationThumbOn
{
	margin-left: 10px !important;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.rotationThumbOn:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/***********************************************************
HIGHLIGHTED PRODUCT
***********************************************************/

#highlightedOuter h2
{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #1e1e1e;
	margin-top: 20px;
}

.highlighted-product-box
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 85% auto;
	height: 185px;
}

.highlighted-product-box-info
{
	position: absolute;
	width: 170px;
	height: 152px;
	border: 1px solid #dddddd;
	padding: 18px;
	margin-top: 0px;
	margin-left: 100px;
	background-color: #ffffff;
}
.highlighted-product-box-info h3
{
	margin-top: 0px;
	margin-bottom: 27px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
.highlighted-product-box-info h3 a
{
	color: #000000;
	text-decoration: none;
}
.highlighted-product-box-info h3 a:hover
{
	color: #666666;
	text-decoration: none;
}

.highlighted-product-box-buynow
{
	margin-top: 16px;
}

.highlighted-product-box-shadow
{
	margin-top: 170px;
	margin-left: 80px;
}


/***********************************************************
CONTACT FORM, SIGNUP FORM, ACCOUNT FORMS
***********************************************************/

#signupThankyou
{
	display: none;
}

.form-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ccffcc;
	border: 1px solid #006600;
}

.form-error
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #000000;
}

.error-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
}

.important-note
{
	padding: 12px;
	background-color: #ccffcc;
	border: 1px solid #999999;
	color: #000000;
}

.warning-message
{
	padding: 12px;
	background-color: #ffff99;
	border: 1px solid #999933;
	color: #000000;
}

.rounded-box
{
	border: 1px solid #999999;
	padding: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#signup-form-container
{
	background-color: #233449;
	padding: 12px;
}

#signup-form-container h2
{
	margin-top: 0px;
	margin-bottom: 15px;
	color: #ffffff;
	font-family: passion-one-n7, passion-one, sans-serif;
	font-size: 25px;
	font-weight: normal;
}

#signup-form-container input
{
	margin-bottom: 8px;
	border: 0px;
	height: 25px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 195px;
	padding-left: 10px;
}

#signup-submit
{
	margin-top: 4px;
	display: block;
	background-color: #a01824;
	width: 180px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #ffffff !important;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#signup-submit:hover
{
	background-color: #000000;
	color: #ffffff !important;
	text-decoration: none;
}


.signupFormRow
{
	min-height: 40px;
}

.signupFormRow input[type=text], .signupFormRow input[type=tel], .signupFormRow input[type=email]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=number]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=password]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow select
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow textarea
{
	font-family: Arial;
	height: 150px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}

.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.signupFormLabel
{
	float: left;
	width: 150px;
	padding-top: 6px;
	text-align: right;
}

.signupFormField
{
	margin-left: 160px;
	text-align: left;
}


/***********************************************************
ACCORDION CONTENT ELEMENTS
***********************************************************/

.accordion-section-container
{
	height: 0px;
	overflow: hidden;
}

.accordion-section-content
{
	display: table;
	padding-top: 10px;
	padding-bottom: 30px;
}


/***********************************************************
HOMEPAGE - FEATURED BLOG POST
***********************************************************/

.home-blog-title
{
	font-size: 21px;
	line-height: 23px;
	text-decoration: none;
}
.home-blog-title:hover
{
	text-decoration: none;
}


/***********************************************************
HOMEPAGE - FEATURED NEWS ITEMS
***********************************************************/

.home-news-row
{
	clear: both;
	padding-bottom: 30px;
}

.home-news-thumb
{
	float: left;
	margin-right: 20px;
}

.home-news-title
{
	font-size: 21px;
	line-height: 32px;
	text-decoration: none;
}
.home-news-title:hover
{
	text-decoration: none;
}

.home-news-date
{
	font-style: italic;
	color: #666666;
}


/***********************************************************
VIDEO PAGE ELEMENTS
***********************************************************/

.videoThumb
{
	width: 242px;
	height: 240px;
	padding: 25px;
	overflow: hidden;
	text-align: center;
	float: left;
	display: inline-block;
}
.videoThumb a
{
	text-decoration: none;
}
.videoThumb a:hover
{
	text-decoration: none;
}

.videoThumbImg
{
	width: 240px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 5px;
	border: 1px solid #666666;
	background-color: #666666;
	padding: 0px !important;
}
.videoThumbImg img
{
	margin: 0px auto;
	height: 180px;
}


/***********************************************************
HOVER ZOOM FEATURE
***********************************************************/

#productZoomContainer
{
	display: none;
	position: fixed;
	overflow: hidden;
	width: 450px;
	height: 550px;
	border: 1px solid #cccccc;
	box-shadow: 1px 3px 5px #666666;
	-moz-box-shadow: 1px 3px 5px #666666;
	-webkit-box-shadow: 1px 3px 5px #666666;
	background-color: #ffffff;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('/images/pleasewait.gif');
}

#hoverZoomImage
{
	position: absolute;
}


/***********************************************************
FORM DATE SELECT FIELD WITH POPUP CALENDAR
***********************************************************/

#displayStartDate, #displayEndDate
{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 120px;
	border: 1px solid #999999;
	background-color: #ffffff;
}
#displayStartDate:hover, #displayEndDate:hover
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#calendardiv
{
	position: absolute;
	margin-left: 10px;
	margin-top: -40px;
	display: none;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 10px;
	-moz-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0px 0px 10px #666666;
	z-index: 110;
}

#calendardiv-clear
{
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -8px;
	margin-left: -5px;
	color: #666666;
	text-decoration: none;
}
#calendardiv-clear:hover
{
	color: #000000;
	text-decoration: none;
}

#calendardiv-close
{
	float: right;
	color: #666666;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-right: -5px;
	border: 1px solid #cccccc;
}
#calendardiv-close:hover
{
	color: #000000;
	text-decoration: none;
}


#calendardiv-prevyear
{
	font-weight: bold;
	float: left;
	color: #000000;
	text-decoration: none;
	margin-right: 8px;
}
#calendardiv-prevyear:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-prev
{
	font-weight: bold;
	float: left;
	color: #000000;
	text-decoration: none;
}
#calendardiv-prev:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-next
{
	font-weight: bold;
	float: right;
	color: #000000;
	text-decoration: none;
}
#calendardiv-next:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-nextyear
{
	font-weight: bold;
	float: right;
	color: #000000;
	text-decoration: none;
	margin-left: 8px;
}
#calendardiv-nextyear:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-month
{
	font-weight: normal;
	text-align: center;
	margin-top: -20px;
	padding-bottom: 10px;
	padding-left: 11px;
	font-size: 15px;
}

.calendardiv-greyout
{
	width: 20px;
	height: 20px;
}

.calendardiv-day
{
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #ffffff;
}
.calendardiv-day:hover
{
	background-color: #ffff66;
}
.calendardiv-day a
{
	color: #000000;
	text-decoration: none;
	display: block;
}
.calendardiv-day a:hover
{
	color: #000000;
	text-decoration: none;
}


/***********************************************************
PHOTO GALLERY PAGES
***********************************************************/

.gallery-list-row
{
	clear: both;
	padding-top: 15px;
}

.gallery-list-thumb-box
{
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #999999;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}


.galleryThumb
{
	width: 150px;
	height: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	float: left;
	border: 1px solid #999999;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}


/***********************************************************
DATABASE LISTS - DIV FORMATTING
***********************************************************/

.admin-list-col
{
	float: left;
	width: 300px;
	padding-right: 20px;
}

.list-item-row
{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #cccccc;
}
.list-item-row h3
{
	margin-top: 0px;
	margin-bottom: 12px;
}

.list-item-row-image
{
	float: left;
	width: 200px;
	height: 180px;
	background-color: #666666;
	overflow: hidden;
	text-align: center;
	margin-right: 25px;
}
.list-item-row-image img
{
	margin: 0px auto;
}


/***********************************************************
SITEMAP FORMATTING
***********************************************************/

.sitemap-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}

.sitemap-list li
{
	padding-bottom: 0px;	
}


/***********************************************************
PREVIOUS/NEXT PAGE CONTROLS
***********************************************************/

#previous-page
{
	float: left;
	width: 200px;
	font-size: 12px;
	text-align: left;
}
#previous-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#previous-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#next-page
{
	float: right;
	text-align: right;
	width: 200px;
	font-size: 12px;
}
#next-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#next-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}


/***********************************************************
SEARCH RESULTS - FORMAT 1 - TABLE GRID
***********************************************************/

.table-grid
{
	border: 0px;
	width: 100%;
}

.table-grid th
{
	font-size: 13px;
}

.table-grid td
{
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
}

/***********************************************************
SEARCH RESULTS - FORMAT 2 - DATA GRID
***********************************************************/

.data-grid
{
	border: 0px;
	width: 100%;
}
.data-grid th
{
	text-align: left;
	padding: 3px;
	background-color: #cccccc;
}
.data-grid td
{
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}


/***********************************************************
SEARCH RESULTS - PAGINATION
***********************************************************/

.pagelist-row
{
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.pagelist-links
{
	float: right;
}
.pagelist-links a
{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #999999;
}
.pagelist-links a:hover
{
	color: #999999;
	background-color: #eeeeee;
	text-decoration: none;
}

.pagelist-links-selected
{
	border: 1px solid #000000 !important;
	color: #000000 !important;
	cursor: default !important;
}
.pagelist-links-selected:hover
{
	color: #000000 !important;
	background-color: #ffffff !important;
}


/***********************************************************
CUSTOMER REVIEWS
***********************************************************/

.customer-review-box
{
	margin-top: 10px;
	border: 1px solid #cccccc;
	background-color: #f2f2ff;
	padding: 12px;
}
.customer-review-box p
{
	margin-top: 0px;
}

.customer-review-likes
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


/***********************************************************
CHAT DIV OVERLAY
***********************************************************/

#chatDiv
{
	position: fixed !important;
	top: 0px;
	margin-left: 50px;
	width: 400px;
	height: 345px;
	border: 2px solid #999999;
	background-color: #999999;
	padding: 0px;
	display: none;
	z-index: 395;
	box-shadow: 1px 1px 10px #000000;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	cursor: move;
	line-height: 25px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#chatDiv-close
{
	float: right;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
#chatDiv-close:hover
{
	color: #eeeeee;
	text-decoration: none;
	border: 1px solid #eeeeee;
}

#chatFrame
{
	margin-top: 2px;
	width: 100%;
	height: 320px;
}


/***********************************************************
CONTACT PAGE
***********************************************************/

#contact-google-map
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	width: 360px;
	height: 560px;
	border: 0px;
}

#contact-form
{
}


/***********************************************************
CUSTOM ELEMENTS
***********************************************************/

.homepage-h2-large
{
	font-size: 20px;
}
