@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	background: #191919 url(../images/header/topgrad.jpg) repeat-x 0 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #606060;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* Set Up Links */

a {
	color: #1585DB;
}
a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.LargeBlueLink {
	font-size: 150%
}

/* Set Up Other main parameters */

.p {
 	padding-top: 4px;
 	padding-bottom: 4px;
}

.bolt_text {
	font-weight: bold;
}

.BlueHeading {
	color: #606060;
	font-size: 150%;
	font-weight: bold;
	margin: 0;
}

.BlueHeadingSmall {
	color: #004673;
}

/* header top */
#header {
	height: 152px;
	padding: 23px 0px 0px 0px;
	
}

#headerlogo {
	float: left;
}

#headerlinks {
	float: right;
	height: 130px;
	width: 130px;
}

/* Set Up top right short cuts */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

ul#topnav li {
	height: 16px;
	margin-bottom: 5px;
}

ul#topnav li a:link, ul#topnav li a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}	

ul#topnav li a:hover, ul#topnav li a:active {
	text-decoration: underline;
}

.favouritesicon {
	background: url(../images/header/favourites-icon.gif) no-repeat 0 100%;
	padding: 0 0 0 20px;
}

.contactusicon {
	background: url(../images/header/contact-us-icon.gif) no-repeat 0 100%;
	padding: 0 0 0 20px;
}

.loginicon {
	background: url(../images/header/login-icon.png) no-repeat 0 100%;
	padding: 0 0 0 20px;
}

.twittericon {
	background: url(../images/header/twitter.gif) no-repeat 0 100%;
	padding: 0 0 0 20px;
}

.shareicon {
	background: url(../images/header/share.png) no-repeat 0 100%;
    padding: 0 0 0 20px;
}

/* header navigation */

#headernavcontainer {
	height: 75px;
}

#headernav {
	height: 29px;
}

#headernavhome {
	float: left;
	height: 29px;
	width: 130px;
	text-align: center;
}

#headernavwallpapers {
	float: left;
	height: 29px;
	width: 130px;
	text-align: center;
}

#headernavsearch {
	float: right;
	height: 29px;
	width: 290px;
	text-align: center;
}


/* Image swap css */

a.imageHome {
	display: block;
	background: url(../images/header/menu.gif) top no-repeat;
	width: 120px;
	height: 29px;
	text-decoration: none;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	color: #606060;
	padding-top: 8px;	
}

a.imageHomeSelected {
	display: block;
	background: url(../images/header/menu-blue.gif) top no-repeat;
	background-position: 0px -38px;
	width: 120px;
	height: 29px;
	text-decoration: none;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 8px;	
}

a.imageWallpapers {
	display: block;
	background: url(../images/header/menu.gif) top no-repeat;
	width: 120px;
	height: 29px;
	text-decoration: none;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	color: #606060;
	padding-top: 8px;	
}

a.imageWallpapersSelected {
	display: block;
	background: url(../images/header/menu.gif) top no-repeat;
	width: 120px;
	height: 29px;
	text-decoration: none;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 8px;	
}

a.imageRingtones {
	display: block;
	background: url(../images/header/menu.gif) top no-repeat;
	width: 120px;
	height: 29px;
	text-decoration: none;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	color: #606060;
	padding-top: 8px;	
}

a.imageHintsTips {
	display: block;
	background: url(../images/header/menu.gif) top no-repeat;
	width: 120px;
	height: 29px;
	text-decoration: none;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	color: #606060;
	padding-top: 8px;	
}

a.imageMyiphone {
	display: block;
	background: url(../images/header/menu.gif) top no-repeat;
	width: 120px;
	height: 29px;
	text-decoration: none;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	color: #606060;
	padding-top: 8px;	
}

a.imageMenu:hover {
	background-position: 0px -38px;
	text-decoration: underline;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 8px;
}

a.imageMenu:active {
	background-position: 0px -38px;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 8px;
}

a.imageSearch {
	display: block;
	background: url(../images/header/search.gif) top no-repeat;
	width: 290px;
	height: 29px;
	text-decoration: none;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	color: #606060;
	padding-top: 5px;
	cursor: default;	
}

a.imageSearch:hover {
	background-position: 0px -38px;
	text-decoration: none;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 5px;
	cursor: default;
}

a.imageSearch:active {
	background-position: 0px -38px;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 5px;
}

/* Sets correct cursor for main search box and formats search box */
.xlink {
	cursor:pointer;
	cursor:hand;
	vertical-align: top;
	}
	
/* Set up the search input box */
#formSearch #textinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #B2B3B7;
	width: 150px;
}


