/* premierbet.rs */

@import url("reset.css");

html {
	height: 100%;
	margin:0;
	padding:0;
}

body
{
	font-family:verdana, sans-serif;
	font-size:70%;
	font-weight:700;
	height:100%;
	margin:0;
	padding:0;
	background-image:url('images/redesign/body-background.png');
	background-repeat:repeat;
	overflow-y:scroll;
}

#site-container
{
	
	height:100%;
	position:relative;
}

#site-container-2
{
/*	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/under-header-background.gif');*/
        background-image:url('images/redesign/under-header-background.png');
	background-repeat:repeat-x;
	background-position:0px 108px; 
	height:100%;
}

#site-container-3
{
	height:100%;
}

#full-header
{
/*	background-color:rgb(4,8,33);*/
	height:108px;
	width:100%;
	position:absolute;
        background-image:url('images/redesign/header-and-footer-background.png');
}


/* =main area
-----------------------------------------------*/
#main-area
{
	min-width:960px;
	max-width:1211px;
	margin:0 auto -235px;
        background-image:url('images/redesign/main-area-background.png');
	background-color:rgb(9,15,36);
	min-height:100%;
	position:relative;
}

.tooltip
{
	position:absolute;
	font-size:80%;
	font-weight:400;
	padding:5px;
	color:#F9F9F9;
        background-color:rgb(9,15,36);
	border:1px solid #252C42;
	left:-9999px;
}

/* =header
-----------------------------------------------*/
#header
{
/*	background-color:rgba(0,0,0,0.2);*/
        background-image:url('images/redesign/header-and-footer-background.png');
	height:108px;
}

#header-container-1
{
/*	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/header-main-left-background.jpg');
	background-repeat:no-repeat;
	background-position:left top; */
	height:108px;
}

#logo-bet-shop
{
    float:left;
    background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/bet-shop-logo.png');
    background-repeat:no-repeat;
    background-position:right center; 
    height:108px;
    width:200px;
}

#header-container-2
{
/*	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/header-main-right-background.jpg');
	background-repeat:no-repeat;
	background-position:right top; */
	height:108px;
}

#language-and-time
{
	float:right;
	padding-right:27px;
	width:125px;
}

.more-options-icon
{
	float:right;
	position:relative;
	left:5px;
	top:2px;
	display:block;
	width: 9px; 
	height: 10px;
	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png');
	background-repeat:no-repeat;
}

#language
{
	color:rgb(161,161,161);
	font-weight:700;
	font-size:90%;
	text-align:right;
	height:10px;
	margin:20px 8px 15px 0;
	padding-right:5px;
}

#time-zone
{
	color:rgb(161,161,161);
	font-weight:700;
	font-size:90%;
	text-align:right;
	height:10px;
	margin:0 8px 9px 0;
	padding-right:5px;
}

#time
{
	color:rgb(161,161,161);
	font-weight:700;
	font-size:90%;
	text-align:right;
	height:10px;
	margin:0 8px 9px 0;
	padding-right:5px;
}

#date
{
	color:rgb(161,161,161);
	font-weight:700;
	font-size:90%;
	text-align:right;
	height:10px;
	margin:0 8px 0 0;
	padding-right:5px;
}

#login
{
	float:right;
	margin-right:30px;
	width:110px;
	padding-top:15px;
}

#login-button
{
	color:rgb(249,249,249);
	font-weight:700;
	font-size:90%;
	text-align:right;
}

.input
{
	float:left;
	color:rgb(129,129,129);
	font-weight:700;
	font-size:90%;
	text-align:left;
	line-height:200%;
	background-color:#2d2d2d;
	border:1px solid #464646;
	height:18px;
	width:110px;
	padding-left:5px;
	margin-bottom:4px;
}




/* end of header
-----------------------------------------------*/


/* =middle section
-----------------------------------------------*/
#middle-section
{
/*	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/middle-section-under-header-background.gif');*/
        background-image:url('images/redesign/under-header-background.png');
	background-position:top;
	background-repeat:repeat-x;
	min-height:100%;
}

#middle-section-inner-container
{
	max-width:1211px;
	min-width:702px;
	min-height:100%;
}




/* =nav menu
-----------------------------------------------*/
#nav-menu
{
	float:left;
	margin:0 7px 30px 9px;
	width:199px;
}

#nav-menu-header
{
	height:70px;
}

#time-span
{
	float:left;
	color:rgb(186,186,186);
	text-align:left;
	font-size:90%;
	width:70px;
	height:9px;
	margin:20px 0 0 8px;
}

#collapse-nav-menu
{
	float:right;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -94px 0;
	width:9px;
	height:10px;
	margin:18px 0 0 0;
}

.nav-menu-item
{
	color:rgb(249,249,249);
	text-align:left;
	height:24px;
	margin:0 0 12px 9px;
}

.nav-menu-item:hover
{
	color:rgb(11,146,36);
	cursor:pointer;
}

.sub-menu-item:hover
{
	color:rgb(11,146,36);
	cursor:pointer;
}

.nav-menu-item p
{
	margin:0 0 0 36px;
	padding-top:10px;
}

.nav-menu-item-checked
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -64px 0;
	height:9px;
	width:9px;
	float:right;
	position:relative;
	bottom:11px;
	right:17px;
}

.sub-menu-item
{
	color:rgb(186,186,186);
	background-color:rgb(37,44,66);
	width:199px;
	height:22px;
	font-size:90%;
	overflow:hidden;
}

.sub-menu-item p
{
	float:left;
	position:relative;
	height:22px;
	left:27px;
	top:11px;
	text-align:left;
	width:150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.sub-menu-item-checked
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -64px 0 !important;
	height:9px;
	width:9px;
	float:left;
	position:relative;
	left:18px;
	top:13px;
}

.sub-menu-item-checked-green
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -74px 0 !important;
}

.sub-menu-bottom
{
	width:199px;
	height:12px;
	background-color:rgb(37,44,66);
	margin-bottom:15px;
}

.active-menu-item
{
	color:rgb(11,146,36);
}

.active-submenu-item
{
	color:rgb(11,146,36);
}

#nav-menu-item-1-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat 0 -30px;
	height:22px;
	width:13px;
}

.active-menu-item>#nav-menu-item-1-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -14px -30px;
	height:22px;
	width:13px;
}

#nav-menu-item-2-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -28px -30px;
	height:22px;
	width:11px;
}

.active-menu-item>#nav-menu-item-2-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -40px -30px;
	height:22px;
	width:11px;
}

#nav-menu-item-3-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -52px -30px;
	height:22px;
	width:18px;
}

.active-menu-item>#nav-menu-item-3-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -71px -30px;
	height:22px;
	width:18px;
}

#nav-menu-item-4-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -90px -30px;
	height:22px;
	width:17px;
}

.active-menu-item>#nav-menu-item-4-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -108px -30px;
	height:22px;
	width:17px;
}

#nav-menu-item-5-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -148px -30px;
	height:25px;
	width:16px;
}

.active-menu-item>#nav-menu-item-5-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -165px -30px;
	height:25px;
	width:16px;
}

#nav-menu-item-6-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -126px -30px;
	height:25px;
	width:11px;
}

.active-menu-item>#nav-menu-item-6-icon
{
	float:left;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -137px -30px;
	height:25px;
	width:11px;
}


/* end of nav menu
-----------------------------------------------*/


/* =list
-----------------------------------------------*/

#list
{
	margin:0 222px 30px 222px;
}

#list-header
{
	height:50px;
	margin-bottom:13px;
}

#search
{
	width:140px;
	height:50px;
	float:left;
	padding:0 0 0 14px;
	margin-top:13px;
}

#search-icon
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat 0 -11px;
	height:18px;
	width:15px;
	float:right;
	margin-top:2px;
        border-style:none;
}

#search-icon:hover
{
    cursor: pointer;
}

#search-info
{
    float:left;
    margin:18px 0 0 10px;
    color:red;
}

#list-options
{
	float:right;
	width:165px;
	height:47px;
	padding-top:15px;
}

#results-icon
{
	float:right;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -16px -11px;
	height:18px;
	width:29px;
}

#print-icon
{
	float:right;
	margin-left:22px;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -46px -11px;
	height:18px;
	width:19px;
}

#instructions-icon
{
	float:right;
	margin-left:22px;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -66px -11px;
	height:18px;
	width:19px;
}

#clear-lists-icon
{
	float:right;
	margin:0 12px 0 22px;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -86px -11px;
	height:18px;
	width:18px;
}

#clear-lists-icon:hover
{
	cursor:pointer;
}

.list-title
{
	background-color:rgb(37,44,66);
	height:29px;
}

table
{
	width:100%;
	background-color:rgb(9,15,36);
	border-collapse:separate;
	margin-bottom:10px;
}

.extra-odds-table
{
	margin-bottom:3px;
	table-layout:fixed;
}

.list-title th 
{
	color:rgb(129,129,129);
	font-weight:700;
	vertical-align:middle;
}

th
{
	border-bottom:2px solid rgb(9,15,36);
}



table td
{
	border-bottom:1px solid rgb(9,15,36);
	border-top:1px solid rgb(9,15,36);
	cursor:default;
	table-layout:fixed;
}

.more-odds-table-row td~td
{
	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/subtable-vertical-line.gif');
	background-repeat:no-repeat;
}

.clear-list-icon
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -84px 0;
	height:9px;
	width:9px;
	float:right;
	margin:0 6px 0 0;
	position:relative;
	top:-4px;
}

.list-league-name
{
	width:65%;
	padding-left:35px;
}

.list-title-odds
{
	text-align:center;
}

.list-row
{
	background-color:rgb(19,27,52);
	height:33px;
}

.list-even-row
{
	background-color:rgb(26,34,57);
}

.list-row td 
{
	color:rgb(186,186,186);
	font-weight:700;
	vertical-align:middle;
	text-align:center;
	padding:0 5px 0 5px;
}

.list-even-row td 
{
	color:rgb(186,186,186);
	font-weight:700;
	vertical-align:middle;
	text-align:center;
	padding:0 5px 0 5px;
}

.list-time
{
	font-size:90%;
	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/table-odd-row-vertical-line.gif');
	background-repeat:no-repeat;
	background-position:right;
	min-width:52px;
}

.list-even-row .list-time
{
	font-size:90%;
	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/table-even-row-vertical-line.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.list-participant-left
{
	width:25%;
}

.list-participant-right
{
	width:25%;
	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/table-odd-row-vertical-line.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.list-even-row .list-participant-right
{
	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/table-even-row-vertical-line.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.list-odds
{
	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/table-odd-row-vertical-line.gif');
	background-repeat:no-repeat;
	background-position:right;
	width:10%;
	padding:0 !important;
}

.list-even-row .list-odds
{
	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/table-even-row-vertical-line.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.list-result-left
{
	text-align:right;
	padding:0 1px 0 1px;
}

.list-result-right
{
	text-align:left;
	padding:0 1px 0 1px;
}

.list-result
{
	padding:0 1px 0 1px;
}

.list-more-odds
{
	width:8%;
}

.row-more-options
{
	float:right;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat;
	height:9px;
	width:9px;
	position:relative;
	top:3px;
}

.row-more-options-opened
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -9px 0;
}

.more-odds-count
{
	padding:0 15px 0 5px;
}

.last-row
{
	background-color:rgb(37,44,66);
	height:6px;
}

.last-row th
{
	border-top:1px solid rgb(9,15,36);
}

.more-odds-table-title
{
	font-size:90%;
	font-weight:700;
	color:rgb(129,129,129);
	background-color:rgb(66,71,91);
	height:24px;
}

.more-odds-title
{
	width:25%;
	padding:0 10px 0 18px;
	text-align:left;
	font-weight:700;
	vertical-align:middle;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.extra-odds
{
	text-align:center;
	font-weight:700;
	font-size:90%;
	padding:0 5px 0 5px;
	vertical-align:middle;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.more-odds-table-row
{
	font-size:90%;
	font-weight:700;
	color:rgb(186,186,186);
	background-color:rgb(54,60,81);
	height:24px;
}

.more-odds-table-title th
{
	border-bottom:1px solid rgb(9,15,36);
	border-top:0px;
}

tr:first-child>th
{
	border-top:1px solid rgb(9,15,36);
}

.more-odds-table-row td
{
	border-bottom:1px solid rgb(9,15,36);
	border-top:0px;
}

.list-item-hover-color
{
	background-color:rgb(54,60,81);
	cursor:pointer;
}

.list-item-pressed
{
	background-color:rgb(54,60,81);
}

.more-odds-table-odds
{
	background-color:rgb(54,60,81);
	height:24px;
}

.more-odds-group-table-td table
{
	margin-bottom:0px;
}

.more-odds-group-table td
{
	border-top:1px solid rgb(9,15,36);
}

.more-odds-table-odds td
{
	border:0px;
}

.extra-odds-value
{
	font-size:90%;
	color:#BABABA;
	text-align:center;
	font-weight:700;
	vertical-align:middle;
	border-left:1px solid rgb(9,15,36) !important;
}

.the-odd
{
	position:relative;
}

.with-left-border
{
	border-left:1px solid rgb(9,15,36) !important;
}

.invisable-table
{
	display:none;
}

.clear-list-icon:hover
{
	cursor:pointer;
}

.extra-odds-value-hover-color
{
	background-color:rgb(66,71,91);
	cursor:pointer;
}

.extra-odds-value-pressed
{
	background-color:rgb(66,71,91);
}

.arrow-red
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -43px 0;
	width:8px;
	height:9px;
	float:right;
	position:absolute;
	top:2px;
	right:3px;
}

.arrow-green
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -34px 0;
	width:8px;
	height:9px;
	float:right;
	position:absolute;
	top:2px;
	right:3px;
}

.small-arrow-red
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -58px 0;
	width:5px;
	height:7px;
	float:right;
	position:absolute;
	top:-5px;
	right:3px;
}

.small-arrow-green
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -52px 0;
	width:5px;
	height:7px;
	float:right;
	position:absolute;
	top:-5px;
	right:3px;
}

.small-arrow-red-ticket
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -58px 0;
	width:5px;
	height:7px;
	float:left;
	position:relative;
	top:2px;
	right:-3px;
}

.small-arrow-green-ticket
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -52px 0;
	width:5px;
	height:7px;
	float:left;
	position:relative;
	top:2px;
	right:-3px;
}

/* end of list
-----------------------------------------------*/


/* =ticket
-----------------------------------------------*/
#ticket
{
	float:right;
	margin:0 9px 30px 0;
	width:199px;
}

#ticket-header
{
	height:63px;
}

#active-tickets
{
	float:left;
	color:rgb(186,186,186);
	text-align:left;
	width:110px;
	height:10px;
	margin:17px 0 0 8px;
}

#exclamation-mark-icon
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -104px 0;
	width:3px;
	height:9px;
	margin:19px 0 0 10px;
	float:left;
}

#new-ticket-icon
{
	float:right;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -105px -11px;
	width:14px;
	height:18px;
	margin:15px 5px 0 0;
}

#ticket-top
{
	height:29px;
	width:199px;
	background-color:rgb(37,44,66);
	margin-bottom:2px;
}

#ticket-system-icon
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -138px -11px;
	width:18px;
	height:18px;
	margin:7px 0 0 14px;
	float:left;
}

/*#ticket-system-icon:hover
{
	cursor:pointer;
}*/

#save-ticket-icon
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -120px -11px;
	width:17px;
	height:17px;
	margin:7px 0 0 14px;
	float:left;
}

/*#save-ticket-icon:hover
{
	cursor:pointer;
}*/

#clear-ticket
{
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -84px 0;
	width:9px;
	height:9px;
	float:right;
	margin:6px 6px 0 0;
}

#clear-ticket:hover
{
	cursor:pointer;
}

#ticket-info
{
    min-height:30px;
    background-color:rgb(15,20,39);
    padding:5px 12px 5px 12px;
    color: #818181;
    font-size:90%;
    text-align:center;
    line-height:13px;
}

.ticket-info-bottom
{
    background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/ticket-entry-line.gif');
    background-repeat:no-repeat;
    background-position:bottom;
    height:5px;
}

.ticket-entries
{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	font-size:90%;
	color:rgb(129,129,129);
	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/ticket-entry-line.gif');
	background-repeat:no-repeat;
	background-position:bottom;
}

.ticket-entries:hover
{
	background-color:rgb(18,24,42);
	cursor:pointer;
}

.ticket-entry-pressed
{
	background-color:rgb(18,24,42);
}

.ticket-entry-options
{
	height:11px;
	margin-bottom:6px;
	padding-left:12px;
	padding-right:12px;
}

.ticket-entry-system
{
	float:left;
}

.ticket-entry-time
{
	display:none;
	width:85px;
	margin-left:25px;
}

.clear-ticket-entry
{
	float:right;
	height:9px;
	width:9px;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -84px 0;
}

.ticket-entry-participants
{
	color:rgb(249,249,249);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	height:11px;
	margin-bottom:6px;
	padding-left:12px;
	padding-right:12px;
}

.ticket-entry-odds
{
	float:left;
	width:85px;
	margin-right:20px;
	padding-left:12px;
}

.ticket-entry-result{
	display:none;
}

.important-numbers
{
	color:rgb(249,249,249);
	display:inline;
}

.ticket-entry-odd
{
	float:left;
	margin-left:3px;
}

.ticket-entry-quota-title
{
	float:left;
}

#ticket-bottom
{
	height:81px;
	width:199px;
	background-color:rgb(37,44,66);
	margin-top:2px;
	font-size:90%;
	color:rgb(129,129,129);
}

.currency
{
	display:inline;
	padding-left:4px;
}

#odds-sum
{
	margin-left:37px;
	padding-top:12px;
	height:18px;
}

#amount
{
	margin-left:31px;
}

#amount .input
{
	width:60px;
	text-align:right;
	padding-right:5px;
}

#amount .currency
{
	float:left;
	position:relative;
	top:6px;
}

#send-ticket
{
	float:left;
	position:relative;
	top:2px;
	margin-left:7px;
	height:17px;
	width:18px;
	background:url('https://s3.amazonaws.com/static-premierdns-net/images/icons/sprite-sheet.png') no-repeat -157px -11px;
}

#send-ticket:hover
{
        cursor:pointer;
}


#win-sum
{
	float:left;
	margin-left:37px;
	padding-top:4px;
}

#ticket-body
{
	background-color:#090F24;
}

#ticket-middle
{
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
}

.sticky {
  position:fixed;
  top:15px;
}

#ticket-slider
{
	width:100%;
}



/* end of ticket
-----------------------------------------------*/

/* end of middle section
-----------------------------------------------*/

/* end of main area
-----------------------------------------------*/

/* =footer
-----------------------------------------------*/

#clear-footer
{
	height:235px;
	clear:both;
}

#footer
{
	position: relative;
	width:100%;
	height:235px;
        background-image:url('images/redesign/footer-background.png');
/*	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/footer-background.gif');
	background-repeat:repeat-x;*/
}

#footer-middle
{
/*	background-image:url('https://s3.amazonaws.com/static-premierdns-net/images/backgrounds/footer-middle-background.jpg');
	background-repeat:no-repeat;
	background-position:center bottom; */
	height:235px;
}

#footer-menus
{
	width:960px;
	margin:0 auto;
}

.footer-menus
{
	width:170px;
	height:175px;
	float:left;
	color:rgb(249,249,249);
	padding:33px 0 0 70px;
}

.footer-menus li
{
	margin-bottom:8px;
}

.footer-menus p
{
	margin-bottom:15px;
}

.footer-menus a
{
	color:rgb(186,186,186);
	vertical-align:bottom;
	font-size:90%;
	text-align:left;
}


#copyright
{
	text-align:center;
	color:rgb(129,129,129);
	font-size:90%;
}

a:hover
{
	color:#e6b803;
}

/* end of footer
-----------------------------------------------*/