/* -----------------------------------------------------------------------

CSS Document

   * Screen CSS - resets, typography, layout, forms
   * Copyright (c) 2008-Present.
   * Author - Nick Lansdell
   * Date of origin - 09/12/08

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/* typography.css */
body {
	font-size: 75%;
	color:#999;
	background:#000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#999;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
	line-height:1.7em;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus, a:hover {
	color: #fff;
}

a {
	color:#999;
	text-decoration:none;
}

blockquote {
	margin: 1.5em;color:#666;font-style:italic;
}

strong {
	font-weight: bold;
}

table {
	margin-bottom: 20px;
	width: 100%;
}

th {
	font-weight: bold;
	background: #C3D9FF;
}

th, td {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #E5ECF9;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}



/* layout css */
#container {
	width:950px;
	margin:0 auto;
}

#logo {
	float:left;
	width:240px;
	height:80px;
	background:url(../images/mobus-fabrics-logo-silver.jpg) no-repeat 0 0;
}

#page-one-col {
	margin:0 0 20px 0;
}

.news-img {
	width:200px;
	float:left;
	padding:20px;
}

.news-text {
	width:670px;
	padding:20px;
	float:right;
}

#sidebar {
	width:240px;
	float:left;
}

#page-two-col {
	width:710px;
	float:right;
}

#page-two-col .rule {
	background-color:#333;
	margin: 10px 0 20px 0;
}

#page-two-col ul {
	line-height: 1.4em;
	padding-left: 20px;
}

#page-one-col .rule {
	background-color:#333;
	margin: 20px 0 20px 0;
	clear:both;
}

#mobus-team {
	width:700px;
	height:500px;
	background:url(../images/team-red.jpg) no-repeat 0 0;
	margin:0 0 20px 0;
	padding:10px 0 0 10px;
}

#mobus-team p {
	color:#fff;
	line-height:1.4em;
}

#mobus-team .director-details {
	width:166px;
	padding: 0 10px 0 0;
	float:left;
}

#mobus-global-contact-details {
	width:200px;
	padding:0 20px 0 50px;
	float:right;
}

#footer {
	clear:both;
	text-align:center;
}

#footer p{
	font-size:9px;
	color:#333;
}

.clear {
	clear:both;
}

.bottom {
	margin-bottom:20px;
}

.rule {
	background-color:#a9081a;
	height:2px;
	margin: 20px 0 20px 0;
	clear:both;
}

.rule img {
	margin:0px;
	border:0px;
	float:left;
}




/* forms css */

label {
	font-weight: bold;
}

input {
	border:#333 1px solid;
	background-color:#000;
	color:#999;
}

.fields {
	width: 390px;
	padding: 5px;
}

textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
	border:#333 1px solid;
	background-color:#000;
	color:#999;
}





/* -----------------------------------------------------------------------

CSS Document

   * Screen CSS - navigation
   * Copyright (c) 2008-Present.
   * Author - Nick Lansdell
   * Date of origin - 09/12/08

----------------------------------------------------------------------- */

a span {
  display: none;
}


/* primary navigation */
#primary-nav {
	height:80px;
}

#primary-nav ul {
}

#primary-nav li {
	display:inline;
}

#primary-nav a {
	display:block;
	float:left;
	height:28px;
	margin:52px 0 0 0;
}



/* home button */
#home {
	width:146px;
	background:url(../images/mobus-fabrics-red.gif) no-repeat 0 0;

}

#home:hover { 
  background-position: 0 -28px;
}



/* about mobus button */
#about-mobus {
	width: 147px;
	background:url(../images/about-mobus-fabrics-red.gif) no-repeat 0 0;

}

#about-mobus:hover { 
  background-position: 0 -28px;
}



/* mobus global button */
#mobus-global {
	width: 150px;
	background:url(../images/mobus-fabrics-global-red.gif) no-repeat 0 0;

}

#mobus-global:hover { 
  background-position: 0 -28px;
}



/* news button */
#news {
	width: 97px;
	background:url(../images/mobus-fabrics-news-red.gif) no-repeat 0 0;

}

#news:hover { 
  background-position: 0 -28px;
}



/* links button */
#links {
	width: 96px;
	background:url(../images/mobus-fabrics-links-red.gif) no-repeat 0 0;

}

#links:hover { 
  background-position: 0 -28px;
}



/* contact button */
#contact {
	width: 71px;
	background:url(../images/mobus-fabrics-contact-red.gif) no-repeat 0 0;
}

#contact:hover { 
  background-position: 0 -28px;
}




/* secondary navigation */
#secondary-nav {
}

#secondary-nav ul {
	list-style:none;
}

#secondary-nav li {
	
}

#secondary-nav a {
	display:block;
	height:10px;
	margin:0 0 10px 0;
}

#secondary-nav a.descenders {
	height:13px;
}



/* history button */
#history {
	width: 46px;
	background:url(../images/mobus-fabrics-history.gif) no-repeat 0 0;
}

#history:hover { 
  background-position: 0 -13px;
}



/* company information button */
#company-information {
	width: 138px;
	background:url(../images/mobus-fabrics-company-information.gif) no-repeat 0 0;
}

#company-information:hover { 
  background-position: 0 -13px;
}



/* team button */
#team {
	width: 63px;
	background:url(../images/mobus-fabrics-team.gif) no-repeat 0 0;
}

#team:hover { 
  background-position: 0 -10px;
}



/* mobus uk button */
#mobus-uk {
	width: 65px;
	background:url(../images/mobus-fabrics-global-uk.gif) no-repeat 0 0;
}

#mobus-uk:hover { 
  background-position: 0 -10px;
}



/* mobus thailand button */
#mobus-thailand {
	width: 101px;
	background:url(../images/mobus-fabrics-global-thailand.gif) no-repeat 0 0;
}

#mobus-thailand:hover { 
  background-position: 0 -10px;
}



/* mobus china button */
#mobus-china {
	width: 83px;
	background:url(../images/mobus-fabrics-global-china.gif) no-repeat 0 0;
}

#mobus-china:hover { 
  background-position: 0 -10px;
}



/* mobus fire retardant plant button */
#mobus-fire-retardant-plant {
	width: 180px;
	background:url(../images/mobus-fabrics-global-fire-retardant.gif) no-repeat 0 0;
}

#mobus-fire-retardant-plant:hover { 
  background-position: 0 -10px;
}



/* mobus hong kong button */
#mobus-hong-kong {
	width: 116px;
	background:url(../images/mobus-fabrics-hong-kong.gif) no-repeat 0 0;
}

#mobus-hong-kong:hover { 
  background-position: 0 -13px;
}



/* mobus c2c button */
#mobus-c2c {
	width: 76px;
	background:url(../images/mobus-fabrics-c2c.gif) no-repeat 0 0;
}

#mobus-c2c:hover { 
  background-position: 0 -10px;
}



/* mobus contract fabrics button */
#mobus-contract-fabrics {
	width: 153px;
	background:url(../images/mobus-fabrics-contract.gif) no-repeat 0 0;
}

#mobus-contract-fabrics:hover { 
  background-position: 0 -10px;
}



/* enquiries button */
#enquiries {
	width: 61px;
	background:url(../images/mobus-fabrics-enquiries.gif) no-repeat 0 0;
}

#enquiries:hover { 
  background-position: 0 -13px;
}



/* directions button */
#directions {
	width: 66px;
	background:url(../images/mobus-fabrics-directions.gif) no-repeat 0 0;
}

#directions:hover { 
  background-position: 0 -10px;
}



/* print button */
#print {
	width: 66px;
	background:url(../images/mobus-fabrics-print.gif) no-repeat 0 0;
}

#print:hover { 
  background-position: 0 -10px;
}




