/* CSS Document */

body {
	background:#000000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow-x:hidden;
}

h1#logo {
	position:absolute;
	width:188px;
	height:183px;
	left:46px;
	top:6px;
	margin:0;
	padding:0;
	z-index:100;
}
h1#logo a {
	display:block;
	width:100%;
	height:100%;
}
h1#logo a span {
	display:none;
}
#sitewrapperwrapper {
	position:absolute;
	left:50%;
	width:1100px;
	margin-left:-550px;
}
#sitewrapper {
	width:1100px;
	background:url(css/images/wrapperbgsml.gif);

	position:relative;
	padding-bottom:40px;
}
#sitewrapper2 {
	background:url(css/images/wrapperbg.jpg) repeat-x top left;	
	text-align:left;
}
#containertopleft{
	position:absolute;
	left:0;
	top:0;
	width:78px;
	height:391px;
	background:url(css/images/containertopleft.jpg) no-repeat;
	z-index:50;
}
#container {
	width:948px;
	margin-left:78px;
}
#header {
	height:69px;
	background:url(css/images/headerbg.jpg) no-repeat;
	position:relative;
}
#loginbox, #logoutBox {
	position:absolute;
	left:520px;
	top:11px;
	padding-bottom:12px;
	background:url(css/images/duallinehorzbgwhite.gif) bottom repeat-x;
	width:420px;
}
#loginMessage{
	position:absolute;
	color:red;
	margin-top:37px;
	font-weight:bold;
	right:90px;
}

#btnLogout{
	float:right;
}

#loginbox h4 {
	display:block;
	width:104px;
	height:21px;
	float:left;
	display:inline;
	margin:0 5px 0 0;
	background:url(css/images/clientlogin.gif) no-repeat;
}
#loginbox h4 span {
	visibility:hidden;
}
#loginbox input {
	float:left;
	display:inline;
	margin-right:5px;
}
#loginbox .textinput {
	background:#f7e8bc; 
	border:none; 
	font-size:10px; 
	padding-top:5px;
	padding-bottom:6px;
	text-indent:5px;
	width:130px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
* html #loginbox .textinput {
	height:21px;
	line-height:21px;
	padding:0;
}
#menubar {
	height:50px;
	position:relative;
	background:url(css/images/menubg.jpg) no-repeat;
}

#homecontentwrapper {
	position:relative;
	height:328px;
	background:url(css/images/home_contentbg.jpg) no-repeat;
	margin-bottom:8px;
}
#homecontentwrapper #ContentPane,#homecontentwrapper #dnn_ContentPane {
	position:absolute;
	width:314px;
	height:184px;
	left:403px;
	top:36px;
	
	color:#FFFFFF;
	font-size:11px;
}

#homecontentwrapper #ContentPane,#homecontentwrapper #dnn_ContentPane {

}
#content #dnn_ContentPane .ContentPane {
	padding-left:15px;
	padding-right:15px;
}
#content #dnn_ContentPane .ContentPane * {
	font-size:12px;
	line-height:1.5em;
}

#homecontentwrapper #PromoPane,#homecontentwrapper #dnn_PromoPane {
	position:absolute;
	width:120px;
	left:788px;
	top:46px;
}

#contentwrappertop {
	background:url(css/images/contentbg.gif) repeat-y;
	margin-bottom:8px;
}

#contentwrapperbot {
	background:url(css/images/contentbg_bot.jpg) bottom no-repeat;
}

#content {
	background:url(css/images/contentbg_top.jpg) top no-repeat;
	padding-bottom:100px;
	color:#000000;
}

#leftcolumn {
	display:inline;
	float:left;
	margin-top:87px;
	width:179px;
	margin-left:35px;
	/*background:url(css/images/leftcolbg.gif);*/
}

#leftHeader {
	height:76px;
	background-repeat:no-repeat;
}

.head_aboutus { background-image:url(css/images/headers/AboutUs.jpg); }
.head_videoproduction { background-image:url(css/images/headers/VideoProduction.jpg); }
.head_encodingservices { background-image:url(css/images/headers/EncodingServices.jpg); }
.head_basementshop { background-image:url(css/images/headers/BasementShop.jpg); }
.head_contactus { background-image:url(css/images/headers/ContactUs.jpg); }
.head_home { background-image:url(css/images/headers/Welcome.jpg); }

#dnn_LeftPane {
	background:url(css/images/leftstudiobg.jpg) no-repeat;
	padding-bottom:1em;
}

#rightcolumn {
	display:inline;
	float:left;
	width:734px;
	min-height:450px;
}
* html #rightcolumn {
	height:450px;
}


#dnn_ContentPane  {
	margin-left:44px;
	margin-top:77px;
	width:607px;
	color:#000000;
}
#dnn_ContentPane  .ContentPane {
	line-height:1.5em;
}


#dnn_ContentPane h2 .Head {
	background:url(css/images/titlebg.gif);
	display:block;
	color:#FFFFFF;
	font-size:14px;
	padding:7px 0 7px 15px;
}






#bottombar {
	background:url(css/images/bottombarbg.gif) no-repeat;
	height:120px;
	margin-bottom:31px;
	position:relative;
}
#newAdditions {
	position:absolute;
	left:35px;
	top:35px;
	width:161px;
	height:44px;
}
#dnn_BannerPane {
	position:absolute;
	width:704px;
	left:215px;
	top:10px;
}
#footer {
	background:url(css/images/duallinehorzbg.gif) repeat-x top;
	padding-top:10px;
	color:#e6bcb3;
	font-size:10px;
	padding-top:10px;
	margin-bottom:40px;
}
#footer a {
	color:#e6bcb3;
	text-decoration:none;	
}
#footer li {
	background:url(css/images/duallinevertbg.gif) right repeat-y;
	padding:4px 11px 4px 8px;
}
#footer li.last {
	background:none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/******************
Menu Styles
******************/
ul.horzlist {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.horzlist li {
	display:block;
	float:left;
	list-style-type:none;
}
ul.horzlist a {
	display:block;
	text-decoration:none;
}

ul.horzlist a span{
	visibility:hidden;
}

ul#navtop {
	position:absolute;
	width:790px;
	left:158px;
	top:17px;
}

ul#navtop a { height:18px; }

#nav_home {	width:64px;	background: url(css/images/menu/home.jpg); }
#nav_aboutus { width:100px; background: url(css/images/menu/aboutus.jpg); }
#nav_videoproduction { width:178px; background: url(css/images/menu/production.gif); }
#nav_encodingservices {	width:186px; background: url(css/images/menu/encoding.gif); }
#nav_basementshop {	width:154px; background: url(css/images/menu/shop.gif); }
#nav_contact { width:84px; background: url(css/images/menu/contact.gif); }

.selected #nav_home,#nav_home:hover { background: url(css/images/menu/home_on.jpg); }
.selected #nav_aboutus ,#nav_aboutus:hover{ background: url(css/images/menu/aboutus_on.jpg); }
.selected #nav_videoproduction,#nav_videoproduction:hover { background: url(css/images/menu/production_on.gif); }
.selected #nav_encodingservices,#nav_encodingservices:hover { background: url(css/images/menu/encoding_on.gif); }
.selected #nav_basementshop,#nav_basementshop:hover { background: url(css/images/menu/shop_on.gif); }
.selected #nav_contact,#nav_contact:hover { background: url(css/images/menu/contact_on.gif); }


#houseMenuVstatic ul,
#nav ul  {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;
}
#houseMenuVstatic ul *,
#nav ul * {
	font-weight:bold;
	color:#FFFFFF;
	font-size:13px;
}
#houseMenuVstatic ul li,
#nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	padding-bottom:3px;
}
#houseMenuVstatic ul li a,
#nav ul li a {
	display:block;
	background:url(css/images/lvl2bullet.gif) no-repeat 0px 5px;
	text-decoration:none;
	padding:0 0 0 23px;
}
#navhouseMenuVstatic ul li a:hover,#houseMenuVstatic ul a#navCurrentLinkm
#nav ul li a:hover,#nav ul a#navCurrentLink {
	background:url(css/images/lvl2bulleton.gif) no-repeat 0px 5px;
}

.SkinObject { font-weight:normal; }
.nodisplay { display:none; }
.GoButton {
	display:inline;
	width:36px;
	height:21px;
	border:0px;
	background:url(css/images/btn_OK.gif);
	text-indent:-10em;
}
.FCKImageGalleryContainer {
	background:#FFFFFF;
}

/*hide from IE mac\*/
* html #dnn_ContentPane,* html #dnn_LeftPane,* html .ContentPane {
	height:1%;
}
/*end hide*/


#loaded_container {
	position:relative;
	margin:0 auto;
	width:875px;
	height:60px;
}
#loaded_left {
	float: left;
	width: 805px;
}
#loaded {
	float: right;
	text-align:right;
}
a.loadedlink, a:visited.loadedlink, a:hover.loadedlink, a:link.loadedlink {
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}
a.link {
	display: block;
	width: 100px;
	height: 40px;
}
