 /*scottsawyer.com */

html {
	overflow-y: scroll;
}


body { font-family: 'Cantarell', arial, serif;
color: #ccc;
background:url(../images/bg.png); 
background-repeat:no-repeat;
background-position:top center;
}


#wrapper{
position:relative;
margin:0px auto;
width:1000px;
height:800px;
}

#nav{
position:absolute;
padding:0px;
top:35px;
left:0px;
}

#clear{
clear:both
}



#col{
position:relative;
top:125px;
left:60px;
width:300px;
}

#menu{
position:relative;
top:120px;
left:60px;
width:300px;
}

.menu a{
text-decoration: none;
color: #575A61;
border-bottom-width: 0px;
}

.menu a:hover{
color: #6b83a4; text-decoration: none;
border-bottom-width: 0px;

}




#slideshow2{
position:absolute;
top:112px;
left:370px;

}


.headline{
font-family: "Century Schoolbook"; 
font-size:37px; 
letter-spacing:-3px;
color: #B9AC97; 
line-height:37px; 
}

p{font-family: 'Cantarell', arial, serif;
color: #a2a2a2;
font-size:16px; 
letter-spacing:-1px;
line-height:21px;
}

.menuText{
font-size: 13px;
line-height: 14px;
letter-spacing: normal;
color: #575A61;
}

.subText{
font-size: 12px;
line-height: 12px;
color: #ccc;
}


.caption{
font-family: 'Cantarell', arial, serif;
font-size: 11px;
color: #575A61;
margin-left:20px;
padding:10px;
width:500px;
-moz-border-radius: 8px; -webkit-border-radius: 8px;
background-color: #F6ECCE;
}

.caption a{
color:#6b83a4;
}

.samples{
position:relative;
margin:0px auto;
width:640px;
height:550px;
background-color: #fff;

}


/* Css pillMenu Horizontal */


#menu1{
position:absolute;
font-size: 12px;
letter-spacing: 1px;
font-family:GillSans, Calibri, Trebuchet, sans-serif;
font-weight:500 ;
padding: 0px;
margin-top:70px;
margin-left:30px;


/*border-bottom: 1px dotted #fff;*/
z-index:500;
}

.pillMenu{
position: relative;
z-index:500;


}

.pillMenu ul{
margin: 0;
padding: 0;
position: relative;
}

.pillMenu ul li{
float: left;
list-style: none;
margin: 0 35px;
position: relative;
z-index: 10;
}

.pillMenu ul li a{
color: #747474;
display: block;
padding: 5px 0px;
text-decoration: none;
}

.pillMenu ul li a:hover{
color: #EBCD65;
display: block;
padding: 5px 0px;
text-decoration: none;
}


.pillMenu ul li.selected{

border-bottom: 4px solid #EBCD65;


}

.pillMenu ul li.selected a{
color: #747474;
}

.pillMenu .pill{
border-bottom: 4px solid #ccc;



}







/*----------------------------------Navigation---------------------------------------------*/
a:link  { color: #6b83a4; text-decoration: none }      /* unvisited link */
a:visited { color: #6b83a4; font-weight: ; text-decoration: none }   visited link 
a:hover { color: #6b83a4; text-decoration: none}  /* mouse over link */
a:active  { color: #6b83a4;  text-decoration: none }  /* selected link */


