@charset "utf-8";

/* -----------------------------------------------------------------------
	
	Project Title: Yeti Homes
	Date:  July 19, 2009 2:05 PM
	Powered By: nwagi.com
	Author: nwagi.com
					
----------------------------------------------------------------------- */

/*------------------------------ 	

	reset.css 
	Blueprint CSS Framework 0.7.1
	http://www.blueprintcss.org
		
--------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;}
body {line-height:1.4em;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/*--------------------- Global Properties --------------------*/

body{
	font-family: Arial;
	color: #412D10;
	background: #F6E9D6;
	font-size:12px;
	text-align: center;
}

a{
	text-decoration:none;
	color: #FF7C00;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
	color: #B75700;
}

div.wrap{
	width:100%;
	text-align:left;	
}

div.wrap-inner{
	width: 960px;
	margin: 0 auto;	
	position:relative;
	background: url(../images/mainbg.jpg) repeat-x #F6E9D6;
}

/*-------------- Headings ------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0em; }
h2 { font-size: 2em; margin-bottom: 0.1em;}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/*----------------------------------- 
	
	forms.css
	Blueprint CSS Framework
	http://www.blueprintcss.org
	Added By: ashishlohorung.com.np
	
------------------------------------- */

label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/*------------------------ Header Part ----------------------*/

.header{
	
	display:block;
	margin: 0 0 0 0;
	height:384px;
			
}

ul.toplink{
	list-style:none;
	position: relative;
	font:13px Arial, Helvetica, sans-serif;
	height: 25px;
	display:block;
	margin:0 0 0 55px;
	padding:10px 0 0 0;
	font:13px Arial, Helvetica, sans-serif;
}

ul.toplink li{
	display: block;
	float:left;
	margin:0 10px 0 0;
}

.logo{
	position:absolute;
	top: 25px;
	left:28px;
}

.phone{
	position:absolute;
	top: 75px;
	left: 765px;
}

.collage{

	position:absolute;
	top: 132px;
	height:253px;
	display:block;

}


/*------------------------ Content Part ----------------------*/

.mid{

	background:#F08F00;
	display:block;
	overflow:hidden;
	
}

.mid-bg{
	background:url(../images/collage1.jpg) no-repeat 0 -250px;
	display:block;
	overflow:hidden;
}

.mid-left{
	width: 330px;
	display:block;
	float:left;
	z-index:99999;
}

.mid-right{
	width: 590px;
	float:right;
	overflow:hidden;
	display:block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#F8E0BC;
	padding:15px;
	margin:10px 10px 0 0;
	z-index:999px;
}

.menus{

	font:18px tahoma, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	margin:20px 0 0 0;
	text-transform:uppercase;
}

.menus li{
	list-style:none;
	
}

.menus li a{
	color: #fff;
	border-bottom: dotted 2px #FFCC33;
	border-top: dotted 2px #FFCC33;
	line-height:40px;	
}

.menus li a:hover{

	text-decoration:none;
	color: #FFE6D9;
}

.tanka{
	float:right; 
	width:200px; 
	background: #7A551F; 
	padding:10px; 
	color:#fff
}

/*------------------------ Bottom Part ----------------------*/

.footer{
	/*background:url(../images/footer-repeat.jpg) repeat-x;*/
	clear:both;
	text-align:center;
	color: #929292;
	font-size:11px;
	
	
}

.footer-inner{
	background:url(../images/footer-bg.jpg) no-repeat center;
	height:124px;
	position:relative;
	width:960px;
	margin:0 auto;
}

.footer p{
	position:absolute;
	top:35px;
	right:20px;
	color:#CA9B54;
}

.footer a{
	color:#CA9B54;
}

.worker{
	position:absolute;
	top:-100px;
	left:40px;
}

/* jQuery lightBox plugin - Gallery style */

#gallery {
	
	padding: 0px;
	width: 100%;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; padding:0 8px 0 0 }
#gallery ul img {
	border: 4px solid #3e3e3e;
}
#gallery ul a:hover img {
	border: 4px solid #fff;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
