@charset "UTF-8";
/*JAN Records CSS */

#logoDiv {
	width:700px;
	height:60px;
	z-index: 1001;
	padding-bottom: 5px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	align: center;
}

#contentDiv {
	width:700px;
	margin: auto;
	padding: 2px;
	height: auto;
}
.subHeader {
	font-family: "Calibri Bold";
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
}

#menuDiv {
	width:700px;
	height:20px;
	margin:auto;
	z-index: 800;
	float:inherit;
}

.txtBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bolder;
}
.txtDescribe {
	font-family: Arial;
	font-size: 10px;
	text-align: right;
	text-indent: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.txtRed {
	color: #CC0000;
	font-size: 48px;
}

.content {
	font-family: Arial;
	font-size: 14px;
}
DIV.img {
	padding: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 3px;
	height: 210px;
	width: 210px;
}

TABLE.topMenu {
	font-family: "Arial Bold";
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #EDEDED;
	font-size: 18px;
}
TABLE.promotion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	clear: none;
	float: none;
	width: auto;
}

DIV.footerDiv {
	width:700px;
	height:20px;
	margin:auto;
	font-family: Calibri;
	font-size: 12px;
	color: #000000;
	background-color: #ECECEC;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	z-index: -1;
}

a.footer:link{
	text-decoration: none;
	color: #000000;
}
a.footer:visited{
	text-decoration: none;
	color: #000000;
}
a.footer:active{
	text-decoration: none;
	color: #000000;
}
a.footer:hover{
	text-decoration: none;
	color: #990000;
}

a.header:link{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
a.header:visited{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
a.header:active{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
a.header:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}

A.content:link {text-decoration: none}
A.content:visited {text-decoration: none}
.txtTitle {
	font-family: "Calibri Bold";
	font-size: 16px;
	font-weight: bolder;
}
A.content:active {text-decoration: none}
A.content:hover {
	text-decoration: none;
	color: #990000;
}

.right {
  float: right;
}
.left {
   float: left;
}
.clear {
  clear: both;
}
.center {
	align: center;
}

/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	width:700px;
	padding:0 10px;
	margin:1em 0;
	background:#FFF;
	border:1px solid #666;
	}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:auto;
	/*margin:0.5em 0;*/
	width:700px;
	
	}
.two {
	width:45%;
	float:left;
	}
.three {
	width:45%;
	float:right;
	}
/* Rules for the top corners and border */
.bt {
	background:url(img/site/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(img/site/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(img/site/box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(img/site/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(img/site/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(img/site/borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
	}
