/*CSS Document for ourhousedesigns.com*/
/*----------------------------------*/
	/*------- Reset --------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,  
li, dl, dt, dd, form, a, fieldset,  th, td  
{
	margin: 0;
	padding: 0;
	border:0;
	outline: none;
	font-size: 100%;
}  
/*--------------------*/

html {
	height: 102%;
}

body
{
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px auto auto auto;
	color:#fff;
	background-color: #BC9A78;
	background-image: url(../images/leather_bg2.jpg);
	background-repeat: repeat;
	background-position: center top;
}
a{
	text-decoration:underline;
	color:#CCCC33;
}
h1 {
	font-size: 2.4em;
	padding: 10px 0 40px 20px;
}
h2 {font-size: 2em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: .8em;}

p{
	text-align:justify;
	line-height:1.5;
	padding:5px 0 5px 0;
	font-size:1.1em;
	margin:0px;
	color: #FFF;
}
#main_container{
	width:902px;
	height:auto;
	margin:-10px auto;
	padding:0px;
	background-color: #37291C;
}
#header{
	width:902px;
	height:109px;
	margin:auto;
	behavior: url(../images/iepngfix.htc);
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 0 20px 0;
}
/*---------------- menu tab----------------------*/
#navigation{
	width:902px;
	float:left;
	padding:0px;
	height: 99px;
}

ul.menu {
	list-style-type:none;
	display:block;
	width:632px;
	margin: 19px 20px 19px 250px;
	padding:55px 0 0 0;
	background:none;
}
#cse {
	float: right;
	width: 300px;
	margin: 5px -10px 0 0;
}

ul.menu li {
display:inline;
font-size:13px;
font-weight:bold;
line-height:28px;}

a.nav:link, a.nav:visited {
	display:block;
	float:left;
	padding:0px 5px;
	margin:0;
	width: auto;
	margin:0px 10px;
	text-align:center;
	text-decoration:none;
	background:none;
	color:#000;
}

a.nav_selected:link, a.nav_selected:visited {
	display:block;
	float:left;
	padding:0px 5px;
	margin:0;
	width: auto;
	margin:0px 10px;
	text-align:center;
	text-decoration:none;
	color: #CCCC33;
	background-image: url(../images/leather_bg2.jpg);
	background-repeat: no-repeat;
}

a.nav:hover {
	color: #CCCC33;
	text-decoration:none;
	background-image: url(../images/leather_bg2.jpg);
	padding: 0px 5px;
}

/*--------------left menu----------------*/
#left_menu{
position:relative;
top:-10px;
left:-15px;
float:left;
}
#left_menu ul{
list-style-type:none; width: 177px;
margin:0; padding:0;}

#left_menu li {
display:block;}

#left_menu li a {
	display:block;
	padding:0 0 0 15px;
	height:30px;
	text-align:left;
	line-height:30px;
	text-decoration:none;
	background-color:#37291C;
	color:#FFFFFF;
	border-bottom:1px #CCCC33 solid;
}
#left_menu li.selected a {
	display:block;
	padding:0 0 0 25px;
	height:30px;
	text-align:left;
	line-height:30px;
	text-decoration:none;
	color:#FFFFFF;
	background-position:5px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #4E3A27;
	background-image: url(../images/left_menu_bullet.png);
	background-repeat: no-repeat;
}
#left_menu li a:hover {
	display:block;
	padding:0 0 0 25px;
	height:30px;
	text-align:left;
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:1px #CCCC33 solid;
	background-position:5px 8px;
	background-color: #654B32;
	background-image: url(../images/left_menu_bullet.png);
	background-repeat: no-repeat;
}
/*----------------main_content----------------*/
#main_content{
	width:902px;
	clear:both;
	height: auto;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}

#center_content{
	width:700px;
	float:left;
	height:auto;
	padding:10px 5px 30px 5px;
}
#gallery {
	height: auto;
}
#gallery img {
	margin-bottom: 12px;
	padding: 0;
}

#gallery a {
	margin: 0;

}
.title{
clear:both;
padding:5px 0 10px 0;
color:#FFFFFF;
}
.title a{
	color:#CC3;
	text-decoration:underline;
}
/*----footer---------*/
#footer{
	width:902px;
	clear:both;
	padding:20px 0 px 0;
	margin:20px auto;
	height:50px;
	border-top:1px #CC3 solid;
	text-align:center;
	color:#CC3;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.left_footer{
	float:left;
	padding:0px 0 0 10px;
}
.center_footer{
	padding:10px 0 0 0px;
}
#footer a{
	color:#CC3;
	text-decoration:none;
}
/*----Toolbox--------------------*/
.cleardiv {
clear:both;
overflow:hidden;
height:4px;
}
.clear{
clear:both;
}
.fltlt {float:left;}
.fltrt {float:right;}
.hide {display:none;}

#gallery table a img {
	border:solid 2px ##CCCC33; }
