/* CSS Document */

html, body{ 
	background-color: #c4c0b9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f0e9), to(#c4c0b9));
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	min-height:100%;	
}

a:link {text-decoration: none; color: #95421b}
a:visited {text-decoration: none; color: #95421b}
a:active {text-decoration: none; color: #95421b}
a:hover {text-decoration: underline; color: #95421b}

h1 {
	font-size: 1.1em; padding: 0; margin: 0; color:#000;
}

h2 {
	font-size: 1.3em; padding: 0; margin: 0; color:#ab5b36;
}

h3 {
	font-family:Arial, Helvetica, sans-serif; padding: 0; margin: 0; color:#ab5b36;
}


div{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#bgplate { 
	position: relative;
	/*background-image:url(images/bg-Page.gif);*/
	background-color:#92938d;
	background: -webkit-gradient(linear, left top, left bottom, from(#92938d), to(#b2b3ad));
	
	border:1px outset #bbb;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	width:900px;
	margin:15px auto;
	padding-top:30px;
	
	-moz-border-radius:9px;
	-webkit-border-radius:9px;	
}



#mynameplate { 
	position: relative;
	float:left;
	margin-left: 25px;
}

#mystrap{
	font-size:1.2em;
	float:left;
	margin-left:27px;
	margin-top:3px;
	background-color: #C98C6B;
	background: -webkit-gradient(linear, left top, left bottom, from(#C98C6B), to(#ab5b36));
	text-shadow: #C98C6B 1px 1px 1px;
	line-height:1.6em;
	font-weight: bold;
	color: #000000;
	width: 450px;
	height:63px;
	vertical-align:middle;
	text-align:center;
	padding:10px 0 0 0;
	
	border: 1px outset #C98C6B;
}

#myprofbody{
	float:left;
	margin-left:32px;
	margin-top:3px;
	background-color: #E8E3D5;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	width: 150px;
	height:61px;
	border: 2px solid #000;
	text-align:center;
	padding:12px 0 0 0;
	
	border: 1px inset #bbb;
}

#myboxes{ /* Little boxes beneath the Tel no.*/
	border-style: none;
	margin-top:10px;
}

#myaddress{
	background-color: #C98C6B;
	background: -webkit-gradient(linear, left top, left bottom, from(#C98C6B), to(#ab5b36));
	font-size: .9em;
	color: #000000;
	margin-left: 31px;
	width: 836px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 2px solid #000;
	text-align:center;
	margin-top:10px;
	text-shadow: #C98C6B 1px 1px 1px;
	
	border: 1px outset #C98C6B;
}



#myblurb {
	background-color: #CCCCCC;
	float:left;
	margin:20px 0 30px 31px;
	width: 652px;
	min-width: 510px;
	min-height:335px;
	border: 2px solid #000;
	margin-right: 30px;
	border: 2px groove #bbb;
}

#myblurb h2 {
	margin-left: 12px;
	margin-top: 10px;
}

#content {
	padding-left: 10px;
	padding-right: 10px; 
	padding-top: 10px;
	padding-bottom: 2px;
	line-height:1.4em;
}


#news{
	width:200px;
	letter-spacing:-0.1em;
	border:2px solid white;
	padding:10px;
	float:right;
	margin:15px 5px 10px 10px;
	font-size:.9em;
	background-color:#ddd;
	border: 2px groove #eee;	
}

#news ul{
	list-style-type:square;
	margin:0;
	padding:0 0 0 17px;
}

#mypic1{ 
	border: 1px inset #bbb;
	float:left;

	margin-top:20px;
	padding-top: 4px 4px 2px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#mypic1 img {
	display:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}


#mypic3{ 
	position: absolute;
	z-index: 2;
	left: 600px;
	top: 140px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
	border: 2px solid #000;
}


#mymenu{
	float:left;
	background-color: #E8E3D5;
	line-height:1.6em;
	color: #ffffff;
	margin-top:170px;
	width: 148px;
	border: 2px solid #000;
	border: 1px inset #bbb;
}

#mymenu a{
	 display:block;
	 padding:0 10px 0 15px;
}

#mymenu a:first-child{
	 padding:5px 10px 0 15px;
}

#mymenu a:last-child{
	 padding:0 10px 5px 15px;
}

#mymenu a:hover{
	font-weight:normal;
	background-color:#ab5b36;
	color:#FFFFFF;

	background: -webkit-gradient(linear, left top, left bottom, from(#C98C6B), to(#ab5b36));
	text-decoration:none;

	background-position:3px 0;
}


#myemailform{
	font-size: 13;
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
}

#contentImage {
	float: left; 
	margin-right: 30px;
	margin-bottom: 20px;
}

.contentImage{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


#productTable{
	
}

#productTable td{
	background-color:#ddd;
}

.padLeft {
	margin-left: 13px;
}

/* ADDED BY NEIL ------------------------------------------------------------------- */

#myframe{
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 13;
	width: 495;
}
h1{
	font-size: 1em; padding: 0; margin: 0;
}

.workImages img{
	margin:10px;
}

#preview{
	position:absolute;
	margin-top:-200px;
	border:1px solid #000;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);	
	}

#footer{
	background-color: #C98C6B;
	background: -webkit-gradient(linear, left top, left bottom, from(#C98C6B), to(#ab5b36));
	text-shadow: #ab5b36 -1px -1px 1px;
	font-size: .9em;
	font-style:italic;
	color: #FFF;
	margin-left: 31px;
	width: 834px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 2px solid #000;
	text-align:center;
	
	border: 1px outset #C98C6B;
}





