* {
	font-family: Arial, Helvetica, sans-serif;
}

body,
div, span, p, a, 
h1, h2, h3, h4, h5, h6,
ul, li,
table, tbody, th, tr, td {
	margin: 0;
	padding: 0;
	line-height: 1;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	background: #fff;
}

img {
	border: 0;
}

a { outline: none; }

.break {
	clear: both;
	height: 1px;
	overflow: hidden;
}

h1 {
	margin-bottom: 6px;
	color: #000000;
	font-size: 18px;
}

h1.lblue {
	color: #25a5dd;
}

h2 {
	margin-bottom: 6px;
	color: #000000;
	font-size: 18px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.large {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

span.orange {
	color: #ff9933;
}

.container {
	width: 940px;
	margin: 0 auto;
}

#header {
	height: 195px;
	background: url(images/header-bg.png) no-repeat center top #FFFFFF;
	border-bottom: 1px solid #b3b3b3;
	overflow: hidden;
}

#header .container #logo {
	width: 222px;
	margin: 18px 0 0 0;
	float: left;
}

#header .container .right {
	width: 718px;
	float: left;
}

#header .container .right #quote {
	width: 613px;
	height: 105px;
	padding: 50px 0 0 76px;
	background: url(images/header-quote-bg.png) no-repeat left top;
	float: right;
}

/*---- MAIN MENU ----*/
#main-menu,
#main-menu ul  {
	/* width: 718px; */
	width: 660px;
}

#main-menu ul {
	margin-left: 55px;
}

#main-menu ul li {
	float: left;
	margin-right: 3px;
}

#main-menu ul li.last {
	margin-right: 0;
}

#main-menu ul li a {
	display: block;
	height: 40px;
	background: url(images/menu-sprite3.png);
}

.displace {
	display: block;
	text-indent: -5000px;
}

#main-menu ul li.home a {
	width: 54px;
	background-position: 0 0;
}

#main-menu ul li.blog a {
	width: 49px;
	background-position: -54px 0;
}

#main-menu ul li.mobile-deals a {
	width: 124px;
	background-position: -103px 0;
}

#main-menu ul li.payg a {
	width: 106px;
	background-position: -227px 0;
}

#main-menu ul li.gifts a {
	width: 75px;
	background-position: -333px 0;
}

#main-menu ul li.sim a {
	width: 66px;
	background-position: -408px 0;
}

#main-menu ul li.broadband-deals a {
	width: 165px;
	background-position: -474px 0;
}

/*
#main-menu ul li.forum a {
	width: 55px;
	background-position: -639px 0;
}
*/

#main-menu ul li.home a:hover {
	background-position: 0 -40px;
}

#main-menu ul li.blog a:hover {
	background-position: -54px -40px;
}

#main-menu ul li.mobile-deals a:hover {
	background-position: -103px -40px;
}

#main-menu ul li.payg a:hover {
	background-position: -227px -40px;
}

#main-menu ul li.gifts a:hover {
	background-position: -333px -40px;
}

#main-menu ul li.sim a:hover {
	background-position: -408px -40px;
}

#main-menu ul li.broadband-deals a:hover {
	background-position: -474px -40px;
}

/*
#main-menu ul li.forum a:hover {
	background-position: -639px -40px;
}
*/

#main-menu ul li.home a.active {
	background-position: 0 -80px;
}

#main-menu ul li.blog a.active {
	background-position: -54px -80px;
}

#main-menu ul li.mobile-deals a.active {
	background-position: -103px -80px;
}

#main-menu ul li.payg a.active {
	background-position: -227px -80px;
}

#main-menu ul li.gifts a.active {
	background-position: -333px -80px;
}

#main-menu ul li.sim a.active {
	background-position: -408px -80px;
}

#main-menu ul li.broadband-deals a.active {
	background-position: -474px -80px;
}

/*
#main-menu ul li.forum a.active {
	background-position: -639px -80px;
}
*/

#content {
	padding-top: 25px;
	background: url(images/content-top-bg.png) repeat-x left top #ffffff;
}

/*---- HOMEPAGE ----*/
#hp-search {
	width: 220px;
	height: 291px;
	padding-top: 60px;
	background: url(images/hp-search-bg.png) no-repeat left top;
	float: left;
}

#hp-search form {
	width: 160px;
	margin-left: 16px; 
}

#hp-search form select {
	width: 160px;
	height: 22px;
	margin: 0 0 12px;
	padding: 0;
	font-size: 12px;
}

#hp-search form input.button {
	margin-top: 2px;
}

#top-selling {
	width: 700px;
	margin-bottom: 12px;
	padding-left: 20px;
	float: left;
}

#new-mobiles {
	width: 700px;
	padding-left: 20px;
	float: left;
}

.n-landscape-border {
	width: 689px;
	height: 149px;
	padding: 13px 0 0 11px;
	background: url(images/border-700x160.png) no-repeat left top;
	overflow: hidden;
}

.n-landscape-border ul {
	height: 112px;
	margin-bottom: 16px;
  overflow: hidden;
}

.n-landscape-border ul li {
	width: 97px;
	float: left;
	text-align: center;
}

.n-landscape-border ul li p {
	margin-top: 4px;
}

.n-landscape-border ul li p a {
	color: #2b48a0;
	font-weight: bold;
}

.n-landscape-border a.more {
	margin-left: 510px;
	color: #000000;
	font-weight: bold;
	float: left;
}

#free-gifts {
	margin-top: 10px;
}

.w-landscape-border {
	width: 923px;
	height: 135px;
	padding: 10px 8px;
	background: url(images/border-939x155.png) no-repeat left top;
}

.portrait-border {
	width: 190px;
	height: 419px;
	padding: 15px 15px 0;
	background: url(images/border-220x434.png) no-repeat left top;
}

#news-reviews {
	margin-top: 15px;
}

#news-reviews .portrait-border {
	margin: 15px 8px 0 7px;
	float: left;
	display: inline;
}

#news-reviews .portrait-border.last {
	margin-right: 0;
}

#news-reviews .portrait-border .image {
	width: 175px;
	height: 125px;
	margin: 0 auto;
}

#news-reviews .portrait-border .detail {
	height: 252px;
}

#news-reviews .portrait-border .detail h3 a {
	color: #1f71b6;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
	display: block;
}

#news-reviews .portrait-border .detail p {
	margin-bottom: 4px;
	line-height: 20px;
}

#news-reviews a.more {
	margin-top: 16px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#network-logos ul {
	width: 940px;
	margin-top: 30px;
}

#network-logos ul li {
	float: left;
	margin-left: 50px;
	display: inline;
}

#footer {
	height: 86px;
	margin-top: 15px;
	padding-top: 46px;
	background: url(images/footer-bg.png) no-repeat center top;
	overflow: hidden;
}

#footer .container {
	width: 884px;
	padding: 0 28px;
}

#footer #nikworld {
	float:right;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
}

#footer #nikworld a {
	font-weight: bold;
	color: #ffffff;
}

#footer form#newsletter {
	height: 35px;
	margin-left: 303px;
	margin-bottom: 30px;
	float: left;
	display: inline;
}

#footer form#newsletter input.text {
	width: 175px;
	padding: 5px 6px 4px;
	margin-right: 7px;
	float: left;
	color: #999;
	font-size: 14px;
}

#footer form#newsletter input.image {
	float: left;
}

#footer ul {
	width: 500px;
	padding-bottom: 25px;
	float: left;
	clear: both;
}

#footer ul li {
	padding: 0 9px 0;
	background: url(images/footer-links-spacer.png) no-repeat right center;
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 16px;
}

#footer ul li.first {
	padding-left: 0;
}

#footer ul li.last {
	background: none;
}

#footer ul li a { 
	color: #666;
	font-size: 14px;
}

/*---- COMPARISON ----*/
#handset-detail {
}

#handset-detail .image {
	width: 250px;
	height: 250px;
	float: left;
	text-align: center;
}

#handset-detail p {
	margin-bottom: 16px;
	color: #666666;
	line-height: 16px;
}

#handset-detail a.read-more {
	color: #003366;
	font-size: 16px;
	font-weight: bold;
}

.tariff-search {
	margin-top: 40px;
	margin-bottom: 15px;
}

.tariff-search div#tabs ul {
	height: 40px;
	overflow: hidden;
}

.tariff-search div#tabs ul li {
	height: 40px;
	display: inline;
	float: left;
}

.tariff-search div#tabs ul li.monthly {
	margin-right: 222px;
}

.tariff-search div#tabs ul li.payg {
	margin-right: 210px;
}

/*- Used by jQuery to hide inactive tabs -*/
.ui-tabs-hide {  
 display: none;  
} 

.tariff-search #pay-monthly {
	width: 940px;
	height: 111px;
	background: url(images/tariff-search-pay-monthly-bg.png) no-repeat left top;
}

.tariff-search #payg {
	width: 940px;
	height: 111px;
	background: url(images/tariff-search-payg-bg.png) no-repeat left top;
}

.tariff-search .networks {
	width: 940px;
	height: 111px;
	background: url(images/tariff-search-networks-bg.png) no-repeat left top;
}

.tariff-search form {
	margin: 0;
	padding: 13px 0 0;
}

.tariff-search form .item {
	margin-left: 22px;
	float: left;
	display: inline;
}

.tariff-search form .item label {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.tariff-search #pay-monthly form .item label {
	color: #ffcc33;
}

.tariff-search #payg form .item label {
	color: #2b48a0;
}

.tariff-search form select {
}

.tariff-search form input.button {
	margin-top: 17px;
}

.tariff-search form input.button.payg {
	margin-left: 348px;
}

ul#errors {
	margin-top: 5px;
}

ul#errors li {
	list-style: disc;
	margin-left: 18px;
	line-height: 20px;
}

ul#deals-table {
	width: 940px;
}

ul#deals-table li.row {
	margin-bottom: 10px;
}

ul#deals-table ul#tabs {
	width: 940px;
	height: 46px;
}

ul#deals-table ul#tabs li {
	margin: 0 2px 0 1px;
	float: left;
}

ul#deals-table ul#tabs li.handset {
	width: 254px;
}

ul#deals-table ul.deal {
	width: 940px;
	height: 109px;
	background: url(images/deals-bg.png) no-repeat top left;
}

ul#deals-table ul.deal li {
	padding: 0 11px;
	float: left;
	text-align: center;
	color: #3399cc;
	font-size: 12px;
	font-weight: bold;
}

ul#deals-table ul.deal li span.large {
	font-size: 18px;
}

ul#deals-table ul.deal li span.larger {
	font-size: 22px;
}

ul#deals-table ul.deal li span.largest {
	font-size: 26px;
}

ul#deals-table ul.deal li.handset {
	width: 224px;
	padding: 10px 16px 0;
}

ul#deals-table ul.deal li.handset img {
	margin-bottom: 3px;
}

ul#deals-table ul.deal li.tariff {
	width: 79px;
	padding-top: 24px;
}

ul#deals-table ul.deal li.minutes {
	width: 57px;
	padding-top: 35px;
}

ul#deals-table ul.deal li.texts {
	width: 50px;
	padding-top: 42px;
}

ul#deals-table ul.deal li.phone-cost {
	width: 78px;
	padding-top: 43px;
}

ul#deals-table ul.deal li.gift {
	width: 74px;
	padding-top: 43px;
}

ul#deals-table ul.deal li.monthly-cost {
	width: 76px;
	padding-top: 36px;
	font-size: 10px;
}

ul#deals-table ul.deal li.buy {
	width: 115px;
	padding-top: 20px;
}

ul#deals-table ul.deal li.buy img {
	margin-bottom: 8px;
}

/*---- LATEST DEALS ----*/
#latest-deals {
	margin-top: 30px;
}

#latest-deals .advert {
	width: 220px;
	height: 264px;
	margin-right: 20px;
	margin-bottom: 35px;
	float: left;
}

#latest-deals .advert.end {
	margin-right: 0;
}

/*---- BLOG LISTING & POST ----*/
#blog {
	width: 696px;
	float: left;
}

#blog h1 {
	margin-bottom: 25px;
}

#blog .post h2.single {
	margin-bottom: 10px;
}

#blog .item {
	margin-bottom: 25px;
}

#blog .item .post {
	width: 526px;
	float: left;
}

#blog .item .post .posted-in {
	margin-bottom: 10px;
	color: #2398d3;
}

#blog .item .post .posted-in a {
	color: #2398d3;
	text-decoration: underline;
}

#blog .item .post .posted-in a:hover {
	text-decoration: none;
}

#blog .item .post img {
	float: right;
	margin-left: 26px;
}

#blog .item .post p {
	text-align: justify;
	margin-bottom: 10px;
}

.author-info {
	width: 140px;
	height: 226px;
	margin-right: 30px;
	background: url(images/blog-author-info.png) no-repeat left top;
	float: left;
}

.author-info ul {
	padding-top: 24px;
}

.author-info ul li {
	margin-left: 19px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.author-info ul li.date {
	margin-bottom: 21px;
	font-size: 16px;
	text-transform: uppercase;
}

.author-info ul li.date span {
	font-size: 31px;
	color: #0099cc;
}

.author-info ul li.author {
	margin-bottom: 16px;
	padding-left: 37px;
	background: url(images/blog-author-buddy.png) no-repeat left top;
}

.author-info ul li.author span {
	font-size: 16px;
	color: #0099cc;
}

.author-info ul li.posts {
	margin-bottom: 17px;
	padding: 6px 0 4px 38px;
	background: url(images/blog-author-speach.png) no-repeat left top;
	font-size: 16px;
} 

.author-info ul li.twitter a {
	padding: 7px 0 5px 38px;
	background: url(images/blog-author-twitter.png) no-repeat left top;
	color: #2eb5d9;
	display: block;
}

#blog .item img {
	margin-right: 23px;
	float: left;
}

#blog .item h2 {
	margin-bottom: 25px;
}

#blog .item h2 a {
	margin-bottom: 25px;
	color: #333333;
}

#blog .item p {
	color: #333333;
	line-height: 20px;
	text-align: justify;
}

#blog .item a.more {
	line-height: 20px;
	font-weight: bold;
	color: #0099cc;
}

#blog h3#comments-title {
	margin-top: 50px;
	font-size: 14px;
}

#blog ol.comments {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
}

#blog ol.comments li {
	margin: 0;
	padding: 0;
}

#blog ol.comments li .header {
	width: 486px;
	height: 32px;
	padding: 18px 20px 0;
	background: url(images/comments-header-bg.png) left top;
	color: #FFFFFF;
}

#blog ol.comments li .header a {
	color: #FFFFFF;
}

#blog ol.comments li .header .time {
	float: right;
	font-weight: bold;
}

#blog ol.comments li .comment {
	width: 486px;
	margin-bottom: 18px;
	padding: 24px 20px 16px;
	background: #eaebeb;
}

#blog ol.comments li .comment p {
	font-size: 12px;
	line-height: 18px;
	color: #757575;
}

/*---- SIDEBAR ----*/
#sidebar {
	width: 220px;
	margin-left: 24px;
	float: left;
	display: inline;
}

#sidebar #search {
	width: 220px;
	height: 93px;
	margin-bottom: 22px;
	background: url(images/sidebar-search-bg.png) no-repeat left top;
}

#sidebar #bookmark-us {
	margin: 0 0 36px 16px;
}

#sidebar #bookmark-us ul li {
	margin: 14px 8px 0 0;
	float: left;
}

#sidebar #bookmark-us ul li.end {
	margin-right: 0;
}

#sidebar .links {
	margin: 0 0 42px 20px;
}

#sidebar .links ul li {
	width: 200px;
	padding: 10px 0;
	background: url(images/sidebar-spacer.png) no-repeat left bottom;
}

#sidebar .links ul li.last {
	background: none;
}

#sidebar .links ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}

/*-- PAGE --*/
#page {
	width: 696px;
	float: left;
}

#page h1 {
	margin-bottom: 25px;
}

#page p {
	text-align: justify;
	line-height: 20px;
	margin-bottom: 10px;
}

/*---- HOMEPAGE SLIDER ----*/
.sliderGallery {
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 160px;
    width: 960px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery ul li {
    display: inline;
}

.handle {
    position: absolute;
    cursor: move;
    top: 0;
    z-index: 100;
    /* bespoke to your own solution */
    height: 17px;
    width: 181px;
}

/*---- 404 ERROR PAGE ----*/
#error-page {
	width: 596px;
	padding: 40px 0 0 100px; 
	float: left;
}

#error-page p {
	width: 500px;
	margin-top: 25px;
	color: #999999;
	font-size: 16px;
	line-height: 20px;
}

#error-page a {
	text-decoration: underline;
	color: #999999;
}

#error-page a:hover {
	text-decoration: none;
}

/*---- COMMENTS ----*/
ol.commentlist {
	width: 526px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

ol.commentlist li {
	width: 526px;
	margin: 15px 0 0;
	padding: 0;
}

/*
div.comment-header {
	width: 496px;
	height: 32px;
	padding: 18px 15px 0;
	background: url(/images/comments-header-bg.png) no-repeat left top;
	color: #FFFFFF;
}

div.comment-header a {
	color: #FFFFFF;
}

div.comment-header .comment-author {
	width: 300px;
	float: left;
}

div.comment-header .comment-date {
	width: 196px;
	float: left;
	text-align: right;
	font-weight: bold;
}

div.comment-body {
	width: 526px;
	background: #eaebeb;
}

div.comment-body p {
	padding: 20px;
	color: #666666 !important;
}
*/

div#respond {
	width: 526px;
	margin-top: 30px;
}

form#commentform {
	width: 526px;
	margin: 20px 0 0;
	padding: 0;
}

form#commentform .row {
	margin-bottom: 3px;
	padding: 9px 20px 8px;
	background: #f2f2f2;
	overflow: hidden;
}

form#commentform .row.nobg {
	background: none;
}

form#commentform .row label {
	width: 185px; 
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #0099cc;
	display: block;
	float: left;
	clear: both;
}

form#commentform input {
	float: left;
}

form#commentform input.text {
	width: 280px;
	padding: 6px;
	border: 1px solid #bdbcbd;
	color: #666666;
}

form#commentform textarea {
	width: 280px;
	padding: 6px;
	float: left;
	border: 1px solid #bdbcbd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form#commentform input.button {
	float: right;
}


#sliderContent {
  width:900px;
	margin:auto;
	padding:0;
}

.viewer {
  width:900px;
	height:109px;
	margin:0 auto; 
	overflow:hidden;
  position:relative;
}

.content-conveyor {
	width:900px;
	height:109px;
	position:relative;
}

.content-conveyor .item {
  width:148px;
	float:left;
	text-align:center;
}

.content-conveyor .item a {
	color: #2b48a0;
	font-weight: bold;
	line-height: 16px;
}

/*---- MOBILE PHONE LISTING ----*/
#mobile-listing h1 {
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 1px solid #CCCCCC;
}

#mobile-listing h2 {
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 1px solid #CCCCCC;
}

#mobile-listing .item {
	width: 102px;
	height: 125px;
	float: left;
	text-align: center;
}

#mobile-listing .item a {
	color: #2b48a0;
	font-weight: bold;
	display: block;
	margin-top: 4px;
}