@charset "UTF-8";

/* CSS Document */
/* Created by Mike Kuzin */
/* Copyright 2009 ** Direct-Axis Creative */
/* All Rights Reserved */
/* http://direct-axis.net/ */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: line-through;
}
body {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 50px;
	background-image: url(../../images/bg.png);
}
div#left {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #999;
}
/* TEXT STYLING */

div#copy {
color: #6D6E71;
font-size: 9px;
}

.portrait {
	margin-top:-30px;
	padding-right:5px;
	font-size: 15px;
	font-weight: bold;
	color: #7DBF30;
	font-style: italic;
}
div#right strong {
	display:inline;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#7DBF30;
}
.rightFrom {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#7FBF29;
	font-style:italic;
	text-align: right;
}
.rightPrice {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
	font-style:italic;
}
/* DIV POSITIONING */

div#container {
	width: 650px;
	height: auto;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}
div#header {
	width: auto;
	background-color: #CCC;
	border: 0px;
}
div#headerFooter {
	width: auto;
	height: 12px;
	background: url(../../images/header_bottom.png);
}
div#content {
	float: left;
	height: auto;
	display: block;
	width: 628px;
	margin-left: 11px;
	text-align: left;
	background-color: #fff;
	margin-right: 11px;
}
div#right {
	margin-left: 230px;
	background-color: #fff;
	padding: 10px 10px 10px 11px;
	line-height: 1.3em;
	height: auto;
	min-height: 307px;
	border-style: none;
}
div#left {
	width: 198px;
	float: left;
	background-color: #fff;
	padding: 10px 8px 10px 18px;
	border-right-style: solid;
	border-right-width: 1px;
	border-style: none;
	line-height: 130%;
}
div#footer {
	height: 30px;
	width: auto;
	background: #6d6e71;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
	padding-top: 15px;
	clear: both;
	font: 100 9px "Lucida Grande", Lucida, Verdana, sans-serif;
}
div#footerFooter {
	width: auto;
	height: 12px;
	background: url(../../images/header_bottom.png);
}
div#copyright {
	width: 628px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	text-align:center;
	color: #dee0df;
	font-size: 9px;
}
div#trueFooter {
	clear: both;
	width: 628px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
	background: url(../../images/footer.png);
}
div.table {
	margin-top:7px;
	padding:0px;
}
.leftTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#666;
	line-height: 1.3em;	
	padding-right: 0px;
	text-align:left;
}
.subText {
	font-style: italic;
	font-size: 11px;
}
.subTextContact {
	font-style: italic;
	font-size: 11px;
	color:#FFF;
}

/* FORM STYLING */


#contact-area {
	margin-top:0px;
	margin-left:-40px;
	margin-top:2px;
}

#contact-area input, #contact-area textarea {
	margin-left: ;
	padding: 5px;
	width: 230px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style:italic;
	margin-bottom:4px;
	background-color: #f3f3f3;
	color:#666;
	border-style: none;
}

#contact-area textarea {
	height: 120px;
}

#contact-area textarea:focus, #contact-area input:focus {
	background-color:#E8E8E8

}

#contact-area input.submit-button {
	width:80px;
	font-style: italic;
	
	font-size: 11px;
	color: #818382;
	font-weight:800;
	margin-top:10px;
	float:right;
	margin-right:22px;
	border-style: none;
	background:#FFF;
}
input.submit-button:hover {
	color:#7FBF29;
	background:#F3F3F3
	
	
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #7DBF30;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
	width: 100px;
	font-size: 15px;
	font-weight: bold;
	color: #7DBF30;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}