/* This is the style sheet for Sound-byte Website Solutions, Bristol */
html, body {
  margin: 0;
  padding: 0;
  }


/* Has the background image for shadow. */

#container {
position: relative;
width: 794px;
margin: 15px auto;
background-image: url(../images/whitebackgrnd.png);
background-repeat: repeat-y;


}

/* Has the background image for the diagonal stripes. */

body {
margin: 0;
font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
background-image: url(../images/backtile.png);
background-repeat: repeat;
color: #000000;
}

a:link {color: #ff4c00; text-decoration: none;}
a:visited {color: #993300;}
a:hover {color: #337711; text-decoration: underline;}
a:active {color: #ff0088; text-decoration: none;}


a img {border: 0;}

#main_middle a:link {color: #ff4c00; text-decoration: none;}
#main_middle a:visited {color: #aaaaaa;}
#main_middle a:hover {color: #337711; text-decoration: underline;}
#main_middle a:active {color: #ff0088; text-decoration: none;}




/* Banner across top of page that says the name of the whole site */

#main-title {
margin: 0 5px;
font-size: .8em;
letter-spacing: 5px;
text-align: right;
padding-bottom: 8px;
font-weight: bold;
padding-top: 8px;
padding-right: 50px;
background-color: #265057;
color: #ffffff;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

/* To create the main image near the top of the page. */

#header-image {
margin: 0 5px;
background-image: url(../images/header_image.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 210px;
border-top: 2px #ff4700 solid;
border-bottom: 2px #ff4700 solid;
width: 784px;
}

#header-image.hosting {
	background-image: url(../images/hosting_web_design_bristol.jpg);
}

#header-image.seo {
	background-image: url(../images/seo_web_design_bristol.jpg);
}

#header-image.contact {
	background-image: url(../images/contact_web_design_bristol.jpg);
}


/*/Soundbyte logo */

#header-image img.logo {
	position: absolute;
	right: 60px;
	top: 160px;
}



#header-image h1 {
	display: block;
	background-color: transparent;
	border: 0;
	text-indent: -9999px; 
}

/* For the main navigation bar for the site. */

#navbar {
margin: 0 5px;
margin-bottom: 0;
font-size: .8em;
text-align: center;
margin-top: 0;
padding-bottom: 8px;
font-weight: bold;
padding-top: 8px;
background-color: #265057;
color: #ffffff;
word-spacing: 8px;
border-bottom: 2px #ff4700 solid;
}



/* For the byline on the pullquote. */

p.byline {
text-align: right;
margin-bottom: 0;
}

h1 {
font-size: 1em;
padding-bottom: 3px;
padding-top: 23px;
padding-left: 56px;
padding-right: 0;
color: #265057;
border-bottom: 1px #ff4700 solid;
letter-spacing: 5px;
font-weight: bold;
background-color: #e1ecee;
margin: 0 5px;
}


/* Contains all the main body of text on the page, including the h2 elements. */

#main-text {
padding-top: 15px;
color: #336a74;
margin: 0 5px;
font-size: .7em;
line-height: 1.4em;
background-color: #e1ecee;
}

#main-text p.indent {
margin-left: .8em;
padding-bottom: 4px;
}

#main-text p {
margin: 0;
padding: 0 0 7px 0;
}

#main_left {
text-align: left;
float: left;
width: 245px;
padding-left: 56px;
padding-right: 18px;
background-color: #e1ecee;
}

#main_left img {
margin-top: 4px;

}

#main_middle {
text-align: left;
float: left;
width: 245px;
padding-right: 16px;
background-color: #e1ecee;
}


#main_right {	
text-align: justify;
margin: 0;
float: left;
width: 148px;
}



/* for IE6 and below 
*html #main_right {	
text-align: justify;
margin: 0;
float: left;
width: 148px;
height: 520px;
position: relative;
}
*/



#main-right p {
margin: 0;
padding: 0 0 9px 0;
}



#main_right li {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.2em;
	text-align: left;
	list-style-type: square;
	color: #FFF;
}

h5 {
padding: 0;
margin: 0 8px;
font-size: 1.2em;
color: #FFF;
}


h2 {
padding-right: 0;
color: #265057;
font-weight: bold;
font-size: 1.3em;
padding-top: 5px;
padding-bottom: 2px;
margin-top: 0;
margin-bottom: 0;

}

h3 {
padding-right: 0;
color: #265057;
font-weight: bold;
font-size: 1.2em;
padding-bottom: 2px;
margin-top: 0;
margin-bottom: 0;

}

#navbar a:link {
	color: #ffffff;
	text-decoration: none;
}
/*
#navbar a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
*/
#navbar a:hover {
	color: #ff4c00;
}

#navbar a:active {
	color: #ff0000;
}




#footer a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

#footer a:hover {
color: #265057;
text-decoration: none;
}

/* Styles for the footer at the bottom of the page */

#footer {
letter-spacing: 2px;

text-align: center;
margin-bottom: 0;
padding-top: 6px;
padding-bottom: 2px;
font-size: .85em;
background-color: #ff4c00;
color: #ffffff;
font-weight: bold;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
clear: both;
}


ul {
 
  list-style-type: square;
  padding: 7px 7px 2px 20px;
  color: #000000;
}
li {
  padding-bottom: 5px;
  line-height: 1.5em;
  
}

#validator {
	position: absolute;
	bottom: 50px;
	right: 55px;
	width: 148px;
	text-align: center;
}
#validator img {
  border: 0;
  margin-top: 2px;
 
}


.valid {	
	text-align: center;
	line-height: 1.3em;
}

.h2right {
	font-size: 1.1em;
	padding-bottom: 5px;
	text-align: center;
}

form {
	margin-top: 7px;
	border: 2px outset #336a74;
	padding: 15px;
	text-align: left;
	margin-bottom: 20px;
	
	}
	
input {
	background-color: #e1ecee;
	width: 210px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border: 1px solid #265057;
	
}

textarea {
	background-color: #e1ecee;
	width: 210px;
	border: 1px solid #265057;
}

.msg {
	text-align: left;
}

img, div {
 	behavior: url(iepngfix.htc)
 	}
 	
 	
#pooh {
	display: none;
}


