/******************************************************
Cascading Style Sheet for MotorolaUnlocked.co.uk.
Created by Kerry Hyatt - Email: chat@kerryhyatt.co.uk.
******************************************************/

/*******************************************
SCREEN - for good browsers!
*******************************************/

/***************************
RESET
***************************/

* {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, p, ul, ol, li,
form, label, input, select, option {
	margin:0;
	padding:0;
	font-size:100%;
	font-family: 'Lucida Sans Unicode', Tahoma, Arial, Helvetica, sans-serif;
}

/***************************
STRUCTURE
***************************/

body {
	background:  url(../images/bg_body.jpg) repeat-x top #5387B6;
	border-top:6px solid #194F7B;
}

#container {
	background-color:transparent;
	height:1000px;
	margin:0 auto;
	width:766px;
}

#header {
	height:100px;
	background-color:transparent;
}

#logo {
	float:left;
	padding-left:10px;
}

#phone {
	float:left;
	margin-left:30px;
}

/***************************
TOP NAVIGATION
***************************/

#navtop {
	height:100px;
	width:231px;
	background:  url(../images/bg_navtop.jpg) no-repeat transparent;
	float:right;
	padding-right:2px;
}

#navtop ul {
	list-style-type: none;
	padding:0 0 0 0;
	margin:0;
	height:18px;
}

#navtop ul li {
	float:left;
	background:   url(../images/footer-split-white.gif) no-repeat left;
	padding:0 0 0 20px;
}

#navtop ul li.first {
	background:   url(../images/spacer.gif) no-repeat left;
	padding:0 0 0 24px;
}

#navtop ul li a {
	font-size:68%;
	color:#fff;
	text-decoration:none;
	position:relative;
	top:-4px;
}

#navtop ul li a:hover {
	color:#fcd514;
}

/***************************
MAIN NAVIGATION
***************************/

#navmain {
	width:766px;
	height:28px;
}

#navmain ul {
	list-style-type:none;
}

#navmain li {
	float:left;
	width:190px;
	height:28px;
	text-align:center;
	background:  url(../images/bg_navmain_li_active.jpg) no-repeat top;
	padding-top:3px;
}

#navmain li.last {
	width:196px;
	background:  url(../images/bg_navmain_li_active_last.jpg) no-repeat top;
	text-align:left;
}

#navmain li.current {
	background:  url(../images/bg_navmain_li_current.jpg) no-repeat top;
}

#navmain li.currentlast {
	width:196px;
	background:  url(../images/bg_navmain_li_current_last.jpg) no-repeat top;
	text-align:left;
}

#navmain a {
	font-size:98%;
	color:#fff;
	text-decoration:none;
}

#navmain li.last a {
	padding-left:20px;
}
#navmain li.currentlast a {
	padding-left:20px;
}

#navmain a:hover {
	font-size:98%;
	color:#fcd514;
	text-decoration:none;
}

/***************************
CONTENT
***************************/

#content {
	width:766px;
	height:660px;
	background:   url(../images/bg_content.jpg) no-repeat top #9BCAE9;
}

#content h1 {
	color:#fcd514;
	font-size:118%;
	font-weight:normal;
	padding:16px 20px 10px 20px;
}

#content h2 {
	color:#194f7b;
	font-size:78%;
	font-weight:normal;
	padding:3px 20px 3px 20px;
}

#content p {
	color:#000;
	font-size:78%;
	padding:5px 20px;
}

#content p.resources {
	color:#fff;
	font-size:48%;
	padding:5px 0;
	text-align:center;
}

#content a {
	color:#255781;
	border-bottom:1px dotted #255781;
	text-decoration:none;
}

#content a:hover {
	color:#FCD514;
	border-bottom:1px dotted #FCD514;
	text-decoration:none;
}

#content em {
	font-weight:bold;
	font-size:150%;
	font-style:normal;
	color:#990000;
}

#content ul {
	font-size:78%;
	color:#fff;
	padding:0 20px 0 50px;
}

/***************************
FORM
***************************/

#content #formtop {
	background:  url(../images/bg_form_top.jpg) no-repeat top transparent;
	height:15px;
	width:718px;
	margin:0px 20px;
}

#content #formbottom {
	background:  url(../images/bg_form_bottom.jpg) no-repeat top transparent;
	height:15px;
	width:718px;
	margin:0px 20px;
}

#content form {
	background-color: #fff;
	padding:0 20px;
	width:718px;
	padding:0 0 0 0;
	margin:0px 20px;
	height:190px;
}

#content form .col1,
#content form .col2 {
	width:307px;
	float:left;
	padding:0 26px;
}

#content form label {
	font-size:78%;
	color:#255781;
	padding:0;
	margin:0;
}

#content form input.text {
	width:300px;
	height:18px;
	border:1px solid #5387b6;
	font-size:78%;
	color:#255781;
	padding:0 2px;
}

#content form input.checkbox {
	width:18px;
	height:18px;
	border:none;
	font-size:78%;
	color:#255781;
	padding:4px 0 0 2px;
}

#content form input.button1,
#content form input.button2 {
	width:105px;
	height:24px;
	border:1px solid #5387b6;
	font-size:98%;
	color:#fff;
	padding:0 0 4px 0;
	background:  url(../images/bg_form_button.gif) no-repeat top;
	border:none;
	cursor:pointer;
}

#content form input.button1 {
	margin:20px 0 0 42px;
}
#content form input.button2 {
	margin:20px 0 0 2px;
}

#content form input.button1:hover,
#content form input.button2:hover {
	color:#fcd514;
	}

#content form select {
	width:306px;
	height:18px;
	border:1px solid #5387b6;
	font-size:78%;
	color:#255781;
}

#content form option {
	font-size:100%;
	color:#255781;
	padding:0 2px;
	width:306px;
	height:18px;
}

#content form textarea {
	overflow:hidden;
	height:88px;
	width:300px;
}

#content form p {
	font-size:58%;
	color:#255781;
	width:310px;
	padding:10px 0 0 0;
}

#content form p.instr {
	font-size:58%;
	color:#255781;
	width:310px;
	padding:0;
}

/***************************
FOOTER
***************************/

#footer {
	width:766px;
	height:194px;
	background:  url(../images/bg_footer.jpg) no-repeat bottom #9BCAE9;
}

#footer p {
	font-size:68%;
	color:#9bcae9;
	text-align:center;
	padding:3px 0;
	clear:left;
}

#footer p.bottomlinks {
	font-size:38%;
	color:#9bcae9;
	text-align:center;
	padding-top:12px;
}

#footer p a {
	color:#9bcae9;
	text-decoration:none;
	border-bottom:1px dotted #9bcae9;
}

#footer #navfooter {
	padding-top:192px;
}

#footer #navfooter ul {
	list-style-type:none;
}

#footer #navfooter ul li {
	float:left;
	font-size:78%;
	background:   url(../images/footer-split-white.gif) no-repeat left;
	padding:0 0 0 22px;
}

#footer #navfooter ul li.first {
	background:   url(../images/spacer.gif) no-repeat left;
	padding:0 0 0 280px;
}

#footer #navfooter ul li a {
	color:#fff;
	text-decoration:none;
}

#footer #navfooter ul li a:hover {
	color:#fcd514;
	text-decoration:none;
}

/***************************
CLASSES
***************************/

.clear {
	clear:both;
}

.hide {
	display:none;
}

.center {
	text-align:center;
}

/***************************
TERMS PAGE
***************************/

#terms #content {
	width:766px;
	height:2420px;
	background:url(../images/bg_content_terms.jpg) no-repeat top #9BCAE9;
}

/***************************
ABOUT PAGE
***************************/

#about #content {
	width:766px;
	height:410px;
	background:url(../images/bg_content_about.jpg) no-repeat top #9BCAE9;
}

/***************************
SOFTWARE PAGE
***************************/

#software #content {
	width:766px;
	height:982px;
	background:url(../images/bg_content_software.jpg) no-repeat top #9BCAE9;
}

#softwareimg {
	border:1px solid #9bcae9;
	margin:6px 0;
}

#software #content a.image {
	border:none;
}

/***************************
IMEI CODE PAGE
***************************/

#imeicode #content {
	width:766px;
	height:680px;
	background:url(../images/bg_content_imeicode.jpg) no-repeat top #9BCAE9;
}

/***************************
CONTACT US PAGE
***************************/

#contact #content {
	width:766px;
	height:410px;
	background:url(../images/bg_content_about.jpg) no-repeat top #9BCAE9;
}

#contact p.emailaddress {
	font-size: 128%;
	font-weight:bold;
}

#contact #content form {
	height:188px;
}

/***************************
UNLOCK PAGES
***************************/

#unlock #content {
	width:766px;
	height:520px;
	background:url(../images/bg_content_unlock.jpg) no-repeat top #9BCAE9;
}

/***************************
RESOURCES-LARGE PAGES
***************************/

#resources-large #content {
	width:766px;
	height:2000px;
	background:url(../images/bg_content_resources-large.jpg) no-repeat top #9BCAE9;
}

/***************************
RESOURCES-SMALL PAGES
***************************/

#resources-small #content {
	width:766px;
	height:1700px;
	background:url(../images/bg_content_resources-small.jpg) no-repeat top #9BCAE9;
}