/*--RESET--*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--FOR PAGE--*/
body { background:#3c290c url(../images/bg.jpg) top center repeat-x; text-align:justify; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#444; margin:0; padding:0;}

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

a:hover {text-decoration:underline;}

img {border:none;}

h1 {
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:22px;
	font-weight:bold; 
	font-style:italic;

}

h2 {margin:0px; font-weight:bold; font-style:italic;}

.left {float:left; margin-right:15px; margin-top:7px;}

.right {float:right; margin-left:15px; margin-top:7px;}

.text {margin-left:35px; color:#444;}

.head {margin-bottom:10px; padding-bottom:5px; border-bottom:1px solid #ccc; font-size:24px; font-weight:bold; font-style:italic; margin-left:-4px;}

small {font-size:14px;}

.textright {float:right; text-align:right; font-size:12px; font-weight:bold; font-style:italic;}

.textright a:link, .textright a:visited {color:#F60; font-size:12px;}

.subNav a:link,  a:visited {color:#F60; font-size:12px;}

#nav2 {
	text-align: center;

}

#nav2 ul li{
	display:inline;

}

#nav2 li{
	padding-left: 8px;
	padding-right: 8px;

}

/*--WRAP--*/
#wrap { position:relative; width:850px; margin:0 auto;}

.logo {float:left; width:150px; height:95px; margin-top:12px; margin-left:25px;} 

.phone {float:left;  margin-top:50px; font-size:24px; font-weight:bold; font-style:italic; margin-right:25px; color:#222;}


/*--BANNER--*/
#banner {background:#ccc url(../images/head.jpg) bottom center no-repeat; height:120px; width:850px; margin:0 auto;}

/*--NAVIGATION--*/
#nav { 
	background:#ccc url(../images/head2.jpg) top center no-repeat;
	width:820px;
	padding:10px;
	position:relative;
	z-index:5000;
	text-align:right;
	padding-right:20px;
}
#nav ul{
	
	display:inline;
}
#nav ul li {
	display:inline;
	margin-right:-4px;
}

#nav ul li a:link, #nav ul li a:visited {padding:15px; color:#333; font-weight:bold;}

#nav ul li a:hover {text-decoration:none; background:#fff; color:#000;}


/*--CONTENT--*/
#content {text-align:justify; width:800px; margin:0 auto; padding:25px; line-height: 1.8em; background:#ccc url(../images/bg1.jpg) repeat;  border-top:3px solid #630;}

#content2 {text-align:justify; width:800px; margin:0 auto; padding:25px; line-height: 1.8em; background:#ccc url(../images/bg1.jpg) repeat; margin-top:20px; min-height:400px;}

#content3 {text-align:justify; width:800px; margin:0 auto; padding:25px; line-height: 1.8em; background:#ccc url(../images/bg1.jpg) repeat; margin-top:20px; min-height:400px;}

#content3 img {margin:10px; border:1px solid #000;}

#main {width:800px; height:250px; background:#333 url(../images/wood.jpg) top center repeat; margin-top:20px; padding:25px; text-align:justify;}

.in {float:left; width:535px; border:1px solid #ccc; height:250px;}

.out {float:right; width:237px; font-size:16px; color:#fff; font-weight:bold; font-style:italic; line-height:1.7em;}

.inner {float:left; width:246px; padding:0 15px 0 0; margin-right:15px;}

.inner2 {float:right; width: 246px; padding:0 0 0 0}

.inner3 {float:right; width:520px;}

.underimage {text-align:right; font-size:11px; font-weight:bold; font-style:italic;}

.table {text-align:center; font-size:11px; font-style:italic; font-weight:bold;}

#bottom {width:800px; background:#666 url(../images/wood2.jpg) repeat; padding:25px; line-height:1.2em; color:#000; height:250px;}


/*--FOOTER--*/
#footer {text-align:right; font-size:11px; width:800px; margin:0 auto; padding:25px; padding-top:10px; background:url(../images/top.png) top center no-repeat; color:#ccc;}

.footer {float:left; text-align: justify; width: 400px; padding-top:15px;}

#footer a:link, #footer a:visited {color: #ccc;}

#footer a:hover {}

/*--INPUT--*/
input, select {}
  
textarea {}

input, submit {}

/*--CLEARFIX--*/
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */