/* Colors
	tan (background): #e0ddb4;
*/

/* Global Defaults */

body {
	background: #fff;
    margin: 0px;
    padding: 0px;
}
td,a,img,div,form,body,p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button {
	border: 0;
	padding: 0;
	margin: 0;
}
body,div,p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button {
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
input.Text {
    border: 1px solid #a49b92;
    padding: 2px 2px 2px 10px;
    margin: 0px;
    font-size: 11px;
}
a:link, a:visited, a:active {
	color: #000;
    color: #b45236;
    font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
ul li {
	margin: 0;
	padding: 0;
}
img {
    margin: 0px;
    padding: 0px;
}
p {
    margin-bottom: 10px;
}

h1 {
    color: #b45236;
    font-size: 14px;
    margin-bottom: 10px;
}
/*
h2 {
    color: #b45236;
}
*/
#Container {
    position: relative;
	width: 750px;
	margin: 10px auto;
}

/* Header */

#Header {
    position: relative;
    top: 0px;
    left: 0px;
	background: #fae99b;
    text-align: left;
    height: 102px;
    border-bottom: 3px solid #fbeeb2;
    margin: 0px;
    padding: 0px;
}
#Header img.Logo {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
#Header img.Masthead {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
}

/* Nav */

#Nav {
	background: #fae99b;
    height: 20px;
    border-bottom: 3px solid #e8d990;
    padding-top: 5px;
}
#Nav ul {
    margin: 0px 0px 0px 160px;
}
#Nav li {
    float: left;
    padding: 0px 16px;
    border-right: 2px solid #678962;
}
#Nav li.First {
    padding-left: 30px;
}
#Nav li.Last {
    border-right: none;
}

#Nav li a,
#Nav li a:link,
#Nav li a:visited,
#Nav li a:active {
    text-decoration: none;
    font-weight: bold;
    color: #678962;
}
#Nav li a:hover,
#Nav li a.Selected {
    color: #b45236;
}
#Nav li a.Selected:hover {
}


/* Right Sidebar */

#RightSideBar {
    float: right;
    text-align: right;
}
#RightSideBar img {
    display: block;
}


/* Left Sidebar */

#LeftSideBar {
    float: left;
    width: 155px;
   /* background: #e5e2d6 url(/lib/skins/2007/images/left-sidebar-bg.gif) no-repeat bottom left;*/
    background: #e5e2d6 ;
    border-right: 5px solid #fae99b;
    border-bottom: 5px solid #fae99b;
    padding-top: 15px;
}
#LeftSideBar h2 {
    font-size: 13px;
    color: #000;
    margin: 0px 0px 5px 0px;
}
#LeftSideBar #TVLink,
#LeftSideBar #MiscLinks,
#LeftSideBar #EmailSignup,
#LeftSideBar #StoreLocations {
    margin: 0px 0px 18px 13px;
}
#LeftSideBar #EmailSignup input {
}
#LeftSideBar #EmailSignup input.Text {
    border: 1px solid #59805d;
    width: 80px;
}
#LeftSideBar #EmailSignup input.Submit {
    font-weight: bold;
    color: #fae99b;
    background: #59805d;
    width: 30px;
}
#LeftSideBar a {
    font-weight: bold;
    color: #59805d;
    display: block;
    padding-left: 14px;
    margin-bottom: 4px;
    background: url(/lib/skins/2007/images/link-arrow.gif) no-repeat 0px 3px;
}
#LeftSideBar #MiscLinks {
    margin-top: 30px;
    margin-bottom: 95px;;
}
/*
#LeftSideBar #TVLink {
    margin-top: 105px;
}
*/
#LeftSideBar #FreeWater {
}



/* Content */

#MainContent {
    /*
    position: absolute;
    top: 160px;
    left: 190px;
    */
    margin: 30px 0px 30px 30px;
    float: left;
}
.ExtraNarrow {
    width: 130px;
}
.Narrow {
    width: 255px;
}
.Medium {
    width: 310px;
}
.Wide {
    width: 350px;
}
.Full {
    width: 500px;
}


/*
 * Footer
 */

#Footer {
    clear: both;
    text-align: center;
}
#Footer span.Item {
    margin: 0px 15px;
}
#Footer span.Item a {
    font-weight: normal;
}




/*
 * Home Specific Styles
 */

#MainContent #HomeImageFooter {
    display: block;
    margin-top: 30px;
}


/*
 * Menu Specific Styles
 */

#MainContent .MenuList {
    float: left;
    margin-top: 20px;
}
#MainContent .LeftMenu {
    margin-right: 60px;;
}
#MainContent .MenuList li {
    margin-bottom: 10px;
}
#MainContent .MenuList li a {
}



/*
 * TV Specific Styles
 */
#SpotMenu  {
    margin: 50px 0px 0px 0px;
}
.LinkContainer  {
    width: 100px;
    text-align: center;
    float: left;
    margin-right: 32px;
}
.LinkContainer.Last {
    margin-right: 0px;
}
.LinkContainer a.LinkImage img {
    display: block;
}

/*
 * catering styles
 */
p.RedCopy {color:#b45236;}
