/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:392px; 	/*this changes the height of the image slider*/
width:786px;
overflow: hidden;
position: relative;
background: #fff url(../images/layout/preload.gif) center center no-repeat;
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
margin:14px auto 35px auto;
position: relative;
float:left;

}

.slidecontrolls a{
height:20px;
width:24px;
display:block;
cursor: pointer;
background: transparent url(../images/layout/controlls.png) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/layout/controlls.png) center top no-repeat;
}

.feature_excerpt{
width:786px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}



/************************************************************************
-) PAGE STYLING
*************************************************************************/

/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p,input,select,legend,textarea{ margin:0; padding:0;}


/************************************************************************
-) BASIC CONTAINERS
*************************************************************************/
body{
font-size:14px;
font-family: Arial, Helevtica, Verdana, san-serif;
line-height:23px;
position:relative;
color: #313131;
background: url("../images/layout/bg.png");
}

p{
padding-bottom: 15px;
}

.header{
background: url("../images/layout/bg_top.png") repeat-x top center;
height: 130px;
}

.header_content{
width: 943px;
margin: 0 auto;
}

.logo{
width: 178px;
height: 81px;
padding-top: 15px;
float: left;
}

.menu{
float: right;
margin-top: 33px;
margin-right: 31px;
}

.menu a.active{
background-position: bottom;
}

.menu a {
float: left;
margin: 0 25px;
padding: 0 5px;
height: 15px;
}

.menu a:hover{
border-bottom: 5px solid #ffae00;
}

.menu .portfolio{
background: url(../images/layout/portfolio.png) no-repeat top center;
width: 65px;
}

.menu .home{
background: url(../images/layout/home.png) no-repeat top center;
width: 43px;
}

.menu .info{
background: url(../images/layout/info.png) no-repeat top center;
width: 30px;
}

.menu .contact{
background: url(../images/layout/contact.png) no-repeat top center;
width: 59px;
}

.social {
width: 60px;
height: 16px;
float: right;
}

.social a:hover{
background-position: bottom center;
}

.social .facebook{
background: url(../images/layout/facebook.png) no-repeat top center;
height: 16px;
width: 16px;
float: left;
}

.social .flickr{
background: url(../images/layout/flickr.png) no-repeat top center;
height: 16px;
width: 16px;
float: left;
}

.social .picasa{
background: url(../images/layout/picasa.png) no-repeat top center;
height: 16px;
width: 16px;
float: left;
}

.center{ /*center content area */
position: relative;
margin:0 auto;
width:786px;
}

.content_top{
width: 943px;
margin: 0 auto;
height: 13px;
background: url("../images/layout/bg_content_top.png") no-repeat top center;
}
.content{
width: 943px;
margin: 0 auto; 
background: url("../images/layout/bg_content.png") repeat-y top center;
padding-top: 30px;
padding-bottom: 30px;
}
.content_bottom{
width: 943px;
height: 13px;
margin: 0 auto;
background: url("../images/layout/bg_content_bottom.png") no-repeat top center;
margin-bottom: 30px;
}

.copy{
margin: 0 auto;
width: 300px;
text-shadow: 0 1px 1px white;
font-size: 12px;
font-weight: bold;
}
.copy a{
color: #313131;
font-size: 12px;
}

h1{
border-left: 5px solid #585858;
    font-size: 42px;
    font-weight: normal;
    height: 37px;
    padding-left: 16px;
    padding-top: 16px;
    margin-bottom: 15px;
}
h2{
margin-bottom: 15px;
}

.thumbnails{background-color:#FFF;border:#FFF 2px solid;}

a{
color: #585858;
}
.big{
font-size: 35px;
font-weight: bold;
}

/************************************************************************
-) HEAD
*************************************************************************/



/************************************************************************
-) CONTENT
*************************************************************************/

