/*

Gateway Computing - Global Stylesheet
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.gateway.co.uk/

*/

																					/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

																					/* ------------ Defaults ------------ */

body {
	background: #00384d url('../images/body-bg.jpg') no-repeat 50% 0;
	color: #000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 20px 0;
	}

#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}

#container { 
	margin: auto;
	width: 960px; 
	}
	
																					/* ------------ Branding ------------ */
																					
#branding { 
	background: url('../images/branding-bg.jpg') no-repeat 0 0;
	height: 137px;
	padding: 0 15px 0 40px;
	width: 905px; 
	}
	
#branding h1 a {
	background: url('../images/branding-h1.gif') no-repeat 0 0;
	display: block;
	float: left;
	height: 97px;
	margin: 20px 20px 0 0;
	text-indent: -25000px;
	width: 144px;
	}
	
#branding #tagline {
	display: block;
	float: left;
	height: 62px;
	margin-top: 43px;
	width: 370px;
	}
	
#branding #tagline img {
	margin: 6px 0 0 72px;
	}
		
#branding #search-form {
	float: right;
	height: 58px;
	margin-top: 79px;
	width: 225px;
	}
	
#branding #search-form legend,
#branding #search-form label {
	display: none;
	}
	
#branding #search-form input {
	float: left;
	padding: 0;
	margin: 0;	
	}
	
#branding #search-form #search-keyword {
	border: 0;
	background: url('../images/search-keyword-bg.png') no-repeat 0 0;
	color: #999;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 19px;
	margin-right: 5px;
	padding: 6px 0 0 7px;
	width: 183px;
	}
	
#branding #search-form a {
	color: #999;
	float: right;	
	margin: -5px 40px 0 0;
	}

#branding #search-form a:hover {
	color: #e32e2a;
	}	

																					/* ------------ Navigation ------------ */
																					
#nav {
	background: url('../images/nav-bg.jpg') no-repeat 0 0;
	height: 40px;
	padding: 0 20px;
	text-indent: -25000px;
	width: 920px;
	}
	
#nav li {
	float: left;
	}
	
#nav a {
	display: block;
	height: 40px;
	width: 184px;
	}
	
#nav a:hover {
	background-position: 0 -40px;
	}
	
#nav-home a { background: url('../images/nav-home.gif') no-repeat 0 0; }
#nav-about a { background: url('../images/nav-about.gif') no-repeat 0 0; }
#nav-products a { background: url('../images/nav-products.gif') no-repeat 0 0; }
#nav-services a { background: url('../images/nav-services.gif') no-repeat 0 0; }
#nav-contact a { background: url('../images/nav-contact.gif') no-repeat 0 0; }

#home #nav-home a,
#about #nav-about a, 
#products #nav-products a,
#services #nav-services a,
#contact #nav-contact a { 
	background-position: 0 -40px; 
	}
	
																					/* ------------ Content ------------ */
																					
#content { 
	background: #fff url('../images/content-bg.gif') no-repeat 0 0;
	padding: 10px 10px 0 10px;
	width: 940px; 
	}
	
#content .photo { 
	float: right;
	margin: 0 0 10px 20px;
	}

#content p { 
	margin-bottom: 1.25em; 
	}

#content blockquote { 
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
	font-size: 140%;
	font-style: italic;
	line-height: 140%;
	margin-right: 20px;
	padding: 7px 0 10px 0;
	width: 180px;
	}
	
#content blockquote p { 
	margin: 0;
	}

#content .list { 
	list-style: disc outside;
	margin: 0 0 20px 35px;
	}
#content .list li { 
	margin-bottom: 5px;
	}

																					/* ------------ Hero ------------ */
	
#hero { 
	height: 177px;
	margin-bottom: 10px;
	width: 940px; 
	}

#hero img { 
	float: left;
	}

																					/* ------------ Subnav ------------ */
	
#subnav {
	float: left;
	margin-bottom: 10px;
	text-indent: -25000px;
	width: 230px;
	}
		
#subnav a {
	display: block;
	height: 36px;
	width: 230px;
	}
	
#subnav a:hover,
#subnav a.selected  {
	background-position: 0 -36px;
	}

																					/* ------------ Sidebar ------------ */
	
#sidebar {
	float: left;
	overflow: hidden;
	width: 230px;
	}

																					/* ------------ Copy ------------ */
	
#copy {
	background: url('../images/copy-lrg-bg.gif') no-repeat 0 0;
	float: right;
	margin: 0 0 0 10px;
	padding: 18px 20px 0 20px;
	width: 660px;
	}

#copy h2 {
	color: #000;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 1.25em;
	text-transform: uppercase;
	width: 100%;
	}

#copy h3 {
	color: #000;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 1.25em;
	text-transform: uppercase;
	width: 350px;
	}
		
#copy a {
	color: #e32e2a;
	text-decoration: underline;
	}

#copy a:hover {
	color: #005575;
	text-decoration: underline;
	}	

#copy .icon-information {
	background: url('../images/icon-information.gif') no-repeat 0 0;
	padding: 3px 0 5px 50px;
	}	

																					/* ------------ Callback ------------ */
	
#callback-form {
	background: #ccc url('../images/callback-form-bg.gif') no-repeat -1px 0;
	float: left;
	margin-bottom: 10px;
	width: 230px;
	}

#callback-form legend {
	display: none;
	}
		
#callback-form fieldset {
	background: url('../images/callback-form-bottom-bg.gif') no-repeat bottom left;
	padding: 18px 20px 4px 20px;
	width: 190px;
	}

#callback-form h2 {
	color: #000;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 0.9em;
	text-transform: uppercase;
	width: 100%;
	}

#callback-form p {
	margin-bottom: 0.9em;
	}

#callback-form div {
	margin-bottom: 5px;
	}
	
#callback-form input {
	border: 0;
	background: url('../images/callback-form-input-bg.png') no-repeat 0 0;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 19px;
	margin-right: 5px;
	padding: 6px 0 0 7px;
	width: 183px;
	}
	
#callback-form #callback-btn {
	background: none;
	margin: 13px 0 0 92px;
	height: auto;
	padding: 0;
	width: auto;
	}


																					/* ------------ Features ------------ */
	
#features {
	clear: both;
	height: 104px;
	text-indent: -25000px;
	width: 940px;
	}
	
#features dl {
	float: left;
	height: 104px;
	width: 188px;
	}

#features a {
	display: block;
	height: 34px;
	width: 188px;
	}

#features a:hover {
	background-position: 0 -34px;
	}
	
#features-software a { background: url('../images/features-software-a.gif') no-repeat 0 0; }
#features-hardware a { background: url('../images/features-hardware-a.gif') no-repeat 0 0; }
#features-development a { background: url('../images/features-development-a.gif') no-repeat 0 0; }
#features-support a { background: url('../images/features-support-a.gif') no-repeat 0 0; }
#features-sales a { background: url('../images/features-sales-a.gif') no-repeat 0 0; }
	
#features dd {
	height: 70px;
	width: 188px;
	}
	
#features-software dd { background: url('../images/features-software-dd.gif') no-repeat 0 0; }
#features-hardware dd { background: url('../images/features-hardware-dd.gif') no-repeat 0 0; }
#features-development dd { background: url('../images/features-development-dd.gif') no-repeat 0 0; }
#features-support dd { background: url('../images/features-support-dd.gif') no-repeat 0 0; }
#features-sales dd { background: url('../images/features-sales-dd.gif') no-repeat 0 0; }
	
																					/* ------------ Footer ------------ */
																					
#footer { 
	background: url('../images/footer-bg.gif') no-repeat 0 0;
	color: #fff;
	padding: 25px 20px 0 20px;
	width: 920px; 
	}
	
#footer a { 
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover { 
	color: #fff;
	text-decoration: underline;
	}
	
#footer #copyright { 
	float: left;
	}
	
#footer #credit { 
	float: right;
	}