@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #fafaf7;
	margin: 0px;
}
textarea {
	resize:none
}
#container {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}
#container #logo {
	float: left;
	width: 55%;
	padding-top: 20px;
}
#container #nav {
	float: left;
	width: 40%;
	padding-top: 20px;
	padding-left: 10px;
}
#cloud-container #container #main-image-container #nav  p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#cloud-container #container #main-image-container #nav #right-side-of-nav p {
}
#cloud-container #container #main-image-container #nav #left-side-of-nav p {
}
#container #nav p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #666666;
	font-size: 12px;
	line-height: 25px;
}
#container #main-image-container {
	float: left;
	width: 100%;
}
#cloud-container {
	width: 1022px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/clouds.png);
	background-repeat: no-repeat;
	height: 100%;
}
#cloud-container #container #text-content {
	float: left;
	width: 100%;
}
.section-divs {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.section-divs p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	padding-top: 0px;
	line-height: 25px;
}
#col-1 label {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	padding-top: 0px;
	line-height: 25px;
	margin:0;
}
#col-1 input {
	display:block;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	margin:10px 0;

}
#col-2 label {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	padding-top: 0px;
	line-height: 25px;
	margin:0;
}
#col-2 input {
	display:block;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	margin:10px 0;

}
.section-divs p a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	display: inline-block;
}
.section-divs p a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
.section-divs p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form-field-heights {
	height: 20px;
}
.section-divs h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 0px;
	margin-top: 0px;
}
.title-divs {
	float: left;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.title-images-margin {
	margin-bottom: 5px;
}
.text-divs {
	float: left;
	width: 100%;
}
.about-copy-div {
	float: left;
	width: 60%;
	padding-top: 25px;
}
.about-image-div {
	float: left;
	width: 40%;
	text-align: center;
	padding-top: 25px;
}
.web-design-development-border {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #999999;
}
.services-containers {
	float: left;
	width: 100%;
	padding-top: 30px;
}
.services-images {
	float: left;
	width: 62%;
}
.services-text {
	float: left;
	width: 38%;
}
#contact-form-top {
	float: left;
	width: 100%;
	background-image: url(images/contact-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 43px;
	margin-top: 20px;
}
#contact-form-middle {
	background-image: url(images/contact-middle.png);
	float: left;
	width: 94%;
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 3%;
	padding-left: 3%;
}
#contact-form-bottom {
	float: left;
	width: 100%;
	background-image: url(images/contact-form-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
}
#nav #left-side-of-nav {
	float: left;
	width: 50%;
}
#nav #right-side-of-nav {
	float: left;
	width: 50%;
}
#bottom-nav #left ul {
	padding: 0px;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
#bottom-nav #right ul a {
	text-decoration: none;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottom-nav #right ul a:link {
	text-decoration: none;
	color: #333333;
}
#bottom-nav #right ul a:hover {
	text-decoration: underline;
	color: #333333;
}
#bottom-nav #left ul a {
	text-decoration: none;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottom-nav #left ul a:link {
	text-decoration: none;
	color: #333333;
}
#bottom-nav #left ul a:hover {
	text-decoration: underline;
	color: #333333;
}
#bottom-nav #left  li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.5em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#bottom-nav #left {
	float: left;
	width: 50%;
}
#bottom-nav #right {
	float: left;
	width: 50%;
}
#bottom-nav #right ul {
	padding: 0px;
	list-style-type: none;
	height: 0em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#bottom-nav #right li {
	display: inline;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	float: right;
	padding-left: 0.5em;
	margin-left: 0.5em;
}
.left-divider {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.right-divider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#Contact-form #col-1 {
	float: left;
	width: 30%;
}
#Contact-form #col-2 {
	float: left;
	width: 30%;
}
#Contact-form #col-3 {
	float: left;
	width: 40%;
}
input {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	line-height: 25px;
}
.button-style {
	color: #FFFFFF;
	background-color: #999999;
	font-size: 14px;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	font-weight: bold;
	cursor: pointer;
}
#col-3 #line-box {
	float: left;
	width: 90%;
	border: 1px solid #666666;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
#Contact-form #col-4 {
	float: left;
	width: 100%;
}
#col-3 #service-interested-in {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
.comic-sans {
	font-family: "Comic Sans MS", Arial;
	font-size: 12px;
	color: #333333;
}
#col-3 #service-interested-in-box {
	float: left;
	width: 100%;
	border: 1px solid #999999;
}
h1 {
	margin: 0px;
	font-size: 42px;
	color: #333333;
	font-weight: bold;
}
.tickbox {
	margin-right: 15px;
	margin-left: 15px;
}
#cloud-container #container #main-image-container #main-image {
	float: left;
	width: 100%;
	padding-top: 20px;
}
#cloud-container #container #text-content #contact #Contact-form #contact-form-middle #col-4 #Comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#about-copy li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 25px;
	font-size: 14px;
	list-style-type: square;
}

#about-copy li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	display: inline-block;
}
#about-copy li a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
#about-copy li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contact p, label, legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#contact h1 {
	margin: 10px 0 10px;
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

/* Form style */

#contact label {
	display: inline-block;
	font-size: 14px;
}

/*#contact input, textarea, select {
	color: #666;
	border: 1px solid #ccc;
	font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	webkit-border-radius:5px;
	padding: 5px;
}*/   

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }