@charset "utf-8";
/* CSS Document */

body {
	background: url(bg.png);
	color: #080808;
	font-family: "Lucida Grande", "Trebuchet MS", tahoma, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

h1, h2, h3, h4 {
	color: #333333;
	font-family: "Lucida Grande", "Trebuchet MS", tahoma, arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0 0 0.1em 0;
}

h1 {
	border-bottom: 2px solid #EFEFEF;
}
h2 {
	color: #09c;
	text-align: left;
	padding-left: 4px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #C39;
	color: #C39;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #09c;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #7fcce5;
	margin-bottom: 8px;
	line-height: 16px; 
}

#crMinilogo {
	padding: 3px;	
}

#crMinilogobigPad {
	padding: 15px 15px 60px 15px;	
}

#spanUnder {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}

#white {
	color: #FFF;	
}

.white {
	color: #FFF;	
}

#sHead {
	height: 300px;
	background:url('headbg.png');
	color: #080808;
	font-family: "Lucida Grande", "Trebuchet MS", tahoma, arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
#headS {
	padding: 30px 0px 0px 11px;
	width: 392px;
	float: left;
}

#mainS {
	background: #FFF;
	padding: 0px 16px 16px 16px;
	margin: 0px;
	overflow: auto;
}

#mainS a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#mainS a:hover{
	font-weight: bold;
	color: #111;
	text-decoration: underline;
}

#botS {
	background:url('botbg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 31px;
}
#bgBack {
	background:url('bg-over.png');
	position: absolute;
	z-index: -1000;
	width: 100%;
	height: 329px;
	margin-top: -30px;
}
#headbgBack {
	background:url('headbg-over.png');
	position: absolute;
	width: 100%;
	height: 329px;
}

#SPMF {
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
}
#SPMS {
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
}

#topBG {
	background:url('topbg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-top: -30px;
	height: 220px;
	overflow: hidden;
	width: 100%;
	float: right;
}
#sFoot {
	color: #EFEFEF;
	font-size: 11px;
	width: 700px;
	border-top: 1px solid #EFEFEF;
	margin: 20px auto 0px auto;
	text-align: center;
}


#siteM {
	float: right;
	margin-right: 8px;
	z-index: -1000;
	margin-bottom: -3px;
	width: 478px;
}

#siteM li {
	float: left;
	list-style: none;
	position: relative;
	padding: 12px;
	margin: -10px 1px 4px 0px;
	background:url(menuBG.png);
	width: 70px;
	text-align: center;
	cursor: pointer;
	color: #DFDFDF;
}

#siteM li:hover, .siteM {
	background:url(menuBG-hover.png);
	color: #333;
}

#notFound {
	text-align: center;
	color: #333;
	font-size: 16px;
}

#mainIMG {
	clear: both;
	text-align: center;
}

#mainIMG ul{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}

#mainIMG li{
	background:url('selectBG.png');
	padding: 6px;
	width: 16px; 
	float: left;
	list-style: none;
	margin: 0px 1px 0px 1px;
	color: #EFEFEF;
	font-size: 13px;
	cursor: pointer;
}

#mainIMG li:hover{
	background:url('selectBG-hover.png');
	color: #000;
}

#bgMask {
	position: absolute;
	margin-top: -145px;
	overflow: visible;
	width: 900px;
	height: 145px;
	background:url('bgmask.png');
	background-position: center center;
}

#siteIMG, #siteIMGSec {
	text-align: center;
}

#siteIMG {
	width: 890px;
	height: 145px;
}

#sValid {
	clear: both;
	padding-top: 4px;
}

#secondCFade {
	width: 200px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	padding-top: 20px;
	cursor: pointer;
}

#linkText {
	color: #444;
	width: 462px;
	height: 19px;
	overflow: hidden;
	position: relative;
	top: 30px;
	left: 11px;
	text-align: left;
	margin: 0px 15px 0px 0px;
	padding: 6px 0px 3px 9px;
	background:url('top-titlebg.png');
	cursor: default;
}

#firstColumn, #secondColumn, #thirdColumn {
	width: 33.33%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#firstIn, #secondIn, #thirdIn {
	margin: 3px;
	padding: 6px;
	overflow: hidden;
	background: url('white-bg.png') #f6f6f6;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	min-height: 250px;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	color: #444;
}

#firstIn:hover, #secondIn:hover, #thirdIn:hover {
	background: url('over-bg.png') #f6f6f6;
	border-top: 2px solid #09c;
	border-bottom: 2px solid #09c;
	color: #000;
}

#bigLetter {
	font-size: 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	float: left;
	padding: 3px;
	line-height: 24px;
}

#HImages div {
	width: 20%;
	float: left;
	text-align: center;
}

#sitePages {
	overflow: hidden;
}

#contact {
	width: 400px;
	float: left;
	padding: 16px;
}

#contactinfo {
	width: 400px;
	float: right;
	padding: 16px;
}

#contact div {
	padding: 4px;
}

#CLeft {
	width: 120px;
	float: left;
	text-align: right;
	clear: both;
}

#contact input, #contact textarea {
	width: 250px;
	border: 0px;
	border-bottom: 1px solid #CFCFCF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact #buttons input {
	width: 100px;
	border: 1px solid #EFEFEF;
	float: right;

}

#contact #buttons input:hover{
	width: 100px;
	border: 1px solid #393;
	float: right;
}


#contact input:hover, #contact textarea:hover {
	border: 0px;
	border-bottom: 1px solid #393;
}

#status {
	float: right;
	clear: both;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	color:#000;
	margin: 16px 0px 0px 16px;
	background-color: #FFFFA4;
}

#sProd {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 12px;
	border-right: 2px dashed #CFCFCF;
}

#sProd li {
	padding: 3px;
	background: url('libg.gif');
	margin: 6px;
	width: 200px;
	cursor: pointer;
	text-align: center;
}

#sProd li:hover {
	padding: 3px;
	background: url('libgover.gif');
	margin: 6px;
	width: 200px;
	cursor: pointer;
	text-align: center;
}
#siteInfo div {
	float: right;
	clear: right;
	margin: 10px;
	width: 600px;
}
#siteInfo div ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 12px;
}

#siteInfo div ul li{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 12px;
}