.hide,
.hideinner span {
	display:none;
}
.cb,.clearboth,.clearfloat {
	clear:both;
	font-size:0;
	height:0;
}

body {
	margin:0;
	padding:0;
	background:url(../images/background_repeat.jpg) #f1f1f1 repeat-x top;
	font-family:'Segoe UI',Arial,Tahoma,sans-serif;
	font-size:12pt;
}
#header {
	background:url(../images/background_static.jpg) no-repeat top center;
	height:227px;
	min-width:980px;
}
.pagewidth {
	width:980px;
	margin:0 auto;
}
#header .pagewidth {
	height:227px;
	position:relative;
}
#header .logo {
	width:300px;
	height:150px;
	background:url(../images/logo.png) no-repeat top left;
	margin:0;
	padding:0;
	position:absolute;
	top:51px;
	left:-12px;
}

.breadcrumb {
	font-size:9pt;
	color:#ccc;
}
.breadcrumb a {
	color:#777;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#333;
	text-decoration:none;
}
.breadcrumb span {
	display:none;
}
.breadcrumb ul{
	margin:0;
}
.breadcrumb li{
	margin:0;
	list-style-type:none;
}

#header ul#main_menu {
	position:absolute;
	line-height:30px;
	top:155px;
	left:113px;
	margin:0;
	padding:0;
	font-size:1.1em;
}
#header ul#main_menu > li {
	float:left;
	clear:none;
	margin:0;
	padding:0 2px;
	list-style-type:none;
	position:relative;
	z-index:100;
}
#header ul#main_menu > li > a {
	display:block;
	color:#888;
	text-decoration:none;
	padding:0 8px;
	text-transform:lowercase;
}
#header ul#main_menu > li > a:hover {
	color:#555;
	text-decoration:underline;
}
#header ul#main_menu > li > ul {
	position:absolute;
	top:100%;
	left:-10px;
	border:1px solid #ddd;
	border-top-width:3px;
	background:#fff;
	width:550px;
	display:none;
}
#header ul#main_menu > li:hover > ul {
	display:block;
}
#header ul#main_menu > li.products > a:hover, #header ul#main_menu > li.products:hover > a {
	background:#ddd;
	color:#222 !important;
}
#header ul#main_menu > li > ul {
	position:absolute;
	top:100%;
	left:-40px;
}
#header ul#main_menu > li ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#header ul#main_menu > li > ul > li {
	float:left;
	clear:none;
	margin:0;
	padding:0;
	width:100px;
	padding:5px;
	line-height:20px;
	font-size:.9em;
	border-top:1px solid #D66D0F;
}



#header ul#main_menu > li > ul > li > a {
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin:0 0 5px;
	color:#999;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
}
#header ul#main_menu > li > ul > li:hover > a {
	color:#000;
}

#header ul#main_menu > li > ul > li a {
	font-size:.7em;
}
#header ul#main_menu > li > ul > li > ul {
	padding:2px 0;
}
#header ul#main_menu > li > ul > li > ul > li > a {
	display:block;
	padding:3px 5px;
	color:#555;
	text-decoration:none;
}
#header ul#main_menu > li > ul > li > ul > li > a:hover {
	color:#000;
}

#header ul#main_menu > li > ul > li > ul li {
	position:relative;
	margin:0;
}
#header ul#main_menu > li > ul > li > ul li > ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
	background:#eee;
	padding:5px 9px;
	white-space:nowrap;
}
#header ul#main_menu > li > ul > li > ul li:hover {
	background:#eee;
	z-index:500;
}
#header ul#main_menu > li > ul > li > ul li:hover > ul {
	display:block;
}
#header ul#main_menu > li > ul > li > ul li a {
	color:#555;
	text-decoration:none;
	display:block;
}
#header ul#main_menu > li > ul > li > ul li:hover > a {
	color:#000;
}
#header ul#main_menu > li > ul > li > ul li a:hover {
	color:#000;
}



#pagecontent {
	padding:5px 0 15px;
	background:#fff;
	min-width:980px;
	min-height:300px;
}
#pagecontent .pagewidth {
	width:900px !important;
	padding:0 40px !important;
}

#pagecontent h1 {
	margin:0 0 10px;
	line-height:40px;
	font-size:25pt;
	color:#333;
	font-weight:normal;
}
#pagecontent h2 {
	margin:10px 0;
	line-height:30px;
	font-size:18pt;
	color:#666;
	font-weight:normal;
}

#footer {
	padding:20px 0 5px;
	min-width:980px;
	background:url(../images/footer_static.jpg) no-repeat top center;
}
#footer p {
	margin:30px 10px;
	color:#666;
}

#designbymindseed {
	float:right;
	margin-top:-90px;
}




#flipperbox {
	margin:10px 0 0;
}
#flipperbox var {
	display:none;
}
#flipperbox .pagelist {
	margin:0;
	padding:0;
	height:50px;
}
#flipperbox .pagelist li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	clear:none;
}
#flipperbox .pagelist li a {
	display:block;
	padding:0 15px 15px;
	margin:0 10px;
	line-height:45px;
	font-size:1em;
	position:relative;
	text-decoration:none;
	color:#347FC2;
	cursor:pointer;
}
#flipperbox .pagelist li.tfb_selected a {
	background:url(../images/flipperboxlabel.gif) no-repeat top right;
	color:#fff;
}

#flipperbox #flipperboxpos {
	border-top:1px solid #ccc;
	margin:-5px 0 0;
	position:relative;
	z-index:2;
	background:#fff;
	height:850px;
	overflow:hidden;
	clear:both;
}
#flipperboxpos .entry {
	position:absolute;
	top:0;
	left:0;
	padding:10px 0;
	width:900px;
	background:#fff;
}
#flipperboxpos .entry h3 {
	margin:0 10px 10px;
	font-weight:normal;
	color:#777;
}
#flipperboxpos .entry h4 {
	margin:10px 0;
	font-weight:bold;
	color:#888;
	border-bottom:1px solid #eee;
	font-size:.7em;
	padding:1px 10px 5px;
}
#flipperboxpos .entry h3 strong {
	font-weight:normal;
	color:#b30;
}
#flipperboxpos .entry .product {
	width:185px;
	height:160px;
	float:left;
	clear:none;
	position:relative;
	font-size:.8em;
	padding:40px 9px 15px;
	border:1px solid #fff;
	margin:0 10px;
}
#flipperboxpos .entry .product:hover {
	background:#f5f5f5;
	border-color:#ccc;
}
#flipperboxpos .entry .product .image {
	display:block;
	height:118px;
}
#flipperboxpos .entry .product .image a {
	display:block;
	margin:0 auto 10px;
	text-align:center;
}
#flipperboxpos .entry .product .image a img {
	border:2px solid #ddd;
	padding:6px;
	background-color:#fff;
	max-height:100px;
}
#flipperboxpos .entry .product .title {
	display:block;
	text-align:center;
	width:203px;
	position:absolute;
	top:0;
	left:0;
	font-size:.9em;
	padding:2px 0;
	border-bottom:1px solid #eee;
}
#flipperboxpos .entry .product:hover .title {
	background:#ccc;
}
#flipperboxpos .entry .product .title a {
	color:#666;
	text-decoration:none;
}
#flipperboxpos .entry .product:hover .title a {
	color:#07c;
	text-decoration:none;
}
#flipperboxpos .entry .product .title a:hover {
	text-decoration:underline;
}
#flipperboxpos .entry .product .price {
	display:block;
	text-align:center;
	font-size:1em;
	font-weight:bold;
}
#flipperboxpos .entry .product:hover .price {
	color:#050;
}
#flipperboxpos .entry .product .addtocart {
	display:block;
	text-align:center;
	width:203px;
	position:absolute;
	bottom:0;
	left:0;
	border-top:1px solid #fff;
}
#flipperboxpos .entry .product:hover .addtocart {
	border-top:1px solid #ddd;
}
#flipperboxpos .entry .product .addtocart input.submit {
	display:block;
	text-align:center;
	background:#fff;
	color:#bbb;
	width:203px;
	height:30px;
	border:0;
	cursor:pointer;
}
#flipperboxpos .entry .product:hover .addtocart input.submit {
	background:#aaa;
	color:#fff;
	font-weight:bold;
}
#flipperboxpos .entry .product .addtocart input.submit:hover {
	background:#c70;
}



#footer h2 {
	font-weight:normal;
	margin:0 20px;
	padding:15px 0 5px;
	font-size:1.1em;
	color:#777;
}
#footer-sitemap {
	font-size:1em;
	margin:0 20px;
}
#footer-sitemap > ul {
	margin:5px 0 15px;
	padding:20px 0;
	border:1px solid #ccc;
	border-width:1px 0;
	overflow:auto;
	position:relative;
}
#footer-sitemap ul li {
	list-style-type:none;
}
#footer-sitemap ul li a {
	color:#555;
	text-decoration:none;
	display:block;
}
#footer-sitemap ul li a:hover {
	color:#000;
}
#footer-sitemap ul li ul {
	margin:2px 10px;
	padding:0;
}
#footer-sitemap > ul > li {
	overflow:hidden;
}
#footer-sitemap > ul > li.home, #footer-sitemap > ul > li.resources, #footer-sitemap > ul > li.events, #footer-sitemap > ul > li.contactus {
	width:170px;
	position:absolute;
}
#footer-sitemap > ul > li.home {
	top:20px;
}
#footer-sitemap > ul > li.resources {
	top:50px;
}
#footer-sitemap > ul > li.events {
	top:80px;
}
#footer-sitemap > ul > li.contactus {
	top:110px;
}
#footer-sitemap > ul > li.products {
	margin-left:210px;
}

#footer-sitemap > ul > li.products > a {
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:5px;
}
#footer-sitemap > ul > li > ul > li {
	float:left;
	clear:none;
	width:140px;
	margin-left:0;
}
#footer-sitemap > ul > li > ul > li > a {
	font-size:.9em;
}
#footer-sitemap > ul > li > ul > li > ul {
	font-size:.8em;
	margin:0 !important;
}
#footer-sitemap > ul > li > ul > li > ul > li {
	margin-left:10px;
}
#footer-sitemap > ul > li > ul > li > ul > li > ul {
	display:none;
}
