/* basic content */
body {
	font-size:80%;
	font-family: Arial, Helvetica, sans-serif;
	width: 879px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-position: top center;
	background-repeat: repeat-x;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-top: 20px;
}

        a:link {
	text-decoration:none;
	color: #08C;
}
          a:visited {
	text-decoration:none;
	color: #08C;
}
          a:hover {
	text-decoration:underline;
	text-align: right;
		  }
		  h1, h2, h3 {
        margin:0;
        padding:0;
		color: #08C;
     }
	  h3 {
        margin:0;
        padding:0;
		color: #d50f6d;
     }
	   h4 {
	    font-size:12px;
        margin:0;
        padding:0;
		color: #73339E;
     }
	 #contactusHeading {
		font-size:16px;
        margin:0;
        padding:5px;
		color: #d50f6d;
		font-weight:bold;
     }
	  /* mainHolder */
	 
	 #mainHolder {
		 background:#FFF;
	margin-top: 5px;
	width: 879px;
	}
	
	#topMenu {
	/*somthinggg*/
	height: 120px!important;
	overflow: hidden;
}
	/* logoContainer */
	
	#logoContainer {
	position: absolute;
	top: 1px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	border: 0;
	float:left;
	width: 150px;
    }
	
	/* Notsosweet Header */
	
#notsosweetHeader{
	position: absolute;
	top: 43px;
	margin-left: 130px;
	margin-right: auto;
	z-index:1;
	border: 0;
	float: right;
	width: 300px;
	left: 222px;
}
    /* mainNav */
   
     ul#mainNav {
	    clear:left;
		float:left;
		width:879px;
		list-style:none;
		margin:50px 0 2px 0;
		padding-left:145px;
		background: #000000;
		font-size: 18px;
		font-weight:bold;
	}	 
	#mainNav li {
		display:inline;
		float:left;
	}
	#mainNav {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#mainNav li a {
		width: 130px;
		display:block;
		float:left;
		margin:0;
		padding:2px 0;
		text-align:center;
		background:#000000;
		color:#fff;
		text-decoration:none;
		position:relative;
		left:0;
		line-height:1.4em;
		border-right:2px solid #fff;
	}
	
	#mainNav li a#jp {
		background:#d50f6d;
		width: 130px;
		padding: 4px 0 0 0;
	}
	
	#mainNav li a:hover {
	color:#000;
	background:#d50f6d;
	font-family: Arial, Helvetica, sans-serif;
	}
	#mainNav li a.active,
	#mainNav li a.active:hover {
		color:#d50f6d;
	}
	#mainNav li a span {
		display:block;
	}
	/* top box */
	
	.top_box {
	    float: left;
		position: relative;
		width: 220px;
		margin-top: 11px;
		left: 500px;
		height:36px;
		padding: 0.3em;
		line-height: 30px;
		background: #009CD9;
		font-size: 18px;
		color: #fff;
		text-align: center;
	}
	
	/* Shopping Cart Box */
	
	#cart {
		float: left;
		position: relative;
		width: 430px;
		top: 10px;
		right: 1px;
		left: 480px;
		height:20px;
		padding: 0 0.3em 0 0;
		background: none;
		font-size: 18px;
		color: #73339E;
	}
	
	
	
	#cart span a {
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		color: #73339E;
	}
	
	#cart span a:hover {
		font-size: 15px;
		font-weight: bold;
		text-decoration: underline;
		color: #73339E9;
		background: none;
	}
	
    /* mainNav */
	
	#mainNav {
		
	}
	
	/* Blue Line */
	#layoutBlue {
		float:right;
		font-family:Verdana, Geneva, sans-serif;
		font-size:4px; 
		color:#FFF; 
		display:inline; 
		text-align:right; 
		margin: 0; 
		padding: 0; 
		background:#009CD9; 
		width: 100%; 
		height: 14px;
		
	}
	
	/* mainContent */
	
	#mainContent {
		width:auto;
		margin-bottom: 10px;
	}
	
	/* slideShow */
	
	#slideBlock {
	background-color: #fff;
	margin-top: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	width: 848px;
	height: 650px;
	max-height: 650px;
	overflow: hidden;
}
#getSocail {
	background-color: #fff;
	margin-top: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	width: 848px;
	height: 476x;
	max-height: 476px;
	overflow: hidden;
}
	/* footer */
						 
#jssFooter {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 80%;
	}
	#jssFooter	.floatCol {
		width: 293px;
		float: left;
		color: #333;
		border-top: 1px solid #ddd; 
		padding-top: 9px;
	}
	#jssFooter	.floatCol h3 { margin-bottom: 5px; }
	#jssFooter	.floatCol select { width: 170px; border: 1px solid #333; }
	#jssFooter	.floatCol a { color: #333; }
	#jssFooter	.floatCol a:hover { color: #999; }.
	
	
/* border around picture */
.prodImg
{
	background-color:#FFFFFF;
	border:1px solid #08C;
	margin-bottom:5px;
	margin-right: 4px;
	padding:4px;
	position:relative;
}

.prodImg:hover
{
	background-color:white;
	cursor: pointer;
	cursor: hand;
}

.prodImgThumbFrame
{
	background-color:#FFFFFF;
	border:1px solid #5f9afb;
	margin-bottom:5px;
	margin-right: 7px;
	padding:4px;
	position:relative;
	width: 79px;
	height: 119px;
	display: inline;
	float: left;
}

.prodImgThumbFrame:hover
{
	background-color:yellow;
	cursor: pointer;
	cursor: hand;
}

.prodImgThumb
{
	width: 79px;
	height: 119px;
	overflow: hidden;
}
