/* main elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #e6ab5e;
   font: bold 1.2em sans-serif;
   text-decoration: none;}
a:hover {color: #cc7408;}
.email {color: #cc7408;
   font: bold 1.0em sans-serif;
   text-decoration: none;}

body {
	background: #e8ad5f url('img/body.jpg') no-repeat center top;
	color: #9e4500;
	font: normal 100% Tahoma,sans-serif;
	padding-top: 10px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: bold 1.6em sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1.2em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #cc7408; margin-bottom: 4px;}

/* other */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* images */
img {
  border: 1px solid #FFF; 
  padding: 5px;
  background-color: #FFF;
}
img.floatright {
    float: right;
  margin: 5px 0px 5px 15px;  
}
img.floatleft {
    float: left;
  margin: 5px 15px 5px 0px;
}

/*structure*/
.main_box {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 800px;
}

/* title*/
.title {
	background: #222 url('http://robot-systems.co.uk/images/GCH_images/GCHTitleNew.jpg') no-repeat;
	height: 162px;
	margin-bottom: 0px;
	text-align: center;
}

/* crumb trail */
.path {
	background: #0979a7;
	color: #000;
	font: normal 1.2em Verdana,sans-serif;
	padding: 8pF;
	text-decoration: none;
}
.path a:hover {
	color: #000;
	text-decoration: underline;
}

/* main */
.main {
	background: url('http://robot-systems.co.uk/images/GCH_images/GCHbackgroundnew.jpg') repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
        width: 800px;
}

/* main content */
.content {
	float: right;
	width: 770px;
}
.twocolumn {
	float: left;
	width: 580px;
        padding: 8px 12px 0 10px;
}
.twocolumn p {font-family: "Lucida Sans Unicode",sans-serif;
            font-size: 1.1em;}
.rcolumn{
	float: left;
	width: 180px;
}
.content .descr {
	color: #664;
	font-size: 1.0em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;
            font-size: 1.1em;}
.content .emphasis {font: bold 1.2em Tahoma,sans-serif;
            color:#000;}



/* navigation */
.navigation {
	width: 800px;
        padding-bottom: 10px;
        background: #FFF;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.0em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.nav_button {
	background: #FFF;
	padding: 8px 0 8px 5%;
	float: left;
	width: 120px;
}
.nav_button3 {
	background: #FFF;
	padding: 8px 0 8px 5%;
	float: left;
	width: 160px;
}
.nav_button1 {
	background: #FFF;
	padding: 8px 0 8px 5%;
	text-decoration: none;
        float: left;
	width: 160px;
}
.nav_button2 {
	color: #FFF;
	background: #FFF;
        padding: 8px 0 8px 5%;
	text-decoration: none;
        float: left;
	width: 160px;
}

/* footer */
.footer {
	background: #e8ad5f;
	color: #7a7b7e;
	font: normal 0.9em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}


