/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-image: url(../Graphics/InTech-Interiors-header_1.png);
	background-repeat: no-repeat;
	background-position: top;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#home #homeLink,
#contact #contactLink,
#stretch #stretchLink,
#client #clientLink,
#contactP #contactLink	{
	color: #F00;
}
a	{
	text-decoration: none;
	color: inherit;
}
a:hover	{
	text-decoration: underline;
}
	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*header*/
#header	{
	width: 800px;
	height: 5px;
	margin: 0 auto;
	padding-top: 99px;
}
/*Contact Box*/
#contact	{
	color:#000;
	width: 120px;
	float: left;
	clear: both;
	padding: 0px 5px 0px 0px;
	margin-bottom: 00px;
	margin-right: 10px;
	text-align: center;
	/*border-right: solid 2px #666;
	border-bottom: solid 2px #666;*/
	
}
#contact h2	{
	font-size: 120%;
	margin-bottom: 10px;
}
#contact ul li	{
	margin: 5px 0;
}
#contact a:hover {
	text-decoration: underline;
	font-weight: normal;
}
#contact img	{
	border: 3px solid #666;
}
div#navbar	{
	width: 100%;
	color: #B3B3B3;
	background-color: #666;
	height: 1.5em;
	padding: 5px 0;
	margin-bottom: 10px;	
	}
	
ul#navbar_links	{
	width: 800px;
	color: #B3B3B3;
	margin: 0 auto;
	vertical-align: middle;
	padding: 0 0 10px 0;
}
	
ul#navbar_links li	{
	float: left;
	margin-right: 5px;
}
ul#navbar_links li a	{
	color: #FFF;
}
ul#navbar_links li a:hover	{
	color: #B3B3B3;
}
/*Content*/
#content	{
	width: 800px;
	margin: 0 auto;
}
h1	{
	font-size: 120%;
}
p.intech	{
	color: #666;
	margin: 5px 0;
}
li.specialise	{
	font-size: 95%;
	color:#FF0000;
	margin: 2px 0;
}
ul.stretch	{
	text-indent: 25px;
}
.red	{
	color:#FF0000;
}
.grey	{
	color: #666;
}
.black	{
	color:#000000;
}
.client	{
	font-style: italic;
}
.hr	{
	border: 1px solid #666;
}
/*copyright*/
.copyright	{
	border-top: solid #B3B3B3 1px;
	font-size: 85%;
	margin-top: 20px;
	padding-top: 10px;
	clear:both;
}
.copyright_para	{
	width: 800px;
	margin: 0 auto;
}