@charset "UTF-8";
/* CSS Document */

body{ 
		background-image: url(../images/global/background.jpg);
		background-repeat: repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#999999;
		background-color: #151515;
		padding: 0;
		margin-top: 10px;
		text-align: center;
}
/*---------------------------- MainContent -----------------------------*/
#container{
		margin-left: auto;
		margin-right: auto;
		width: 980px;
	}

/*---------------------------- JodyJazz Top -----------------------------*/
.top{
		background-image:url(../images/global/top.jpg);
		background-repeat: no-repeat;
		width: 980px;
		height: 105px;
		margin-left: auto;
  		margin-right: auto;
		color:#FFFFFF;
		text-align: right;
		font-size: 11px;
}

.topMouth{
		background-image:url(../images/global/topMouth.jpg);
		background-repeat: no-repeat;
		width: 980px;
		height: 105px;
		margin-left: auto;
  		margin-right: auto;
		color:#FFFFFF;
		text-align: right;
		font-size: 11px;
}

.topMain{
		background-image:url(../images/global/topMain.jpg);
		background-repeat: no-repeat;
		width: 980px;
		height: 105px;
		margin-left: auto;
  		margin-right: auto;
		color:#151515;
		text-align: right;
		font-size: 11px;
}

.topcart{
		background-image:url(../images/global/topcart.jpg);
		background-repeat: no-repeat;
		width: 980px;
		height: 116px;
		margin-left: auto;
  		margin-right: auto;
		color:#151515;
		text-align: right;
		font-size: 11px;
}

/*---------------------------- roundbottom -----------------------------*/
.bottom{
		clear:both;
		background-image:url(../images/global/roundbottom.jpg);
		background-repeat: no-repeat;
		width: 980px;
		height: 15px;
		padding: 0;
		
}

.topround{
		clear:both;
		background-image:url(../images/global/topround.jpg);
		background-repeat: no-repeat;
		margin-top: 5px;
		width: 980px;
		height: 15px;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		text-align:left;
		padding-left: 10px;
		
		
}
/*----------------------------- CopyRight ------------------------------*/
.copyright{
		clear:both
		font:Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:10px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top:8px;
		width:980px;
	}
	
/*----------------------------- Navigation -----------------------------*/

#nav{
		clear:both;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:11px;
		color: #121212;
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		
}
	
#nav ul{
		list-style: none;
		margin: 0;
		padding: 0;
}
	
#nav li{
		display: inline;
		float: left;
		background:url(../images/global/bar2.jpg);
		width: 89px;
		height:25px;
		line-height: 25px;
		text-decoration: none;	
}
	
#nav a:link {
		display: block;
		text-decoration: none;
		color:#151515;	
}

#nav a:visited {
		display: block;
		text-decoration: none;
		color:#151515;	
}

#nav a:active {
		display: block;
		text-decoration: none;
		color:#151515;	
}

#nav a:hover{
		clear: both;
		background-image:url(../images/global/barOver.jpg);
		
	}

.logo{
	text-align:left;
}

	
.newsletter{
	
		text-align: left;
		color: #FFFFFF;
		font-size:13px;
		margin-top: 10px;
		font-weight: bold;	
}
.newsbox{
	
		margin-top: 10px;
			
}
	
	
input.box{
		border: 1px solid #666666;
		color: #000000;
		background: #ffffff;
		text-align: center;
		font-size: 11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		width: 160px;
		margin-bottom: 5px;
		text-align: left;
}
	
input.bt{
		border: 1px solid #666666;
		color: #000000;
		background-color: #999999;
		font-size: 11px;
		margin-bottom: 5px;
}

a.click:link{
		color:#C9FBF8;
	}
	
	a.click:active{
		color:#C9FBF8;
	}
	
	a.click:visited{
		color:#C9FBF8;
	}
	
	a.click:hover{
		color:#00FFFF;
	}


#LinkWrapper {
		clear:both;
		position: relative;
		text-align: left;
		
	}
	
	
	#linkDivide{
		float: left;
		width: 156px;
		border-right: 1px dotted #666666;
		background-color: #000000;
		height: 50px;
		
	}
	
	#linkDivideWide{
		float: left;
		width: 177px;
		border-right: 1px dotted #666666;
		background-color: #000000;
		height: 50px;
	}
	
	
	#linkDivideWide2{
		float: left;
		width: 165px;
		border-right: 1px dotted #666666;
		background-color: #000000;
		height: 50px;
	}
	
	
	#linkDividelast{
		float: left;
		width: 165px;
		background-color: #000000;
		height: 50px;
	}
	
	#LinkWrapper ul{
	    list-style:none;
		padding-left: 8px;
		padding-right: 8px;
		margin: 0;
	}
	
	#LinkWrapper li{
		line-height: 150%;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
		color:#666666;
	}
	

	
	a.mouthlink:link{
		color:#444444;
		text-decoration: none;
	}
	
	a.mouthlink:active{
		color:#444444;
		text-decoration: none;
	}
	
	a.mouthlink:visited{
		color:#444444;
		text-decoration: none;
	}
	
	a.mouthlink:hover{
		color:#666666;
		text-decoration: underline;
	}
	
	.patent {
		font-size: 13px;
		padding-left:200px;
		text-align: left;
	}
	
	.patentdvny{
		font-size: 13px;
		padding-left:220px;
		text-align: left;
	}
	
	.cartpaddingglobal{
		padding-top: 15px;
	}