@charset "UTF-8";
@import url("browser-reset.css");


/*  REDEFINES  */

* {margin: 0; padding: 0;}
a img {border: none;}

a:focus,
a:active{
outline: none;
border: none;
}
body{
background: #bdc982 url(../images/bg.jpg) repeat-x left 10px;
behavior: url(js/csshover.htc);
text-align: center;
}
body,html{
font: 9pt/1.4em Arial, Helvetica, sans-serif;
color: #666;
}
a:link, a:active, a:visited{
color: #333;
text-decoration: none;
}
a:hover{
color: #700203;
text-decoration: underline;
}
p{
clear: left;
margin: 0 0 20px 0;
}
h1{
font-size: 20px;
margin: 0 0 20px 0;
}
h2{
font-size: 14px;
}

/*  LAYOUT IDs  */

#container{
width: 980px;
height: 600px;
margin: 10px auto 0 auto;
position: relative;
}
#logo{
position: absolute;
top: 10px;
left: 80px;
}
#inner{
position: absolute;
top: 88px;
left: 70px;
width: 820px;
}
#content{  /* second column, first is #slideshow */
width: 480px;
float: right;
text-align: left;
margin: 15px 0 0 0;
}
#copy{
height: 334px;
overflow: auto;
padding: 15px 10px 0 7px;
color: #fff;
}
#copy.menu ul li{
margin: 0 0 10px 20px;
}
#copy a:link, #copy a:active, #copy a:visited{
color: #bdc982;
text-decoration: underline;
}
#copy a:hover{
color: #fff;
text-decoration: underline;
}
#copyright{
width: 480px;
height: 20px;
position: absolute;
top: 500px;
left: 420px;
font-size: 11px;
text-align: left;
}

/*  NAV  */

#nav{
height: 20px;
}
#nav ul li{
display: inline;
list-style: none;
padding: 0 15px 0 0;
}
#nav ul li a{
font-size: 12px;
line-height: 20px;
padding: 7px;
color: #000;
text-decoration: none;
}
#nav ul li a.current,#nav ul li a:hover{
background-color: #700203;
color: #fff;
}


/*  SLIDESHOW   */

#slideShow{
width: 337px;
height: 455px;
background: url(../images/gallery-border.png) no-repeat left top;
display: none;
float: left;
}
#slideShow #picArray{
position: relative;
top: 17px;
left: 15px;
}

/*  CONTACT FORM  */

#franchiseForm label{
display: block;
}
#franchiseForm #submit{
position: relative;
top: -30px;
left: 250px;
background-color: #bdc982;
border: 1px #ccc solid;
font-weight: bold;
font-size: 12px;
cursor: pointer;
width: 60px;
}
#franchiseForm #submit:hover{
background-color: #fff;
}
.borderControl{
border: 1px #ccc solid;
padding: 3px;
margin: 0 0 10px 0;
}

/*  CLASSES  */

.floatR{
float: right;
}
.floatL{
float: left;
}
.icon{
position: relative;
top: 4px;
}