/* reset some defaults css */
* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

img {
	border: 0;
}

ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}


body {
	line-height: 1.286em;
	margin:0em 0 0.643em 0;
	color:#ccc;
	font-family: Arial, georgia, "times new roman", serif;
}

/* --- Typography from 23ways -------------------------------- */

p {
	font-size:13px;
	line-height:1.5em;
	margin:0 1.5em 1.5em 0;
	text-align:justify;
}

h1 {
	padding: 28px 0 0 0;
	
}

h2 {
	font-size:14px;
	font-weight:normal;
	padding:5px 0;
	color: #F01484;
}
h3 {
	padding:10px 0 5px 0;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom: 1px solid #999;
	color: #F01484;
}

h4{
	font-size:12px;
	font-weight:normal;
	color: #F01484;	
}

h5 {
	font-size:12px;
	font-weight:normal;
	color: #FF99CC;	
}

#extra p , #footer{
	margin-right:0;
	font-size:11px;
}

/* --- layout ----------------------------------------------- 
   keep these for just the layout no background color nothing! */

div#lang{
	float: left;
	top: 20px;
	left: 10px;
	/*font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10px;
	text-align:right;
	text-decoration: none;*/
}


#lang a{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FF0099;
}

#lang a:hover{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}



div#container{
	width:850px;
	margin:0 auto;
}

.home div#content, .whatweoffer div#content{
	width: 850px;
}

div#content{
	float:left;
	width:490px;
	padding:5px 5px 10px 5px;
}

div#content_workforus{
	float:left;
	width:470px;
	padding:5px 5px 10px 5px;
}

div#content_child{
	float:left;
	width:840px;
	padding:5px 5px 10px 5px;
}

div#content_entertainment{
	float:left;
	width:410px;
	padding:0px 5px 5px 5px;
}

div#header{
	text-align:right;
}

div#banner{
	width:100%;
	text-align:center;
}

div#navigation{
	width:100%;
}

div#extra{
	float:right;
	width:340px;
	margin-right:5px;
	margin-bottom:15px;
}

div#extra_entertainment{
	float:right;
	width:410px;
	margin-right:5px;
	margin-bottom:15px;
}

div#footer{
	clear:both;
	width:100%
}

/* --- backgrounds ---------------------------------------------- */
body{
	background-color: #000;
	border-top: 4px solid #F01484;
}

#extra{
	background-color: #111111;
}

#footer{
	border-top:1px solid #666;
}

/* --- navigation ----------------------------------------------- */
#globalNav{
    padding:5px 0 20px 0;
}

#globalNav li{
	float: left;
}

#globalNav li a{
	display: block;
	font-size: 13px;
	padding: 0 8px 0px 0px;
	text-transform: uppercase;
	text-indent: -100000px;
	height:38px;
	outline:none;
}

#globalNav li#nav-home a{
	background: url(/images/navigation/home.png) no-repeat 0 -80px;
	width:53px;
}
#globalNav li#nav-ourteam a{
	background: url(/images/navigation/ourteam.png) no-repeat 0 -80px;
	width:81px;
}
#globalNav li#nav-ouractors a{
	background: url(/images/navigation/ouractors.png) no-repeat 0 -80px;
	width:101px;
}
#globalNav li#nav-entertainment a{
	background: url(/images/navigation/actorsevents.png) no-repeat 0 -80px;
	width:120px;
}
#globalNav li#nav-entertainmentB a{
	background: url(/images/navigation/showevents.png) no-repeat 0 -80px;
	width:118px;
}
#globalNav li#nav-incentives a{
	background: url(/images/navigation/incentives.png) no-repeat 0 -80px;
	width:93px;
}
#globalNav li#nav-promotion a{
	background: url(/images/navigation/promotion.png) no-repeat 0 -80px;
	width:110px;

}
#globalNav li#nav-contactus a{
	background: url(/images/navigation/contactus.png) no-repeat 0 -80px;
	width:97px;
}
#globalNav li#nav-home a:hover, 
#globalNav li#nav-ourteam a:hover, 
#globalNav li#nav-ouractors a:hover,
#globalNav li#nav-entertainment a:hover,
#globalNav li#nav-entertainmentB a:hover,
#globalNav li#nav-incentives a:hover,
#globalNav li#nav-promotion a:hover,
#globalNav li#nav-contactus a:hover,
.home #globalNav li#nav-home a,
.whoweare #globalNav li#nav-ourteam a,
.whatweoffer #globalNav li#nav-ouractors a,
.entertainment #globalNav li#nav-entertainment a,
.incentives #globalNav li#nav-incentives a,
.promotion #globalNav li#nav-promotion a,
.contactus #globalNav li#nav-contactus a
{
	background-position: 0 -20px;
}

.home #globalNav li#nav-home a, .whoweare #globalNav li#nav-whoweare a, .contact #globalNav li#nav-contact a{
/* this is the active state */
}

#secondNav li{
	display:inline;
	padding:0;
	color:#ff99cc;
	margin:0;
}

#secondNav li a{
	color:#ccccc;
	padding:0;
	margin:0;
}

/* --- banner --------------------------------------------------- */

#banner{
	margin-top: 25px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding:5px 0;
}


/* --- content --------------------------------------------------- */

#content a, #content_workforus a{
	color:#FF0099;
	text-decoration: none;
}

#content a:hover, #content_workforus a:hover{
	color:#fff;
	text-decoration: none;
}


#content_child img, #content_entertainment img, #extra_entertainment img{
	padding:2px;
	border:1px solid #383736;
	margin-left:4px;
	margin-top: 3px;
}

#content_child img.noborder{
	border-width: 0px;
}
/* --- extra --------------------------------------------------- */

/* --- extra --------------------------------------------------- */

#extra{
	margin-top: 45px;
	padding:5px 0px 0px 0px;
	text-align:left;
}

#extra p, #extra h4{
	text-align:left;
	margin-left:15px;
	width:340px;
}

#extra img{
	padding:3px;
	border:1px solid #383736;
	margin-left:15px;
}

#extra img.noborder{
	border-width: 0px;
}

#extra a{
	color:#FF0099;
	text-decoration: none;
}

#extra a:hover{
	color:#fff;
	text-decoration: none;
}

#map{
	margin:0 auto;
	padding:3px;
	border:1px solid #383736;
	width:300px;
	height:300px;	
}
/* --- footer --------------------------------------------------- */
#footer p{
	float: left;
	font-size: 11px;
	padding:5px 0;
	color:#cccccc;
}
#footer a{
	color:#cccccc;
	text-decoration: none;
}

#footer a:hover{
	color:#ffffff;
	text-decoration: none;
}
#footer ul{
	float:right;
	padding:3px 0;
}

#footer ul li{
    display: inline;
	font-size: 11px;
}

#footer ul li#site-creator{
}

/* --- forms ------------------------------------------------- */
fieldset{
	border:none;
	margin:20px 0
}

legend{
	font-size:bigger;
	font-weight: bolder;
}

label{
	display:block;
	font-size:11px;
	padding-top:5px;
}

input:focus, textarea:focus{
	background-color: #555;
	color:#fff
}

input, textarea{
	color:#fff;
	background-color: #191919;
	border:1px solid #471027;
	padding:2px;
	font-size:11px;
}

input.text, textarea{
	width:450px;
}

input.submit{
	float:right;
	background: #555;
	font-size:11px;
	padding:3px;
	margin-right:4px;
}

em{
	font-weight: bold;
	color:#ff0000;
}

input.required_Field{
	border-left:3px solid #ff0000;
}

div.alignLeft{
	width: 225px;
	height:50px;
	float: left;
}

div.alignRight{
	width: 225px;
	float:right;
	margin-right:4px;
	height:50px;
}

div.alignLeft input, div.alignRight input{
	width:210px;
	
}

/* ---[ misc ]------------------------------------- */

img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }


