/*
	Title:		Total Party Hire
	Author:		Ian Houghton
	Website:	http://www.redmorello.com
*/

/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

a:active, a:focus
{
    outline: none;
}

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

#container
{
   min-height:100%;
   position:relative;
}

#body
{
   padding-bottom:110px;
}

.connect_widget_text {color:#fff;}

/*
================================
MAIN STYLES
================================
*/

body
{
    font-size: 62.5%;
    font-family: "Lucida Sans", "Lucida Grande","Lucida Sans Unicode",sans-serif;
    color: #ed1c24;
    background:#000000 url('../media/assets/bg.jpg') no-repeat center top;
}

#container
{
}

a
{
    color:#ffffff;
    text-decoration:none;
}

a:hover
{
    color:#ed1c24;
}


a.rightArrow
{
    background:url(../media/Assets/arrow_right.gif) no-repeat center right;
    padding:0 7px 0 0;
}

a.leftArrow
{
    background:url(../media/Assets/arrow_left.gif) no-repeat center left;
    padding:0 0 0 7px;
}

b.white
{
color:#ffffff;
font-weight:lighter;
font-size:10px;
}

.social {margin:20px 0;}
.subsectionImage {margin: 0 0 10px 15px;border:1px solid #fff;}

/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:960px;
    padding:10px 0 5px 0;
    margin:0 auto;
    height:175px;
}

#header .container
{
    width:960px;
    padding-top:10px;
}

    #header h1.banner
    {
        font-size:18px;
        font-weight:bold;
        color:#ffffff;
        margin:25px 0 25px 0;
    }
    
/* CSS if sIFR not enabled START */
    #header h1.flashHeader
    {
        font-family:Georgia, Arial, Sans-Serif;
        font-size:32px;
        font-weight:bold;
        color:#f49ac1;
    }
    
        #header h1.flashHeader a
        {
            color:#f49ac1;
        }
/* CSS if sIFR not enabled END */

#header .headerLinks
{
    font-size:12px;
    text-align:right;
    
    width:360px;
}

    #header .headerLinks a
    {
        margin:3px 0 0 0;
    }

    #header .searchBox
    {
        margin:20px 0 0 0;
    }
    
        #header .searchBox input
        {
            background-color:#252525;
            border:2px solid #515151;
            width:150px;            
            height:14px; /*16px -1 -1 = 14px; */
            padding:1px 2px;
            color:#FFFFFF;
            font-size:10px;
        }
        
        #header .searchBox input:focus
        {
            border:2px solid #619ca7;
        }
        
        #header .searchBox button
        {
	    background:none;
            border-style: none;
            border-color: inherit;
            border-width: medium;
            font-size:12px;
            color:#fff;
            padding:0 7px 0 0;
            /*background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;*/
        }

/*
================================
NAVBAR STYLES 
================================
*/

#navbar
{
   height:52px;
   width:100%;
   background:url('../media/Assets/navbar-bg.png') repeat-x;
   margin-bottom:22px;
}

#navbar .container
{
   width:960px;
   margin:0 auto 0 auto;
}

#sub-navbar
{
   height:28px;
   width:960px;
   background:url('../media/Assets/sub-navbar-bg.png') repeat-x;
   border:1px solid #a90329;
   margin:0 auto 23px auto;
}

#sub-navbar .container
{
   width:960px;
   margin:0 auto 0 auto;
}

ul#breadcrumb {list-style-type:none;margin-bottom:25px;}
ul#breadcrumb li {margin-right:5px;}
ul#quickLinks {list-style-type:none;margin-bottom:30px;width:600px;height:45px;}
ul#quickLinks li {margin:0 10px 20px 0;}
ul#quickLinks li a{padding:5px 8px;border:1px solid #ED1C24;}
ul#quickLinks li a:hover{background-color:#ED1C24;color:#fff;}

/*
================================
BODY STYLES 
================================
*/
#body
{
    width:960px;
    margin:0 auto;
    /*background-color:red;*/
}

/*
================================
SIDEBAR STYLES 
================================
*/
#sideBar
{
    width:208px;
    margin:0 10px 0 0;
    /*background-color:Green;*/
}


/*
================================
NAVI STYLES 
================================
*/
ul#navi
{
    padding:10px 0 0 20px;
}
#navi li
{
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    float:left;
    padding-left:40px;
}

    #navi li.selected a
    {
        color:#ed1c24;
    }

    #navi li a
    {        
        display:block;
        padding:5px 0;
    }

ul#sub-navi
{
    padding:2px 0 0 20px;
}
#sub-navi li
{
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    float:left;
    padding-left:40px;
}

    #sub-navi li.selected a
    {
        color:#ed1c24;
    }

    #sub-navi li a
    {        
        display:block;
        padding:5px 0;
    }
/*
================================
CONTENT STYLES 
================================
*/
.content
{
    width:960px;    
    font-size:13px;
    line-height:18px;
    background-color:#0e0d0d;
    border:solid 1px #a90329;
    margin-bottom:30px;
    padding-bottom:30px;
}

    .content p
    {
        margin:10px 0;
	line-height:24px;
    }

    .content p.sidebar
    {
	border-bottom:1px dashed #515151;
    }

    .content strong
    {
        font-weight:bold;
	font-size:12px;
	color:#fff;
	padding:30px 0 0 0;
    }
   
    .content em
    {
        font-style:italic;
    }

    .content h1
    {
	font-size:24px;
	font-weight:bold;
    }

    .content h1.banner
    {
        font-size:30px;
        font-weight:bold;
        color:#ffffff;
        margin:25px 0 25px 0;
    }

    .content h3
    {
        font-size:24px;
	height:25px;
        color:#ffffff;
        margin:10px 0 20px 0;
	padding-left:0px;
    }

    .content h3.sectionHeader {font-size:32px;}

    .content h3.bg
    {
        background:url(../media/Assets/h3-bg.jpg) no-repeat bottom left;
	padding-left:30px;
    }

    .content h4
    {
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
    }

    #bannertext
    {
	font-size:14px;
        color:#ed1c24;
        margin:0 0 5px 50px;
        width:450px;
        line-height:30px;
    }
    
    .content ol, .content ul
    {
        /*list-style-position:inside;*/
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
    }
    
    
    .backLink
    {
        margin:0 0 25px 0;
        display:block;
	font-size:16px;
    }
    
    .content div.date
    {
        font-size:12px;
    }
    
/* CSS if sIFR not enabled START */
    h2.flashHeader
    {
        font-family:Georgia, Arial, Sans-Serif;
        font-size:28px;
        font-weight:bold;
        color:#FFFFFF;
	line-height:1em;
	
    }
            
	h2.flashHeader strong
	{
		color:#f49ac1
	}
/* CSS if sIFR not enabled END */

.content.oneCol
{
    width:900px;
    padding:30px;
}

/*.content.twoColWide
{
    width:900px;
    padding:30px;
}*/

.col_1
{
    width:650px;
    padding:25px 25px 25px 30px;
}

.col_2
{
    width:175px;
    padding:50px 30px 25px 25px;
}

.col_2 h4
{
    color:#ffffff;
    margin-top:30px;
    margin-bottom:12px;
}

.col_2 ul
{
list-style-type:none;
}

.col_2 li
{
    list-style:none;
}

.col_2 a:hover
{
    color:#ffffff;
    text-decoration:underline;
}

.subsection
{
    margin-bottom:45px;
}

.subsection ul {list-style-type:none;}

.quotebutton
{
    margin-top:20px;
}

ul#testimonials {margin:40px 0 0 5px;}
ul#testimonials li {list-style:none;margin:0 0 35px 0;}
ul#testimonials h4 {font-size:18px;}

ul#video {}
ul#videos li {list-style:none;margin:0 0 35px 0;}
ul#videos h4 {margin-bottom:20px;}

/*
================================
HOMEPAGE SECTIONS
================================
*/

.section
{
    width:430px;
    padding:30px 0 0 30px;
    display:block;
    min-height:280px;
}

.sectionWide
{
    width:890px;
    padding:30px 0 0 30px;
    display:block;
    min-height:200px;
}

.section p
{
    margin:0;
}

.sectionbg
{
    height:32px;
    background:url('../media/Assets/section-bg.jpg') no-repeat left 50%;
    margin-bottom:15px;
    padding:13px 0 0 25px;
    font-size:14px;
    font-weight:bold;
}

.sectionbg_blue
{
    height:32px;
    margin-bottom:15px;
    padding:13px 0 0 25px;
    font-size:14px;
    color:#fff;
    font-weight:bold;
    background:url('../media/Assets/section-bg_blue.jpg') no-repeat left 50%;
}

.sectionbg a:hover, .sectionbg_blue a:hover
{
    color:#ffffff;
    text-decoration:underline;
}

.sectionbg p
{
    padding:6px 0 0 15px;
    font-size:14px;
}

.sectionCol1
{
    width:150px;
}

.sectionCol2
{
    width:255px;
}

.sectionNavi
{
    padding:20px 0 0 5px;
}

.sectionNaviItem
{
    list-style:none;
    background:url('../media/Assets/bullet-star.jpg') no-repeat left 40%;
    padding-left:16px;
    padding-bottom:4px;
    padding-right:10px;
    color:#ffffff;
    float:left;
}

.sectionNaviItemLeft
{
    float:left;
    width:150px;
}

.sectionNaviItemRight
{
    float:right;
    width:150px;
}

.photolist
{
    margin:30px 0 10px 0;
    height:200px;
}

.photolist li
{
    width:120px;
    height:120px;
    background-color:#f4f4f4;
    margin-right:30px;
    margin-bottom:10px;
    list-style:none;
    /*background:url('../media/Assets/photo-bg.png') no-repeat left top;*/
}

.photolist img
{
    padding-left:10px;
    padding-top:10px;
}

.col {width:400px;height:auto;padding:30px 0 0 50px;display:block;}
#lower ul {list-style-type:none;}

/*
================================
TWEETS
================================
*/ 

.tweet {margin-bottom:15px;}

/*
================================
SIDEBAR
================================
*/   

.sidebar h4
{
    
}

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 20px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px 0 0 0;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
	overflow:hidden;
	/*width:550px;*/
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
	    color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
	width:100%;
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin:25px 0 0 0;
    width:640px;
}

    .newsList div
    {
        width:180px;
        display:inline;
        color:#FFFFFF;
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }

	.newsList div p
	{
	border-bottom:1px solid #aeaeae;
	margin-bottom:20px;
	}

/* CSS if sIFR not enabled START */
.newsList div h4
{
	font-size:14px;
	line-height:1em;
}

    .newsList div h4 a
    {       
        font-weight:bold;
        color:#ed1c24;
    }
    
    .newsList div h4 a:hover
    {
        color:#FFFFFF;
    }      
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

        
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    width:265px;
    margin:0 25px 0 0;
}

.form .fields
{
    width: 320px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#252525;
    border:2px solid #515151;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#FFFFFF;
    font-size:14px;
}

fieldset select
{
    background-color:#252525;
    border:2px solid #515151;
    width:270px;
    height:26px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#FFFFFF;
    font-size:14px;
}

fieldset textarea
{
    background-color:#252525;
    border:2px solid #515151;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#FFFFFF;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #619ca7;
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #a90329;
}

    fieldset input.error:focus
    {
        border:2px solid #af4975;
    }

fieldset button
{
    border:none;
    color:#619ca7;
    padding:0 7px 0 0;
    margin:10px 0;
    background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
}

/*
================================
FOOTER STYLES 
================================
*/

#footer
{
    background:url(../media/Assets/footer-bg.png) repeat top left;
    border:solid 1px #a90329;
    padding:15px 0 15px 25px;
    width:915px;
}

    #footer ul
    {
	margin-right:35px;
    }

    #footer li
    {
        /*float:left;*/
        font-size:11px;
	color:#d5d5d5;
	/*padding-right:20px;*/
	padding-bottom:4px;
    }

    #footer li.others
    {
	float:left;
        padding-right:20px;
    }

    #footer li.icon
    {
	padding-right:10px;
	padding-top:7px;
    }

    #footer ul.company
    {
	margin:0 50px 0 0;
	padding:15px 0 0 0;
    }

    #footer ul.company li
    {
	text-align:center;
	padding:0 0 5px 0;
    }

    #footer h4
    {
	font-size:12px;
	font-weight:bold;
	color:#d5d5d5;
	padding-bottom:4px;
	width:100px;
    }

/* Logos*/

.rss
{
    background:transparent url(../media/Assets/rss_logo.gif) no-repeat 0 2px;
}

.valid
{
    background:transparent url(../media/Assets/tick_icon.gif) no-repeat 0 0;
}

.slidercontainer
{
	background:url(../media/assets/slider.png) no-repeat 0 0;
	padding:15px;
	margin-right:40px;
	margin-top:24px;
	width:320px; /* 350px - 30px padding */
    	height:190px; /* 220px - 30px padding */
border:1px solid #aeaeae;
}

.pics
{
    width:321px;
    height:192px;
    overflow:hidden;
}

/* general styles */

table, td{
font:100%;
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:center;padding:.5em;border:1px solid #fff;}
th{background:#b01a28;color:#fff;}
td{background:#e5f1f4;}

/* tablecloth styles */

tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

.miscContent li
{
	padding-left:20px;
	line-height:30px;
}

.emailbutton
{
background:transparent url(../media/Assets/emailbutton.jpg) no-repeat;
height:28px;
width:95px;
cursor:pointer;
}

.moreinfobutton
{
padding-top:15px;
}

#servicelist
{
width:325px;
}

#servicelist table, td{font:100%;}
#servicelist table{border-collapse:collapse;margin:1em 0;}
#servicelist th, td{font-size:12px;text-align:center;padding:.5em;border:1px solid #fff;}
#servicelist th{background:#b01a28;color:#fff;}
#servicelist td{background:#e5f1f4;padding:4px 0 4px 0;text-align:left;}
#servicelist tr.even td{background:#e5f1f4;}
#servicelist tr.odd td{background:#f8fbfc;}
#servicelist td input{margin:0 8px 0 8px;}

.pricelist
{
list-style:none;
padding-bottom:5px;
}

p.telephone
{
color:#ffffff;
font-size:18px;
font-weight:bold;
}

.enquiry
{
width:650px;/*300*/
}

.sectionCol1 img
{
border:solid 1px #fff;
}

div#fancy_title table td
{
border:none;
}

#affiliateLinks
{
width:960px;
margin-bottom:40px;
}

#affiliateLinks ul
{
height:auto;
}

.affiliate
{
margin:0 8px 0 7px;
width:176px;
}

.affiliate h4
    {
	font-size:12px;
	font-weight:bold;
	color:#d5d5d5;
	margin-top:5px;
	padding-bottom:4px;
    }

li.banner
{
margin:0 0 20px 0;
}

/* Image Gallery */

ul#gallery {margin-top:20px;}
ul#gallery li {list-style-type:none;float:left;padding:0 10px 10px 0;}
ul#gallery li img {border:1px solid Red;}

/* ----------------------- TABLE PRICING -----------------------*/
.pricing-table{
	width:640px;
	margin-bottom:20px;
	float:left;
}
ul.feature-list{
	font-size:14px;
	padding:0px;
}
ul.feature-list li,
ul.feature-list li.odd {
  font-size: 12px;
  padding: 10px 0;
  color: #7d7d7d;
  border-bottom: 1px solid #dedede;
  line-height: 18px;
  text-align: center;
  list-style-type:none;
  height:30px;
}
ul.feature-list li.odd {
}
ul.feature-list li.last {
  border: none;
  background: none;
}
.pric-column-narrow{
	width:98px;
	background-color:#ffffff;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	text-align:center;
	float:left;
}
.pric-column{
	width:339px;
	background-color:#ffffff;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	text-align:center;
	float:left;
}
.pric-column-last{
	width:99px;
	background-color:#ffffff;
	border-bottom:1px solid #dedede;
	border-right:1px solid #dedede;
	border-left:1px solid #dedede;
	text-align:center;
	float:left;
}
.heading-column-narrow{
	width:100px;
	text-align:center;
	padding:14px 0px 16px 0px;	
	float:left;
	background-image: url(../images/small-gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
div.pricing-table ul{
	list-style-type:none;
}
.heading-column{
	width:340px;
	text-align:center;
	padding:14px 0px 16px 0px;	
	float:left;
}
.heading-column-narrow h3, .heading-column h3{
	font-size:18px;
	color:#ffffff;
	margin:0px;
	padding:0;
}
.color1{
	background-color:#8cbc36;
}
.color2{
	background-color:#ffbd00;
}
.color3{
	background-color:#71c5e5;
}
.color4{
	background-color:#ec5b3e;
}
.color5{
	background-color:#666666;
}
.pric-btn {
	width:160px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#totalToken input {margin-top:5px;padding:5px;}
#thankYou {margin-top:25px;font-size:14px;}




































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

