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

body {
	background-image:url(../images/layout/bg.png);
	font-family: Tahoma, Geneva, sans-serif;
	color:#626262;
	font-size:14px;
	margin:0;
	line-height:22px;
}

H1 {
	font-size:40px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:40px;
	letter-spacing:1px;
	color:#f112e4;
	font-weight:100;
	margin-top:0;
	margin-bottom:20px;
}

H2 {
	font-size:28px;
	line-height:32px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#f112e4;
	font-weight:100;
	margin-top:0;
	margin-bottom:20px;
}

H3 {
	font-size:24px;
	line-height:32px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#626262;
	font-weight:100;
	margin-top:0;
	margin-bottom:5px;
}

H4 {
	font-size:18px;
	line-height:18px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#626262;
	font-weight:100;
	margin-top:0;
	margin-bottom:0px;
}

.wrapper_top {
	width: 1004px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* TOP SECTION */

.top {
	width:1004px;
	height:140px;
	margin-top:0px;
}

.logo {
	float:left;
	display:inline;
	margin-top:20px;
	width:300px;
	height:auto;
	letter-spacing:1px;
}

/* Top Right */

.top_right {
	float:left;
	display:inline;
	width:1004px;
	height:100px;
}

.tel {
	float:right;
	display:inline;
	margin-right:20px;
	width:230px;
	height:50px;
	color:#414141;
	font-size:18px;
	margin-top:30px;
}

/* Nav */

.nav {
	float:right;
	display:inline;
	width:auto;
	height:50px;
	line-height:12px;
	font-size:14px;
	letter-spacing:1px;
}

.nav_box {
	float:left;
	display:inline;
	margin-top:12px;
	width:120px;
	height:22px;
	padding-top:10px;
	background-color:#000;
	color:#FFF;
	text-align:center;
	margin-right:9px;
	cursor:pointer;
	border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
}

.nav_box1 {
	float:left;
	display:inline;
	margin-top:12px;
	width:81px;
	height:30px;
	padding-top:3px;
	background-color:#7b7b7b;
	color:#FFF;
	text-align:center;
	margin-right:7px;
	cursor:pointer;
	border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
}

.nav_box:hover {
	background-color: #f112e4;
}

.nav_box1:hover {
	background-color: #BFBFBF;
}


/* Nav Drop down */

.DropDown {
	 position: absolute;  
    top: 140px; 
    margin:auto;
	width:120px;
	z-index:10;
	display:none;
	padding-top:5px;
}

.DropDownItem {
	float:left;
	height:auto;
	width:120px;
	padding:6px;
	color:#FFF;
	background-color:#7b7b7b;
	border:1px solid #CCC;
	font-size:12px;
	cursor:pointer;
	text-align:left;
}

.DropDownItem:hover {
	float:left;
	height:auto;
	width:120px;
	padding:6px;
	color:#FFF;
	background-color:#bfbfbf;
	border:1px solid #CCC;
	font-size:12px;
	cursor:pointer;
}


/* Banner SECTION */

.banner {
	background-image:url(../images/layout/box-bg.png);
	width:1004px;
	height:453px;
	margin-bottom:-50px;
	position:absolute;
	z-index:1;
}

.grey_bar {
	background-color:#d0ced0;
	width:100%;
	min-width:1000px;
	height:150px;
	z-index:0;
	margin-top:320px;
}
/* Main Body */

.wrapper_bottom {
	width: 1004px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}





/* Main Content */

.main_content {
	margin-top:40px;
	width: 960px;
	min-height:500px;
	height:auto;
	padding-left:20px;
	padding-right:20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.content_holder {
	float:left;
	display:inline;
	width:auto;
	height:auto;
}

.main_left {
	float:left;
	display:inline;
	width:500px;
	height:auto;
}

.main_right {
	float:right;
	display:inline;
	margin-top:20px;
	width:450px;
	height:auto;
}

/* Footer */

.social {
	margin-top:30px;
	width: 984px;
	height:auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:10px;
	text-align:right;
}



.footer {
	background-color:#545454;
	color:#FFF;
	margin-top:0px;
	min-width:1000px;
	width:100%;
	height:125px;
}

.footer_holder {
	margin-top:0;
	width: 984px;
	height:auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:10px;
}

.footer_left {
	margin-top:10px;
	float:left;
	display:inline;
	width:300px;
	height:auto;
	font-size:24px;
}

.footer_right {
	font-size:18px;
	margin-top:10px;
	float:right;
	display:inline;
	width:300px;
	height:auto;
}

/*
Acting----------------------*/

.actingA {
	float:left;
	width:300px;
	font-weight:bold;
	padding-top:10px;
	height:35px;
	background-color:#CCC;
	padding-left:10px;
	margin-top:3px;
border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

.actingB {
	float:left;
	width:300px;
	font-weight:bold;
	padding-top:10px;
	height:35px;
	margin-top:3px;
	padding-left:10px;
	background-color:#9a9898;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

.column1 {
	float:left;
	display:inline;
	height:auto;
	width:300px;
	margin-right:20px;
	
}


	
	
	