﻿@charset "utf-8";

/*-------------------------------
    Reset Layout
-------------------------------*/
html,body,
h1,h2,h3,h4,h5,
div,span,p,a,
font,img,
form,
table,tr,th,td,
ul,ol,li,
header,nav,footer {
	margin: 0px;
	padding: 0px;
	background: transparent;  
	border: 0px;  
	outline: 0px;  

	font-size: 1em;
	zoom: 1;
}

header,nav,footer {
	display: block;
}

ul,ol {
	list-style: none;
}

/*-------------------------------
    Base Layout
-------------------------------*/
html,body,
table,
input,textarea,select,option {
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 1px;
	color: #000;
}


body{
background-color:#FFFF00;

}


/*-------------------------------
    Wrapper Layout
-------------------------------*/
#wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: #ffffff;
	/*border-left: 1px solid #999;
	border-right: 1px solid #999;*/
}


/*-------------------------------
    BackgroundImage Layout
-------------------------------*/

/* top page */
#back-top {
	background: url( ../img/back-top.jpg ) no-repeat scroll center top;
	height: 785px;
}

/* else */
#back-else {
	background: url( ../img/back-else.jpg ) no-repeat scroll center top;
}

/*-------------------------------
    Header Layout
-------------------------------*/
header {
}

#header {
	width: 960px;
	overflow: hidden;
}

#header div.right {
	text-align: right;
	float: right;
	padding: 15px 0;
}

#header h1 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding-right: 21px;
	margin-bottom: 8px;
}

#header h2 {
	padding-right: 27px;
}

/*-------------------------------
    Navigation Layout
-------------------------------*/
#main-navigation {
	padding: 0;
	overflow: hidden;
}

#main-navigation li {
	float: left;
	width: 160px;
	text-align: center;
}

* html #main-navigation li {
	display: inline;
}


/*-------------------------------
    Clearfix
-------------------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}


/*-------------------------------
    Content Layout
-------------------------------*/
#content {
	line-height: 220%;
	padding: 0 0 0 80px;
	width: 880px;
}

#content h3{
	padding-top: 60px;
	padding-bottom: 60px;
}

#content h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#content div p {
	width: 500px;
}

#content div p.continue {
	margin: 0 0 20px;
}

#content div {
	margin: 0 0 70px;
}

/* top page */
/*
#content.top {
}
*/

/* catch page */
#content.catch {
	padding-bottom: 60px;
}


/* service page */
#content.service {
	padding-bottom: 30px;
}


/* price page */
#content.price {
	padding-bottom: 130px;
}


/* company page */
#content.company {
	padding-bottom: 10px;
}

#content.company table {
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
	padding: 20px;
	margin-bottom: 50px;
}

#content.company table th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	width: 100px;
	padding: 15px 10px;
}

#content.company table td {
	text-align: left;
	width: 450px;
	padding: 15px 40px;
	border-left: 1px solid #000000;
}

#content.company li {
	padding: 4px 0;
}

#content.company div p.profilesmall {
	margin-top: 20px;
	width: 650px;
}

/* contact page */
#content.contact {
}

#content.contact h3 {
	padding: 50px 0 50px 0;
	font-size: 16px;
}

#content.contact div.tableframe {
	border: 1px solid #999999;
	border-spacing: 0;
	background-color: #ffffff;
	padding: 20px;
	display: table;
	width: 600px;
}

#content.contact div.thanks {
	margin: 50px 0 70px;
	width: 600px;
}

#content.contact table {
	border-collapse: collapse;
	empty-cells: show;
	width: 600px;
}

#content.contact table th {
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	background-color: #666666;
	text-align: left;
	vertical-align: top;
	padding: 20px;
}

#content.contact table.thanks th {
	width: 133px;
}

#content.contact table td {
	padding: 20px;
}

#content.contact input.text, #content.contact textarea {
	border: 1px solid #999999;
	padding: 5px;
}

#content.contact p.error {
	color: #ff0000;
	font-weight: bold;
	line-height: 220%;
	width: 300px;
}

div.lead1, div.lead2 {
	clear: both;
/*	position: relative;*/
	font-size: 14px;
}

div.lead1 {
	padding: 0 0 80px;
	text-align: center;
}

div.lead2 {
	padding: 0 0 80px 300px;
}

div.lead1 input, div.lead2 input {
	padding: 10px 20px;
}


/*-------------------------------
    Footer Layout
-------------------------------*/

#footer {
	clear: both;
	color: #999999;
	text-align: center;
	overflow: hidden;
	padding: 0 0 13px;
	/*border-bottom: 1px solid #999;*/
}

#footer ul {
	list-style: none outside none;
	margin: 0 auto 20px;
	padding: 20px 40px 20px;
	overflow: hidden;
}

#footer ul li {
	border-left: 1px solid #999999;
	float: left;
	display: inline;
}

#footer ul li.contact {
	border-right: 1px solid #999999;
}

#footer ul:after {
	clear: both;
}

#footer ul:before, #footer ul:after {
	content: "";
	display: table;
}

#footer ul li a, #footer ul li span {
	display: block;
	text-align: center;
	width: 145px;
}

#footer p {
	float: right;
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
}


/*-------------------------------
    Link Layout
-------------------------------*/
a {
		text-decoration: underline;
		color: #39F;
}
a:hover {
		text-decoration: none;
		color: #F93;
}
a img {
		border: none;
}