
@font-face
{
font-family: foothillhomes-font;
src: url('../font/CenturyGothic.ttf')
     format("opentype");
}

/* Reset-----------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main,page { 
	display:block;
}

ul, ol { list-style: none;}
img { border: none; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Link-----------------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

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

body {
	background: #fff;
	font-family: foothillhomes-font;
	font-size: 14px;
	color: #333;
}

#container {
	width: 900px;
	min-height: 600px;
	margin: 0 auto;
	background: rgba( 255, 255, 255, 0.6 );
	background: #fff\9;
	filter: alpha(opacity=80)\9;
	-moz-opacity:0.8\9;
	opacity: 0.8\9;
}

#logo {
	float: left;
	margin: 0px 0px 0px 20px;
}

#language {
	float: right;
	margin: 10px 20px 0px 0px;
	font-size: 16px;
	height: 35px;
}

#language img {
	width: 35px;
	height: 35px;
}

#language a {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}

#language a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#menu {
	float: right;
	margin: 60px -30px 0px 0px;
	font-size: 16px;
}

main {
	margin: 40px 0px 0px 0px;
	width: 860px;
	padding: 0px 20px 0px 20px;
}


/* Main-----------------------------------------------------------*/

#main_menu {
	width: 260px;
	float: left;
}

#main_menu ul li {
	font-size: 16px;
	line-height: 28px;
}

#main_menu ul li:before {
	margin: 0px 5px 2px 0px;
	content: " ";
	display: inline-block;
	background: #dd0000;
	width: 8px;
	height: 8px;
}

#main_contents {
	width: 560px;
	float: right;
	color: #000\9;
}

#company_contents {
	background: rgba( 255, 255, 255, 0.6 );
	padding: 20px 20px 20px 20px;
}

#company_contents ul {
	list-style-type: square;
	padding: 0px 0px 0px 14px;
}

#company_contents ul ul {
	list-style-type: circle;
	padding: 0px 0px 0px 14px;
}

.company_contents_title {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

.company_contents_subtitle {
	font-size: 15px;
	margin: 0px 0px 6px 0px;
}

#company_contents2 {
	background: rgba( 255, 255, 255, 0.6 );
	padding: 20px 0px 10px 20px;
}

.company_contents_photos {
	
}

.company_contents_photos img {
	width: 120px;
	height: 120px;
	float: left;
	margin: 0px 13px 13px 0px;
}

#contact_contents {
	width: 700px;
	background: rgba( 255, 255, 255, 0.6 );
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
}

#contact_contents table {
}

#contact_contents th {
	font-weight: normal;
	vertical-align: top;
	text-align: right;
	padding: 0px 6px 0px 0px;
	white-space: nowrap;
}

.submit_button {
	text-align: center;
}

input[type="text"] {
	font-family: foothillhomes-font;
	width: 160px;
}

#contact_contents textarea {
	font-family: foothillhomes-font;
	width: 300px;
	height: 100px;
}

input[type="submit"] {
	font-family: foothillhomes-font;
}

/* Contact-----------------------------------------------------------*/

.msg {
	color: #dd0000;
}

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

#footer {
	width: 900px;
	margin: 0 auto;
	background: rgba( 255, 255, 255, 0.6 );
	text-align: center;
	padding: 40px 0px 10px 0px;
	background: #fff\9;
	filter: alpha(opacity=80)\9;
	-moz-opacity:0.8\9;
	opacity: 0.8\9;
}

/* Back to top button-----------------------------------------------------------*/

#back-top {
    position: fixed;
    bottom: 30px;
    right: 60px;
}

#back-top span {
    display: block;
}

#back-top img {
	background: #fff;
	padding: 2px 3px 3px 3px;
	border-radius: 0px; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	box-shadow: 1px 1px 4px #666;
}

#back-top a {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#back-top a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}