/* ---------- COLORS (FOR REFERENCE ONLY) ---------- */
/*
primary		#000000
secondary	#000000
tertiary	#000000
*/


/* ---------- TYPOGRAPHY ---------- */
h1 {
font-size:60px;
color:#ffffff;
font-family: Georgia, Century, "Times New Roman";
height: 75px;
margin: -30px 0 30px -30px;
width: 870px;
padding: 90px 0 0 30px;
}
h2 {
margin-bottom:0px;
font-size:22px;
color:#d5a373;
font-style: italic;
font-family: Georgia, Century, "Times New Roman";
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
a {
color: #6296d1;
}
a:hover {
}


/* ---------- MAIN STRUCTURE ---------- */
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
background-image: url(../img/mainBkg.jpg);
background-repeat: no-repeat;
background-position: top center;
background-color: #000000;
}
#container {
width:900px;
margin:0 auto;
background:#ffffff url(../img/botTexture.gif);
padding-bottom: 0px;
position:relative;
}
#mainContent {
padding: 30px;
}


/* ---------- HEADER ---------- */
.header{
position: relative;
height: 124px;
background-image: url(../img/topTexture.jpg);
}
.logo{
top: 10px;
left: 25px;
position: absolute;
}
.consultation {
top:55px;
right:11px;
position:absolute;
z-index: 100;
}

/*---------- INNERFADE ----------*/
ul#portfolio {
margin: -51px 0 0 -30px;
width:900px;
height: 350px;
overflow: hidden;
}
ul#portfolio li {
    list-style:none;
}
ul#slide_nav li {
    list-style: none;
    margin:0;
    padding:0;
    height:26px;
    width:26px;
    float:left;
    background-image: url(../img/buttonSquare.png);
    cursor: pointer;
}
ul#slide_nav li#button_selected {
	background-image: url(../img/buttonSelected.png);
}
ul#portfolio img {
    width: 900px;
    height: 350px;
    overflow: hidden;
}
ul#slide_nav {
	position:absolute;
	top:170px;
	right:0px;
	z-index: 100;
	background-image:url(../img/blackTrans.png);
	display:none;
}
ul#portfolio-desc{
 	width:860px;
 	background-image:url(../img/blackTrans.png);
 	color: #fff;
    text-align: left;
    list-style: none;
    margin-top:-130px;
    margin-left:-30px;
    z-index: 100;
    padding:5px 30px;
}
ul#portfolio-desc h2{
	font-size:30px;
	color:#ffffff;
	margin-bottom:0px;
	font-family: Georgia, Century, "Times New Roman";
}
ul#testimonial {
	width:317px;
	height: 200px;
 	background-image:url(../img/testimonialBkg.jpg);
 	background-position: bottom right;
 	background-repeat: no-repeat;
 	background-color: #8a6944;
    text-align: left;
    list-style: none;
    float:left;
    z-index: 100;
    padding:20px 20px 0 20px;
    margin-top:10px;
    margin-left:0px;
}
ul#testimonial li {
	font-family: Georgia, Century, "Times New Roman";
	font-size: 24px;
	line-height: 28px;
 	color: #ffffff;
    text-align: left;
    list-style: none;
}
ul#testimonial strong {
	font-size:12px;
/* 	margin-top:-25px; */
	color:#ffffff;
	display: block;
	font-weight: normal;
}

/*---------- NAVIGATION ----------*/
ul#nav ul {
padding:0;
margin: 0;
}
ul#nav {
display: block;
height: 33px;
/* font-size: 16px; */
font-family: Georgia, Century, "Times New Roman";
background-image:url(../img/navBkg2.jpg);
background-repeat: repeat-x;
padding:0;
margin: 0;
list-style-type:none;
}
ul#nav a {
line-height: 32px;
height: 33px;
display: block;
text-decoration: none;
color: white;
}
ul#nav a:hover {
background-image:url(../img/navBkgOver2.jpg);
background-position: top center;
background-repeat: no-repeat;
}
/* top level */
ul#nav li {
float: left;
display: block;
position: relative;
text-align: left;
border-right: 1px solid #5f7a3d;
}
ul#nav li a {
padding-left: 20px;
padding-right: 20px;
}
/* second level */
ul#nav ul {
position: absolute;
top: 33px;
left: 0;
z-index: 2000;
background-color: #718d4f;
display:none;
visibility: hidden;
}
ul#nav li li {
float: none;
text-align: left;
border: none;
border-bottom: 1px solid #5f7a3d;
}
ul#nav li li a {
width: 200px;
padding: 0 0 0 10px;
height: 30px;
}
/* third level */
ul#nav ul ul {
top: 0px;
left: 160px;
border-left: 1px solid #999;
display: none;
}


/* ---------- SIDEBAR (subnav) ---------- */
#sidebar{
float: left;
width:150px;
margin:10px 0 0 10px;
padding: 15px;
background-color:#41270a;
border: 2px solid #3a1d0a;
}
#sidebar h1{
font-size: 18px;
font-weight: bold;
color: #2a0d00;
margin: 0 0 5px 0;
padding: 0 0 7px 0;
border-bottom: 1px solid #3a1d0a;
height: auto;
width: auto;
}
#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#sidebar ul ul {
margin-left: 20px;
}
#sidebar ul li {
list-style:none;
display:block;
padding:2px 0;
}
#sidebar ul li a {
color:#d5a373;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
}
#sidebar ul li a:hover {
text-decoration:none;
list-style:none;
display:block;
color:#fff;
font-weight:bold;
}


/*---------- FOOTER ----------*/
#footer{
width:800px;
height:auto;
text-align:center;
margin:0 auto;
margin-top: 10px;
color: #5c3d20;
font-size: 10px;
font-weight: bold;
}
#footer ul{
list-style:none;
margin: 0;
text-transform:uppercase;
}
#footer ul li{
list-style:none;
margin:0 10px;
line-height:18px;
display:inline;
}
#footer a{
text-decoration: none;
line-height: 18px;
color: #5c3d20;
}
#footer a:hover{
text-decoration:underline;
}
.copyright{
margin-bottom:15px;
}


/*---------- MISCELLANEOUS ----------*/
.clear{
clear:both;
}
.round {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.message{
margin-bottom:10px;
padding:5px 10px;
background:white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
}
.imageRight {
float: right;
margin: 10px 0 10px 20px;
padding: 5px;
background-color: #41260b;
}
.imageLeft {
float: left;
margin: 10px 20px 10px 0;
padding: 5px;
background-color: #41260b;
}