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

body {
	background: #cadfff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 150%;
	color: #333;
	width:100%;
	}

ul {
	list-style:inside;
	}

a:link, a:visited {
	color: #333;
	text-decoration: none;
	}
 
a:hover {
	color: #EE3789;
	}

a:active {
	color: #EE3789;
	}

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

#headerWrapper {
	}

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

/*
#menu_wrap {
	#background: url(../images/bg_menu.png) 0 0 repeat-x;
	float: right;
	width: 30%;
	height: 20px;
	#text-align: center;
	padding-bottom: 0px;
	z-index: 3;
	#margin-left: auto;
	#margin-right: auto;
	position:relative;
	left: -20%;
	}
*/

#menu_wrap {
    float: left;
    height: 20px;
    left: 58px;
    padding-bottom: 0;
    position: relative;
    top: 10px;
    width: 30%;
    z-index: 3;
}

#menu_body, #navCatTabsWrapper {
	margin: auto;
	width: 100%;
	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 {
	top: 0px;
	margin: auto;
	width: 100%;
	font-size: 11px;
	color: #fdf5f5;
	background: #5780bd;
	position: fixed;
	z-index: 2;
	}

#navMainWrapper {
	padding: 0.1em 0 0 0;
	text-align:left;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: both;
	}

/*
#navMainSearch {
	float: right;
	position:relative;
	top: 30px;
 	left: -10px;
	#padding-right: 3%;
	padding-left: 0px;
	#padding-top: 1%;
	padding-bottom: 0px;
	margin-right: 0px;
	background: transparent;
	z-index: 3;
	}
*/

#navMainSearch {
    background: none repeat scroll 0 0 transparent;
    float: right;
    left: -10px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 10px;
    z-index: 3;
}

#navMainSearch table {
	background: #ffffff;
	-moz-border-radius-topleft: 10%;
	-moz-border-radius-bottomright: 10%;
	}

.search_input {
	border: 0;
	color: #31A5D4;
	font-size: 11px;
	z-index: 3;
	}

#navMain {
	float: left;
	margin-right: 10px;
	}

/*	
#cart {
	background: url(../images/cart.gif) 0 0 no-repeat;
	display: inline;
	float: right;
	position: revative;
	text-align; left;
	padding-left: 10px;
	color: #fdf5f5;
	#width: relative;
	}
*/

#cart {
    background: url("../images/cart.gif") no-repeat scroll 0 0 transparent;
    color: #FDF5F5;
    display: inline;
    float: left;
    padding-left: 20px;
}


#cart li
{
	list-style: none outside none;
	display: inline;
}

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

#navCatTabs ul {
	text-align: left;
	display: none;
	}

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

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

#logoWrapper {
	top: 0 0px;
	float: left;
	height: 100px;
	margin: auto;
	width: 582px;
	z-index: 4;
	}

#logo {
	height: 87
	width: 405px;
}


/*wrappers - page or section containers*/
#mainWrapper {
	margin: 0 auto;
	width: 85%;
	text-align: left;
	padding-top: 9%;
	padding-bottom: 4%;
	}

#leftcol {
	float: left;
	width: 100%;
	}

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

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

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

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

h3#categoriesHeading {
	font-size: 16px;
	}
	
.leftBoxContainer {
	background: #5780bd;
	-moz-border-radius-topleft: 10%;
	-moz-border-radius-bottomright: 10%;
	background-position: 0 40px;
	margin-bottom:10px;
	}

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

#whatsnew {
	text-decoration: blink;
	}
	
/*=================Mainbody===============*/
#mainbody {
	width: 80%;
	background-attachment: scroll;
	-moz-border-radius-topleft: 10%;
	-moz-border-radius-bottomright: 10%;
	background: #ffffff;

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

#main_pad {
	}
	
#main_pad2 {
	padding: 10px 25px 15px 15px;
	}
	
#navBreadCrumb {
	padding: 0.5em 0.5em 0.5em 1.5em;
	color: #000000;
	font-size: 16px;
	}

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

#navBreadCrumb a:hover {
	color: #000000;
	}

#welcome {
	background:transparent url(../images/welcome.jpg) 0 0 no-repeat;
	height:128px;
	width: 530px;
	margin-bottom: 18px;
}

#welcome .pad {
	text-align: center;
	width: 400px;
	margin-left: 185px;
	}

#welcome h2 {
	text-align: center;
	color:#000000;
	line-height:140%;
	font-weight: normal;
}

.greeting {
	text-align: center;
	margin-bottom: 18px;
	color: #000000;
	}
	
.greeting a {
	text-align: center;
	color: #EE3789;
	text-decoration:underline;
	}

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

#footerwrapper {
	bottom: 0px;
	position: fixed;
	width: 100%;
	z-index: 50;
	background: #5780bd;
	font-size: 11px;
	display: inline;
	padding-top: 4px;
	padding-bottom: 2px;
}

#footerwrapper .footerwidth {
	margin: auto;
	width: 90%;
	height: 20px;
}

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

.copy {
	width: 350px;
	margin-left: 160px;
	display: inline;
}

#rside {
	float: right;
	width: 175px;
	text-align: right;
}

.footnav {
	margin-bottom: 6px;
	display: none;
	}

#bannerSix {
	margin: auto;
	width: 830px;
	padding: 10px;
	}
	
.tv_prolist {
	padding: 0 10px;
	color: #36bbeb;
	}
	
.tv_proimg {
	border: 1px solid #E5E5E5;
	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 #e5e5e5;
	border-left: 1px solid #e5e5e5;
	text-align: left;
	}
	
.tabTable {
	border-right: 1px solid #e5e5e5;
	}