@charset "UTF-8";

/* ================
	CSS Document 
	================= */

body {
	background: #FFFFFF url("../images/interface/background.jpg") top left repeat-x;
	width: 980px;
	font-family: Helvetica, Arial, Veranda, sans-serif;
	margin: 0 auto;
	background-color: #F6F6F6;
	font-size:100.01%;
	padding-bottom: 20px;
}

.clearing {
	height: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: .1em;
}

img {  
	border-style: none;
}

a {
   color: #999999;
   text-decoration: none;
}

a:link { }
a:visited { }
a:hover { text-decoration: underline; color: #CC0000; }
a:active { }

.hr {
    background-color:#CCCCCC;
    height: 1px;
    margin: 3px 35px 10px 35px;
	clear:both;
}

h1 {
	font-size: 2em;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Hevetica, Arial, Veranda, sans-serif;
	font-weight: 100;
	padding-bottom: 5px;
}

h2 {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Hevetica, Arial, Veranda, sans-serif;
	font-size: 1.6em;
	font-weight:100;
	margin-bottom: -7px;
	padding-top: 5px;
}

h3 {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Hevetica, Arial, Veranda, sans-serif;
	font-size: .95em;
	padding-bottom: 3px;
}

.greyContrast {
    border-style: solid;
    border-width: 1px;
    border-color: #a0a0a0;
    margin: -1px 0px 0px -1px;
}

.whiteContrast {
    border-style: solid;
    border-width: 1px;
    border-color:#BEBEBE;
    margin: -1px 0px 0px -1px;
}

/* =========================
	Header and Navigation 
	========================== */

#header {
	width: 854px;
	float: left;
	background: url("../images/interface/header.png") top left;
	margin-top: 35px;
	height: 85px;
	background-color: #222425;
}

#headerLogo {
	float: left;
	padding-left: 27px;
}


.navHeader {
	margin: 0 auto;
}

	.navHeader ul {
		background: transparent;
		width: auto;
		bottom: 0;
		right: 0;
		margin: 0;
		margin-right: 18px;
		padding: 0px;
		list-style: none; 
	}

	.navHeader li {
		background: transparent;
		float: right;
		padding-top: 30px;
		padding-bottom: 5px;
		padding-left: 9px;
		padding-right: 9px;
	}

	.navHeader li {
		border: 0px solid #FFFFFF;
	}

	.navHeader ul a {
		background: transparent;
		float: left;
		margin: 0px;
		padding: 0px;
		font-size: 0.82em;
		text-decoration: none;
		color: #989898;
	}

	.navHeader ul li:hover a {
		color: #FFFFFF;
	}


#cart {
	float: right;
	margin: 35px 0px 0px 0px;
	height: 85px;
	width: 126px;
}

	#cart img {
		vertical-align: bottom;
	}
	
/* ==========================
   The big white capsule 
   ============================ */

#index {
    background: url("../images/interface/contentIndex.png") top right repeat-y;
    width: 980px;
    min-height:50px;
    font-size:0.8em;
    color: #666666;
    padding: 20px 0px 12px 0px;
}

    #contentCap {
        background:url("../images/interface/contentIndexCap.png") top left no-repeat;
        height:8px;
        width:980px;
    }
    
    #contentGutter { /* This is cruft, but I'm keeping it just in case we want to us it for something later*/
        background:url("../images/interface/contentIndexGutter.png") top left no-repeat;
        height:8px;
        width:980px;
    }

/* =============
	Mastheads
	============== */

#masthead {
    background:url("../images/interface/themeMastheadBG.jpg") #5B5B5B top right no-repeat;
	margin: 4px 35px 0px 35px;
	color: #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

	#masthead a {
		color:#ffffff;
		text-decoration:none;
	}

	#mastheadGutter {
		height: 8px;
	}
	
	#masthead h1 {
		font-weight: 100;
		font-size:2.75em;
		margin-bottom: -10px;
	}
	
	#pagesPromoImage {
		float:left;
		width:444px;
		padding: 15px 0px 15px 10px;
	}

	#pagesPromoText {
		float:right;
		width:400px;
		padding: 120px 40px 0px 0px;
	}
	
		#pagesPromoText p {
			font-size: 1.1em;
			margin-bottom: 20px;
		}	
	
	#keynoteHDShadow {
		background:url("../images/interface/shadows-mastHD.png") top left no-repeat;
		padding: 0px 0px 40px 70px;
		margin-top:30px;
		height:260px;
		width: 352px;
		float: left;
	}
	
		#keynoteHDShadow img {
			margin: 30px 0px 0px 0px;
		}
		
	#keynoteSDShadow {
		background:url("../images/interface/shadows-mastSD.png") top left no-repeat;
		padding: 10px 0px 5px 70px;
		margin-top:40px;
		margin-left:25px;
		height:260px;
		width: 325px;
		float: left;
	}	
	
	#keynotePromoText {
		float:right;
		font-size:1.1em;
		width:47%;
		padding: 70px 40px 5px 0px;
	}
	
	#mastheadSwap {
		margin: 0px 45px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align:right;
		float:right;
	}
	
	#mastheadSwap img {
		margin: 0px -5px -10px 5px;
	}
	
#supportMasthead {
	background:url("../images/interface/themeMastheadBG.jpg") #5B5B5B top right no-repeat;
    min-height: 300px;
	color: #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#supportMastheadText {
	float:right;
	width:300px;
	color: #FFFFFF;
	margin-top:25px;
	margin-right: 45px;
}

#iWorkUpgrade {
	margin: 0px 0px 0px 20px;
}
	
	
/* ===========
	Content 
	============ */

#pageHead {
    font-size:2.8em;
    font-weight:100;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px -20px 35px;
    color:#CACACA;
}

#path {
	padding: 25px 0px 0px 35px;
	margin-bottom: -10px;
	font-size: 0.87em;
	color: #333333;
}

	#path a {
		color: #999999 ;
	}
	
	#path a:hover {
		text-decoration:none;
		color:#CC0000;
	}
	
    #TopNavText {
		font-weight:bold;
        margin: 0px 0px 10px 40px;
        padding: 50px 0px 0px 0px;
        font-size:.89em;
		color: #333333;
    }

    #TopNavText a {
        margin: 0px 15px 0px 0px;
    }
    
    #TopNavText a:hover {
        color: #CC0000;
		text-decoration: none;
    }
	
.tablePadding {
	padding: 0px 23px 0px 23px;
}

.themeCapsules {
	text-align:center;
	font-size: .9em;
	background: #FFFFFF url(../images/interface/capsuleBG.jpg) top left repeat-x;
	width: 295px;
	border: 1px #E5E5E5 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0px 20px 0px 20px;
	overflow:hidden;
}
	
	.themeCapsules h1 {
		font-size: 1.8em;
		margin-bottom:-10px;
		color:#454545;
		margin-top: 0px;
		overflow:hidden;
		max-height:1em;
	}
	
	.themeCapsules p {
		height: 7em;
		overflow:hidden;
	}
	
.themeCapsulesimage {
	padding-top: 30px;
}

.themeCapsulesImageSD {
	height: 151px;
	width: 201px;
	padding-top: 30px;
}
	
.themeCapsulesShadow {
	background:url(../images/interface/T2Shadow-R.png) top center no-repeat;
	height:215px;
}
	
.more {
	padding-bottom: 10px;
}

#rss img {
	float:right;
	margin-top:-25px;
	margin-right:10px;
}

#rss {
	font-size:.7em;
	padding-bottom:5px;
	padding-top:20px;
}

.updateCapsules {
	width: 295px;
	font-size:.85em;
	background: #FCFCFC;
	border:1px #E5E5E5 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
	
	.updateCapsules h1 {
		margin-top:20px;
		color:#454545;
	}

	.updateCapsules h3 {
		font-size: 1em;
		margin:10px 0px -10px 0px;
		color:#454545;
	}
	
	.updateCapsules p {
		overflow:hidden;
	}
	
	.updateCapsules a {
		color: #454545; text-decoration: none;
	}

	.updateCapsules a:hover {
		text-decoration: underline; color: #CC0000;
	}

.contentBox { /* Universal 'gray box' for content and sidebar */
	background: #FAFAFA;
	border:1px #E5E5E5 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content {
	float: left;
	width: 66%;
	border-right: 1px solid #DDDDDD;
	padding-right: 10px;
	padding-left: 35px;
	margin-top: 10px;
	color:#454545;
}

	#content h1 {
		font-size:1.6em;
		color: #333333;
	}
	
	#content h2 {
		color: #333333;
	}
	
	#content p {
 		padding: 0px 0px 5px 0px;
		line-height: 1.6em;
		margin-right:15px;
	}

    #content .hr {
        background-color:#CCCCCC;
        height: 1px;
        margin: 3px 0px 0px 0px;
    }
    
	#content h5 {
		font-size:1em;
		margin-bottom:-10px;
	}
	
#capsules {
    width: 915px;
    margin: 7px 0px 0px -3px;
}

    .capsule {
        background: url("../images/interface/themeCapsule.jpg") top right no-repeat;        
        height: 400px;
        width: 302px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
	
.inlineWrapper {
	background: #FEFEFE url("../images/interface/inlineBG.jpg") top left no-repeat;
	margin: -12px 15px 10px 20px;
	float: right;
}

	.inlineEnlarge {
		margin: 4px 0px 0px 263px;
	}
	
	#inlineSlide {
		margin: 0px 0px 1px 9px;
		height: 209px;
		width: 278px;
	}

	.inlineText {
		background: #FBFBFB;
		border: #DBDBDB solid 1px;
		margin-left: 4px;
		width: 283px;
		font-size: 0.87em;
	}
	
	.inlineTextPlain {
		margin: 8px;
		width: 283px;
		font-size: 0.87em;
	}	
	
	.inlineTextPlainW {
		margin: 8px;
		font-size: 0.87em;
	}
	
	.inlineText p {
		margin: 10px;
	}
	

#midlineWrapper {
    background: url("../images/interface/midlineBG.jpg") top left no-repeat;
    margin: 0px 0px 0px 0px;
    width:630px;
    min-height: 278px;
}

    #midlineEnlarge {
        margin: 3px 0px 0px 602px;
    }
	
	#midlineImage {
		margin:0px 0px 0px 0px;
	}

    #midlineImageGallery {
		background: url("../images/interface/midlineShadow-r225.png") center no-repeat;
        margin: 10px 0px 0px 0px;
		padding: 20px 0px 32px 0px;
		overflow:visible;
    }
	
		#midlineImageGallery img {
			margin-left: 80px;
			margin-right: -75px;
			overflow:visible;
		}
		
    .midlineImageGallery {
		background: url("../images/interface/midlineShadow-r225.png") center no-repeat;
        margin: 10px 0px 0px 0px;
		padding: 20px 0px 32px 0px;
		overflow:visible;
    }
	
		.midlineImageGallery img {
			margin-left: 80px;
			margin-right: -75px;
			overflow:visible;
		}
    
    #midlineText {
		background:#FDFDFD;
		border: #DBDBDB 1px solid;
		border-top: #FEFEFE;
        padding: 0px 30px 5px 30px;
        font-size: 0.87em;
        line-height: 1.5em;
    }

#HDPreview {
    float: left;
    padding: 10px 15px 5px 0px;
    margin: 0px 0px 0px -18px;
}

#inlineFooter {
	margin: 10px 30px 0px 10px;
}

	#inlineFooter table td {
    	font-size:0.87em;
    	height: 105px;
    	border:none;
	}

	#inlineFooter table td img {
    	float: left;
		margin-top:10px;
	}
	
	#inlineFooter .textCell {
		padding-right:10px;
	}
	
	#requirements {
		font-size:.85em;
	}
	
		#requirements p {
			padding-top:20px;
			padding-left:5px;
		}

#contactForms {
	padding:0px 5px 0px 5px;
}

.contactDisclaimer {
	min-height: 50px;
	color:#999999;
	text-align:left;
}

#vForVacation {
	display:none;
	margin: 10px 30px 10px 30px;	
}

	#vForVacation img {
		float:left;
		margin:20px 10px 0px 10px;
	}
	
	#vForVacation p {
		margin-left: 30px;
	}

.send {
	margin-top:15px;
}

.collectionPricing p {
	font-size:.8em;
}

/* ==================================================
	Support Content (yes, it needs it's own section).
	================================================== */
	
#supportContent {
	margin-top:5px;
}

#supportFiles {
	-moz-border-radius-topleft: 8px;
	-mos-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius:8px;
}

#supportDownloads {
	margin-bottom:-10px;
}

#supportUpgrades {
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
	
.tab {
	background: #ebebeb;
	width:213px;
	height:115px;
}

	.tabImage {
		float:left;
		width:54px;
		height:54px;
		padding: 25px 5px 0px 20px;
	}
	
	.tabText {
		float:right;
		width:120px;
	}
	
	.tabText p {
		font-size:.8em;
	}
	
	.tabText h2 {
		font-size:1.2em;
		color: #999999;
		font-weight: bold;
	}
	
	.tabText a {
		color:#333333;
		text-decoration: none;
	}
	
	.tabActive {
		background:#EBEBEB;
	}
	
	.tabInactive {
		background:#D0CFCF;
	}
	
.supportBox {
	background: #ebebeb;
	padding: 20px 30px 15px 30px;
	margin-top: 0px;
	border: none;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

	.supportBox h1 {
		font-size:5.4em;
		text-align:center;
		font-weight:100;
	}

.supportBoxIcon {
	float:left;
}

.supportBoxCopy {
	margin-left: 66px;
	font-size:.85em;
	margin-top: 15px;
}

#faqHead {
	font-size: .9em;
	margin-left:10px;
	padding-bottom:20px;
}

	#faqHead h2 {
		color:#BABABA;
		font-size:1.6em;
		font-weight:bold;
	}
	
.faqBox { 
	background: #FAFAFA;
	border:1px #E5E5E5 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom:10px;
}


.faqTitle {
	background: url(../images/interface/show.jpg) 45em -.2em no-repeat;
	margin-left:24px;
	margin-top:10px;
}

	.faqTitle:Hover { /* I don't know what's happeneing here */
		background:url(../images/interface/showHover.jpg) 45em -.15em no-repeat;
	}

	.faqTitleHide {
		background:url(../images/interface/hide.jpg) 45em -.2em no-repeat;
	}
	
	.faqTitleHide:Hover {
		background:url(../images/interface/hideHover.jpg) 45em -.2em no-repeat;
	}

.faqTitle h3 a {
	color:#333333;
}
	
.faqBody {
	margin-left:25px;
	margin-right:25px;
}

.faqBody p {
	margin-bottom:0px;
	padding-bottom:0px;
}

.cheat { /* Don't ask... */
	float:right;
	margin:-30px 24px 0px 0px;
}

.date {
	color:#999999;
	margin-top: 12px;
	padding-left:13px;
	float:left;
}

.latestUpdates {
	float:right;
	width: 550px;
}

	.latestUpdates p {
		margin-top: -15px;
		font-size: .85em;
		color:#666666;
	}
	
.updateImage {
	float:right;
	margin-left:10px;
	padding-top:4px;
	padding-bottom:10px;
	border: 1px #E5E5E5 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.updateImageP {
	float:right;
	margin-left:12px;
	margin-right: 12px;
	padding: 12px 10px 0px 10px;
	border: 1px #E5E5E5 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}		

/* ===============
	Sidebar 
   ================= */
   
#T4 {
	display:none;
}

#sidePanel {
	padding-right:35px;
	float: right;
	width: 24%;
	color:#888888;
	font-size:.84em;
}

#sidePanel strong {
	color:#555555;
}

#sidePanel .hr {
    background-color:#CCCCCC;
    height: 1px;
    margin: 15px 35px 10px 35px;
	clear:both;
}

#sidePanel h2 {
	font-weight:bold;
	font-size: 1.2em;
	color:#666666;
	margin:10px 0px -8px 0px;
}

#sidePanel a {
	font-weight:bold;
}

#sidePanel a:hover {
	color: #CC0000;
}

.sidePanelFloat {
	margin:0px 0px 0px 30px;
}

.sidePanelIcon {
	margin-top: 3px;
	float:left;
}

.sidePanelCopy {
	float: right;
	width: 150px;
}

.supportLinks {
	margin-left: 25px;
	margin-top:10px;
}

	.supportLinks img {
		float:left;
		margin-top: -3px;
	}

#sidePanelContent {
	margin: 10px 0px 0px 0px;
    padding:0px 10px 0px 10px;
	background: #FAFAFA;
	border:1px #E5E5E5 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

    #sidePanelContent h1 {
        font-size:1.8em;
        font-weight:100;
		color: #454545;
        margin: 15px 0px 5px 0px;
        padding: 3px 0px 0px 0px;
    }

    #sidePanelContent h2 {
		color: #454545;
        font-size:1.6em;
        font-weight:100;
		padding-bottom:5px;
    }

    #sidePanelContent h3 {
		color: #666666;
        font-size:1.6em;
        font-weight:100;
        margin: 20px 0px -8px 0px;
    }
    
    #sidePanelContent h4 {
		color: #666666;
        font-size:1.4em;
        font-weight:200;
        margin: -15px 0px 0px 0px;
    }
    
    #sidePanelContent .hr {
        background-color: #CCCCCC;
        height:1px;
		margin:0px;
    }
	
	#sidePanelContent strong {
		color: #555555;
	}
    
    .option {
        font-size:1.3em;
        color:#666666;
        font-weight:100;
    }
    
    #sidePanelContent h4 {
        margin-top:15px;
		font-size:1.6em;
    }
    
    #sidePanelContent h4 a {
        float:right;
		margin-right:15px;
		margin-top: -2px;
    }
	
	#sidePanelContent img {
		float: left;
	}

.sidePanelOptionText {
    margin: 10px 0px 0px 0px;
	font-size:.95em;
}

	.sidePanelOptionText p {
		margin: 0px 0px 0px 80px;
	}
	
	.sidePanelOptionText a {
		color:#666666
	}

.hidegroup {
    margin: 0px 0px 20px 25px;
}

#hdon {
	display:none;
}

#qton {
	display:none;
}

#complete-OFF {
	display:none;
}

#updateButton {
	clear:both;
	padding: 0px;
	margin: 0px;
}

#updateText {
	display:none;
}

	#updateText a {
		color:#666666;
	}
	
.cartRelatedPrice {
		font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Hevetica, Arial, Veranda, sans-serif;
		color:#333333;
        font-size:1em;
        font-weight:100;
}

/* ===========================
	Universal Modal classes 
	============================ */

.jqPop {
    display: none;
    position: fixed;
	top: 11%;
    left: 40%;
    margin-left: -300px;
    background: none;
    color: #333;
    border: none;
    padding: 12px;
}

* html div.jqPop {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.viewHD {
}

.viewSD {
}


/* ==========================
	Specific Modal Classes 
	=========================== */

/* ===================
	SD Modal Window 
	==================== */

#sdPopUpBG {
    background: #FEFEFE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:10px 20px 15px 20px;
	width:743px;
}

#sdClose {
	float: right;
	margin-top: 15px;
}

#sdGallery {
	padding-top:15px;
	width:733px;
	height:450px;
}

#gallerySlide {
    background:url(../images/interface/glyphLoading.gif) top left no-repeat;
    background-position: 50% 45%;
	float:left;
	border-right: 1px solid #DDDDDD;
	padding-right: 10px;
	height:450px;
	width:600px;
}

#sdGalleryThumbs {
    float: right;
    display:inline;
    border-style:none;
}
    
    #sdGalleryThumbs ul {
		width: 112px;
		list-style: none;
		margin: 0px;
		padding: 0px;
    }

    #sdGalleryThumbs ul li {
        padding-bottom:4px;
    }

/* ==============
	HD Gallery 
	=============== */

#hdPopUpBG {
    background: #FEFEFE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:10px 20px 15px 20px;
	width:901px;
}

#hdClose {
	float: right;
	margin-top: 15px;
}

#hdGallery {
    width: 885px;
    height: 450px;
    margin-top: 15px;
}

#hdGallerySlide {
    background:url(../images/interface/glyphLoading.gif) top left no-repeat;
    background-position: 50% 45%;
	border-right: 1px solid #DDDDDD;
    margin-top:2px;
    float:left;
    width: 721px;
}

#hdThumbs {
    float: right;
    display:inline;
    border-style:none;
}

    #hdGalleryThumbs ul {
		width: 112px;
		list-style: none;
		margin: 0px;
		padding: 0px;
    }

    #hdGalleryThumbs ul li {
        padding-bottom:4px;
    }

/* =================
	Master Slides 
	================== */

#viewMasters {
    background: #FEFEFE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:10px 20px 15px 20px;
	width:725px;
}

    #viewMasters img {
        margin-top: 15px;
		float:right;
        height: 20px;
        width: 17px;
    }

    #viewMasters iframe {
		margin-top:15px;
        height:449px;
        width:725px;
        border:#CCCCCC 1px solid;
    }
    
.masterItem {
    background: url("../images/elements/VMs-KNbackingSD.gif") top center no-repeat;
    width: 65px;
    height: 55px;
    float: left;
    padding-top: 4px;
    padding-left: 6px;
}

.masterItemHD {
    background: url("../images/elements/VMs-KNbackingHD.gif") top center no-repeat;
    width: 68px;
    height: 50px;
    float: left;
    padding-top: 4px;
    padding-left: 8px;
}

.mastersDescriptor {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-size: 0.7em;
}

    .mastersDescriptor h1 {
        font-size: 1.8em;
        margin-bottom: 4px;
        padding-bottom: 0px;
        margin-top: 0px;
    }
    
.MVbevel {
    background:#CCCCCC;
    height: 1px;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: .1em;
}

.MVeditionName {
    color: #999999;
    font-size: 1em;
    padding-left: 8px;
    font-weight: bold;
}

.MVtrimHD {
    height: 37px;
    width: 60px;
    display: block;
    overflow: hidden;
}

/* ===================
	Qucktime Movies 
	==================== */

#viewQuickTime {
    background: #FEFEFE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 15px;
	width:520px;
}

    #viewQuickTime img {
		float:right;
        height: 20px;
        width: 17px;
		margin-right: 5px;
		margin-top:15px;
    }

    #viewQuickTime iframe {
		height:415px;
		width:520px;
        border:none;
    }
	
#hdQuickTime {
    background: #FEFEFE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 15px;
	width:620px;
}

    #hdQuickTime img {
		float:right;
        height: 20px;
        width: 17px;
		margin-right: 5px;
		margin-top:15px;
    }

    #hdQuickTime iframe {
		height:411px;
		width:620px;
        border:none;
    }

/* ==============================
	Footer and More Navigation 
	=============================== */

#footer {
    
    background: url("../images/interface/footerBG.jpg") top left repeat-y;
    width: 980px;
	margin-top:-12px;
    margin-bottom: 5px;
    margin-left: -1px;
    min-height: 10px;
    color: #999999;
    padding-bottom: 5px;
	padding-top:15px;
}

#footerUpper {
    background: url("../images/interface/footerUpper.jpg") top left no-repeat;
	margin-left:-1px;
}

#footerGutter {
    background: url("../images/interface/footerGutter.jpg") top left no-repeat;
    margin: -12px 0px 10px -1px;
}

#copyright {
    float: left;
    width: auto;
    padding-top: 20px;
    padding-left: 35px;
    font-size: 0.7em;
}

    #copyright a {
        padding-top:0px;
        color:#666666;
        text-decoration:none;
        font-weight:bold;
    }
    
    #copyright a:hover {
        color:#000000;
    }
    
.navFooter {
    margin: 0 auto;
}

    .navFooter ul {
        background: transparent;
        width: auto;
        bottom: 0;
        right: 0;
        margin: 0;
        margin-right: 25px;
        padding: 0px;
        list-style: none;
    }

    .navFooter li {
        background: transparent;
        float: right;
        padding-top: 33px;
        padding-bottom: 5px;
        padding-left: 9px;
        padding-right: 9px;
    }

    .navFooter li {
        border: 0px solid #FFFFFF;
    }

    .navFooter ul a {
        background: transparent;
        float: left;
        margin: 0px;
        padding: 0px;
        font-size: 0.78em;
        text-decoration: none;
        font-weight:bold;
        color: #666666;
    }

    .navFooter ul li:hover a {
        color: #000000;
    } 

