html,body {
  height: 100%;
    padding: 0;
    margin: 0;
    font: 12px Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #000;
}

/*Main Layout ---------------------------------------------------------------------
*/
#main-holder {
    width: 100%;
    height: 100%;
}
#top-holder {
    min-height: 84%;
    width: 100%;
}
#bottom-holder {
    clear: both;
    width: 100%;
    height: 13%;
    margin: 10px 0 0 0;
}

.holder {
    width: 975px;
    margin: 0 auto;
}
.three-column {
    width: 305px;
    padding: 10px;
    float: left;
    margin: 0;
}
.two-column {
    width: 615px;
    padding: 10px;
    float: left;
    margin: 0;
}


.logo {
	margin:0 auto;
}
.logo a {
	display:block;
	text-indent: -9999px;
	background:url(/graphics/jmc-logo.png) no-repeat;
	height:100px;
	width:500px;
	overflow:hidden;
}
img.logo {
    border: none !important;
}


/* Images -----------------------------------------------------------------------------
*/


img {
    border: 4px solid #D26900;
    margin: 5px 10px 5px 0;
    float: left;
}
img.video-link {
    border: 4px solid #D26900;
    margin: 5px 0;
}
img.video-link:hover {
    border: 4px solid #000;

}
img.showreel {
    border: 4px solid #000;
    margin: 5px 0;
}
img.showreel:hover {
    border: 4px solid #D26900;
}


/*Ps-------------------------------------------------------------------------------------
*/
p {
    padding: 0;
    margin: 5px;
}
p.bold {
    margin: 10px 0 5px 5px;
    font-weight: bold;
}


/*Horizontal rule --------------------------------------------------------------
*/

hr {
	border: 0;
	height: 1px;
	background-color: #D26900;
	margin: 10px;
        clear: both;
}

/*Lists ______________________________________________________________________
*/
ul.news {
    padding: 0;
    margin: 0;
}
.news li {
    background: url("/graphics/play-medium.jpg") no-repeat;
    background-position: center left;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 2px 0 2px 10px;
}
.news li a {
    color: #000;
    text-decoration: none;
}
.news li a:hover {
    color: #D26900;
    text-decoration: underline;
}
li.selected a {
    color: #D26900;
}


/*File list ----------------------------------------------------------------------
*/
ul.file {
    padding: 0;
    margin: 10px 0;
}
.file li {
    background: url("/graphics/file.jpg") no-repeat;
    background-position: center left;
    list-style: none;
    padding: 3px 0 3px 30px;
    margin: 2px 0 5px 5px;
}
.file li a {
    color: #000;
    text-decoration: none;
}
.file li a:hover {
    color: #D26900;
    text-decoration: underline;
}

li.video {
    background: url("/graphics/file-video.jpg") no-repeat;
}
li.folder {
    background: url("/graphics/file-folder.jpg") no-repeat;
}
li.zip {
    background: url("/graphics/file-zip.jpg") no-repeat;
}

/*Inline list*/

ul.inline-list {
    padding: 0;
    margin: 5px 0 10px 0;
}
.inline-list li {
    color: #666666;
    display: inline;
    padding: 0 18px 0 5px;
    margin: 0;
    background: url("/graphics/play-medium.jpg") no-repeat;
    background-position: right center;
}
.no-image {
    background-image: none !important;
}


/*Log in boxes ----------------------------------------------------------------------------
*/

fieldset {
    font-size: 12px;
    border: none;
    padding: 8px;
    margin: 0 0 10px 0;
    background-color: #E6E6E6;
    display: inline;
}
.email {
    font-size: 12px;
    color: #4C4C4C;
    border: 2px solid #000;
    width: 150px;
    padding: 4px;
    margin: 0 4px 0 0;
    }
.submit {
    font-size: 12px;
    background-color: #191919;
    border: none;
    color: #fff;
    padding: 4px 6px;
    margin: 0;
    font-weight: bold;
}
.submit:hover {
        background-color: #D26900;
}
.form-heading {
    display: inline;
    padding: 0 4px 0 0;
}




/* Main - large links --------------------------------------------------------------------------
*/

a {
    color: #D26900;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.main-link {
    color: #D26900;
    font-weight: bold;
    background: url("/graphics/play-medium.jpg") no-repeat;
    background-position: center right;
    padding: 2px 10px 2px 0;
    text-align: right;
    text-decoration: none;
    float: right;
}
a:hover.main-link {
    text-decoration: underline;
    cursor: default;
}
a.left-link {
    color: #D26900;
    font-weight: bold;
    background: url("/graphics/play-medium.jpg") no-repeat;
    background-position: center right;
    padding: 2px 10px 2px 0;
    text-decoration: none;
    float: left;
    margin: 0 0 5px 10px;
}
a.noleftmargin {
   	margin-left: 0;
   	margin-right: 10px;
}
a:hover.left-link {
    text-decoration: underline;
    cursor: default;
}


a.big-link {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    background: url("/graphics/play-medium.jpg") no-repeat;
    background-position: center right;
    padding: 2px 10px 2px 0;
    text-decoration: none;
    float: right;
    margin: 12px 5px 0 0;
}
a:hover.big-link {
    text-decoration: underline;
    cursor: default;
}


/*Header ------------------------------------------------------------------------------
*/

#header {
    background: url("/graphics/bgd.jpg") ;
    height: 100px;
    width: 100%;
}
h1 {
    height: 100px;
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
}
#topbar {
    width: 100%;
    background-color: black;
    border-top: 3px solid #fff;
}

/*H's -------------------------------------------------------------------------------
*/

h2 {
    font-size: 26px;
    font-weight: bold;
    padding: 5px 0 0 5px;
    margin: 0;
    display: inherit;
}
h3 {
    font-size: 26px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #D26900;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 2px 5px;
    margin: 0;
}
h5 {
    font-size: 26px;
    font-weight: bold;
    padding: 5px 0 2px 5px;
    margin: 0;
    display: inline;
}
h6 {
    font-size: 26px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin:  0 0 5px 0;
    color: #000;
    border-bottom: 4px solid #D26900;
}

/*Top Navigation ----------------------------------------------------------------
*/


#topnav {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    border: none;
    text-align: center;
}

#topnav ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#topnav li {
    line-height: 30px;
    list-style: none;
    border-left: 0;
    color: #fff;
    display: inline;
}

#topnav li a.first{
    border-left: 1px solid #fff;
}

#topnav li a {
    border-right: 1px solid #fff;
    margin: 0;
    padding: 10px 12px;
    color: #fff;
    text-decoration: none;
}

#topnav li a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff; 
}

#topnav .select a {
    color: #D26900;
    background-color: #fff;
}



/*sub nav ----------------------------------------------------------------------------
*/

#subnav-holder {
    font-size: 12px;
    width: 100%;
    background: url("/graphics/subnav-bgd.jpg");
    border-bottom: 4px solid #FF8000;
}
#subnav {
    width: 960px;
    margin: 0 auto;
}
#subnav ul {
    margin: 0;
    padding: 0;
}
#subnav li {
    line-height: 30px;
    display: inline;
    padding: 0 18px 0 11px;
    background: url("/graphics/square.jpg") no-repeat;
    background-position: right center;
}
#subnav li a {
    color: #000;
    text-decoration: none;
}
#subnav li a:hover {
    text-decoration: underline;
}
#subnav .left {
    padding: 0 15px 0 0;
}
#subnav .select a {
    color: #D26900;
}
#subnav .last {
    background-image: none;
}
    
/*Breadcrumbs ----------------------------------------------------------------------------
*/
#breadcrumbs-holder {
    width: 100%;
    padding: 0;
    margin: 0;
}
#breadcrumbs {
    width: 960px;
    margin: 0 auto;
}
#breadcrumbs ul {
    padding: 0;
    margin: 0;
}
#breadcrumbs li {
    color: #666666;
    line-height: 38px;
    display: inline;
    padding: 0 18px 0 11px;
    background: url("/graphics/play-medium.jpg") no-repeat;
    background-position: right center;
}
#breadcrumbs li a {
    color: #666666;
    text-decoration: none;
}
#breadcrumbs li a:hover {
    text-decoration: underline;
}
#breadcrumbs .left {
    padding: 0;
    color: #000;
    background-image: none;
}
#breadcrumbs .select {
    color: #D26900;
    background-image: none !important;
}
#breadcrumbs .select a {
    color: #D26900;
    background-image: none !important;
}


/*Our work ----------------------------------------------------------------------
*/

#our-work {
    width: 975px;
    overflow: auto;
}
ul.our-work {
    list-style: none;
    padding: 0;
    margin: 5px;
    display: inline;
}
.our-work a {
    color: #000;
    text-decoration: none;
}
.our-work a:hover {
    text-decoration: underline;
}
.our-work li {
    display: inline;
    padding: 0 18px 0 11px;
    background: url("/graphics/play-medium.jpg") no-repeat;
    background-position: right center;
}
li.last {
    background-image: none;
    padding: 0 0 0 11px;
}




/*Video pop up page ------------------------------------------------------------------------
*/

#video{
    
    width:720px;
    height: 540px;
    padding: 20px;
}
#video img {
    border: none;
}


/*Clients table ----------------------------------------------------------------------
*/



.client-table {
    margin: 0;
    padding:0 ;
}
.client-table img {
    border: none !important;
    float: none !important;
    
}
.client-table td {
    width: 240px;
    margin: 0;
    text-align: center;
    padding: 5px 0;

}
.client-table tr {
    padding: 0;
    margin: 0;
}
.client-table tbody {
    padding: 0;
    margin: 0;
}

/*Contact page ----------------------------------------------------------------
*/

/*Definition list -----------------------------------------------------------
*/
dl.contact {
    margin: 5px 0 15px 0;
    padding: 0;
    width: 100%;
}
.contact dt {
    display: list-item;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
}
.contact dd {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}


/*Google map on contact page ---------------------------------------------------
*/

#map {
    
    border: 4px solid #D26900;
    margin: 10px 20px 20px 0;
    width: 608px;
    float: right;
    padding: 0;
}


/*Footer ---------------------------------------------------------------------------
*/

#footer-holder {
    background-color: black;
    border-top: 4px solid #D26900;
    padding: 0;
    margin: 20px 0 0 0;
    clear: both;
}
#footer {
    margin: 0 auto;
    width: 960px;
    text-align: center;
    padding: 10px 0;
    height: 35px;
}
#footer ul {
    padding: 0 0 3px 0;
    margin: 0;
    color: #fff;    
}
#footer li {
    display: inline;
    padding: 0 18px 0 11px;
    background: url("/graphics/play-black.jpg") no-repeat;
    background-position: right center;
}
#footer a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    color: #D26900;
    text-decoration: underline;
}
#footer .last {
    background-image: none;
    padding: 0 0 0 11px;
}
#footer-orange {
    color: #000;
    width: 100%;
    background-color: #D26900;
    overflow: inherit;
}
#footer-orange-inner {
    width: 960px;
    margin: 0 auto;
    padding: 5px 0;
    overflow: auto;
}
#footer-orange-inner a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#footer-orange-inner a:hover {
    text-decoration: underline;
}
#footer-orange-right {
    float: right;
    font-size: 10px;
    text-align: right;
    padding: 5px 0 10px 0;
    margin: 0;
}
#footer-orange-right a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#footer-orange-right a:hover {
    text-decoration: underline;
}


/*Footer definition list ----------------------------------------------------------------
*/

dl {
    margin: 5px 0 0 0;
    padding: 0;
    width: 400px;

}

dt {
    font-weight: bold;
    display: inline;
    margin: 0;
    padding: 0;
}
dd {
    display: inline;
    margin: 0;
    padding: 2px 10px; 
}
dd.block {
    display: block;
    padding: 0;
    margin: 0;
    width: 400px;
}


/* Carousel gallery --------------------------------------------------------------------------
*/


.imagegallery {
	padding: 8px 0 8px 0;
}

.gallery {
	width:100%;
        overflow:hidden;
	position:relative;
}
.gallery .frame {
        margin: 0 0 0 20px;
	float: left;
        width: 888px;
}
.leftarrow {
	width: 20px;
	float: left;
	padding: 5px 0;
	margin: 0 !important;
}
.rightarrow {
	width: 30px;
	float: right;
	padding: 5px 0;
	margin: 0 !important;
}
a.previous {
	display:block;
        width:30px;
	height:30px;
	overflow:hidden;
	color: #CCCCCC;
	float: left;
	margin: 70px 0 0 0;
	border: none;
	cursor: pointer;
}
.previous img {
    border:none;
    margin: 0 !important;
}

a.next {
	display:block;
        width:30px;
	height:30px;
	overflow:hidden;
	color: #CCCCCC;
	float: right;
	margin: 70px 0 0 0;
	cursor: pointer;
}
.next img {
    border: none;
    margin: 0 !important;
}

.block {
	overflow:hidden;
	position:relative;
	margin:8px 0;
        width: 888px;
}
.block ul {
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
	overflow:hidden;
	position:relative;
}
.block li {
	float:left;
	padding:0 18px;
	display:inline;
        text-align: center;
        width: 260px;
}
.block li a {
    color: #000;
    text-decoration: none;
}
.block li a:hover {
    text-decoration: underline;
}
.block li .box {
	color: #fff;
	border: none;
        padding: 0 0 10px 0;
}
.block li .box img:hover {
	border: solid black 4px;
}
.block li .box .inner-box {
	width:260px;
	padding:0;
}
.block li .box .inner-box img {
	display:block;
}

/*Number of pages in carousels -------------------------------------*/


ul.page-numbers {
    padding: 0;
    margin: 10px 60px 0 0;
    float: right;
}
.page-numbers li {
    color: #D26900;
    display: inline;
    font-weight: bold;
    list-style: none;
    padding-left: 3px;
}
.page-numbers a {
    text-decoration: none;
    padding: 3px;
}
.page-numbers li a:hover {
    color:#fff;
    background-color: #D26900;
    cursor: pointer;
}
li.select a {
    color: #000;
    text-decoration: none;
}
li.select a:hover {
    color:#000;
    background-color: #fff;
}



/*jquery animated boxes --------------------------------------------------------------------------
*/

			.boxgrid{ 
				width: 167px; 
				height: 100px; 
				margin:10px; 
				float:left; 
				background:#000; 
				border: 4px solid #D26900; 
				overflow: hidden; 
				position: relative;
                                padding: 0;
			}

				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0;
                                        padding: 0 !important;
                                        margin: 0 !important;
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 100px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 100px;
 					left: 0;
 				}
