﻿/* Layout constructed by Rob Tredgett. */
/* Visual(s) by Darren Shilling. */
/* For and on behalf of MyMovies.Net Ltd 2011 */

html{background-color:#f4f4f4;width:100%;height:100%;margin:0px;padding:0px;}
body{background-color:#f4f4f4;font-family: Arial, Helvetica, sans-serif;color:#666666;font-size:100%;margin:0px;padding:0px;}
img{border-width:0px;margin:0px;padding:0px;}
a{text-decoration: none;}

h1{text-indent:-2000px;}
h2{}
h3{font-size:26px;padding-bottom:0px;}

/* Clear channels */
.clearer{
	clear:both;
}

/* Header */
.header{
	width:960px;
	height:140px;
}

/* Hidden items */
#hiddenitems{
	position:absolute;
	visibility:hidden;
}

/* Shareing */
/* Send to friend link */
#share{
	position:absolute;
	width:260px;
}

.sendtofriend{
	margin-right:5px;
	float:right;
	width:20px;
	height:20px;
	padding:0;
}

.sendtofriend a{
	width:20px;
	height:20px;
	display:block;
	padding:0;
	background:transparent url('/images/email_icon.png') no-repeat scroll center top;
}

.sendtofriend a:hover{
	background:transparent url('/images/email_icon.png') no-repeat scroll center bottom;
}

/* Twitter */
.twitter{
	padding-top:0px;
	float:right;
	width:63px;
}

/* FB */
.fbshare{
	float:right;
	width:97px;
}

/* Google Plus One */
.gplusone{
	padding-top:0px;
	float:right;
	width:40px;
}

/* End-Sharing */

/* Logo(s) */
.logo{
	width:240px;
	height:140px;
	float:left;
	cursor:hand;
	background-image:url('/images/mymovies_logo.png');
	overflow:hidden;
}
.yourvid{
	float:right;
	margin-top:70px;
	margin-right:6px;
}

/* Content Area */
.content{
	width:960px;
}

/* Partner Image */
.partners_img{
	margin-bottom:-4px;
}

/* Mobile phone img */
#mobimg{
	position:absolute;
	width:341px;
	height:192px;
}

/* 320px wide box */
.box{
	float:left;
}
.box_top{
	width:320px;
	height:3px;
	background-image:url('/images/320w_boxtop.png');
}
.box_bg{
	width:300px;
	padding:0px 10px 0px 10px;
	background-image:url('/images/320w_boxbg.png');
}
.box_bg .box_bg_img{
	width:300px;
	height:250px;
	border:1px #FFFFFF solid;
}
.box_title{
	padding:13px 15px 0px 15px;
	font-size:16px;
	font-weight:bold;
	color:#42516d;
	text-align:left;
}
.box_list_wrap{
	text-align:left;
	padding:0px 15px 15px 0px;
	font-size:12px;
}
.box_list_wrap .box_list{
	list-style-image:url('/images/bull.png');
}
.box_list_wrap .box_list .box_list_item{
	padding-bottom:10px;
}
.box_title_c{
	padding:13px 15px 0px 15px;
	font-size:16px;
	font-weight:bold;
	color:#42516d;
	text-align:center;
}
.box_list_wrap_c{
	text-align:center;
	padding:0px 15px 15px 0px;
	font-size:12px;
}
.box_list_wrap_c .box_list{
	list-style-image:url('/images/1x1.gif');
}
.box_list_wrap_c .box_list .box_list_item{
	padding-bottom:10px;
}
.box_foot{
	width:320px;
	height:14px;
	background-image:url('/images/320w_boxfoot.png');
}
/* End 300px wide box */

/* 482px Mid width box */
.box_mid_top{
	width:480px;
	height:3px;
	background-image:url('/images/480w_boxtop.png');
}
.box_mid_bg{
	width:460px;
	padding:0px 10px 0px 10px;
	background-image:url('/images/480w_boxbg.png');
}
.box_mid_bg .tall_box_mid_bg_img{
	width:460px;
	height:250px;
	border:1px #FFFFFF solid;
}
.box_mid_foot{
	width:480px;
	height:15px;
	background-image:url('/images/480w_boxfoot.png');
}
/* End 482px Mid width box */

/* 960px Full width box */
.box_wide_top{
	width:960px;
	height:3px;
	background-image:url('/images/960w_boxtop.png');
}
.box_wide_bg{
	width:940px;
	padding:0px 10px 0px 10px;
	background-image:url('/images/960w_boxbg.png');
}
.box_wide_bg .box_wide_bg_img{
	width:940px;
	height:180px;
	border:1px #FFFFFF solid;
}
.box_wide_bg .tall_box_wide_bg_img{
	width:940px;
	height:250px;
	border:1px #FFFFFF solid;
}

.box_wide_bg .carousel_box_wide_bg_img{
	width:940px;
	height:419px;
	border:1px #FFFFFF solid;
}

.box_wide_foot{
	width:960px;
	height:15px;
	background-image:url('/images/960w_boxfoot.png');
}
/* End 960px Full width box */

/* Media Items wrapper */

.mediaitemswrapper{
	padding-left:2px;
	padding-bottom:20px;
	margin:20px 0px 0px 40px;
}
.mediaitem{
	width:122px;
	height:92px;
	background-color:#e6e6e6;
	float:left;
	margin:0px 20px 15px 0px;
	padding:2px 1px 0px 1px;
	border:1px #c4c4c4 solid;
	cursor:pointer;
}
/* End media items wrapper */

/* Footer */
#footer{
	width:960px;
	text-align:center;
}

#footer .footer_links{
	padding:10px 0px 10px 0px;
	font-size:16px;
	font-weight:bold;
	color:#42516d;
}

#footer .footer_links a{
	color:#42516d;
}

#footer .footer_links a:hover{
	color:#e6af0d;
}

#footer .footer_txt {
	padding:0px 0px 15px 0px;
	color:#000000;
	font-size:12px;
}
/* End Footer */

/* Contact Box Contents */
.contact_title{
	margin:15px 15px 0px 371px;
	text-align:left;
	font-size:26px;
	font-weight:bold;
	color:#42516d;
}
.contact_number{
	margin:15px 15px 0px 371px;
	text-align:left;
	font-size:16px;
	color:#666666;
	text-align:right;
}
.contact_number .contact_numtxt{
	font-size:20px;
}
.contact_number .contact_numtxt a{
	color:#666666;
	text-decoration:none;
}
.contact_number .contact_numtxt a:hover{
	color:#666666;
	text-decoration:underline;
}
.contact_social{
	margin:0px 15px 15px 371px;
	height:61px;
}
.contact_social .contact_social_itm1{
	float:right;
	padding:20px 0px 0px 5px;
}
.contact_social .contact_social_itm2{
	float:right;
	padding:20px 10px 0px 5px;
}
.addthis{
	width:140px;
	padding-bottom:20px;
}
/* End Contact Box Contents */

/* Yellow rolloverable button */
#button
{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:11px;
    cursor:pointer;
    color:#ffffff;
    height:37px;
    width:131px;
    background: white url(/images/bttns/bttn.png) no-repeat top;
    
}
#button:hover
{
    background: white url(/images/bttns/bttn.png) no-repeat bottom;
    cursor:pointer;
}
#button .inner_1line
{
	padding:10px 0 0 15px;
}
#button .inner_2line
{
	padding:5px 0 0 15px;
}
#button .inner_2line_sml
{
	padding:5px 0 0 15px;
}

/* End Yellow rolloverable button */