
/*
--------------------------------------------------
GENERAL AND LAYOUT STYLES
--------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.mainbody 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #ffffff;
	background-image: url(images/background_page.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.framebody 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

/*
a
{
	color: #ccff33;
}

a:hover
{
	color: #ffffff;
}
*/

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}

h1
{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px;
  	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}





#centerarea
{
	background-color: #ffffff;
	overflow: hidden;
}

#container
{
	width: 990px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	background-image: url(images/background_tiling.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#leftcolumn
{
	width: 210px;
	overflow: hidden;
	float: left;
}

#contentcolumn
{
	width: 750px;
	padding: 10px 0px 10px 25px;
	float: left;
	overflow: hidden;
}

#bannerpositioner
{
	width: 990px;
	margin: 0 auto;
	height: 200px;
	background-image: url(images/background_banner.gif);
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
}


/*
--------------------------------------------------
STYLING STYLES
--------------------------------------------------
*/

.maintext
{
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
}


















/*
--------------------------------------------------
LOGIN STYLES
--------------------------------------------------
*/

#loginbox
{
	width: 90px;
	height: 55px;
	float: right;
	display: inline;
	margin: 50px 37px 0px 0px;
	padding: 0px;
}

.loginbtn
{
	margin: 6px 0px 0px 4px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.loginbtn a
{
	color: #FFFFFF;
	text-decoration: none;
}

.loginbtn a:hover
{
	color: #ec008d
}







/*
--------------------------------------------------
FOOTER STYLES
--------------------------------------------------
*/

#footer
{
	background-image: url(images/background_footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#footercontent
{
	width: 690px;
	margin: 0 auto;
	padding: 10px 0px 10px 300px;
	border-top: 1px solid #CCCCCC;
}

#footercontent p
{
	font-size: 10px;
	color: #000000;
	margin: 0px;
	text-align: left;
}

#footercontent img
{
	margin-right: 10px;
}





/*
-------------------------------------
BANNER NAVIGATION STYLES
-------------------------------------
*/

#bannernavigation
{
	overflow: hidden;
	padding: 30px 0px 0px 190px;
}

#bannernavigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#bannernavigation li
{
	color: #FFFFFF;
	float: left;
	padding: 12px 25px 0px 0px;
}

#bannernavigation li a
{
	color: #000000;
	text-decoration: none;
} 

#bannernavigation li a:hover
{
	color: #ec008d;
}







/*
-------------------------------------
PRODUCT LISTING NAVIGATION STYLES
-------------------------------------
*/

#productlisting
{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 385px;
	margin-top: 10px;
}

/*
-------------------------------------
SALEES STYLES
-------------------------------------
*/

.sale
{
	margin-bottom: 10px;
}

.sale a
{
	color: #FF3333;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.sale a:hover
{
	color: #000000;
}

/*
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CSS FOR EXPANDING MENU
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}

#p7TMnav
{
	width: 180px;
	padding: 0px 0px 0px 5px;
}

#p7TMnav a
{
	text-decoration: none;
}

.levelone a:link, .levelone a:visited 
{
	/* color: #66ccff; */
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	/*text-transform: capitalize;*/
}

.levelone a:hover 
{
	color: #003399;
}

.levelone
{
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.leveltwo
{
	/* padding-left: 10px; */
	padding-left: 15px;
	margin-top: 5px;
	color: #FF3399;
	font-size: 10px;
	/*text-transform: capitalize;	*/
	font-weight: bold;
	cursor: pointer;
}

.leveltwo a:link, .leveltwo a:visited 
{
	color: #FF3399;
	font-size: 11px;
	/*text-transform: capitalize;	*/
}

.leveltwo a:hover 
{
	color: #003399;	
	
}

.levelthree
{
	color: #66ccff;
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
}

.levelthree a:link, .levelthree a:visited 
{
	color: #66ccff;
	/* padding-left: 10px; */
}

.levelthree a:hover 
{
	color: #003399;	
}

/*

#productlisting ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
}

#productlisting li
{
	color: #000000;
	padding: 0px 15px 0px 15px;
	margin-bottom: 5px;
}

#productlisting li li
{
	border: none;
	margin-bottom: 5px;
}

#productlisting li a
{
	color: #000000;
	text-decoration: none;
} 

#productlisting li a:hover
{
	color: #ec008d;
}

*/


/*
-------------------------------------
HOME UPDATEABLE IMAGES STYLES
-------------------------------------
*/

.bigupdateablepic
{
	width: 480px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

.smallupdateablepiccolumn
{
	width: 230px;
	float: right;
	overflow: hidden;
}





/*
-------------------------------------
PRODUCT STYLES
-------------------------------------
*/

.product
{
	width: 165px;
	overflow: hidden;
	float: left;
	margin: 0px 8px 20px 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.product p
{
	padding: 10px;
	margin: 0px;
	font-size: 11px;
}

.producthead
{
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	overflow: hidden;
	height:30px
}

.productshoppingbar
{
	background-color: #666666;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}

.productpic
{
	width: 165px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	padding: 5px 5px 0px 5px;
}

.productquantity
{
	width: 23px;
}


	
div#tipDiv {
	position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
	background-color:#FFFFFF; border:1px solid #336;
	width:170px; padding:4px;
	color:#000000; font-family: verdana, arial; font-size:11px; line-height:1.2;
}
	


.notice {
  font-weight:bold;
  color:#FF3399;
  font-size:13px;
}

.notice2 {
  color:#f5821f;
  font-weight:bold;
  font-size:12px;
}

/* KEYWORD SEARCH BOX */

.keywordsearch {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333333;
  margin-top:0px;
  margin-bottom:10px;
}

.go {
  font-size:11px;
  
}


