/**font face**/

@font-face {
	font-family: 'helvetica';
	src: url('font/helvetica.ttf');
}

@font-face {
	font-family: 'skinny';
	src: url('font/Skinny-Regular.ttf');
}

body{
	padding: 0px;
	margin: 0px;
	background: url(images/bg-top.jpg) repeat-x #f5f7f7;
    color: #888;
    font: 15px "Courier New", Courier, monospace;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0;
  margin: 0;
  font-family: 'helvetica';
}

img { border: 0;}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #888;
}

a:hover{ 
	text-decoration: none;
}

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-type: square;
	padding: 0;
	margin: 0;
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}

h1 {
	font: bold 40px 'skinny', sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
	color: #3da7b6;
}

h2 {
	font: 600 22px "Courier New", Courier, monospace;
	padding: 0;
	margin: 0 0 20px 0;
	color: #534741;
}

h3 {
	font: 600 20px "Courier New", Courier, monospace;
	padding: 0;
	margin: 0 0 20px 0;
	color: #534741;
	font-style: italic;
}

/**landing component**/
#landing-component {
	width:100%;
	height:900px; 
	background: url(images/landing.jpg) repeat-x #bce0e5;
	padding-top:20px;
}

.landing-content {
	width:980px;
	height:400px;
	float: left;
	background: url(images/landing.png) no-repeat;
}

.global-container {
	width: 100%;
	min-height: 100%;
	margin:0 auto;
	position:relative;
}

.content-container {
	width: 980px;
	margin:0 auto;
	position:relative;
}

header {
	width: 100%;
	float: left;
	min-height: 150px;
	background: #fff;
}	

.home-button {
	background: url(images/left-nav-btn.jpg) no-repeat;	
	width: 128px;
	height: 47px;
	float:left;
	margin-top: 91px;
}

.logo {
	width: 180px;
	height: 150px;
	float:left;
}

.right-header-section {
	width: 672px;
	float:right;
	height: 150px;
}

.top-header-section {
	width: 100%;
	float:right;
	height: 91px;
}

.navigation {
	background: url(images/nav-btn.jpg) no-repeat;	
	width: 657px;
	height: 47px;
	float: right;
	padding-left: 15px;
}

.banner {
	width: 960px;
	padding:10px;
	float:left;
}

section {
	width:100%;
	float:left;
	background: white;
}

.partial-component {
	width: 590px;
	padding: 10px 20px;
	float:left;
}

#component {
	width: 960px;
	padding: 10px;
	float:left;
}

.sidebar {
	width: 330px;
	padding: 10px;
	float:left;
}

footer {
	width: 100%;
	float:left;
	background: #bce0e5;
	min-height: 200px;
}

.footer-container {
	width: auto;
	display: inline;
	float: left;
}

.footer-box {
	width: 300px;
	float:left;
	margin: 30px 20px;
}

.footer-box:first-child {
	margin-left: 0;
}

.footer-box:last-child {
	margin-right: 0;
}

.footer-box p, .footer-box li, .footer-box td {
	font: 14px normal helvetica, arial;
	color: #534741;
}

.footer-box ul {
	margin-left:20px;
}

.footer-box td {
	padding:5px 0;
}

.footer-box a {
	color: #534741;
}

.widget.search.widget_style_34 li {
	list-style:none;
}

.widget.search.widget_style_34 {
	width: 220px;
	float:right;
	margin: 15px;
}

#search_word {
	padding: 6px 20px;
	border-radius: 25px;
	width:160px;
	border:1px solid #ebebeb;
	color: #8f8e8e;
	font: 12px "Courier New", Courier, monospace;
}

.fb-like-box {
	margin:30px 0;
	padding:5px 0;
}

.price-chart {
	background: #47c3d3;
	border: 1px solid #fff;
	color: #444;
}

.row.position {
	display:none;
}

.contact_form {
	color: #47c3d3;
	font-weight: bold;
	font-size:20px;
	font-family: 'helvetica';
	width: 100%;
	float: left;
}

.contact_label input[type="submit"] {
	background: #47c3d3;
	padding:5px 20px;
	color: #fff;
	font-weight: bold;
	border: 0;
	border-radius: 25px;
	margin-top:30px;
}

.contact_form_div {
	margin-bottom: 30px;
}

.name a {
	font-size: 18px !important;
	font-weight: bold !important;
	color: #47c3d3 !important;
}

.name a span {
	display:none;
}

.readmore {
	width: 100%;
	float:right;
	margin: 20px 0;
}

.readmore a span {
background: #47c3d3;
padding: 5px 20px;
border-radius: 25px;
color: white;
font-weight: bold;
}

.row.state, .row.email {
	display:none;
}

.widget.widget_style_25 {
	width: 300px;
	float: left;
	margin-top: 36px;
}

.button_login, .button_register, .button_logout input[type="submit"] {
	width: auto;
	float: left;
	padding: 4px 20px;
	margin: 0 10px;
	background: #47c3d3;
	border:0;
	border-radius: 20px;
}

.button_login a, .button_register a, .button_logout a {
	color: #fff;
	font-weight: bold;
}

.button_user {
	width: auto;
	float: left;
}

.button_logout input[type="submit"] {
	color: #fff;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}

.login_reset {
width: auto;
float: left;
padding: 5px 0 0 14px;
}