﻿body,html 
{
    margin: 0 auto; 
    padding: 0; 
    background-color: #fff; 
    text-align: center; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.82em; 
    color: #5B5555; 
    line-height: 1.8em; 
}

.intro
{
    padding: 0 0 0 15px;
}
 
.work_container 
{
    padding: 0; 
    text-align: left; 
    height: 1236px; 
    background-position: center top; 
    background-repeat: no-repeat; }

.container_left_about 
{
    float: left; 
    width: 300px; 
    height: 250px; 
    padding-top: 30px; 
    padding-right: 50px;
    padding-bottom: 50px;
}

.container_right_about 
{
    float: left; 
    width: 280px; 
    height: 250px; 
    margin-top: 20px;
}

.container_left_home 
{
    float: left; 
    width: 350px; 
    height: 200px; 
    padding-top: 20px; 
    padding-right: 20px;
}

.container_left_vat 
{
    float: left; 
    width: 270px; 
    height: 290px; 
    padding-top: 10px; 
    padding-right: 20px;
}

.container_right_vat 
{
    float: left; 
    width: 350px; 
    height: 250px; 
    margin-top: 10px;
    border: solid 1px #8d8b8b;
    background-color: #f0f0f0;
    padding: 10px 0 0 10px; 
}

.container_left_contact 
{
    float: left; 
    width: 270px; 
    height: 290px; 
    padding-top: 10px; 
    padding-right: 20px;
}

.container_right_contact  
{
    float: left; 
    width: 350px; 
    height: 220px; 
    margin-top: 15px;
    border: solid 1px #5B5555;
    background-color: #fff;
    padding: 20px 0 20px 10px; 
}

.container_right_plain 
{
    float: left; 
    width: 300px; 
    margin-top: 20px; 
}

.container_whatwedo
{
    float: left; 
    width: 650px; 
    padding-top: 30px;
    height: 300px; 
    padding-left: 5px;

}

.container_thingswevedone
{
    float: left; 
    width: 650px; 
    padding-top: 30px;
    height: 292px;
    padding-left: 5px; 
}

.container_full
{
    float: left; 
    width: 700px; 
    padding-top: 30px;
    height: 300px; 
    padding-left: 20px;
}

.clear 
{
    clear: both;
}

#hello 
{
    background-image:url(/images/design/section1.png)
}

#aboutus 
{
    background-image:url(/images/design/section2.png)
}

#whatwedo 
{
    background-image:url(/images/design/section3.png)
}

#thingswevedone 
{
    background-image:url(/images/design/section4.png)
}

#contactus 
{
    background-image:url(/images/design/section5.png)
}

#hello_container 
{
    width: 660px; 
    height: 380px; 
    margin: 0 auto; 
    padding: 220px 30px 0 40px;
}

#aboutus_container 
{
    width: 660px; 
    height: 350px; 
    margin: 0 auto; 
    padding: 220px 30px 0 40px;
}

#whatwedo_container 
{
    width: 660px; 
    height: 350px; 
    margin: 0 auto; 
    padding: 220px 30px 0 30px;
}

#thingswevedone_container 
{
    width: 660px; 
    height: 350px;
    margin: 0 auto; 
    padding: 220px 30px 0 30px;
}

#contactus_container 
{
    width: 660px; 
    height: 350px; 
    margin: 0 auto; 
    padding: 220px 30px 0 35px;
}

.dottedline
{
    padding-bottom: 15px;
}

.menu 
{
    width: 660px; 
    height: 20px;
}

.firstmenuitem 
{
    float: left;
}

.menuitem 
{
    float: left; 
    margin-left: 45px; 
    text-decoration: none;
}

.menu ul 
{
    margin:0; 
    padding:0; 
    list-style-type:none;
}

.menu ul li 
{
    position: relative; 
    display: inline; 
    float: left;
}

#ian_about
{
 width: 340px;
}

#ian_image
{
    float: left;
    width: 100px;
}

#ian_container
{
    float: left;
    width: 240px;
}

#ian_arrow
{
    padding-top: 30px;
}

#ian_link
{
    padding-left: 70px;
}

#nick_about
{
 width: 340px;
}

#nick_image
{
    float: left;
    width: 100px;
}

#nick_container
{
    float: left;
    width: 200px;
}

#nick_arrow
{
    padding: 30px 0 0 40px;
}

#nick_link
{
    padding: 15px 0 0 5px;
}


.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}

.highslide-html-content-wide {
	position: absolute;
    display: none;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/images/design/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 500px;
    padding: 5px;
}

.highslide-wrapper .highslide-html-content-wide {
    width: 750px;
    height: 700px;
    padding: 5px;
}

.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/images/design/graphics/resize.gif);
}
.highslide-wrapper .highslide-body 
{
    text-align:left;
    height: 290px;
    padding: 0 20px 0 20px;
}

.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

a 
{
    color: #5B5555;
}

.plainlink
{
    text-decoration: none;
}

.portfolioimage
{
    margin-left: 30px;
    margin-bottom: 30px;
}

.portfolioimagefirst
{
    margin-bottom: 30px;
}

img
{
    border: 0px;
}

ul
{
    margin: 0px;
    padding-left: 15px;
}