/* CSS Document */

<!-- 
* { margin: 0; padding: 0; }


body {
	font: 11px/2   Arial, Helvetica, sans-serif;
	background: url(/template_assets/images/bktile.jpg) no-repeat scroll 0 0;
	background-color: #000;
	background-position: top center;
	

}

#contenthome {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	border: 0px #fff solid;
	border-left: 6px #000 solid;
	border-right: 6px #000 solid;
	border-bottom: 6px #000 solid;	
}

#contenthistory {
	margin: 0 auto;
	padding: 0;
	width: 996px;
	height: 460px;
	border: 0px #fff solid;
	border-left: 6px #000 solid;
	border-right: 6px #000 solid;
	border-bottom: 6px #000 solid;	
}

#content {
	margin: 0 auto;
	padding: 30px;
	width: 930px;
	height: auto;
	background-color: #fef4bd;
	border: 1px #000 solid;
	border-left: 6px #000 solid;
	border-right: 6px #000 solid;
	border-bottom: 6px #000 solid;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	display: block;
}
strong {
	font-weight: bold;
}

hr {border: none 0; 
	border-top: 1px solid #ccc;
	width: 95%;
	margin: 20px auto 30px 0;
	text-align: left;
	}




/* =LAYOUT 
_____________________________________________________ */



/* container*/

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
	width: 992px;
	background: url(/template_assets/images/litsplashBKxx.jpg) no-repeat scroll 0 0;	
	border: 0px #000 solid;
	
}


#header {
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background-color: #fff;
	width: 990px;
	height: 224px;
	background: url(/template_assets/images/littonsHD.jpg) no-repeat scroll 0 0;
	border: 0px solid #fff;	
	
}

#gmap {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height: 500px;
	border:3px solid #CC732f;
	
}

#filmstripSSP {
	padding: 0;
	margin: -30px 0 0 0;
	*margin: -15px 0 0 0;
	width: 993px;
	height: 348px;
	border: 0px solid #fff;
	
}

#videoSSP {
	padding: 0;
	margin: 0 0 0 -30px;
	float: left;
	
	width: 570px;
	height: 570px;
	border: 0px solid #fff;
	
}

#espn {
	padding: 0;
	margin: 0 0 0 -30px;
	float: right;
	width: 365px;
	position: relative;
	height: 250px;
	border: 0px solid #fff;
	
}

#dtybtn {
	padding: 0;
	margin: 0;
	float: right;
	width: 268px;
	height: 92px;
	clear:right;
	border: 0px solid #fff;
	
}


#giftbtn {
	padding: 0;
	margin: 0;
	width: 266px;
	height: 66px;
	position: absolute;
	border: 0px solid #fff;
	
}


/* search */

#searchblock { 
	padding: 3px 0px 3px 10px;
	margin: 170px -270px 0 0; 
	*margin: 170px -970px 0 0;
	width: 268px;
	float: right;
	border: 0px solid #fff;
	
}


#search { 
	width: 215px; 
	background: #fff4bf; 
	border: 1px solid #cd8d50;
	height: 19px;
	padding: 0 5px;
	color: #cd8d50;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: right;
	float: left;
}


/* mainnav */

#mainnav ul{
	margin: 170px 0px 0px -5px;
	float: left; 
	color: #fff7c0;
	border: 0px solid #fff;
}
#mainnav li {
	padding: 6px;
	float: left; 
	font-size: 130%;
	letter-spacing:.05em;
	line-height: 18px; 
	display: inline;
	border: 0px solid #fff;
}
#mainnav a:link, #mainnav a:visited {
	color: #fff7c0; text-decoration: none;
}
#mainnav a:hover {
	color: #FFF; padding: 0px 0px 10px 0px; background: #543200;  text-decoration: none;
}
#mainnav a:active {
	color: #fff7c0; padding: 0px 0px 10px 0px; background: #543200;  text-decoration: none;
}



/* menunav */

#menunav ul{
	margin: 0 auto;
	padding: 0 0 0 15px;
	float: left;
	width: 982px;
	height: 24px;
	color: #fff7c0;
	background: #543200;
	border: 0px solid #fff;
}
#menunav li {
	text-align:center;
	padding: 2px 2px 2px 4px;
	color: #fff7c0;
	font-size: 115%;
	letter-spacing:.05em;
	*letter-spacing:0em;
	line-height: 18px; 
	display: inline;
	border: 0px solid #fff;
}
#menunav a:link, #menunav a:visited {
	color: #fff7c0; text-decoration: none;
}
#menunav a:hover {
	color: #FFF;   text-decoration: none;
}
#menunav a:active {
	color: #fff7c0;   text-decoration: none;
}


/* margin: -6px 0px 0px 386px; */

/* =TEXT FORMATTING 
_____________________________________________________ */

h1 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height:1.6;
	color:#252525;
}



h2 {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	line-height:30px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;
	color:#252525;
}

h3 {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	line-height:30px;
	font-weight: normal;
	letter-spacing: 1px;
	color:#252525;
}

h3.announcement {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:  0 0 25px 0;
	line-height:30px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	color:#ffffff;
}



p {
	color:#646464;
	line-height:20px;
	padding-bottom: 20px;
	font-size: 14px;
}

ul {
	margin:0 8px 20px 30px;
	}


li {
	padding:0 10px 0px 17px;
	color:#646464;
	font-size:13px;
	font-weight:normal;
	background:url(/template_assets/images/arrow.gif) 0 4px no-repeat;
	list-style-type: none;
	padding-bottom: 12px;
}
li ul {
	padding:0 10px 0px 17px;
	color:#646464;
	font-size:10px;
	font-weight:normal;
	background:url(/template_assets/images/arrow.gif) 0 4px no-repeat;
	list-style-type: none;
	padding-bottom: 12px;
}

#links {
	margin-left: 300px;
	font-size: 100%;
	position: absolute;
}

a:link {
	color: #543200; text-decoration: none;
	}

a:visited {
	color: #543200; text-decoration: none;
	}
a:hover {
	color: #FFF; background: #333; text-decoration: none;
 	}
a:active {
	color: #543200; text-decoration: none;
	}
	
#content ul { 
	margin-bottom: 1.2em;
}
#content ul li { 
	margin-left: 2em;  list-style-type: circle;
	padding:0 10px 0px 17px;
	font: normal 130%  Georgia, "Times New Roman", Times, serif;line-height: 2.5em;
}
#content ol { 
	margin-bottom: 1.2em;
}
#content ol li { 
	margin-left: 2em;  list-style-type: decimal;
	padding:0 10px 0px 17px;
	font: normal 130%  Georgia, "Times New Roman", Times, serif;line-height: 1.5em;
}





/* menu table */


#menutable { 
	margin: 0 auto;
	width: 95%;
	align: top;
}
#menutable tr { 
	background: #fef4bd;
}

#menutable td { 
	padding: 0 15px 30px 15px;
}

.intro {
	color:#646464;
	line-height:20px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 24px;
}

.sideimage {
	border: 6px solid #000;
	margin: 0;
}

#sidebarbakery {
	border: 0px solid #000;
	width: 241px;
	height: 271px;
	margin: 0;
}



/* footer */

#footer {
	margin: 0 0 0 5px;	
	padding: 15px;
	width: 998px;
	height: auto;
	font-size:1.0em;
	line-height:1.9;
	font-color:#6b2800;
	position: relative;
	border: 0px solid #fff;
}

#footer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	font-style: italic;
	font-weight: bold;
	line-height:1.4;
	color:#6b2800;
} 
#footer p {
	color:#6b2800;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#best {
	margin-left: 440px;
	*margin-left: 90px;
	position: absolute;

}


/* footernav */

#footernav ul{
	margin:0;
	float: left; 
	color: #6b2800;
	clear: both;
}
#footernav li {
	padding: 2px;
	float: left; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	letter-spacing:.05em;
	line-height: 18px; 
	display: inline;
	border: 0px solid #fff;
}
#footernav a:link, #footernav a:visited {
	color: #6b2800; text-decoration: none;
}
#footernav a:hover {
	color: #FFF; background: #543200;  text-decoration: none;
}
#footernav a:active {
	color: #fff7c0; background: #543200;  text-decoration: none;
}

#footernav ul.soc{
	width: 451px;
	padding: 0;
	margin: 0;
	border: 0px solid #000;
	float: left;
	clear: both;
	
	
}

#footernav ul.soc li{
	padding:0;
	margin:3px 5px 5px 2px;
}

#footernav ul.soc img{
	margin:0px 5px -5px 5px;
	display: inline;
	border:none;
	
}

.phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	line-height:1.4;
	color:#6b2800;
}

#credits {	
	margin-left: 600px;	
	margin-bottom: 0;	
	margin-right: 30px;	
	margin-top: -128px;	
	padding: 0;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	letter-spacing:.05em;
	line-height: 18px; 
	display: inline;
	color:black;
}

#credits a:link {
	color: #6b2800; text-decoration: none;
	}

#credits a:visited {
	color: #6b2800; text-decoration: none;
	}
#credits a:hover {
	color: #FFF; background: #333; text-decoration: none;
 	}
#credits a:active {
	color: #6b2800; text-decoration: none;
	}
	

/* contact forms */

caption, th, td {
	text-align: left;
	font-weight: normal;
}

#contactform {
	margin-bottom: 5em;
}
#contactform label {
	margin-left:35px;
	line-height: 3em;
    font-size:120%;
}
#contactform input, #contactform textarea, #contactform select{
	background-color: #ffffff;
	border: solid 1px #f1dfb9;
	margin-left: 10px;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}


/* job form */

#jobInquiry {
	margin-bottom: 5em;
}
#jobInquiry label {
	margin-left:35px;
	line-height: 3em;
    font-size:120%;;
}
#jobInquiry td {
	padding: 0 0.5em 0.5em 0;
}
#jobInquiry th {
	padding: 0 0.5em 0.5em 1em; vertical-align: top; width: 100px;
}
.textinput { 
	background-color: #ffffff;
	border: solid 1px #f1dfb9;
	margin-left: 10px;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
#jobInquiry input, #jobInquiry textarea, #jobInquiry select{
	background-color: #ffffff;
	border: solid 1px #f1dfb9;
	margin-left: 10px;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}


/*----------------------------------------------------------------
	site search
----------------------------------------------------------------*/

.site_search, .site_search_header, .site_search_results,
.site_search_count, .site_search_section, .site_search_hit,
.site_search_result_link, .site_searchPresult_brief {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.site_search_hit {
	margin: -2px 0 0 10px;
}
.site_search_header {

	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height:1.6;
	color:#646464;

	 
}
.site_search_section h2 {

	margin: 0 0 10px 0;
	padding: 10px 0 0 0; 
	border-top: solid 0px #c2c2c2;

	 
}
.site_search_results {
	width: 130%;
}

.site_search_result_link {
	margin: 0 0 20px 0; 
	line-height: 18px;
	font-size: 130%;
	color: #543200;
	 
}

.site_search_count {
	display: block;
	text-transform: normal; 
	color: #333;
	margin: 0 0 15px 0px;
	font-weight: normal;
	font-size: 130%;
	 
}
.site_searchPresult_brief {
	display: block;

	text-transform: normal; 
	color: #333;
	margin: 0px 0 15px 0px;
	font-weight: normal;
	font-size: 100%;
	line-height: 16px;
	 
}
.site_search_result_link a:link, .site_search_result_link a:visited {
	color: #543200; text-decoration: none;
}
.site_search_result_link a:hover {
	color: #FFF; background: #543200; text-decoration: none;
}
.site_search_result_link a:active {
	color: #543200; text-decoration: none;
}




	
	
	
/* =MISC STYLES 
_____________________________________________________ */	

.clearfix {
	clear:both;
	
}

.clearfixshort {
	clear:both; margin:0; padding:0;
	
}


.style2 {color: #ed174f}
.style3 {color: #79bce7}

-->
