/* Links */

a:link {
    color: #0066cc; 
    text-decoration: underline; 
} 

a:visited {
    color: #0066cc; 
    text-decoration: underline; 
} 

a:hover {
    color: #000;
    text-decoration: underline; 
} 

/* Menu */

#menu ul {
    margin:0px;
    padding:0px 0px 0px 0px;
    list-style-type:none;
    background: #444444;
    height:29px;
    margin-top:15px;
}

#menu li {
    display:inline;
    padding:0px !important;
    margin:0px 0px 0px 0px !important;
    float:left;
}

#menu a {
    margin:2px 0px 0px 0px;
    padding:3px 0px 1px 0px;
    text-decoration:none;
    font-family:Arial;
    font-size:0.85em;
    display:block;
    font-weight:bold;
    outline:none;
}

#menu a span {
    padding:7px 14px 8px 14px;
    color:#fff;
}

#menu a.on span, #menu a:hover span {
    color:#000 !important;
    background:#ffaa00;
}


/* Sub Menus */

#sub_menu_holder div {
    background: #444444;
    padding:0px;
    position:absolute;
    top:154px;
    width:97px;
    display:none;
    z-index:9999;
		border-top:4px solid #000;
}

#sub_menu_holder a {
    display:block;
    color:#fff;
    text-decoration:none;
    padding:5px 9px 5px 9px;
		text-align:left;
    font-family:Arial;
    font-size:0.85em;
		font-weight:bold;
}

#sub_menu_holder a:hover {
    background-color:#ffaa00;
    color:#000;
}

#m_international {
    left:144px;
}

/* Core Layout */

body {
    margin:0px;
    padding:0px 0px 10px 0px;
    font-family:Arial;
    font-size:0.8em;
    line-height:140%;
    text-align:center;
    color:#444;
    background:#fff;
  	overflow-y: scroll;
}

#header {
    text-align:center;
    margin:0px auto 0px auto;
    width:981px;
}      

#top {
    text-align:left;
    padding:0px;
}

#logo {
    padding-top:7px;
    padding-left:0px;
    padding-bottom:11px;
}

#topsmall {
    font-size:0.85em;
    padding-left:1px;
}

#topsmall a {
    color: #555;
}

#topsmall a:hover {
    color: #000;
}

.c {
    text-align:center;
}

.cl {
    clear:both;
}

.cl img {
    height:1px;
    width:1px;
}

.youarehere {
    font-size:0.8em;
}

#footer_inner {
    padding:8px 0px 0px 0px;
    text-align:right;
    margin-top:25px;
    background:#fff;
    font-size:0.9em;
    color:#777;
}

/* Inner Layout */

.main {
    text-align:left;
    background:url(/layout/page/bg.gif) repeat-y;
}

#left {
    width:220px;
    float:left;
}

#left_inner {
    padding:15px 15px 0px 15px;
}

#right {
    width:761px;
    float:left;
}

#right_inner {
    padding:17px 20px 0px 20px;
}

/* Styles */

h1, h2, h3, h4, h5, .title {
    font-weight:bold;
    padding-top:0px;
    color:#000;
    font-size:1.2em;
    margin:10px 0px 11px 0px;
    border-bottom:1px dotted #ccc;
    padding-bottom:8px;
} 

h2 {
    margin-top:20px;
    margin-bottom:12px;
}

.indexh1, .title {
    margin-top:0px;
}

.title {
    font-size:0.9em;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.tr {
    text-align:right;
}

.tl {
    text-align:left;
}

#map {
    border:5px solid #eee;
    height:300px;
    margin:15px 0px 15px 0px;
}

img {
    border:0px;
} 

a.returnto {
    text-decoration:none !important;
    color:#777 !important;
}

a.returnto:hover {
    color:#000 !important;
}

form {
    padding:0px;
    margin:0px;
}	

/* News */

.news_index_links {
    line-height: 200%;
}

.newsdate {
    color:#666;
}

.news_im {
    width:80px;
}

.news_date {
    color:#666;
    font-size:0.9em;
    margin-bottom:12px;
    display:block;
}	

.news_photo {
    border:5px solid #ddd;
    margin-bottom:20px;
}

.news_index_links a {
    display:block;
    text-decoration:none;
    padding:4px 8px 4px 10px;
    background:url(/layout/page/bullet_big.gif) no-repeat 0px 10px;
}

.news_index_links a span {
    padding-left:18px;
    padding-right:8px;
    font-size:0.9em;
}

.news_index_links a:hover {
    color:#000;
}

.news_gohome {
    border-top:1px dotted #ccc;
    margin-top:0px;
    padding-top:12px;
}

/* Error/Confirm */

#warning {
    width: 100%;
    margin: 20px 0px 20px 0px;
    line-height: 150%;
}

div.wfloat1 {
    float: left;
    width: 60px;
    text-align: center;
}

div.wfloat2 {
    margin-left: 80px;
    text-align: left;
}

.err {
    color: #990000;
    font-weight:bold;
}

.pos {
    color: #336633;
    font-weight:bold;
}

.confirm_bg {
    background:url(/layout/icons/confirm.gif) no-repeat;
    padding:9px 0px 5px 80px;
    margin-top:5px;
}

.error {
    padding:7px 7px 7px 31px;
    background:#fdd0da url(/layout/icons/error.gif) no-repeat 8px 10px;
    border:1px solid #d33f3f;
    margin-bottom:20px;
    font-size:0.9em;
}

.confirm {
    padding:7px 7px 7px 31px;
    background:#cfe8d0 url(/layout/icons/tick.gif) no-repeat 8px 10px;
    border:1px solid #416a43;
    margin-bottom:20px;
    font-size:0.9em;
}

.info {
    padding:7px 7px 7px 31px;
    background:#d4e3eb url(/layout/icons/info.gif) no-repeat 8px 8px;
    border:1px solid #708fa0;
    margin-bottom:20px;
    font-size:0.9em;
}

/* Links Page */

.links {
    margin:10px 0px 10px 0px;
    padding-top:6px;
    padding-left:25px;
    background:url(/layout/page/bullet_big.gif) no-repeat 0px 8px;
    color:#777;
}

/* Search/LHS Column */

.section {
    font-weight:bold;
    font-size:1.1em;
}

.search_lhs select {
    width:100%;
    padding:4px;
    background:#fff;
    border:0px;
    margin-top:6px;
    color:#444;
}

.search_lhs #keyword, .search_lhs #emailsub {
    padding:4px;
    background:#fff;
    margin-top:6px;
    border:0px;
    width:182px;
    font-style:italic;
    color:#444;		
}

.search_lhs #emailsub {
    width:122px;
    font-size:0.9em;
}

#searchsubmit, .ssubmit {
    background:#444444 url(/layout/page/dot.png) right 6px no-repeat;
    border:0px;
    color:#fff;
    font-weight:bold;
    font-family:arial;
    font-size:0.9em;
    padding:3px 20px 3px 5px;
    margin-top:8px;
}

a.ssubmit {
    color:#fff;
    text-decoration:none;
    padding:5px 25px 5px 5px;
}

.ssubmit {
    margin-top:0px !important;
}

#searchsubmit:hover, .ssubmit:hover {
    cursor:pointer;
    background-color:#ffaa00;
}

.lhs_break {
    border-top:1px dotted #a6a680;
    padding-top:15px;
    margin-top:15px;
}

.lhs_info {
    font-size:0.9em;
    padding-top:3px;
    line-height:140%;
}

#regbutton {
    margin-top:12px;
    display:block;
    padding:10px;
    font-weight:bold;
    background:#ffaa00 url(/layout/page/dot_register.gif) no-repeat right -39px;
    color:#fff;
    font-size:1.2em;
    text-decoration:none;
    border:2px solid #8a8a71;
}

#regbutton:hover {
    color:#000;
    background-position:right -321px;
}

.imglink {
    border:2px solid #8a8a71;
    display:block;
    margin-top:8px;
}

.socialicons {
    padding-top:8px;
}

.social {
    text-decoration:none !important;
    background-repeat:no-repeat;		
    padding-left:23px;
    padding-bottom:2px;
    padding-top:1px;
    margin-right:7px;
}

.twitter {
    background-image:url(/layout/logos/twitter.gif);
}

.facebook {
    background-image:url(/layout/logos/facebook.gif);
}

/* Scroller Box */

#scroller_container {
    position: relative;
    width: 640px;
    height: 30px;
    overflow: hidden;
    margin:10px 0px 10px 0px;
}

#scroller {
    white-space: nowrap;
    line-height: 30px;
    font-size: 1em;
    color:#990000;
    font-weight:bold;
    font-style:italic;
    text-align:center;
}

#scroller p {
    padding: 0;
}

/* Contact Page */ 

.part {
    background:#dadac9;
    color:#555;
    font-weight:bold;
    padding:5px;
    margin-bottom:10px;
}

#enquiry {
    padding-top:15px;
}

#enquiry label {
    display:block;
}

#enquiry textarea {
    margin-bottom:10px;
    height:80px;
}

.errors {
    background:pink;
    border:1px solid red;
    padding:10px;
    margin-top:10px;
}

.tblform td {
    padding-right:10px;
    padding-bottom:8px;
    vertical-align:top;
}

.tblform input[type="text"], .tblform select, .tblform textarea {
    background:#fff;
    border:0px;
    padding:3px;
    border:1px solid #ccc;
    width:300px;
    font-family:arial;
    font-size:1em;
}

#from, #to {
    width:75px;
}

.datesrow label {
    font-size:0.9em;
    display:inline !important;
    color:#777;
}

/* Misc Styling */

.film {
    list-style:none;
    margin-left:0px;
    padding-left:10px;
}

.film li {
    padding:7px 0px 7px 24px;
    background:url(/layout/page/bullet_big.gif) no-repeat 0px 8px;
}

.home_clients {
    background:#e8e8df;
    padding:10px 10px 13px 10px;
    margin-top:10px;
		margin-bottom:15px;
    font-size:0.9em;
    font-weight:bold;
    color:#666;
}

.home_clients img {
    margin-top:10px;
}


/* Show Reel */ 

#showreel {
    margin-top:10px;
}

#showreel a {
    border:3px solid #cdcda9;
    margin-right:11px;
    margin-bottom:11px;
    width:165px;
    height:120px;
    display:block;
    float:left;
}

#showreel a:hover {
    border:3px solid #ffaa00;
}

#showreel_item {
    margin-top:15px;
    border:5px solid #cdcda9;
    width:710px;
    margin-bottom:15px;
}

.norightmargin {
    margin-right:0px !important;
}


/* Crew Call */ 

#crewcall {
    font-size:0.9em;
    margin-top:20px;
}

#crewh td {
    background:#cdcda9;
    font-weight:bold;
}

#crewc td {
    border-bottom:1px dotted #cdcda9;
}


/* Library Listings */ 

.listing {
    background:#e8e8df;
    padding:15px;
    margin-bottom:10px;
    min-height:83px;
}

.listings_intro {
    margin-bottom:15px;
}

.listing a {
    text-decoration:none;
}

.listing_viewfull {
    font-size:0.7em;
    float:left;
    display:block;
    background:#616161;
    text-transform:uppercase;
    color:#fff !important;
    padding:2px 7px 2px 7px;
    margin-top:5px;
}

.listing_viewfull:hover {
    background:#444444;
}

.listing_title {
    font-size:1.3em;
}

.listing_info {
    padding-top:2px;
    line-height:160%;
    font-size:0.9em;
}

.listing_thumb {
    float:right;
    display:block;
    width:100px;
    height:75px;
    border:3px solid #ccccb5;
}


/* Library Page Numbers */ 

.pagenum {
    background:#e8e8df;
    padding:3px;
    margin-right:5px;
}

a.page {
    border:1px solid #aaa;
    padding: 2px 8px 3px 8px;
    margin:0px 3px 4px 0px;
    display:block;
    float:left;
    background:#e8e8df;
    text-decoration:none;
    color:#444444;
}

a.page:hover, a.page_on {
    text-decoration:none;
    background:#444444 !important;
    border:1px solid #444444;
    color:#fff;
}

.pagebreak {
    display:block;
    float:left;
    padding-top:8px;
    margin:0px 3px 0px 3px;
}


/* Library Item */ 

.prop_info, .prop_description {
    background:#e8e8df;
    padding:6px;
    margin-bottom:10px;
    width:282px;
    font-size:0.9em;
}

.prop_rhs {
		width:410px;
}

.prop_main {
    border:5px solid #ccccb5;
		margin-bottom:12px;
}

a.prop_main {
		display:block;
}

.prop_subimages a {
		display:block;
		border:3px solid #ccccb5;
		width:92px;
		height:68px;
		float:left;
		margin-right:6px;
		margin-bottom:10px;
}

.prop_description {
    margin-top:10px;
		margin-bottom:12px;
}

.prop_description div {
    border-bottom:1px dotted #bbb;
    padding-bottom:4px;
    margin-bottom:4px;
}

a.propenquiry {
		margin-top:35px !important;
}

.floater {
    float:left;
    width:73px;
}

a.download {
    display:block;
    text-decoration:none;
    padding:4px 4px 4px 16px;
    background:url(/layout/icons/download.gif) no-repeat 0px 7px;
}

a.download span {
    font-size:0.8em;
    color:#666;
}

#registration_price {
		background:#e8e8df;
		padding:8px;
		font-size:1.2em;
		margin-top:10px;
		margin-bottom:15px;
}

#registerform input[type="text"], #registerform textarea, #registerform select {
		background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: arial;
    font-size: 1em;
    padding: 3px;
    width: 225px;
}

#registerform select {
		width:233px !important;
}

#registerform textarea {
		height:187px !important;
}


.regformcells td {
		padding-bottom:8px;
}

#registerform input[type="submit"], #paypalpay {
		font-size:1.5em;
}

#reguploads {
		margin-bottom:5px;
}

#reguploads input {
		margin-bottom:10px;
}

.regsubtitle {
		padding:8px;
		background:#e8e8df;
		margin-bottom:5px;
		font-weight:bold;
		text-transform:uppercase;
		font-size:0.9em;
}

.regcontent {
		margin-bottom:20px;
}

.regconftbl {
		width:100%;
}

.regconftbl td {
		vertical-align:top;
		border-bottom:1px dotted #ccc;
		padding:6px;
}

.reglbl {
		color:#747450;
		font-weight:bold;
}

.regpyment {
		font-size:1.3em;
		padding-top:5px;
		padding-left:4px;
}

.regphotolinks {
		font-size:0.9em;
		padding-left:10px;
}

.regphotostring {
		padding-left:5px;
		padding-top:3px;
}




div#rotator {
	height:400px;
}
div#rotator ul {
  margin:0px;
  padding:0px;
}
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
div#rotator ul li.show {
	z-index:500;
}




.moretext {
		color:#777;
		font-size:0.9em;
		padding-top:15px;
		line-height:130%;
}

.slidingDiv {
		padding-top:15px;
}