@CHARSET "UTF-8";

#header {
	width: 100%;
	height: 144px;
	background-image: url(../images/header_slice.png);
	background-repeat: repeat-x;
	}
	
#header_title{
	background-image: url(../images/header_title.png);
	width: 1152px;
	height: 83px;
	margin-left: auto ;
    margin-right: auto ;
    font-size: 11px;
 	text-transform: uppercase;
 	color: #282828;
	}
	
#header_menu{
	width: 950px;
	height: 61px;
	margin-left: auto ;
    margin-right: auto ;
	}
	

#wrapper {
	position:relative;
	width: 100%;
	min-height: 100%;
	background-color: white;
	margin-left: auto ;
    margin-right: auto ;
}

#frame {
	background-color: white;
	width: 950px;
	padding-top: 25px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	position: relative;
	width: 100%;
	height: 91px;
	background-image: url(../images/footer_slice.png);
	background-repeat: repeat-x;
}
#footer_main {
	width: 950px;
	height: 91px;
	margin-left: auto ;
    margin-right: auto ;
	background-image: url(../images/footer_background.png);
}
#footer_links{
	position: relative;
	top: 6px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 13px;
	color: #D4D4D4;
	width: 400px;
	}
#footer_links a{
	font-size: 11px;
	font-weight: normal;
	color: #D4D4D4;
	}
#footer_links a:hover{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #D4D4D4;
	}
#footer_text{
	position: relative;
	top: 33px;
	left: 230px;
	font-size: 11px;
	color: white;
	}
#footer_text a {
		color: white;
		font-weight: normal;
	}
#footer_text a:hover {
		color: white;
		font-weight: normal;
		text-decoration: underline;
	}
	
/* Home Page */

#mediaplayer {
	width: 950px;
	margin-left: auto ;
    margin-right: auto ;
}
#mediaplayerscreen {
	z-index: 1;
	padding-left: 1px;
	padding-top: 1px;
	width: 950px;
	height: 534px;
	margin-left: auto ;
    margin-right: auto ;
}
#mediaplayermenu {
	height: 56px;
	background-image: url(../images/home_mediaplayer_slice.png);
	background-repeat:repeat-x;
	padding: 0px;
}
#mediaplayermenu_left {
	height: 56px;
	width: 435px;
	background-image: url(../images/home_TakeYourPick.png);
	background-repeat: no-repeat;
	background-position: left;
}
#mediaplayermenu_buttons{
	height: 56px;
	margin-left: 146px;
	}

.mediaplayermenu_button_up{
	color: #696967;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	float: left;
	height: 25px;
	width: 43px;
	padding-top: 8px;
	margin-top: 13px;
	margin-right: 12px;
	background-image: url(../images/home_MediaButtonGrey.png);
	}
.mediaplayermenu_button_down{
	color: #696967;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	float: left;
	height: 25px;
	width: 43px;
	padding-top: 8px;
	margin-top: 13px;
	margin-right: 12px;
	background-image: url(../images/home_MediaButtonGreen.png);
	}
	
#home_bottom{
	width: 950px;
	height: 426px;
	margin-top: 20px;
	margin-left: auto ;
    margin-right: auto ;
	}
	
#home_bottom_left{
	float: left;
	width: 626px;
	}
	
#home_bottom_left_header{
	width: 626px;
	height: 37px;
	background-image: url(../images/home_recentprojects_header.png);
	}
#home_bottom_left_bottom{
	width: 626px;
	height: 322px;
	padding-top: 24px;
	background-image: url(../images/home_recentprojects_backgro.png);
	}
#home_bottom_left_line{
	width: 626px;
	height: 2px;
	background-image: url(../images/home_recentprojects_line.jpg);
	margin-bottom: 20px;
	}
	
.home_bottom_left_item{
		height:150px;
		width:626px;
	}
	
	
#home_bottom_right{
	float: left;
	width: 302px;
	margin-left: 20px;
	}
	
#home_bottom_right_header{
	width: 302px;
	height: 37px;
	background-image: url(../images/home_twitter_header.png);
	}
#home_bottom_right_bottom{
	width: 302px;
	padding-top: 3px;
	background-image: url(../images/home_twitter_background.png);
	}
	
/* Menu */
.menu_item{
	cursor: pointer;
	float: left;
	margin-top: 28px;
	height: 25px;
	background-image: url(../images/menu_line.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 14px;
	color: #414141;
	text-align: center;
	padding-top: 8px;
	padding-left: 25px;
	padding-right: 25px;
	}
	
.menu_item_down{
	cursor: pointer;
	float: left;
	margin-top: 28px;
	height: 25px;
	background-image: url(../images/menu_down.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 14px;
	color: white;
	text-align: center;
	padding-top: 8px;
	padding-left: 25px;
	padding-right: 25px;
	}
	
.menu_drop_down {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	background-color: #ECECEC;
	width: 185px;
	border-bottom: 1px solid #C5CCD0;
	margin-left: -25px;
	margin-top: 9px;

}

.menu_drop_down_item{
		border-top: 1px solid #C5CCD0;
		border-right: 1px solid #C5CCD0;
		border-left: 1px solid #C5CCD0;
		height: 24px;
		color: #3F3F3E;
		text-align: left;
		padding-left: 10px;
		padding-top: 3px;
	}
.menu_drop_down_item_over{
		border-top: 1px solid #C5CCD0;
		border-right: 1px solid #C5CCD0;
		border-left: 1px solid #C5CCD0;
		height: 24px;
		background-color: #C6D130;
		color: #3F3F3E;
		text-align: left;
		padding-left: 10px;
		padding-top: 3px;
	}

/* pages */
#pageTitle {
	width: 736px;
	height: 49px;
	}
	
#pageContent {
	background-color: white;
	min-height: 545px;
	width: 950px;
	}
#pageContentLeft{
	padding-right: 50px;
	width: 673px;
	float: left;
	padding-bottom: 20px;	
	}
#pageRightBorder {
	font-size: 13px;
	color: #383935;
	float: left;
	width: 217px;
	padding-bottom: 20px;	
	}
#aboutus_box_title{
	width: 217px;
	height: 37px;
	background-image: url(../images/aboutus_box_title.png);
	}
#aboutus_box{
	width: 217px;
	padding-top: 10px;
	height: 100px;
	background-image: url(../images/aboutus_box.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#ourservices_box{
	width: 217px;
	padding-top: 50px;
	height: 188px;
	background-image: url(../images/ourservices_box.png);
	}
#ourwork_box_title{
	width: 217px;
	height: 37px;
	background-image: url(../images/ourwork_box_title.png);
	}
#ourwork_box{
	width: 217px;
	padding-top: 10px;
	height: 120px;
	background-image: url(../images/ourwork_box.png);
	background-position: bottom;
	}

#right_box_title{
	margin-top: 14px;
	width: 217px;
	height: 42px;
	background-image: url(../images/right_box_title.png);
	background-position: top;
	}
#right_box{
	margin-bottom: 0px;
	width: 217px;
	height: 315px;
	background-image: url(../images/right_box_background.png);
	background-position: bottom;
	}


	
	
	
	








