@charset "UTF-8";
/* CSS Document */

#comingsoon {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 572px;
	height: 328px;
	overflow: auto;
	margin-top: 250px;
	margin-left: -286px;
}

a {
	color:#906;
}

body {
	background:url(images/bg.jpg) no-repeat;
	text-align: center;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

#wrap {
	width: 100%;
	text-align:center;
	margin: 0 auto;
}

#content {
	background:url(images/main_bg.png) center top no-repeat;
	height: 1300px;
	width: 1249x;
	margin: 0 auto;
}

#top {
	width: 1249px;
	height: 282px;
	margin: 0 auto;
}

#top #logo {
	width: 759px;
	height: 282px;
	float: left;
}

#top #navbar {
	width: 490px;
	height: 282px;
	float: right;
}



#mid_section {
	width: 1249px;
	margin: 0 auto;
}

#mid_section #slideshow {
	width: 759px;
	height: 418px;
	background:url(images/slideshow.png) no-repeat;
	float: left;
}

#mid_section #about {
	width: 490px;
	height: 418px;
	background:url(images/about.png) repeat-x;
	float: right;
}

#about p {
	text-align:left;
	color: #fff;
	font-size:19px;
}

#about h2 {
	text-align:left;
	color: #fff;
	font-size:26px;	
}

#about a {
	color:#906;
	font-size:22px;
}




#bottom {
	width: 1249px;
	margin: 0 auto;
}

#bottom #left_b {
	width: 899px;
	background:url(images/left_b.png) repeat-x;
	float: left;
}

#left_b .pink {
	background:#ea46aa;
	width: 717px;
	height: 450px;
	margin-left: 167px;
}

#bottom #right_b {
	width: 350px;
	height: 451px;
	background:url(images/right_b.png) repeat-x;
	float: right;
}

#sidebar {
	background:#000;
	color:#FFF;
	font-size: 16px;
	width: 330px;
	margin-left: 3px;
	text-align:center;
	padding-bottom: 18px;
}

#sidebar_twitter {
	background:#000;
	color:#FFF;
	font-size: 16px;
	width: 471px;
	margin-left: 3px;
	text-align:center;
	padding-bottom: 18px;
}

#sidebar_twitter a{
	font-size:12px;
}

#sidebar h2{
	text-align: right;
	background:#1B1B1B;
	padding-right: 10px;
}


#recent {
	padding-top: 10px;
}

#recent h2{
	text-align:left;
	padding-left: 10px;
}

#recent p {
	padding-left: 10px;
	padding-right: 8px;
	font-size: 14px;
	text-align: justify;
}


#footer {
	background: transparent;
	width:1246px;
	margin: 0 auto;
}

#footer p{
	background:#000;
	margin-left: 147px;
	color:#fff;
	text-align: center;
}





#clear {
	clear:both;
}



#image_about { 
   width: 593px; /* important to be same as image width */ 
   height: 395px; /* important to be same as image height */
   margin-left: 152px;
   position: relative; /* important */
   overflow: hidden; /* important */
}


#s3slider { 
   width: 593px; /* important to be same as image width */ 
   height: 395px; /* important to be same as image height */
   margin-left: 135px;
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 535px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   border: #3C0 solid 9px;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 24px Arial, Helvetica, sans-serif;
   padding: 12px 7px;
   width: 521px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;
   text-align:left;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}