@import url(reset.css);

/*-------- We need to make the theme and skin values variables and run this through a template ---------*/
/*-------- Maybe even the width and min-height parameters for the major wrappers ---------*/
/*-------- And font settings --------*/

/*---------- Start General setting ---------------*/

* {
    border:  0 none;
    padding: 0;
    margin: 0;
}
html, body {
	height: 100%;
}

body {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 18px;
    margin-bottom: 12px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
	margin-bottom: 3px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

input, textarea, select {
  border: 1px solid gray;
  padding: 2px;
  margin: 5px 0;
}

label {
  margin: 5px 0;
  padding: 2px 0;
}

button {
  color: black;
  background-color: #C6B278;
  width: 80px;
  padding: 5px;
}

/*---------- End General setting ---------------*/


#out_wrapper {
    margin:  0 auto;
    height: auto;
}

#inner_wrapper {
    min-height: 400px;
    margin: 0 auto;
    
}

#header {
	height: 84px;   /*-- this should be configurable --*/
}

#header_nav_left {
    height: 84px;
}

#header_nav_right {
    height: 84px;
}

#header_nav_right_top {
    float: right;
    height: 40px;
    width: 100%;
}
#header_nav_right_bottom {
    float: right;
    height: 38px;
    width: 100%;
    margin-top: 5px;
}


#footer {
    background-color: #B0BC82;
    color: #553220;
    font-size: 13px;
}

#logo {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 0;
}

#footer_nav_left {
    float: left;
    height: 41px;
}
#footer_nav_right {
    float: right;
    height: 41px;
}

#banner_1 {
    height: 460px;  /*-- this should be configurable --*/
    margin: 0;
}

#banner_2 {
    height: 281px;
}
#content_1 {
    height: 166px;   /*-- this should be configurable --*/
}

#content_2 {
    height: 100%;   /*-- this should be configurable --*/
}

#content_2 p {
    line-height: 18px;
    margin-bottom: 10px;
}

#banner_inner_1 {

}

#banner_inner_2 {

}

#content_1_inner {

}

#content_2_inner {

}

.slider_1_wrapper {
    height: 400px;
}

#slider_1_nav {
    padding: 0;
    margin:  0;
    height: 60px;
}

#slider_1_nav ul{
    padding: 0;
    margin: 0;
    height: 60px;
}

#slider_1_nav ul li {
    float: left;
    list-style-type: none;
}

.horizontal_break_1 {
    height: 8px;
    background-color: #715544;
}

.horizontal_break_2 {
    height: 1px;
    background-color: #715544;
	margin-bottom: 10px;
}
