/********************************************

 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top elements */
* {
	font-size: 12px;
}

body {
	background-color: #3A3A3A;
	color: #555;
	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
	text-align: center;
	margin: 15px 0;
}  

/* links */
a	{
	color: #339900;
	background: inherit;
	text-decoration: none;
}
a:hover {

}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}
h4 {
	font-size: 18px;
	color: #666;
	text-align: center;
}


h1, h2, h3, p {
	font-size: 12px;
	color: #339900;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}

ul, ol {
	margin: 10px 30px;
	color: #666;
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: none;
	padding: 5;

}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 10px                                !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */
form {
	padding: 0;
	text-align: left;
	margin-left: 2em;
	width: 30em;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(images/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

/* search */
#sidebar #search {
	background: #f2f2f2;
	margin: 0 15px;
	padding: 5px 0;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search .textbox {
	background: #FFF url(images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(images/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}

/*****************************
      LAYOUT 
******************************/
#wrap {
	margin: 0 auto;
	padding:0;
	text-align: left;
	background-color:#FFF;
	width: 800px;
}
#content-wrap {
	clear:inherit;
	margin:0;
	padding:0;
	width: 800px;
}

/* header */
#header {
	position: relative;
	clear:left;
	width: 800px;
	height: 135px;
	margin: 0;
	padding: 0;
	background: #000 url(images/headerbg.jpg) no-repeat left bottom;
}
#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	/* change the values of top and right to adjust the position of the logo*/
	top: 33px;
	right: 59px;
	width: 365px;
	height: 105px;
}
#header h2#Cardiff_Computer_repair_slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	/* change the values of top and right to adjust the position of the slogan*/
	top: 100px;
	right:29px;
	width: 283px;
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 25px;
	background: #000;
   font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
	float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
	float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	float: left;
	width: 545px;
	background-color: #FFF;
	text-align: justify;
	margin-left: 0px;
	font-family: Verdana, "Trebuchet MS", arial, sans-serif;
	border-right-width: thin;
	border-right-style: outset;
	padding-right: 5px;
	border-right-color: #CCC;
	font-size: 9px;
}
#main h1 {
	text-transform: none;
	background: url(images/square_arrow.gif) no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
	color: #339900;
	text-align: left;
	font-size: 24px;
	margin-left: 5px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 25px;
}	

/* sidebar */
#sidebar {
	float: right;
	width: 240px;
	margin: 10px 5px 0 0px;
	padding: 0;
	background-color: #FFF;
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	text-transform: none;
	color: #339900;
	font-size: 18px;
	text-align: left;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:5px solid #72A545;
}


/* footer */
#footer { 
	clear: both;
	height: 40px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 92%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right {
	float: left;
	margin-left: 50px;
	width: auto;
}
.align-left  { text-align: left; }
.align-right {
	text-align: left;
}

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}

/*New CSS*/


#homeimagebox {
	display: inline;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFE8;
	float: left;


}
#homeimage {
	width: 68px;
	height: 68px;
	margin-top: 0px;
	float: left;
	padding-left: 5px;
}

#bizimagebox {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #ECECFF;
	width: 275px;
	margin-left: 260px;
}
#bizimage {
	width: 92px;
	height: 65px;
}
#wrap #content-wrap #main #homeimagebox #hometext {
	width: 250px;
}



#wrap #content-wrap #main #bizimagebox #biztext {
	width: 267px;
	padding-left: 10px;

}
p {
	font-weight: normal;
	color: #666;
	padding-left: 5px;
	text-align: left;
}
#money {
	font-size: 24px;
	font-family: "Comic Sans MS", cursive;
	color: #000;
	margin-left: 100px;
}
#wrap #content-wrap #sidebar .align-right noscript {
	text-align: right;
}
#wrap #content-wrap #sidebar .align-right noscript {
	text-align: right;
}
#wrap #content-wrap #sidebar h1 a {
	font-size: 18px;
}

#wrap #content-wrap #sidebar #sidebarimage {
	margin-left: 50px;
}

#wrap #content-wrap #main iframe {
	text-align: right;
}

#wrap #content-wrap #main #sidebarimage {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #content-wrap #main #form1 table tr td label {
	font-size: 16px;
}

#wrap #content-wrap #main #topconent #homebizbox {
	margin-right: auto;
	margin-left: auto;
	height: 130px;
}
#wrap #content-wrap #main form table tr td {
	text-align: right;
}

label
{
	width: 20em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: normal;
	vertical-align: top;
	margin-bottom: auto;
	margin-top: auto;
}

.submit input
{
margin-left: 4.5em;
} 
input
{
	color: #000;
	background: #D7FFC4;
	border: 1px solid #781351
}

.submit input
{
	color: #000;
	border: 2px outset #d7b9c9;
	margin-left: 20em;
	background-color: #BAEDBA;
} 
fieldset
{
	width: 40em
}

legend
{
color: #fff;
background: #D7FFC4;
border: 1px solid #781351;
padding: 2px 6px
} 
#wrap #content-wrap #main form fieldset p #givenname {
	background-color: #D7FFC4;
	border: 1px solid #781351;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
