@charset "utf-8";
/* CSS Document */

/* reset.css
---------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 	margin:0;	padding:0;}
.first_table {	border-collapse:collapse;	border-spacing:0;}
fieldset,img { 	border:0; }
address,caption,cite,code,dfn,em,var {	font-style:normal;	font-weight:normal;}
ol,ul {	list-style:none;}
caption {	text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
q:before,q:after {	content:'';}
abbr,acronym { border:0;}
/*------------------------*/

/* generals
---------------------------*/
body {background:#5f5f5f url(../images/bg_main.gif) top repeat-x; color:#4d4d4d; text-align:center; font-family:Georgia, "Times New Roman", Times, serif}
#wrapper { background: url(../images/bg_index.jpg) top left no-repeat; width:980px; text-align:left; margin:auto}
#wrapper2 { background: url(../images/bg_interior.jpg) top left no-repeat; width:980px; text-align:left; margin:auto}
.clear {clear:both;}
.clearfix:after {content: "."; display: block; height: 0;  clear: both; visibility: hidden;}
* html .clearfix {height: 1%;} /* Hides from IE-mac */
.clearfix {zoom:1;}  /*end tweak for ie7 */
/*------------------------*/

/* text
----------------------------------*/

.textLarge1{ font-size:25px; line-height:40px;}
.textLarge2{ font-size:20px}
.textLarge3{ font-size:15px}
.textColor1{color:#49f576}
.lineHeight1{line-height:33px;}
/* header
-----------------------------*/
#header{
	padding-top:25px;
}
	
	/* logo -----------------*/
#logo{
	float:left;
	width:235px;
}	
	/* menu -----------------*/
#menu{
	background:url(../images/bg_menu.gif) top repeat-x;
	width:745px;
	margin-top:20px;
	height:64px;
	float:left;
	padding-top:10px;
	text-align:right;
}
#statement{
	clear:both;
	float:right;
	font-size:14px;
	margin-top:-55px;
	margin-right:10px;
	color:#000000;
}
/* --------------------------*/

/* content
-----------------------------*/

#content {
	clear:both;
	height:400px;
	padding-top:20px;
}
#content2 {
	clear:both;
}
.title{
	margin:20px 0 20px 0;
}
.show{
	width:813px;
	margin:auto;
	margin-bottom:10px;
}
.showLeft{
	width:9px;
	height:168px;
	background:url(../images/bg_show_left.gif);
	float:left;
}
.showMiddle{
	height:158px;
	width:750px;
	background:url(../images/bg_show_main.gif) repeat-x;
	float:left;
	overflow:hidden;
	padding-bottom:10px;
}
.showRight{
	float:left;
}
.showThumb{
	float:left;
	padding:40px 25px 35px 25px;
	margin-top:14px;
	border-right:1px solid #FFFFFF;
}
.showDescription{
	float:left;
	color:#FFFFFF;
	text-align:left;
	margin:32px 20px;
	width:550px;
}
.showDescription a {
	color:#c3ffc7;
	text-decoration:none;
}
.shows{
	width:100%;
	text-align:center;
}
.description{
	margin:auto;
	width:808px;
	margin-bottom:20px;
}
.descriptionTop{
	width:808px;
	height:8px;
	background:url(../images/bg_show_description_top.gif) no-repeat;
}
.descriptionMiddle{
	width:748px;
	background:url(../images/bg_show_description.gif) repeat-y;
	color:#FFFFFF;
	padding:10px 30px 40px 30px;
}
.descriptionMiddle a{
	color:#c3ffc7;
	text-decoration:none;
}
.descriptionMiddle p{
	padding:20px 0 0 0;
}
.descriptionBottom{
	width:808px;
	height:8px;
	background:url(../images/bg_show_description_bottom.gif) no-repeat;
}
.sep1{
	width:100%;
	background-color:#FFFFFF;
	height:3px;
	clear:both;
}
.showThumb2{
	float:left;
	padding:27px 25px 35px 0;
	margin-top:14px;
	border-right:1px solid #FFFFFF;
}
.showDescription2{
	float:left;
	color:#FFFFFF;
	text-align:left;
	margin:30px 20px;
	width:480px;
}
.showDescription2 a {
	color:#FFFFFF;
	text-decoration:none;
}
.formTable td{
	padding:7px 0 7px 0;
	border-bottom:1px solid #35be88;
}
.link{
	padding:10px 0 10px 0;
	border-bottom:1px solid #35be88;
}

/* --------------------------*/



/* footer
-----------------------------*/

#footer{
	border-top:8px solid #f6ed60;
	padding-top:10px;
}

.descriptionMiddle ul {list-style:disc; margin: 20px;}
