/* 

STYLE SHEET FOR [x] WEB SITE
Created by Author Name
www.domainoftheauthor.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-size: 80%;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: relative;
		}
		
#masthead {
	position: absolute;
	background-color: #666666;
	height: 70px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 0;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 1;
	position: relative;
	padding-bottom: 20px;
		}
#millionsofcolours {
	position: absolute;
	z-index: 2;
	left: 7px;
	top: 25px;
}
#header  {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 855px;
	border: 1px solid #666666;
	position: absolute;
	top: 110px;
}
#body_wd #header {
	background-image: url(../img/otherPages/webDesign.jpg);
}
#body_av #header {
	background-image: url(../img/otherPages/attractVisitors.jpg);
}
#body_fb #header {
	background-image: url(../img/otherPages/feedback.jpg);
}
#body_wh #header {
	background-image: url(../img/otherPages/web-hosting-bristol.jpg);
	height: 219px;
	width: 830px;
	padding-top: 40px;
	padding-left: 25px;
	top: 95px;
}
#body_wh h1 {
	font-size: 2.3em;
	margin-bottom: 0px;
}
#body_wh  h2 {
	
	font-size: 1.6em;
}
#body_wh  ul {
	list-style-type: square;
	line-height: 1.6em;
	margin-left: 50px;
	margin-right: 40px;
	font-size: 1.1em;
}





#arrowNav {
	width: 870px;
	position: absolute;
	top: 265px;
	background-image: url(../img/otherPages/arrowsBackdrop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1.6em;
	list-style-type: none;
	height: 51px;
}
#arrowNav #li_wd {
	position: absolute;
	width: 304px;
	left: 2px;
	top: 0px;
}
#arrowNav #li_av {
	position: absolute;
	width: 304px;
	left: 284px;
	top: 0px;
}
#arrowNav #li_fb {
	position: absolute;
	height: 51px;
	width: 304px;
	left: 566px;
}


#arrowNav a {
	color: #999999;
	text-decoration: none;
	display: block;
	height: 51px;
	text-align: center;
	padding-top: 12px;
}
#body_wd #li_wd a {
	color: #00CC33;
	background-image: url(../img/otherPages/greyArrow.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#body_wd   #li_av  a:hover, #body_wd   #li_fb  a:hover {
	background-image: url(../img/otherPages/greenArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
}
#body_av #li_av a {
	color: #66CCFF;
	background-image: url(../img/otherPages/greyArrow.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#body_av   #li_wd  a:hover, #body_av   #li_fb  a:hover {
	background-image: url(../img/otherPages/blueArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
}
#body_fb #li_fb a {
	color: #FF6633;
	background-image: url(../img/otherPages/greyArrow.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#body_fb   #li_wd  a:hover, #body_fb   #li_av  a:hover {
	background-image: url(../img/otherPages/orangeArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
}




		
#logo {
	position: absolute;
	top: 0px;
	right: -10px;
	z-index: 3;
		}
#flash {
	border: 1px solid #666666;
	position: absolute;
	top: 110px;
}
#can-we-help {
	left: -75px;
	top: 110px;
	position: absolute;
}

#home-images {
	position: absolute;
	top: 110px;
	left: 320px;
}
#home-images img {
	border: 1px solid #666666;
	margin-bottom: 20px;
}
#home-images  #web-design img {
	position: absolute;
	left: -16px;
	top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home-images #attract-visitors img {
	position: absolute;
	left: -16px;
	top: 156px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home-images #feedback img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: -16px;
	top: 294px;
}
#content {
	position: absolute;
	width: 855px;
	left: 0px;
	top: 380px;
}
#content-left {
	width: 540px;
	float: left;
	padding-right: 20px;
	padding-bottom: 50px;
}
#content-right {
	float: right;
	width: 260px;
	padding-right: 10px;
	padding-left: 15px;
	background-color: #222222;
	padding-bottom: 15px;
	border: 1px solid #666666;
	margin-bottom: 50px;
	margin-top: 50px;
	position: relative;
}
#content-right2 {
	float: right;
	width: 260px;
	padding-right: 10px;
	padding-left: 15px;
	background-color: #222222;
	padding-bottom: 40px;
	border: 1px solid #333333;
	position: relative;
	margin-top: 6px;
	padding-top: 40px;
}
#content-right2 h2 {
	font-size: 1.4em;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	position: absolute;
	top: 0px;
	margin-top: -10px;
	margin-left: 13px;
	left: 0px;
}


#content-right-wide {
	width: 528px;
	float: right;
	padding-bottom: 50px;
	padding-left: 20px;
	border: 1px solid #666666;
	padding-right: 20px;
}
#content-left-thin {
	float: left;
	width: 285px;
	padding-bottom: 15px;
	margin-bottom: 50px;
	position: relative;
}



#body_hom #content {
	position: absolute;
	left: 0px;
	top: 550px;
}
#body_norm #content {
	position: absolute;
	top: 150px;
}
#body_port #content {
	position: absolute;
	top: 108px;
}



#home-content {
	background-image: url(../img/home/home-info-back.gif);
	background-repeat: repeat-y;
	background-position: 0px;
	position: relative;
	width: 855px;
	padding-bottom: 15px;
	margin-bottom: 30px;
		}
#home-left {
	float: left;
	width: 255px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../img/home/asimpleprocess.gif);
	background-repeat: no-repeat;
	background-position: 105px 60px;
	padding-top: 100px;
}

#how-it-works {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 100px;
}
#home-center {
	float: left;
	width: 255px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
#home-right {
	float: left;
	padding-left: 15px;
	width: 260px;
	position: relative;
}
#connect {
	font-size: 1.4em;
	position: absolute;
	top: -13px;
	text-align: center;
	width: 255px;
}
#connect p {
	line-height: 1em;
	text-align: center;
	background-color: #444444;
	margin-right: 65px;
	margin-left: 70px;
	position: relative;
	padding-top: 4px;
}
#connect-form {
	padding-top: 50px;
}
#connect-form label {
	float: left;
	width: 75px;
}
#connect-form input {
	color: #666666;
	background-color: #000000;
	border: 1px solid #666666;
	width: 170px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#connect-form .textarea {
	color: #666666;
	background-color: #000000;
	height: 7em;
	width: 170px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#connect-form .submit {
	width: auto;
	background-color: #666666;
	color: #FFFFFF;
	float: right;
	margin-right: 14px;
	font-size: 1.2em;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#human {
	visibity: hidden;
	display: none;
}
#portfolio-list {
	list-style-type: none;
	padding-left: 0px;
}
#portfolio-list a {
	display: block;
	background-color: #222222;
	width: 255px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
}
#portfolio-list .highlight a {
	background-color: #444444;
}
#portfolio-list a:hover {
	background-color: #333333;
}

#portfolio {
	height: 155px;
	width: 855px;
	border: 1px solid #666666;
	position: relative;
}
#portfolio-title {
	position: absolute;
	left: 15px;
	top: -15px;
}
#thumbnail {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
#clients {
	margin-top: 30px;
	margin-left: 50px;
}
#clients li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
#clients li img {
	vertical-align: middle;
}

#more-clients {
	position: absolute;
	right: 15px;
	bottom: 5px;
	font-size: 1.1em;
}


#footer {
	background-color: #333333;
	height: 40px;
	width: 5000px;
	position: absolute;
	left: -2070px;
	text-align: center;
	padding-top: 20px;
	margin-top: 30px;
		}
#footer li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}


.cleared {
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	height: 0px;
}
.left-half {
	width: 415px;
	float: left;
	border: 1px solid #999999;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
}
.left-half  h2 {
	position: absolute;
	left: 15px;
	top: -30px;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}

.left-half li {
	padding-bottom: 7px;
	color: #6699CC;
}

.right-half {
	float: right;
	width: 375px;
	border: 1px solid #999999;
	margin-top: 30px;
	position: relative;
	padding-top: 25px;
	font-size: 0.9em;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.right-half em {
	color: #FFFF33;
}

.right-half h2 {
	position: absolute;
	left: 15px;
	top: -30px;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
#body_wh h2 span {
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.hosting {
	float: left;
	width: 272px;
	margin-right: 20px;
	background-color: #666666;
	position: relative;
	height: 400px;
}
.hosting1 {
	float: left;
	width: 272px;
	margin-right: 20px;
	background-color: #666666;
	position: relative;
	height: 400px;
}
.hosting h2 {
	overflow: hidden;
	position: relative;
	height: 114px;
	width: 132px;
	margin-top: 0px;
}
.hosting1 h2 {
	overflow: hidden;
	position: relative;
	height: 114px;
	width: 128px;
	margin-top: 0px;
}
.hosting2 h2 {
	overflow: hidden;
	position: relative;
	height: 114px;
	width: 115px;
	margin-top: 0px;
}

.hosting h2 span {
	background-image: url(../img/layout/basicHosting.gif);
}
.hosting1 h2 span {
	background-image: url(../img/layout/businessHosting.gif);
}
.hosting2 h2 span {
	background-image: url(../img/layout/proHosting.gif);
}


.hosting2 {
	float: left;
	width: 271px;
	background-color: #666666;
	position: relative;
	height: 400px;
}
.hosting   a, .hosting1  a, .hosting2 a {
	margin-top: 30px;
	margin-left: 40px;
	display: block;
	width: 180px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	background-color: #333333;
	font-size: 1.3em;
	border: 1px solid #999999;
}
.hosting   a:hover, .hosting1  a:hover, .hosting2 a:hover{
	background-color: #444444;
}



.hosting-price {
	width: 140px;
	position: absolute;
	top: 40px;
	right: 0px;
	text-align: right;
	padding-right: 15px;
}
.price {
	font-size: 2em;
}
.float-right {
	float: right;
}





/* ---------- 3. links and navigation ---------- */

a:link {
	text-decoration: underline;
	color: #0099FF;
		}

a:visited {
	text-decoration: underline;
	color: #CC66FF;
		}
		
a:hover {
	text-decoration: underline;
	color: #00FFFF;
		}

#navigation {
	position: absolute;
	left: 320px;
	top: 44px;
		}

#navigation ul {
	font-size: 1.4em;
		}

#navigation li {
	display: inline;
	padding-right: 30px;
		}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
		}

#navigation a:hover {
	color: #000000;
	text-decoration: none;
		}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 25px;
		}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
		}
#body_wd h2 {
	color: #00CC33;
}
#body_av h2 {
	color: #66CCFF;
}
#body_fb h2 {
	color: #FF6633;
}
#body_port h2 {
	font-size: 1.9em;
}





h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 10px;
		}
#body_port h3 {
	font-size: 1.6em;
	margin-top: 20px;
}

		
h4 {
		font-size: 1.1em;
		}

p {
	font-size: 1.2em;
	padding-bottom: 10px;
	line-height: 1.5em;
		}
#body_port p {
	padding-bottom: 20px;
}


ul {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 30px;
	margin-bottom: 20px;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}

/* ---------- 7. forms ---------- */	
		
form {
		}
fieldset {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #666666;
}
legend {
	font-size: 1.4em;
	padding-right: 5px;
	padding-left: 5px;
}
fieldset ol {
	list-style-type: none;
}
fieldset ol li {
	padding-bottom: 20px;
}
fieldset ul li {
	display: inline;
	padding-right: 40px;
}

label {
	float: left;
	width: 100px;
	font-size: 1.1em;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	background-color: #CCCCCC;
	width: 260px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #FFFFFF;
}
.textarea {
	height: 120px;

}

.submit {
	margin-left: 100px;
	margin-top: 20px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.radio {
	margin-left: 10px;
}
.left-half2 {
	width: 415px;
	float: left;
	margin-top: 30px;
	padding-bottom: 20px;
	position: relative;
}
.right-half2 {
	float: right;
	width: 415px;
	margin-top: 30px;
	position: relative;
}
