/*
---------------------------------------------
01. MAIN / DEFAULT ELEMENTS
---------------------------------------------
*/
body {
	background: url(../images/bg.jpg) center top repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #ededed;
}
/*  background-repeat: no-repeat;
	background-position: 100px 50px; */
/*
---------------------------------------------
02. LINKS
---------------------------------------------
*/	
a.linkBlue:link {color: #9b0043; text-decoration:underline}
a.linkBlue:visited {color: #9b0043; text-decoration:underline}
a.linkBlue:hover {color: #666666;text-decoration:underline}

a.linkBottom:link {color: #FFFFFF; text-decoration:none}
a.linkBottom:visited {color: #FFFFFF; text-decoration:none}
a.linkBottom:hover {color: #FFFFFF;text-decoration:underline}

a.linkGray:link {color: #3b3b3b; text-decoration:none}
a.linkGray:visited {color: #3b3b3b; text-decoration:none}
a.linkGray:hover {color: #9b0043;text-decoration:underline}




/*
---------------------------------------------
03. BOX AND BORDERS
---------------------------------------------
*/	
.graybox{
	border: 1px solid #cfcfcf;
}

.grayboxChart{
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
 
.image { padding: 0px 18px 15px 0px; }
.imageright { padding: 0px 18px 0px 15px; }
.padd { padding: 20px 10px 15px 10px; }

.gallery-box {
	width: 197px;
	height: 160px;
	float: left;
	margin: 10px;
	text-align:center;
	color: #9b0043;
	font-weight:bold;
}

.gallery-box-start {
	width: 197px;
	height: 160px;
	float: left;
	margin: 10px;
	margin: 10px 10px 10px 0;
	text-align:center;
	color: #9b0043;
	font-weight:bold;
}

.gallery {
	border: 1px solid #ededed;
	background-color: #fcfcfc;
	width: 195px;
	height: 134px;
	padding: 3px 0px 0px 0px;
	margin-bottom:5px;		
}


.gallery-print {
	border: 1px solid #ededed;
	width: 106px;
	height: 134px;
	float: left;
	margin: 11px;
	background-color: #fcfcfc;	
	padding: 3px 0px 0px 0px;
}

.gallery-print-start {
	border: 1px solid #ededed;
	width: 106px;
	height: 134px;
	float: left;
	margin: 11px 11px 11px 0;
	background-color: #fcfcfc;	
	padding: 3px 0px 0px 0px;
}


.gallery-box-DVD {
	border: 1px solid #ededed;
	background-color: #fcfcfc;
	width: 274px;
	height: 206px;
	padding: 3px;
	margin:0 auto;
}

/* ---- Media Galley ---- */
#galleryItemContainer {	
	width:650px;
	height:175px;
	margin-bottom:25px;	
}

.gallery_title { height:19px; width:635px; padding:3px 0 0 5px; background-color:#323232; font-weight:bold; color:#FFF; margin-bottom:20px;}

#galleryItem {
	width:175px;
	height:154px;
	padding: 15px 0 0 15px;
	float:left;
	text-align:left;
	margin-right:35px;
	background-color:#f4f2ed;
}
#galleryItemEnd {
	width:175px;
	height:154px;
	padding: 15px 0 0 15px;
	float:left;
	text-align:left;
	background-color:#f4f2ed;
}



#galleryItem .desc { font-size:11px; font-weight:normal; margin-top:5px; width:163px; margin-left:0px;}
#galleryItem .desc a {  color:#C62918}
#galleryItemEnd .desc { font-size:11px; font-weight:normal; margin-top:5px; width:163px;}
#galleryItemEnd .desc a { font-weight:normal; color:#C62918}

#galleryItemPrintContainer {	
	width:650px;
	height:270px;
	margin-bottom:25px;	
}

#galleryItemPrint {
	width:175px;
	height:250px;
	padding: 15px 0 0 15px;
	float:left;
	text-align:left;
	margin-right:35px;
	background-color:#f4f2ed;
}
#galleryItemPrintEnd {
	width:175px;
	height:250px;
	padding: 15px 0 0 15px;
	float:left;
	text-align:left;
	background-color:#f4f2ed;
}

/*********************************************/


/*
---------------------------------------------
04. PARAGRAPH TAGS
---------------------------------------------
*/
h1 {
	font-size: 12px;
	color:#FC151D;
}

h2 {
    font:Arial;
  	font-size: 13px;
	color: #ededed;
	margin-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
}

p {
	font-size: 13;
	margin-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
}

/*
---------------------------------------------
05. PAGE TEXT
---------------------------------------------
*/
.Bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 16px;
	padding: 20px 18px 15px 18px; /**********top-right-bottom-left*********/
}

.Bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	font-weight: normal;
	line-height: 16px;
}

.Bodytext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b3b3b;
	font-weight: bold;
	line-height: 16px;
}
.Bodytext_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b0043;
}

.title {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #9b0043;
}


.title_sub {
	font-family: Arial;
	font-size: 15px;
	color: #3b3b3b;
	font-weight: bold;
}
.title_sub-purp {
	font-family: Arial;
	font-size: 15px;
	color: #9b0043;
	font-weight: bold;
}

.upcomingNumber {
	font-family: Arial;
	font-size: 22px;
	color: #9b0043;
	font-weight: bold;
	padding: 0px 16px 0px 16px;
}

.Title22 {
	font-family: Arial;
	font-size: 22px;
	color: #9b0043;
	font-weight: bold;
}

.t_small1 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.t_small2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #565656;
}
.t_small3 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #9b0043;
}

.t_medium1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.copyrightText {
	font-family:Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	padding: 15px 0px 10px 0px;
}

ul {
   list-style-image: url(../images/bullet.gif);
   margin-top: 10px;
}

li {
   	list-style-image: url(../images/bullet.gif);
	margin-left: -20px;
	padding: 5px 0px 0px 0px;
   }
/*
---------------------------------------------
06. FORMS
---------------------------------------------
*/

.formField {
	
	width:182px;
	height:18px;
	padding:0px 0px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
}

.formMessage {
	font-family: Arial;
	font-size: 12px;
	width:350px;
	height:105px;
	background:#ffffff;
	border:1px solid #cccccc;
}

/*.formbutton:hover {background:transparent url("../images/contact-btn3b.gif") no-repeat center top;}*/

.formSubmit {
	width:68px;
	height:26px;
	background:#404040;
	color:#cc242d;
	border:1px solid #2e2e2e;
	background-image:url(../images/submit.jpg) no-repeat left top;

}
/*********************************************/
