@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 851px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 0;
	text-align: left;
	height: 1400px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
 #header {
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0;
	height: 482px;
	width: 850px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
 #logo {
	height: 459px;
	width: 850px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
}
 #menu {
	height: 23px;
	width: 704px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
}
 #menu img {
	margin: 0;
 }
#mainContent {
	background: #FFFFFF;
	height: 1400px;
	width: 850px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 0px;
	padding-left: 0px;
	}
	
#maincontent1{
	width: 700px;
	float: left;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	height: 1400px;
	margin-left: 0px;
}
#maincontent2{
	width: 141px;
	height: 1400px;
	float: left;
}	
	
#prodtitle {
	height: 23px;
	width: 141px;
	float: left;
}
.headerpic {
	padding: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.headshot {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 17px;
}
.logopic{
	position: relative;
	height: 76px;
	width: 225px;
}
.sitemap {
	margin-bottom: 15px;
	margin-right: 0px;
	position: absolute;
	top: 35px;
	left: 580px;
}
.english {
	float: none;
	position: absolute;
	left: 655px;
	top: 35px;
	}
.viewcart{
	top: 0px;
	position: absolute;
	left: 735px;
	height: 26px;
	width: 100px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 35px;
}

.sidemenu_icon {
	margin-top: 8px;
	margin-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.brand_icon {
	margin-top: 8px;
	margin-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}
.artist_dsei_title {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 14px;
}
.artist_dsei_text {
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	padding-left: 10px;
}

p{
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	padding-left: 0px;
	margin-left: 5px;
	margin-top: 8px;
	padding-right: 15px;
	}
	
	.text1 {
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}	
  .headlinetext {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
	height: 16px;
}	
	
	new{
	font-size: 10px;
	color: #990000;
	line-height: 14px;
	width: 92px;
	}
.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 35px;
	font-weight: bold;
}
.prodsubtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 15px;
	padding-left: 0px;
	width: 40px;
	padding-top: 10px;
}
.subtitle{
	font-size: 10px;
	color: #CC0000;
	}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	float: left;
	width: 850px;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-indent: 640px;
	width: 850px;
	font-size: 10px;
}
h2 {
	font-family: osaka;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 22px;
}

h1 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 28px;
	margin-left: 50px;
	font-family: Osaka;
}
h2 a:link{
	color: #333333;
	text-decoration: none;
}
h2 a:visited{
	color: #333333;
	text-decoration: none;
}
h2 a:hover{
	color: #336666;
	text-decoration: underline;
}
h2 a:active{
	color: #333333;
	text-decoration: none;
}

