@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

html {
	font-size: 100%;
}	

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 64%;
	text-align: center;
	background: #898989;
	color:#FFFFFF;
	text-indent: 0px;
}

/* ---------------------main divs-------------------- */

#container {
	position: absolute;
	height: 100%;
	width: 98%;
	left: 0px;
	top: -1px;
}

#center {
	width: 710px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	background: url(images/backgrounds/MiddleDarkLight700.jpg) repeat-y top left;	
}
/*
#NavagationV202 {
	position: absolute;
	left: 0px;
	top: 0px;
}
*/

#redline {
	position: absolute;
	left:0px;
	top:164px;
	width: 100%;
	height: 50px;
}

/*background: url(images/red_gradient02.jpg) repeat-x top left;*/

.clear {
	clear: both;
	height: 3px;
}

.clearLine {
	clear: both;
	border-bottom: 1px dotted #FFFFFF; 
}

.noBorder {
	border: 0px;
}

hr {
	border: 0px;
	border-top: 1px solid #898989;
	background-color: transparent;
	width: 95%;
	height: 1px;
	clear: both;
}

/* --------------------top div--------------------------- */

#top {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 700px;
	height: 216px;
}

/*---------------------------red bar inside-------------------------*/

#redBarInside {
	width: 698px;
	float: left;
	height: 189px;
	background: url(images/red_gradient02.jpg) repeat-x bottom left;
	margin-top: 1px;
}


/*
#redBarInside {
	width: 710px;
	float: left;
	height: 25px;
	background: url(images/red_gradient.jpg) repeat-x top left;
	margin-top: 164px;
}
*/



/* --------------------middle div ------------------------*/

#middle {
	float: left;
	width: 700px;
	background: url(images/backgrounds/BackgroundFlags02.jpg) no-repeat left bottom;
	display: inline;
}

/*--------------left---------------------------*/
#left {
	float: left;
	display: inline;
	width: 141px;
	padding: 10px 0px 8px 5px;
}

#details {
	width: 140px;
	padding: 0px 0px 2px 0px;
	display: inline;
	float: left;
	text-align: center;	
}

#left img {
	margin: 4px;
	float: left;
}

#colours {
	width: 135px;
	float:left;
	display: inline;
	padding: 5px 0px 0px 5px;
}


#colours img {
	float: left;
}	



/*-----------------right------------------*/

#right {
	float: right;
	display: inline;
	width: 530px;
	padding: 30px 8px 8px 8px;
}


#rightTop {
	width: 530px;
	float: left;
	display: inline;
	padding-bottom: 10px;
}

#rightTopLeft {
	width: 330px;
	float: left;
	display: inline;
}

#rightTopRight {
	width: 150px;
	float: right;
	display: inline;
}

#rightMiddle {
	width: 530px;
	float: left;
	padding: 15px 0px 10px 0px;
	display: inline;
}	

#rightMiddleRight {
	width: 150px;
	float: right;
	display: inline;
}

#rightMiddleLeft {
	width: 370px;
	float: left;
	display: inline;
}

#rightBottom {
	width: 530px;
	float: left;
	display: inline;
	padding: 10px 0px;
}

#rightBottomRight {

}

#rightBottomLeft {
	float:left;
	display: inline;
	width: 400px;
}

.sectionImage {
	float: left;
	padding-left: 4px;
	padding-top: 0;
	display: inline;
	width: 360px;
}

.sectionText {
	float: left;
	width: 300px;
	display: inline;
}	

#redbox {
	background: #D42B38;
	width: 142px;
	float: left;
	height: 290px;
	display: inline;
	margin: 0px 0px;
	padding: 10px 0px 0px 0px;
}


#redboxLandscape {
	float: left;
	width: 400px;
	height: 100px;
	display:inline;
	background: #D42B38 url(images/LatestWork01.jpg) no-repeat top right;
	margin-bottom: 10px;
}

.redLandscapeSection {
	float: left;
	width: 190px;
}

#redboxLandscapeBottom {
	float: left;
	width: 400px;
	margin-top: 30px;
	display: inline;
}

#redboxLandscape img {
	float: left;
	margin: 5px;
}

#redbox img {
	border: 0px;
	margin: 0px;
	width: 100%;
}


/* ----------------------------------footer ----------------------*/

#footer {
	width: 100%;
	height: 30px;
	float: left;
	background: #898989;
}

#footerRight {
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 10px;
}

#footerLeft {
	float: left;
	width: 200px;
}	

/*-----------------------------Navigation left --------------------*/

#leftNavigation {
	width: 100%;
	margin: 5px 0px 5px 0px;
	float: left;
	display: inline;
	position: relative;
	right: 5px;
}

#leftNavigation h2 {
	margin-left: 8px;
}	
ul {
	width: 100%;
}

li {
	text-decoration: none;
	display: inline;
	height: 20px;
}

#leftNavigation a {
	display: block;
	width: 100%;
	height: 18px;
	font-size: 120%;
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	padding: 2px 0px 0px 8px;
}

#leftNavigation a:link {
	color: #FFFFFF;
	outline: 0px;
}

#leftNavigation a:hover {
	background: #5C5C5C; 
	outline: 0px;
}




/*--------------------links---------------------------*/

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*-----------------------Images--------------------*/

img {
	border: 1px solid #FFFFFF;
}
/*float: left; Note taken off on the 9th December*/

a:hover img {
	outline: 1px solid #D42B38;
}	

/*---------------------text----------------------------*/

h1 {
	font-size: 210%;
	font-weight: bold;
	font-style:italic;
	padding: 4px 3px;
}
h2 {
	font-size: 180%;
	font-weight: bold;
	font-style:italic;
	padding: 4px 3px;
}

h3 {
	font-size: 140%;
	font-weight: bold;
	font-style:italic;
	padding: 4px 6px;
}

h4 {
	font-size: 105%;
	font-weight: bold;
	font-style:italic;
	padding: 4px 1px;
}

/* h5 used for telephone number on side */
h5 {
	font-size: 160%;
	font-weight: bold;
	font-style:italic;
	padding: 4px 3px;
}

.smallText {
	font-size: 70%;
}

p {
	padding: 4px 0px 4px 5px;
}

em {
	margin: 5px;
	font-size: 90%;
}

	
