/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#fff;
	min-width:1040px;
}

#container {
	position:relative; 
	width:1000px;
	background-image:url("/img/bg-container1.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#111;
	margin:0 auto 0 auto; 
	padding:33px 0px 0px 0px;
	text-align:left;
	border-bottom:6px solid #000;
}

#content {
	position:relative; 
	width:904px;
	background-image:url("/img/bg-content.png");
	background-position:top left;
	background-repeat:repeat-y;
	margin:0 auto 0 auto;
	border:0px solid #000;
}

#brandingNav {
	float:left;
	width:279px;
	border:0px solid #000;
}

#brandingNav #logo {margin-top:-23px;}

#nav {
	width:279px;
	margin:-3px 0px 0px 0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a{
	display:block;
	border:0px solid black;
}

#nav a {height:37px;}

#home, #products, #events, #about, #tips, #contact {
	float:left;
	height:37px;
	width:279px;
}

#home a, #home a:visited {background:url("/img/btn-home.png") top left no-repeat;}
#home a:hover {background:url("/img/btn-home.png") top right no-repeat;}

#products a, #products a:visited {background:url("/img/btn-products.png") top left no-repeat;}
#products a:hover {background:url("/img/btn-products.png") top right no-repeat;}

#events a, #events a:visited {background:url("/img/btn-events.png") top left no-repeat;}
#events a:hover {background:url("/img/btn-events.png") top right no-repeat;}

#about a, #about a:visited {background:url("/img/btn-about.png") top left no-repeat;}
#about a:hover {background:url("/img/btn-about.png") top right no-repeat;}

#tips a, #tips a:visited {background:url("/img/btn-tips.png") top left no-repeat;}
#tips a:hover {background:url("/img/btn-tips.png") top right no-repeat;}

#contact {padding-bottom:20px;}
#contact a, #contact a:visited {background:url("/img/btn-contact.png") top left no-repeat;}
#contact a:hover {background:url("/img/btn-contact.png") top right no-repeat;}

#emailList {
	clear:both;
	background-image:url("/img/flourish.png");
	background-position:top center;
	background-repeat:no-repeat;
	padding:30px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}

#emailList #email {
	width:180px;
	border:1px solid #74625e;
	margin-bottom:3px;
}

#emailList #btnSubmit {width:53px;height:22px;border:0;}

#networks {
	text-align:center;
	margin:45px 0px 45px 0px;
}

#networks img {margin:0px 2px 0px 2px;}

/*ie.css*/
#sharethis {margin:12px 0px 0px 96px;}

#contentMain {
	float:right;
	width:540px;
	padding:0px 45px 30px 0px;
	border:0px solid #000;
}

#contentCurve {
	position:absolute;
	top:-23px;
	left:0px;
	border:0px solid #000;
}

#siteInfo {
	width:1000px;
	text-align:center;
	margin:0 auto 0 auto; 
	padding-top:20px;
	border:0px solid #000;
}

#siteInfo ul {
	padding:0px;
	margin:0px 0px 4px 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

#siteInfo li {display:inline;}

#siteInfo a {color:#000;text-decoration:none;}
#siteInfo a:visited {text-decoration:none;}
#siteInfo a:hover {color:#000;text-decoration:underline;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-size:30px;font-family:"Times New Roman", Times, serif;font-weight:normal;} 

h2 {font-size:18px;}

h3 {font-size:14px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#0060c5;
	text-decoration:none;
}

.content p {font-family:Arial, Helvetica, sans-serif; font-size:14px;}

a:visited {}

a:hover {text-decoration:underline;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}
.times {font-family:"Times New Roman", Times, serif; font-weight:normal;}
.30px_bottom_margin {margin-top:30px;}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:1.1em;}
.no_spacing {margin:0px; padding:0;}
.light, .tableLight {background-color:#f2f2f2;}
.dark, .tableDark {background-color:#e5e5e5;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.hidden {display:none;}
.icon {vertical-align:middle;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}

.red {color:#FF0000;}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

ul.striped, ol.striped { 
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
ul.striped li, ol.striped li {}
ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}
ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}
ul.striped li a:visited, ol.striped li a:visited {}
ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#0080ff;
	color:#fff;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN SPECIAL CLASSES (DELETE IF NOT BEING USED ON SITE */
ul#nav_sub_list {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}
#nav_sub_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:2px;
}
#nav_sub_list li a {
	display:block;
	color:#737373;
	font-weight:bold;
	font-size:11px;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-image:url("/img/icon-arrow.png");
	background-repeat:no-repeat;
	background-position:135px 9px;
	border:0px solid black;
}
#nav_sub_list li a:visited {}
#nav_sub_list li a:hover {background-color:#ebebeb;color:#000;}
#nav_sub_list li#first_sub_nav a {
	padding-top:6px;
}

.mainDiv {width:100%; margin-bottom:20px;}

.leftDiv { width:265px; float:left; margin-right:5px; }

.rightDiv { width:265px; float:right; margin-left:5px; }

#video_thumbs {
	padding:10px;
	list-style:none;
	list-style-image:none;
}
#video_thumbs li {
	clear:both;
	margin-bottom:20px;
}
#video_thumbs li img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#video_thumbs h4 {
	font-size:13px;
	margin:0;
	padding:0;
}
#video_thumbs p {
	font-size:11px;
	margin-bottom:4px;
}
#video_thumbs p.stars {
	margin-top:4px;
	margin-bottom:2px;
}
#video_thumbs p.stars img {float:none;margin:0;}

#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}
#news_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:6px;
}
#news_list h3 {
	font-size:12px;
	margin:0;
}
#news_list p {
	font-size:11px;
	margin-bottom:4px;
}
#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}
/* END SPECIAL CLASSES */

/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
.productsTable td {width:150px;padding:0px 45px 30px 0px;vertical-align:top;border:0px solid black;}

/* END CUSTOM, SITE SPECIFIC STYLES */
