/* copyright web motion ltd. */
body {
	margin: 0px;
	padding: 0px;
	color: #5b3023;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #f4f1dc;
}
/* header styles */

.clear {
	clear: both;
}

a {
  color: #67881a;
  text-decoration:underline;
  cursor:pointer;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

div#header_cont {
	background: #c0defa url(images/header_bg_full.jpg) 50% 0% repeat-x;
	height: 350px;
	position: relative;
}
div#header {
	height: 350px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
div#header_island1 {
	background: url(images/header_island1.png) 50% 0% no-repeat;
	width: 103%;
	height: 100%;
}
div#header_island2 {
	background: url(images/header_island2.png) 50% 0% no-repeat;
	width: 104%;
	height: 100%;
}
div#header_foreground {
	background: url(images/header_foreground.png) 50% 0% no-repeat;
	width: 108%;
	height: 100%;
}
#header_navigation {
	position: absolute;
	bottom: 0px;
	height: 52px;
	width: 100%;

}
/* header menu styles */
#header_navigation ul{
  display: block;
  width: 960px;
  margin: 0 auto 0 auto;
  padding-right: 20px;
	list-style-type: none;
	text-align: right;
}
#header_navigation ul li{
  display: block;
  float: right;
  height: 36px;
  margin: 0px 10px 0px 10px;
  padding: 16px 0px 0px 0px;
  text-align: center;
}
#header_navigation ul li:hover{
	background: url(images/menu_selector.png) 50% 100% no-repeat;
}
#header_navigation ul li.current_page_item{
	background: url(images/menu_selector.png) 50% 100% no-repeat;
}
#header_navigation ul li a:link, #header_navigation ul li a:visited{
  font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
  color: #fffced;
}
#header_navigation ul li a:hover, #header_navigation ul li a:active{
  color: #ffffff;
}

/* site layout styles */
.clear {
	clear: both;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#layer {
  padding: 0px 0px 65px 0px;
	background: #f4f1dc url(images/first_layer_background.jpg) 50% 100% repeat-x;
}
#first_layer {
	padding: 0px 0px 65px 0px;
	background: #f4f1dc url(images/first_layer_background.jpg) 50% 100% repeat-x;
	line-height: 8px;
}
#second_layer {
	padding: 0px 0px 70px 0px;
	background: #daddb6 url(images/second_layer_background.jpg) 50% 100% repeat-x;
	color: #5b3023;
	line-height: 20px;
	
}
#third_layer {
	padding: 0px 0px 95px 0px;
	background: #d1cd8c url(images/third_layer_background.jpg) 50% 100% repeat-x;
	color: #5b3023;
	line-height: 20px;
}
div.layer_inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* page layer styles */

#layer h1 {
	padding: 43px 0px 21px 8px;
	margin: 0px;
	font-size: 24px;
	color: #67881a;
	font-weight: normal;
}

#layer h2 {
  padding-left: 35px;
  background-image: url(images/webmotico.jpg);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  color: #5b3023;
  font-size:16px;
  font-weight:bold;
}

#layer h3 {
  color: #5b3023;
  font-size: 12px;
  font-weight:bold;
}

/* first layer styles */
#first_layer h2 {
	padding: 43px 0px 21px 8px;
	margin: 0px;
}
#first_layer h2 a:link, #first_layer h2 a:visited {
	font-size: 23px;
	text-decoration: none;
	color: #e56c42;
	font-weight: normal;
}
#first_layer h2 a:hover, #first_layer h2 a:active {
	color: #67881a;
}
#first_layer img {
	float: left;
	margin-right: 4px;
}
#first_layer strong {
  line-height: 18px;
	font-weight: bold;
	color: #67881a;
}
#first_layer .box1 {
	float: left;
	width: 260px;
}
#first_layer .box2 {
	float: left;
	width: 256px;
}
#first_layer .box3 {
	float: left;
	width: 210px;
}
#first_layer .box4 {
	float: left;
	width: 254px;
}
/* second+third layer styles */
#second_layer h3, #third_layer h3 {
	padding: 49px 0px 24px 14px;
	margin: 0px;
	font-size: 24px;
	text-decoration: none;
	color: #5b3023;
	font-weight: normal;
}
#layer p {
  padding: 0px;
	margin: 0px;
}
#second_layer p, #third_layer p {
	padding: 0px 14px 0px 14px;
	margin: 0px;
}
#second_layer div.button, #third_layer div.button{
	margin: 30px 0px 0px 14px;
	padding-top: 2px;
	width: 138px;
	height: 23px;
	text-align: center;
	background: url(images/button.png) left top no-repeat;
}
#second_layer div.button a:link, #second_layer div.button a:visited, #third_layer div.button a:link, #third_layer div.button a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #67881a;
}
#second_layer div.button a:hover, #second_layer div.button a:active, #third_layer div.button a:hover, #third_layer div.button a:active {
	text-decoration: underline;
	color: #739425;
}
/* second layer styles */
#second_layer strong {
	font-size: 14px;
	font-weight: bold;
	color: #67881a;
}
#second_layer .box1 {
	float: left;
	width: 295px;
}
#second_layer .box2 {
	float: left;
	width: 685px;
	font-size: 11px;
}
#second_layer .project {
	float: left;
	padding: 0px 28px 0px 16px;
}
#second_layer .project .project_pic {
	padding: 6px 0px 0px 0px;
	margin-bottom: 12px;
	width: 184px;
	height: 145px;
	text-align: center;
	background: #fffced url(images/project_bg.jpg) left top no-repeat;
}
#second_layer div#button_left{
  margin-top: 12px;
}
/* third layer styles */
#third_layer strong {
	font-size: 14px;
	font-weight: bold;
}
#third_layer em {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #e56c42;
}
#third_layer .box1 {
	float: left;
	width: 295px;
}
#third_layer .box2 {
	float: left;
	width: 409px;
}
#third_layer .box3 {
	float: left;
	width: 276px;
}

#third_layer #portfolio_img{
  float: right; 
  width: 170px; 
  margin-right: 38px;
  padding: 5px 0px 5px 0px; 
  text-align: center; 
  background-color: #F4F1DC; 
  border: 1px solid #A9B348;
}

#third_layer blockquote{
  margin: 0px;
  padding: 0px;
  font-style: italic;
  margin-right: 24px;
  background: url(images/quotes-open.jpg) 14px 7px  no-repeat;
}
#third_layer blockquote p{
  background: url(images/quotes-close.jpg) bottom right no-repeat;
}
#third_layer cite{
  margin: 4px 38px 4px 0px;
  padding: 0px;
  float: right;
  font-style: italic;
  font-weight: bold;
  color: #E56C42;
}

#third_layer form {
	padding: 20px 0px 0px 14px;
	float: left;
	text-align: right;
}
#third_layer form #domain_check {
	width: 229px;
	height: 24px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: left;
	background: #f4f1dc url(images/domain-check_bg.jpg) left top no-repeat;
}
#third_layer input, #third_layer select {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #67881a;
}
#third_layer input#domain {
	width: 140px;
	margin-left: 5px;
	border: 0px;
	background-color: #f4f1dc;
}
#third_layer select#tld {
  width: 70px;
  border: 1px;
  background-color: #f4f1dc;
}
/* fooer styles */
div#footer {
	padding-top: 190px;
	background: #83add5 url(images/footer_bg_full.jpg) 50% 0% repeat-x;
	color: #daddb6;
	font-size: 11px;
	line-height: 24px;
}
div#footer div.layer_inner {
	height: 137px;
}
div#footer a:link, div#footer a:visited {
	text-decoration: none;
	color: #daddb6;
}
div#footer a:hover, div#footer a:active {
	text-decoration: underline;
	color: #e8eace;
}
div#footer ul{
  margin: 0px;
  padding: 0px 25px 0px 25px;
	list-style-type: none;
}
div#footer ul.border_right{
  border-right: 1px solid #daddb6;
}
#footer .box1 {
	float: left;
	width: 240px;
}
#footer .box2 {
	float: left;
	width: 240px;
}
#footer .box3 {
	float: left;
	width: 240px;
}
#footer .box4 {
	float: left;
	width: 260px;
}

.wpcf7-submit {
  color: #f4f1dc;
  padding: 0 0 5px 0px;
  font-size: 14px;
  font-weight: bold;
  background-image: url('images/submitBut.jpg');
  width:89px;
  height:23px;
  border:0px;
  cursor: pointer;
}

.staticPage {
  padding: 0 40px 0 40px;
}

form#domein_availability {
	padding: 20px 0px 0px 14px;
	float: left;
	text-align:center;
}
form#domein_availability #domain_check {
	width: 258px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	text-align: center; 
	background: #f4f1dc url(images/domainBgr.jpg) left top no-repeat;         
}
#domain_check input, #domain_check select {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	border: 0px;
	color: #67881a;  
}
#domain_check input#domein { 
	width: 120px;
	margin-right: 3px;
	border: 0;
	background-color: #f4f1dc; 
}
#domain_check select#ext {
  background-color: #f4f1dc;  
}
#domain_check input#code {
  width: 163px;
  padding: 5px;
  background-color: #f4f1dc;
  border:1px solid #c6c19a;  
}

input#domeinButton { 
  width: 89px;
  border:0;
  height: 23px;
  cursor:pointer;
  background-image: url(images/checkBut.jpg);
}
div#captcha{
  height:43px;
}
div#result {
  padding: 20px;
  color: #67881a;
}
div.taken {
  padding: 3px 0 5px 30px; 
  color: #e56c42;
  background: #f4f1dc url(images/taken.jpg) no-repeat; 
}
div.available {
  padding: 3px 0 5px 30px; 
  color: #67881a;
  background: #f4f1dc url(images/free.jpg) no-repeat; 
}