/*************************************************************************
' CSS Defenitions for Site Template
'************************************************************************/
BODY
{
	margin-top: 0;
	background: #02233F url(../Images/background.jpg) repeat-x top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 100%;
}
B, TD, P
{
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#o_container
{
/*position: relative;*/
	margin: 0 auto;
	width: 1000px;
	min-width: 1000px;
	background: url(../Images/container_bg.jpg) no-repeat;
}
#i_container
{
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	width: 900px;
	padding-top: 237px;
	background-color: #EEEEEE;
}
DIV#header
{
	position: absolute;
	top: 0;
	left: 0;
	height: 237px;
	overflow: hidden;
}
DIV#menu1
{
	top: 0px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 900px;
	background: url(../Assets/Images/menuback.jpg) repeat-x;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
/*padding-left: 5px;*/
}
#submenu
{
	top: 0px;
	border-top: 1px solid #FFFFFF;
/*border-bottom: 1px solid White;*/
	line-height: 30px;
	min-height: 30px;
	background: url(../Images/smenuback.jpg);
	width: 900px;
	color: #FFFFFF;
}
#homepage
{
	line-height: 180px;
	min-height: 180px !important;
	height: 180px;
/*border-top: 1px solid White;*/
	border-bottom: 1px solid #FFFFFF;
/*background: url(../Images/homepage.jpg) no-repeat;*/
}
#content
{
	position: relative;
/*background-color: #F5F4F4;
background-image: url(../Images/content_back.jpg) ;
width: 100%;
min-height: 600px!important;
height: 600px;*/
	background: #F5F4F4 url(../Images/col_bg.jpg) no-repeat bottom right;
}
#contentL
{
	position: relative;
/*background-color: #F5F4F4;
background-image: url(../Images/content_back.jpg), url(repeat-x), url(top), url(left);*/
	background: #F5F4F4 url(../Images/content_back.jpg) repeat-x top left;
	float: left;
	width: 590px;
	border-right: 1px dotted #DCDCDC;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	overflow: auto;
	height: auto;
	overflow-y: hidden;
	padding-bottom: 20px;
	overflow-x: hidden;
}
#contentL_Text
{
	margin-top: 10px;
	margin-left: 35px;
	margin-right: 25px;
	line-height: 150%;
}
#contentL_Text A:link, #contentL_Text A:visited, #contentL_Text A:focus
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#contentL_Text A:hover
{
	color: #FFA500;
}
#contentL_CImg2
{
	clear: both;
	min-height: 50px !important;
	height: 50px;
	margin-left: 35px;
	margin-top: 35px;
	margin-bottom: 35px;
}
#contentR
{
	position: relative;
	background: #F5F4F4 url(../Images/content_back.jpg) repeat-x top left;
/*background-color: #F5F4F4;
background-image: url(../Images/content_back.jpg), url(repeat-x), url(top), url(left);*/
	float: right;
	width: 279px;
/*min-height: 550px!important;
height: 500px;*/
	padding: 5px;
}
#contentR DIV IMG
{
	margin-bottom: 5px;
}
#footer
{
	clear: both;
	background-color: #FFFFFF;
	border-top: 1px solid #DCDCDC;
	min-height: 80px !important;
	height: 80px;
}
#footerL
{
	width: 40%;
	float: left;
	padding: 5px;
	margin-left: 35px;
}
#footerR
{
	width: 40%;
	float: right;
	padding: 5px;
	margin-right: 35px;
}
/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CP Store Frontend
' Version  : 4.1

' Modified : May 2007
' Copyright: Copyright (C) 2004 Webs Unlimited, Inc.
'            See "license.txt" for this product for details regarding
'            licensing, usage, disclaimers, distribution and general
'            copyright requirements. If you don't have a copy of this
'            file, you may request one at http://www.candypress.com
'*************************************************************************
Info Box WITHOUT Headings*/
.CPbox1
{
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #BBC3D3;
}
.CPbox1 A:link
{
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.CPbox1 A:visited
{
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.CPbox1 A:hover
{
	color: #996666;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
/*Info Box WITH Headings ( H = Heading cell ; B = Body cell )*/
.CPbox2
{
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #BBC3D3;
}
.CPbox2H
{
	color: #333333;
	background-color: #DDDDDD;
	padding: 1px;
}
.CPbox2H B
{
	color: #333333;
}
.CPbox2B
{
	color: #333333;
	background-color: #F5F5F5;
}
.CPbox2B A:link
{
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
.CPbox2B A:visited
{
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
.CPbox2B A:hover
{
	color: #996666;
	font-size: 10px;
	text-decoration: underline;
}
/*Box - Page Headings*/
.CPpageHead
{
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 4px;
}
/*Box - Page Navigation*/
.CPpageNav
{
	background-color: #EEEEEE;
}
/*Box - General Headings*/
.CPgenHeadings
{
	background-color: #EEEEEE;
}
/*Box - Product Image (Home page)*/
.CPhomeImg
{
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
/*Box - Product Description (Home page)*/
.CPhomeDesc
{
	border-bottom: 1px solid #CCCCCC;
}
/*Horizontal and Vertical lines*/
.CPlines
{
	background-color: #CCCCCC;
}
/*Product Short Description (Except Detail page)*/
.CPprodDesc
{
	font-size: 9pt;
}
/*Product Short Description (Detail page only)*/
.CPprodDescDet
{
	font-size: 11pt;
}
/*Product Long Description*/
.CPprodDescLong
{
}
/*Product Detail*/
.CPprodDet
{
}
/*Product SKU*/
.CPprodSKU
{
}
/*Product Price - Text Label*/
.CPprodPriceT
{
	color: #800000;
}
/*Product Price - Price Value*/
.CPprodPriceV
{
	color: #800000;
}
/*Product List Price - Text Label*/
.CPprodLPriceT
{
}
/*Product List Price - Price Value*/
.CPprodLPriceV
{
	text-decoration: line-through;
}
/*Product Sale Price - Text Label*/
.CPprodSPriceT
{
}
/*Product Sale Price - Price Value*/
.CPprodSPriceV
{
	color: #FF0000;
}
/*Free Shipping text*/
.CPfreeShipMsg
{
	color: #888888;
}
/*In Stock text*/
.CPinStock
{
	color: #888888;
}
/*Out of Stock text*/
.CPoutStock
{
	color: #FF0000;
}
/*No Image text*/
.CPnoImgT
{
	color: #800000;
}
/*Category List*/
.CPcatDescList
{
}
/*Category Description - No products linked to it*/
.CPcatDesc
{
}
/*Category Description - Has products linked to it*/
.CPcatDescProd
{
	font-weight: bold;
}
/*Option Description for "Optional" options*/
.CPoptDesc
{
	font-style: italic;
}
/*Option Select box*/
.CPoptSel
{
	font-family: Verdana, Arial, helvetica;
	font-size: 8pt;
}
/*Option Text box*/
.CPoptTxt
{
	font-family: Verdana, Arial, helvetica;
	font-size: 8pt;
}
/*-------------------
ADDED - Version 2.3
-------------------
Box - 2, 3 and 4 Column Layout for product list page*/
.CPcolsView
{
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
.CPcolsView A:link
{
	color: #000099;
	text-decoration: none;
}
.CPcolsView A:visited
{
	color: #000099;
	text-decoration: none;
}
.CPcolsView A:hover
{
	color: #996666;
	text-decoration: underline;
}
/*System Messages*/
.CPsysMsg
{
	font-size: 10pt;
}
.CPsysMsgErr
{
	color: #FF0000;
	font-size: 10pt;
}
.CPsysMsgURL
{
	font-size: 10pt;
}
/*-------------------
ADDED - Version 2.4
-------------------
Highlights used in search results*/
.CPhighlight
{
	color: #000000;
	background-color: #FFFF66;
}
/*-------------------
ADDED - Version 2.5
-------------------
Radio Button options*/
.CPoptRadio
{
	font-family: Verdana, Arial, helvetica;
	font-size: 8pt;
}
/*Option Description for "Mandatory" options*/
.CPoptDescM
{
	font-style: italic;
	color: #FF0000;
}
/*---------------------
ADDED -- Version 3.0
---------------------*/
.CPcloseWindow
{
	font-size: 6pt;
	text-decoration: none;
}
.install
{
	border: 1px solid #BBC3D3;
}
.installcomment
{
	padding-left: 30px;
}
.textBlock
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.maintClosed
{
	color: #FF0000;
	font-size: 15pt;
	text-align: center;
}
/*ADDED for CPMods.com Multiple Image Support*/
#lightbox
{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox A IMG
{
	border: none;
}
#outerImageContainer
{
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer
{
	padding: 10px;
}
#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav
{
	left: 0;
}
#hoverNav A
{
	outline: none;
}
#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background: transparent url(../scripts/images/blank.gif) no-repeat;
/*Trick IE into showing hover*/
	display: block;
}
#prevLink
{
	left: 0;
	float: left;
}
#nextLink
{
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
	background: url(../scripts/images/prevlabel.gif) no-repeat left 15%;
}
#nextLink:hover, #nextLink:visited:hover
{
	background: url(../scripts/images/nextlabel.gif) no-repeat right 15%;
}
#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData
{
	padding: 0 10px;
}
#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption
{
	font-weight: bold;
}
#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1em;
}
#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* HTML>BODY .clearfix
{
	display: inline-block;
	width: 100%;
}
* HTML .clearfix
{
/*Hides from IE-mac \*/
	height: 1%;
/*End hide from IE-mac*/
}
/*END of CPMods.com Multiple Image Support*/
.CPContactUs
{
}
/*--------------------
ADDED -- Version 3.5
--------------------*/
.findTable
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.listTable
{
	background-color: #EEEEEE;
}
.listRowTop
{
	background-color: #DDDDCC;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
.listRowHead
{
	background-color: #DDDDDD;
}
.listRowBot
{
	background-color: #DDDDCC;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
.clear
{
	clear: both;
}
/*
-----------------------------------
TabBar Magic Style Sheet
by Project Seven Development
www.projectseven.com
Style Theme:01 - Basic
-----------------------------------
*/
#p7TBM
{
	font-family: Arial, Helvetica, sans-serif;
/*line-height: 60px;
border-top: 1px solid #DCDCDC;*/
	background: #EEEEEE;
}
#p7TBMroot
{
/*border: 1px solid #333333;*/
	font-size: 8pt;
	font-weight: bold;
	background: #EEEEEE url(../Images/menuback.jpg) repeat-x;
}
#p7TBMrootbox
{
	background: #EEEEEE url(../Images/menuback.jpg) repeat-x;
/*margin-left: 10px;*/
}
#p7TBMroot IMG
{
	border: 0;
}
#p7TBMroot UL
{
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
}
#p7TBMroot LI
{
	list-style-type: none;
	display: inline;
}
#p7TBMroot LI A
{
	float: left;
}
#p7TBMroot .p7TBMtext LI A
{
	color: #666666;
	padding: 5px 6px;
	text-decoration: none;
/*border-right: 1px solid #333333;*/
	background-color: #EEEEEE;
}
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover
{
/*color: #CCCCCC!important;
background-color: #333333!important;*/
	color: #000000;
	background-color: #FFD700;
}
DIV#p7TBM
{
	background-color: #EEEEEE;
}
/*
The Root Level Hover. This also locks the Hover state while
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, #p7TBMroot .p7TBMtext .p7TBMon, #p7TBMroot .p7TBMtext LI A:focus, #p7TBMroot .p7TBMtext LI A:active
{
	color: #000000;
/*background-color: #ECE9D8;*/
	background: url(../Images/menu_hover.jpg) repeat-x;
}
#p7TBMsubwrap
{
	font-size: 12px;
	position: relative;
	height: auto;
}
.p7TBMsub
{
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	width: 100%;
}
.p7TBMsubbox
{
/*padding: 8px 0 0 0;*/
	padding: 2px 0 0;
}
/*
SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub UL
{
	margin: 0;
	padding: 0;
	background-image: url(../../p7tbm/img/iebfix.gif);
	background-color: transparent;
	border: 0;
}
.p7TBMsub LI
{
	list-style-type: none;
	display: inline;
}
.p7TBMsub LI A
{
/*color: #333333;*/
	color: #FFFFFF;
	padding: 6px;
	display: block;
	float: left;
	text-decoration: none;
/*border: 1px solid #FFFFFF;*/
}
.p7TBMsub LI A:hover, .p7TBMsub LI A:active, .p7TBMsub LI A:focus
{
/*color: #333333;*/
	color: #FFD700;
/*background-color: #ECE9D8;
border-color: #333333;*/
	text-decoration: none;
}
#p7TBM BR
{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
/*current marker style*/
.p7TBMsub .p7TBMmark, .p7TBMsub .p7TBMmark:hover, .p7TBMsub .p7TBMmark:active, .p7TBMsub .p7TBMmark:focus
{
	font-weight: bold;
/*color: #333333;*/
	color: #FFA500;
	cursor: default;
	text-decoration: none;
/*text-decoration: underline;*/
}
.pic_border
{
	border-top: 15px solid #DCDCDC;
	border-right: 15px solid #DCDCDC;
	border-left: 15px solid #DCDCDC;
	border-bottom: 40px solid #DCDCDC;
}
.hd1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFA500;
}
.hd2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFA500;
}
.hd3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFA500;
}
.hd4
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFA500;
}
.hd5
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFA500;
}
DIV#clubvideo
{
	font-size: 9pt;
	width: 600px;
}

