body,div,ul,li,h1,p
	{
	margin:0;
	padding:0;
  border:0;
}

html, body
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
  height: 100%;
  min-height:100%;
  background-color: #37332c;
}

/*Header*/
.header
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 990px;
  height:467px;
  background: url(../images/background.jpg) no-repeat center;
  text-align:center;

}

.logo
{
  position:relative;
  top:52px;
  right:287px;
  z-index:4;

}


.contact
{
  width: 256px;
  height: 178px;
  background: url(../images/contact.png);
  position:relative;
  margin-left: 721px;
  bottom: 100px;
  left:9px;
}

.contact-wrap
{
  width: 990px;
  margin-right:auto;
  margin-left:auto;
}

.portf-random
{
  position: relative;
  left: 700px;
  bottom: 80px;
  width:250px;
  height:399px;
}

.navigation
{
  display:block;
  position:relative;
  top:115px;
  right:441px;
  width:122px;
  height:190px;
  margin-left:auto;
  margin-right:auto;
  z-index:3;
}

.button
{
  width:122px;
  height:59px;
  padding-bottom:4px;

}

li.blog:hover
{
  cursor:pointer;
  background: url(../images/blog.jpg) no-repeat top left;
}
li.order:hover
{
   cursor:pointer;
  background: url(../images/order.jpg) no-repeat top left;
}

li.portfolio:hover
{
  cursor:pointer;
  background: url(../images/portfolio.jpg) no-repeat top left;
}

.navigation li a{
  text-decoration:none;
  
}
/*Content*/

.content
{

}
.content-repeat-area
{
  width:100%;
  min-width:990px;
  height:930px;
  background: url(../images/cont-bg.jpg) repeat-y center top;

}

.text-area
{
  position:relative;
  width:620px;
  height:200px;
  z-index:1;
  color: #002b54;
  line-height: 25px;
  font-size: 12pt;
  margin-left:auto;
  margin-right:auto;
  margin-top: 1px;
  padding-right:230px;
  padding-left:50px;
}

.text-area div a:link
{
  color:#0F63B2;
}


.text-area div a:visited
{
  color:#0f63b2;
}

.text-area div a:hover
{
  color:#568ec3;
}
.text-area div ul
{
  list-style-position: outside;
  list-style-type: circle;
}
.text-area div
{
  padding: 200px 0px 0px 75px;
}

.text-area div h1
{
  font-size:18pt;
  padding:8px;
  color: #1c67ae;
}

.text-area div h2
{
  font-size: 16pt;
  padding: 6px;
}
.text-area div span
{
  color: #a6000d;
}

.text-area div h4
{
  font-size: 13pt;
  padding: 6px;
}

.port-wrap
{
  float:left;
  padding:20px 50px 20px 60px!important;
  width:232px;
  height: 220px;
}
.port-in
{
  padding:0px!important;
  background: url(../images/port-wrap.png) no-repeat center;
  width:232px;
  height:182px;
}
.port-in img
{
  padding: 8px 8px 8px 12px;
}

.port-site
{
  width:764px;
  height:511px;
  border-color: #aeaeae;
  border: dotted;
  border-width:2px;
  padding:0px!important;
}
.footer
{
  background: url(../images/footer.jpg) no-repeat center;
  width:100%;
  min-width: 990px;
  height: 132px;
  margin-top:-132px;
}
