/* =================Main Style==================*/
* { margin:0; padding:0;}

body {
  margin: 0 auto;
  padding: 0; 
  	background: #FBE7DE url('../images/background8.jpg') center bottom fixed;
	background-position: scroll;
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #333;
	}

ul {
	list-style:inside;
	}

a:link, a:visited {
	color: #333;
	text-decoration: none;
	font-size: 16px
	font-weight: bold;
	}
 
a:hover {
	color: #EE3789;
	font-weight: bold;
	font-size: 17px;
	font-weight: bold;
	}

a:active {
	color: #EE3789;
	font-weight: bold;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 140%;
	}


/* =================Fonts==================*/

#headerWrapper {

	}

/* =================Main Menu==================*/

#menu_wrap {
	background: #A3C6CC;
	height: 0px;
	text-align: center;
	}

#menu_body, #navCatTabsWrapper {
	margin: auto;
	width: 986px;
	text-align: left;
	margin-bottom: 6px;
	}
	
#navEZPagesTop {
	font-size: 14px;
	margin: 0 0 0 15px;
	padding-top: 10px;
	}

#navEZPagesTop ul {
	list-style: none;}

#navEZPagesTop li {
	display: inline;
	list-style-type: none;
	}
	
#navEZPagesTop a:link, #navEZPagesTop a:visited {
	float:left;
	text-decoration:none;
	margin-right:10px;
	color:#FFF;
	}
	
#navEZPagesTop a span {
	float:left;
	display:block;
	padding:5px 10px;
	color:#FFF;
	}

#navEZPagesTop a:hover {
	background: url(../images/nav_r.jpg) 100% 0 no-repeat;
	color:#FFF;}

#navEZPagesTop a:hover span {
	background: url(../images/nav_l.jpg) 0 0 no-repeat;
	color:#FFF;}

/* =================Header==================*/
#headerWrapper {
	margin: auto;
  width: 986px;
  height: 175px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  	font-size: 16px;
	color: #FFFFFF;
	
	}

#navMainWrapper {
	padding: 0.5em 0 0 0;
	text-align:right;
	padding-right: 40px;
	clear: both;
	}

#navMain {
	float: right;
	margin-right: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}
	

#art-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#art-page-background-gradient
{
  background-position: top left;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}	


	
.art-menu
{
  padding: 0 0 0 0;
}

.art-nav
{
  position: relative;
  height: 29px;
  z-index: 100;
}

.art-nav .l, .art-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 29px;
  background-image: url('../images/nav.png');
}

.art-nav .l
{
  left: 0;
  right: 0;
}

.art-nav .r
{
  right: 0;
  width: 986px;
  clip: rect(auto, auto, auto, 986px);
}


	
#cart {
	background: url(../images/cart.gif) 0 0 no-repeat;
	float: right;
	padding-left: 26px;
	color: #FFFFFF;
	}

#navMain ul, #navCatTabs ul {
	list-style-type: none;
	text-align: right;
	line-height: 1.5em;
	color: #FFFFFF;
	}

#navCatTabs ul {
	text-align: left;}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	white-space: nowrap;
	color: #FFFFFF;
	}

#navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #EC67A0;}

#logoWrapper {
	height: 100px;
	margin: auto;
	width: 986px;
	}

#logo {
	float: right;
	width: 250px;
	margin-right: 5px;
	}
		
#mylogo {
	float:  right;	
	}

/*wrappers - page or section containers*/
#mainWrapper {
	margin: 0 auto;
	width: 986px;
	text-align: left;
	background: #FFFFFF;
	}

#leftcol {
	float: left;
	width: 230px;
	}

#leftcol h3 {
	font-size: 15px;
	}

#categories {
	background: #FFEDE6;
	}
	
#categoriesHeading {
	color: #000000;
	height: 12px;
	}
	
#categoriesContent li {
	list-style: none;
	}
	
#leftcol .sideBoxContent li a {
	background: url(../images/fish.gif) no-repeat;
	font-size: 16px;
	line-height: 26px;
	padding-left:   24px;
	padding-top: 2px;
}

#leftcol .sideBoxContent li a:hover {
	background: url(../images/fish_r.gif) no-repeat;
}

#leftcol .sideBoxContent li a:visited {
	background: url(../images/fish_y.gif) no-repeat;
}

#leftcol .sideBoxContent li a.category-products {
	background: none;
	font-size: 16px;
	line-height: 26px;
	padding-left:  24px;
	padding-top: 2px;
}

h3#categoriesHeading {
	font-size: 16px;
	}
	
.leftBoxContainer {
	background: #FFFFFF url(../images/blockheader.png) 0 0 no-repeat;
	background-position: 0 10px;
	margin-bottom: 0px;
	}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	background: transparent;
	padding: 15px 0 15px 10px;
	}

/*=================Mainbody===============*/
#mainbody {
	width: 658px;

	}
	
#mainbody .centerBoxHeading {
	padding-left: 0;
	}

#navMainSearch {
	float: right;
	padding: 11px 11px 11px 11px;
	margin-right: 20px;
	margin-top: 10px;
	background: #FFE5DC;
	}

#navMainSearch table {
	}

.search_input {
	border: 0;
	background: transparent;
	color: #31A5D4;
	font-size: 11px;
	}

#main_pad {
	}
	
#main_pad2 {
	padding: 10px 25px 15px 15px;
	}
	
#navBreadCrumb {
	padding: 0.5em 0.5em;
	color: #95B987;
	font-size: 14px;
	font-weight: bold;
	}

#navBreadCrumb a {
	color: #1DB0E9;
	text-decoration: underline;
	}

#navBreadCrumb a:hover {
	color: #EE3789;
	font-weight: bold;
	}

#welcome {
	width: 465px;
	height:444px;
	margin: auto;
	margin-bottom: 10px;
}

#welcome .pad {
	width: 440px;
	height:138px;
	margin-left: 55px;
	}

#welcome h2 {
	color:#EE3789;
	line-height:150%;
	font-weight: bold;
}

.greeting {
	margin-bottom: 15px;
	color: #EE3789;
	}
	
.greeting a {
	color: #EE3789;
	text-decoration:underline;
	}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	}

/* ================Footer================*/

#footerwrapper {
background: #A3C6CC;
font-size: 11px;
}
#footerwrapper .footerwidth {
margin: auto;
width: 986px;
height: 38px;
padding-top: 10px;
}

.payway {
float: left;
width: 100px;
margin-left: 20px;
}

#rside {
float: left;
width: 735px;
text-align: left;
}

.footnav {
margin-bottom: 6px;
}

#bannerSix {
	margin: auto;
	width: 986px;
	padding: 10px;
	}
	
.tv_prolist {
	padding: 0 10px;
	color: #36bbeb;
	}
	
.tv_proimg {
	border: 1px solid #CEDFE2;
	text-align: center;
	padding: 8px;
	margin-bottom: 5px;
	}

.tv_proname a {
	font-size: 12px;
	font-weight: bold;
	color: #36bbeb;
	padding-bottom: 5px;
	}
	
.tv_proname a:hover {
	color: #EE3789;
	}
	
.tv_proprice {
	color: #EE3789;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0;
	}
	
.tv_prodesc {
	color: #666666;
	font-size: 11px;
	}
	
.productListing-data {
	padding: 8px;
	border-bottom: 1px solid #CEDFE2;
	border-left: 1px solid #CEDFE2;
	text-align: left;
	}
	
.tabTable {
	border-right: 1px solid #CEDFE2;
	}
	
#socialsiteslinks
{
   padding: 0.2em;
   float: left;  
   width: 35px;
}

#socialsiteslinks Twitter
{
   background: url('images/socialsites/twitter.png') 0 0 no-repeat;
}

#socialsiteslinks Twitter a:hover
{
   background: url('images/socialsites/twitter2.png') 0 0 no-repeat;
}

#Facebook
{
   background: url('images/socialsites/facebook.png') 0 0 no-repeat;
}

#Facebook a:hover
{
   background: url('images/socialsites/facebook2.png') 0 0 no-repeat;
}

#Newsletter
{
   background: url('../images/socialsites/newsletter.png') 0 0 no-repeat;
}

#Newsletter a:hover
{
   background: url('../images/socialsites/newsletter2.png') 0 0 no-repeat;
}


/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 59px;
  min-height: 59px;
}

.art-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
  width: 86px;
  height: 86px;
  background-image: url('../images/sheet_s.png');
}

.art-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 43px, 43px, auto);
}

.art-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 43px, 43px);
}

.art-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(43px, 43px, auto, auto);
}

.art-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(43px, auto, auto, 43px);
}

.art-sheet-tc, .art-sheet-bc
{
  left: 43px;
  right: 43px;
  height: 86px;
  background-image: url('../images/sheet_h.png');
}

.art-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 43px, auto);
}

.art-sheet-bc
{
  bottom: 0;
  clip: rect(43px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
  top: 43px;
  bottom: 43px;
  width: 86px;
  background-image: url('../images/sheet_v.png');
}

.art-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 43px);
}

.art-sheet-cl
{
  left: 0;
  clip: rect(auto, 43px, auto, auto);
}

.art-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 43px;
  left: 43px;
  right: 43px;
  bottom: 43px;
  background-color: #FFFFFF;
}

.art-sheet
{
  margin-top: -7px !important;
  cursor:auto;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */
