@charset "utf-8";
/* CSS Document */

.body,td,th {
  	font-family: 'Raleway', serif;
  	font-size: 16px;
  	font-style: normal;
  	font-weight: 400;
  	text-shadow: none;
  	text-decoration: none;
  	text-transform: none;
  	color: #FFF;
}

.header {	
	height: 180px;
	z-index: 2;
	top: 0px;
	width: 1024px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	line-height:150%;
}


.hinner {
	width: 100%;
	height: 150px;
    text-align: right;
    margin: 0px auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#cfdb71;
}

.footer {	
	height: 30px;
	width: 990px;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	background-color:#cfdb71;
	border:0;
	z-index: 2;
	top: 0px;	
	box-shadow: 2px 2px 5px 2px #ccc;
	font-family: 'Raleway', serif;
  	font-size: 18px;
  	font-style: normal;
  	font-weight: 400;
  	text-shadow: none;
  	text-decoration: none;
  	text-transform: none;
  	color: #FFF;
	line-height: 1.5;
	padding: 17px;
}

.footer a:hover, a:active {
	color: #877158;
	text-decoration: none;
  	text-transform: none;
}

.footer a:link, a:visited {
  	color: #FFF;
	text-decoration: none;
  	text-transform: none;
}

.logo {
    float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.phone {
    float: right;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-top: 17px;
	margin-right: 17px;
	color: #FFF;
}


.nav {
	position: absolute;
	right: 0px;
	bottom: 0px;
	clear: right;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 250%;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.nav li {
    float: left;
    position: relative;
}

.nav a:link, a:visited {
    display: block;
    width: 125px;
	height: 40px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #cfdb71;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    text-transform: lowercase;
}

.nav a:hover, a:active {
    background-color: #877158;
}

.container {	
 	width: 1024px;
	height: 100%;
	z-index: 2;
	top: 0px;
	margin-left: auto;
    margin-right: auto;
	background-color: #FFF;
	box-shadow: 2px 2px 5px 2px #ccc;	
}

.mainbody {
  	font-family: 'Raleway', serif;
  	font-size: 16px;
  	font-style: normal;
  	font-weight: 400;
  	text-shadow: none;
  	text-decoration: none;
  	text-transform: none;
  	color: #462f33;
	line-height: 1.5;
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 42px;
}
.mainbodyimp {
  	font-family: 'Raleway', serif;
  	font-size: 16px;
  	font-style: normal;
  	font-weight: 400;
  	text-shadow: none;
  	text-decoration: none;
  	text-transform: none;
	text-align:justify;
  	color: #462f33;
	line-height: 1.5;
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 42px;
}

.column {
  	float: left;
}

/* Left column */
.column.left {
  	width: 623px;
}

/* Right column */
.column.right {
  	width: 333px;
 	font-family: 'Raleway', serif;
  	font-size: 16px;
  	font-style: normal;
  	font-weight: 400;
  	text-shadow: none;
  	text-decoration: none;
  	text-transform: none;
  	color: #462f33;
	background-color: #FFF;
    background-size: auto auto;	
	float: right; 
	padding: 17px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.signing {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 24px;
	font-style: oblique;
  	font-weight: 800;
  	text-shadow: none;
  	text-decoration: none;
  	text-transform: none;
  	color: #462f33;
	padding-right: 60px;
	padding-top: 10px;
	margin-left: 17px;
	margin-right: 17px;
}

#pricetable {
  	font-family: 'Raleway', serif;
  	font-size: 16px;
	font-weight: 400;
	color: #462f33;
  	border-collapse: collapse;
  	width: 100%;
	border: 1px solid #ddd;
}

#pricetable td, .pricetable th {
  	padding: 12px;
  	color: #462f33;
}

#pricetable tr:nth-child(even){background-color: #f2f2f2;}

#pricetable tr:hover {background-color: #ddd;}

#pricetable th {
  	padding-top: 12px;
  	padding-bottom: 12px;
 	text-align: left;
 	background-color: #cfdb71;
	color: white;
	padding: 12px;
}