@charset "utf-8";
/* CSS Document */

/* BROWSER RESET */

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;
}


/* MAIN PAGE STRUCTURE */

body {
	background-image: url(images/striped_bg.png);
	background-repeat: repeat-x;
}

#container {
	width: 980px;
	margin: auto;
}

#top {
	
	width: 980px;
	height: 20px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
}

#middle {
	float: left;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	
	padding: 0px 20px 0px 20px;
}

#bottom {
	float: left;
	width: 980px;
	height: 60px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
}


/* HEADER */

#header {

	height: 107px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}


/* NAVIGATION */

#navigation{	
	
	height: 110px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}



#navigation ul {
	float: right;
	list-style: none;
	height: 24px;
	background-image: url(images/nav_bg.png);
	background-position:top left;
	background-repeat: no-repeat;
	padding: 7px 10px 5px 7px;
	margin: 60px 10px 0px 0px;
}

#navigation li {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.8em;
color: #FFFFFF;
display: inline;
padding: 0px 0.6em 0px 0.6em;
border-right:#FFFFFF 1px solid;
}

#navigation #last	{
padding: 0px 2px 0px 0.6em;
border-right: none;
}

#navigation .current	{
color: #000000;
}



/* CONTENT */

#main {
float: left;
width: 950px;

}

#left {
float: left;
width: 180px;
margin: 0px 10px 0px 0px;
}

#right {
float: left;
width: 750px;
}

.tile {
margin: 0px 0px 10px 0px
}

/* HOME PAGE */

#home_banner	{
height: 280px;
}

#home_banner #text	h1{
font-family: DIN, "DIN Alternate", Arial, Helvetica, sans-serif;
font-size:30px;
line-height: 34px;
color: #FFFFFF;
}

#wide_panel_container_home {
float: left;
width: 750px;
margin: 10px 0px 10px 0px;
background-image: url(images/wide_panel_container_home_bg.png);
background-repeat: no-repeat;
background-color: #EEEEEE;
}

/* GENERAL */

#wide_panel_container_other {
float: left;
margin: 0px 0px 10px 0px;
background-image: url(images/wide_panel_container_other_bg.png);
background-repeat: repeat-y;
}

#wide_panel_left {
float: left;
width: 380px;
margin: 0px 0px 10px 0px;
}

#wide_panel_left h3 {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
padding: 7px 10px 0px 10px;
height: 30px;
background-image: url(images/panel_h2_bg.jpg);
background-repeat: repeat-x;
}

#wide_panel_left p {
padding: 0px 10px 10px 10px;
}

#wide_panel_right {
	float: left;
	width: 370px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
}

#wide_panel_right h3 {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
padding: 7px 10px 0px 10px;
height: 30px;
background-image: url(images/panel_h2_bg.jpg);
background-repeat: repeat-x;
}


#wide_panel_right p {
padding: 0px 10px 10px 10px;
}

#wide_panel_right .image {
padding: 5px 10px 0px 10px;
}

.panel_button  {
float: right;
height: 26px;
width: 103px;
text-indent: 10000px;
overflow: hidden;
background: url(images/viewsales_button_bg.jpg) top left no-repeat;
display: block;
margin: 0px 10px 0px 10px;

} 

.panel_button:hover 	{
background-position: 0 -26px;
cursor: pointer;
}

#greybox {
clear: both;
background-color: #D8D8D8;
width: 730px;

margin: 0px 10px 10px 0px;
padding: 3px 10px 8px 10px;

}

#greybox h2	{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
line-height: 1.1em;
}

#footer_text1	{
float: left;
}

#footer_text2	{
float: right;
color: #666666;
}

#footer_text2	a	{
padding: 0px 2px 0px 2px;
}


/* FORM */

#form	{
float: left;
clear: both;
width: 560px;
background-color: #EEEEEE;
}

#form h3 {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
padding: 7px 10px 0px 10px;
height: 30px;
background-image: url(images/panel_h2_bg.jpg);
background-repeat: repeat-x;
}

#thisform	{
padding: 10px;
}

#thisform label	{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #666666;
}

#thisform input	{
margin: 5px 0px 10px 0px;
}

#thisform textarea {
margin: 5px 0px 10px 0px;
}

#enquiry	{
width: 535px;
height: 130px;
}

input.hintTextbox { 
color: #888; 
} 

input.hintTextboxActive { 
color: #000; 
} 

#submit	{
background-image: url(images/submit_button.png);
width: 81px;
height: 26px;
}

#submit:hover	{ 
background-position: 0 -26px;
cursor: pointer;
}



/* FONTS */

#bottom p	{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
margin: 20px 20px 0px 20px;
}


p	{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.3em;
}

h2	{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
margin: 10px 0px 5px 0px;
color: #666666;
}

p span	{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 1.3em;
font-weight: bolder;
}	

.address p	{

}

.quote	{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: italic;
color: #666666;

}

#wide_panel_right h2	{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
margin: 10px 0px 5px 10px;
color: #666666;
}

#main_text_left {
float: left;
width: 370px;
margin: 0px 10px 10px 0px;
}

#main_text_left h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.8em;
color: #DD5114;
padding: 10px 10px 10px 0px;
height: 30px;
letter-spacing: -0.03em;
}

#_text_left {
float: left;
width: 800px;
margin: 0px 10px 10px 0px;
}

#contact_text_left h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.8em;
color: #DD5114;
padding: 10px 10px 10px 0px;
height: 30px;
letter-spacing: -0.03em;
}

#offices_panel	{
float: left;
width: 750px;
height: 60px;

background-color: #EEEEEE;
}

#offices_panel h2	{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
margin: 10px 0px 5px 10px;
color: #666666;
}

#offices_panel p	{
padding: 0px 10px 10px 10px;
}

#main_text_left p {
padding: 0px 10px 10px 0px;
}

#wide_panel_right .bullets {
list-style: none;
padding: 0px 0px 10px 10px;
}

.bullets {
list-style: none;
padding: 0px 0px 10px 0px;
}

.bullets li	{
font-family: Arial, Helvetica, sans-serif;
background: url(images/bullet.gif) no-repeat 0 5px;
font-size: 0.8em;
padding: 0px 10px 0px 12px;
margin: 10px 0px 0px 0px;
}

.address {
width: 180px;
float: left;
margin: 0px 10px 10px 0px;
}

.address_last {
width: 180px;
float: left;
margin: 0px 0px 10px 0px;
}

.line	{
border-bottom: 3px solid #CCCCCC;
padding: 0px 0px 10px 0px;
margin: 0px 0px 10px 0px;
}


.line2	{
border-bottom: 1px solid #CCCCCC;
margin: 0px 10px 10px 10px;
}





#navigation a:link, #navigation a:visited {
color: #FFFFFF;
text-decoration: none;
}

#navigation a:hover {
color: #FAD5C5;
text-decoration: none;
}

a:link, a:visited {
color: #DD5114;
text-decoration: none;
}

a:hover {
color: #DD5114;
text-decoration: underline;
}

html	{
overflow-y: scroll;
}

/* PRIVACY */

#privacy th	{
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
padding: 7px 10px 0px 10px;
height: 30px;
background-image: url(images/panel_h2_bg.jpg);
background-repeat: repeat-x;
}

#privacy tr	{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.3em;
}

.toptext 	{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
line-height: 1.3em;
}

.toptext .bullets li	{
font-family: Arial, Helvetica, sans-serif;
background: url(images/bullet.gif) no-repeat 0 5px;
font-size: 1em;
padding: 0px 10px 0px 12px;
margin: 10px 0px 0px 0px;
}


#homelink	{
float: left;
width: 235px;
height: 82px;
cursor: pointer;

}

