/* =========== Global styles ===============*/

html, body {
height: 100%;
margin: 0;
padding: 0;
background-color:#ffffff;
}

a:link, a:active, a:focus, a:visited, a { 
	color:#b38323;
	cursor:pointer; 
	text-decoration:none;
	}
a:hover { 
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
	color:#999; 
	behavior: url(js/PIE.htc); 
	}
a:focus { 
	outline: #333 dotted 1px; 
	}
	
* {
margin:0px auto;
padding:0;
}

.shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -225px;
	float: left;
}

.container {
	width: 1000px;
	clear: both;
	position: relative;
	top: -200px;
	margin-top:50px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}

.clear {
	clear:both;
}

/* =========== Global styles ===============*/

/* =========== Header styles ===============*/

.header {
	width:1000px;
	padding:10px 1px 10px 0px;
	border-bottom:solid 1px #CCC;
}

.header a {
	text-decoration:none;
	color:#403f3f;
	font: 13px/15px 'LaneNarrowRegular', Arial, sans-serif;
	letter-spacing:1px;
	font-weight:bold;
}

.logo {
	float:left;
}

.nav {
	margin-top:12px;
	float:right;
}

.vert {
	margin: 0pc 15px 0px 15px;
	color:#CCC;
}
	

/* =========== Header styles ===============*/

/* =========== Content styles ==============*/


.sum {
	width:210px;
	font: 16px/18px 'LaneNarrowRegular', Arial, sans-serif;
	color:#6b6969;
	height:400px;
	margin:10px 10px 15px 0px;
	text-align:justify;
	float:left;
	
}

.img {
	width:150px;
	height:400px;
	margin:13px 0px 15px 5px;
	float:left;
}

.title {
	width:150px;
	float:left;
	margin-top:13px;
	margin-bottom:15px;
	margin-left:30px;
}

/* =========== about page ==============*/

.about {
	width:1000px;
}

.about .left {
	width:427px;
	float:left;
	margin-right:34px;
	margin-top:13px;
	margin-bottom:15px;
}

.about .right {
	width:354px;
	float:left;
	margin-top:13px;
	margin-bottom:15px;
}

.title {
	width:150px;
	float:left;
	margin-top:13px;
	margin-bottom:15px;
	margin-left:30px;
}

.about .store {
	margin-bottom:14px;
	float:left;

}

.about .storSml {
	width:427px;
	float:left;
}

.about .str_sum {
	width:354px;
	height:236px;
	margin-bottom:14px;
	float:left;
}

.about h1 {
	font: 17px/14px 'LaneNarrowRegular', Arial, sans-serif;
	color:#6b6969;
	font-weight:bold;
	margin-bottom:10px;
}

.about p {
	font: 13px/14px 'LaneNarrowRegular', Arial, sans-serif;
	color:#6b6969;
	text-align:justify;
}

.about .map {
	width:352px;
	height:148px;
	float:left;
	border:solid 1px #666;
}

/* =========== about page ==============*/

/* =========== services page ==============*/

.serv .sum {
	width:815px;
	font: 16px/18px 'LaneNarrowRegular', Arial, sans-serif;
	color:#6b6969;
	height:400px;
	margin:13px 0px 15px 0px;
	text-align:justify;
	float:left;
}

.serv .sum h1 {
	padding:0px;
	margin:5px 0px 7px 0px;
}

.serv .sum p {
	font-size:14px;
	margin-bottom:20px;
}

/* =========== services page ==============*/


/* =========== services page ==============*/

.show .sum {
	width:815px;
	font: 16px/18px 'LaneNarrowRegular', Arial, sans-serif;
	color:#6b6969;
	height:400px;
	margin:13px 0px 15px 0px;
	text-align:justify;
	float:left;
}


/* =========== services page ==============*/

/* =========== contact page ==============*/

.contact .sum {
	width:815px;
	font: 11px/18px 'LaneNarrowRegular', Arial, sans-serif;
	color:#6b6969;
	height:400px;
	margin:13px 0px 15px 0px;
	text-align:justify;
	float:left;
}

.contact .sum h1 {
	padding:0px;
	margin:5px 0px 7px 0px;
}

.contact .sum p {
	font-size:14px;
	margin-bottom:20px;
}

input { 
	font-size:10px;
	color:#515049;
	border:1px solid #d7d7d7;
	padding:4px; 
	width:200px;
	}
	
label {
	font-size:14px;
	display:block;
	width:160px;
	font-weight:bold;
	margin-right:10px; 
	margin-top:0px;
	
}

.inline { display:inline-block; *display:inline; zoom:1; vertical-align:top;}

input.button, button, input[type="button"] {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	letter-spacing:1px;
	background:#2c2b27;
	border:1px solid #000;
	padding:5px 10px 5px 12px;
	cursor:pointer;
	zoom:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3); 
	behavior: url(js/PIE.htc);
	margin-left:173px;
}


input.button span, button span { 
	padding-right:10px; 
	-pie-poll: true;	
}
input.button:hover, button:hover { 
	background-color:#000; 
}

input.button:focus, button:focus { 
	outline:1px dotted #333;
}

textarea {
	font-size:10px;
	color:#515049;
	border:1px solid #d7d7d7;
	padding:4px; 
}

/* =========== contact page ==============*/


/* =========== Content styles ==============*/

/* =========== Footer styles ===============*/

.footer {
	width:1000px;
	padding:10px 1px 10px 0px;
	font: 12px/14px 'LaneNarrowRegular', Arial, sans-serif;
	color:#6b6969;
	font-weight:bold;
	border-top:solid 1px #CCC;
}

.cop {
	float:left;
}

.date {
	float:right;
}

/* =========== Footer styles ===============*/