/*
	NUMBERSALES CSS
	CREATED:05.11.08
	MODIFIED:02.03.10
	AUTHOR:CHRIS KETTLE 
*/

/*
	COLOURS
	BACKGROUND:#333
	ORANGE:#f50
	LINK BLUE:#009ddf
	GREY TINT:#f6f4f3
	GOLD TINT: #efed81
	BLUE TINT: #deebf5
	LINE GREY: #d5d3d2
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:none;
}

:link,:visited {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* BASE
******************************************/

html>body {
	font-size:12px;
}




body {
                background:#333;
	color:#222;
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:75%;
	line-height:1.5em; 
	padding:1em;
	text-align:center;
}

input,select,textarea {
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	line-height:100%;
	padding:4px;
	vertical-align:middle;
}

#skip {
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:0;
}

a:link,
a:visited {
	border-bottom:1px solid #d9f0fb;
	color:#009ddf;
	text-decoration:none;
}

a:hover,
a:active {
	border-bottom:1px solid #009ddf;
	color:#009ddf;
	text-decoration:none;
}

/* .clearme {
	clear:both;
	height:0;
} */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight:bold;
}

hr {
	background:#d5d3d2;
	border:0;
	color:#d5d3d2;
	height:1px;
	margin: 0 0 .75em 0;
}

a img {
	display:block;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul,td,th {
	font-size: 1em;
	line-height: 1.5em;
}

p {
	margin:0 0 0.75em 0;
}

h1 {
	font-size: 1.75em;
	font-weight:bold;
	line-height: 0.857143em;
	margin:0 0 0.6em 0;
}

h2 {
	color:#f50;
	font-size: 1.5em;
	font-weight:bold;
	line-height: 1.4em;
	margin:0.5625em 0;
}


h3,dt {
	font-size: 1.25em;
	font-weight:bold;
	margin:0 0 0.5em 0;
}

#main h3 {
	color:#f50;
}


dl,ol,ul {
	margin:0 0 1.75em 0;
}

ul {
	list-style-type:square;
	margin-right:4em;
	margin-left:4em;
}

dd,li {
	padding:0.3em 0;
}

p.dateauthor {
	color:#333;
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin:0 0 0.75em 0;
}

/*10 {
	font-size: 0.833333em;
	line-height: 1.8em;
	margin-top: 0.818182em;
	margin-bottom: 1.636364em;
}

11 {
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin-top: 0.75em;
	margin-bottom: 1.5em;
}

12 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 1.5em;
}

14 {
	font-size: 1.166667em;
	line-height: 1.285714em;
	margin-top: 0.9em;
	margin-bottom: 1.8em;
}

15 {
	font-size: 1.25em;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

16 {
	font-size: 1.333333em;
	line-height: 1.125em;
	margin-top: 0.642857em;
	margin-bottom: 1.285714em;
}

18 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0.5625em;
	margin-bottom: 1.125em;
}

21 {
	font-size: 1.75em;
	line-height: 0.857143em;
	margin-top: 0.6em;
	margin-bottom: 1.2em;
}

23 {
	font-size: 1.916667em;
	line-height: 0.782609em;
	margin-top: 0.428571em;
	margin-bottom: 0.857143em;
}*/

/* LAYOUT
******************************************/

#wrappr {
	background:#fff;
	margin:0 auto;
	padding:10px 0;
	width:780px;
}

#header,
#content,
#cnumber,
#footer {
	margin:0 auto;
	text-align:left;
	width:760px;
}

#header {
	background:#fff;
	height:270px;
}

#content {
	background:#fff;
	padding:10px 0 5px 0;
}

#sidebar {
	float:left;
	width:220px;
}

#main {
	background:#f6f4f3;
	border-top:1px solid #e1dfde;
	float:right;
	padding:10px;
	width:510px;
}

#deflhs {
	float:left;
	width:500px;
}

#defrhs {
	float:right;
	width:250px;
}

#footer {
	clear:both;
	padding:1.5em 0;
	width:780px;
}

/* HEADER
******************************************/

#logo a {
	background:#222 url(/assets/numbersales-logo.gif) 0 0 no-repeat;
	border:none;
	float:left;
	height:80px;
	overflow:hidden;
	padding:5px 0;
	position:relative;
	text-indent:-3000em;
	width:320px;
}

#search {
	background:#222;
	float:right;
	height:60px;
	padding:25px 0 5px 0;
	width:440px;
}

ul#nav {
	background:#fff url(/assets/nav.png) 0 0 no-repeat;
	list-style-type:none;
	float:left;
	height:30px;
	margin:0 0 10px 0;
	width:760px;
}

ul#nav li {
	display:block;
	float:left;
	height:30px;
	padding:0;
}

ul#nav li a {
	border:none;
	display:block;
	float:left;
	height:30px;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
}

ul#nav li.home a {
	background:#fff url(/assets/nav.png) 0 0 no-repeat;
	width:55px;
}

ul#nav li.home a:hover,
ul#nav li.home a.active {
	background:#fff url(/assets/nav.png) 0 -30px no-repeat;
	width:55px;
}

ul#nav li.numbers a {
	background:#fff url(/assets/nav.png) -55px 0 no-repeat;
	width:129px;
}

ul#nav li.numbers a:hover,
ul#nav li.numbers a.active {
	background:#fff url(/assets/nav.png) -55px -30px no-repeat;
	width:129px;
}

ul#nav li.clients a {
	background:#fff url(/assets/nav.png) -184px 0 no-repeat;
	width:70px;
}

ul#nav li.clients a:hover,
ul#nav li.clients a.active {
	background:#fff url(/assets/nav.png) -184px -30px no-repeat;
	width:70px;
}

ul#nav li.services a {
	background:#fff url(/assets/nav.png) -254px 0 no-repeat;
	width:79px;
}

ul#nav li.services a:hover,
ul#nav li.services a.active {
	background:#fff url(/assets/nav.png) -254px -30px no-repeat;
	width:79px;
}

ul#nav li.contact a {
	background:#fff url(/assets/nav.png) -333px 0 no-repeat;
	width:99px;
}

ul#nav li.contact a:hover,
ul#nav li.contact a.active {
	background:#fff url(/assets/nav.png) -333px -30px no-repeat;
	width:99px;
}

ul#nav li.sitemap a {
	background:#fff url(/assets/nav.png) -432px 0 no-repeat;
	width:73px;
}

ul#nav li.sitemap a:hover,
ul#nav li.sitemap a.active {
	background:#fff url(/assets/nav.png) -432px -30px no-repeat;
	width:73px;
}

ul#nav li.space {
	width:100px;
}

ul#nav li.support a {
	background:#fff url(/assets/nav.png) -605px 0 no-repeat;
	width:155px;
}

ul#nav li.support a:hover {
	background:#fff url(/assets/nav.png) -605px -30px no-repeat;
	width:155px;
}

#mainimage {
	background:#fff;
	height:140px;
	width:760px;
}

/* FOOTER
******************************************/

#footer {
	background:#444 url(/assets/footerbground.png) 0 0 repeat-x;
	color:#eee;
}

#footer p {
	font-size: 0.916667em;
	line-height: 1.636364em;
}

/* FORMS
******************************************/

input.short {
	width:140px;
}

input.long,
textarea.long {
	width:240px;
}

label {
	display:block;
	float:left;
	padding:4px 0 0 0;
	width:160px;
}

fieldset li {
	border-bottom:1px solid #d5d3d2;
}

span.req {
	color:#ff6000;
	font-weight:bold;
}

input.error,
select.error {
	border:1px solid #f50;
}

label.error {
	color:#f50;
	font-style:italic;
	margin:0 0 0 160px;
	padding:0.3em 0 0 0;
	width:auto;
}

#NewsletterFrm label.error {
	margin:0;
}

#search fieldset {
	background:#f6f4f3 url(/assets/inputgradient.png) 0 0 repeat-x;
	border:1px solid #fff;
	float:right;
	margin:0 20px 0 0;
	width:180px;
}

#newsletter fieldset {
	background:#f6f4f3 url(/assets/inputgradient.png) 0 0 repeat-x;
	border:1px solid #fff;
	width:180px;
}

#newsletter-panel fieldset {
	background:#f6f4f3 url(/assets/inputgradient.png) 0 0 repeat-x;
	border:1px solid #fff;
	width:200px;
}

#search input.short,
#newsletter input.short {
	background:#f6f4f3 url(/assets/inputgradient.png) 0 0 repeat-x;
	border:none;
	color:#888;
	float:left;
	padding:4px;
	width:142px;
}

#newsletter-panel input.short {
	background:#f6f4f3 url(/assets/inputgradient.png) 0 0 repeat-x;
	border:none;
	color:#888;
	float:left;
	padding:4px;
	width:162px;
}

input.btn {
 	padding:0;
 }

/* TABLES
******************************************/

table {
	margin:0.75em 0;
	width:100%;
}

td, th {
	padding:0.3em;
	vertical-align:top;
}

thead th {
	background:#333;
	color:#fff;
	font-weight:bold;
}

tbody th,
tbody td {
	background:#fff;
	border-bottom:1px solid #d5d3d2;
}

tbody th {
	font-weight:bold;
}

/* DECORATION
******************************************/

p.message {
	background:#ffc; 
	border:1px solid #fef2a3;
	font-weight:bold;
	padding:0.3em;
}

#selector {
	background:#f0f0fc;
	border-top:1px solid #e3d6ad;
	padding:10px;
	margin:0 0 0.75em 0;
	width:200px;
}

#newsletter {
	background:#deebf5;
	border-top:1px solid #cadfef;
	padding:10px;
	margin:0 0 0.75em 0;
	width:200px;
}

.lists {
	margin:.75em 0;
}

dl.list-lhs {
	float:left;
	width:250px;
}

dl.list-rhs {
	float:right;
	width:250px;
}

dt {
	font-weight:bold;
}

dd a {
	background:url(/assets/arrow.png) 0 50% no-repeat;
	padding:0 0 0 18px;
}

dd a:hover {
	color:#f50;
	background:url(/assets/arrow.png) -787px 50% no-repeat;
}

dd a:link,
dd a:visited,
dd a:hover,
dd a:active {
	border:none;
	display:block;
}

dd {
	border-bottom:1px solid #d5d3d2;
}

.item {
	margin:0 0 0.75em 0;	
}

/* .item img {
	display:block;
} */

#cnumber {
	padding:10px 0 0 225px;
	width:525px;
}

h3.address {
	color:#aeadac;
	font-weight:normal;
	margin:0;
}

h3.address span {
	color:#222;
	display:block;
	font-size: 2em;
	font-weight:bold;
	line-height: 1.2em;
}

#welcome-panel {
	background:#f6f4f3;
	border-top:1px solid #e1dfde;
	margin:0 0 1.5em 0;
	padding:10px 10px 5px 10px;
	width:480px;
}

#services-panel {
	background:#f0f0fc;
	border-top:1px solid #e3d6ad;
	padding:10px 10px 5px 10px;
	margin:0 0 0.75em 0;
	width:230px;
}

#newsletter-panel {
	background:#deebf5;
	border-top:1px solid #cadfef;
	padding:10px;
	margin:0 0 0.75em 0;
	width:230px;
}

ol.clients li {
	border-bottom:1px solid #d5d3d2;
	float:left;
	margin:0 0 0.3em 0;
	padding:0.3em 0;
}

ol.clients li p {
	margin:0;
}

img.logo {
	float:left;
	height:80px;
	margin:0 10px 0.75em 0;
	width:80px;
}

img.i {
	margin:0 0 1.5em 0;	
}

.ui-tabs-hide {
	display: none;
}

#tabs ul {
	height:2em;
	margin:0;
	width:510px;
}

#tabs ul li {
	display:inline;
}

#tabs ul li a {
	display:block;
	float:left;
	padding:0 0.4em;
}

li.ui-tabs-selected a {
	background:#009ddf;
	color:#fff;
}

#sidebar dl {
	margin-bottom:0;
}

#services-panel dl.end {
	margin-bottom:0.75em;
}
